Language java
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 4637
Lines covered 166
Code coverage 3.58%
Code coverage report Report link
Static reachability 1.55%
Fuzz Introspector report Report link (from 2024-07-25)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
[org.apache.felix.utils.properties.InterpolationHelper].substVars(java.lang.String,java.lang.String,java.util.Map,java.util.Map,org.apache.felix.utils.properties.InterpolationHelper$SubstitutionCallback,boolean,boolean,boolean) org.apache.felix.utils.properties.InterpolationHelper 254 0.0%
[org.apache.felix.utils.properties.Properties].put(java.lang.String,java.util.List,java.util.List) org.apache.felix.utils.properties.Properties 199 0.0%
[org.apache.felix.utils.resource.ResourceUtils].toString(org.osgi.resource.Resource,java.lang.String,java.util.Map<String,Object>,java.util.Map<String,String>) org.apache.felix.utils.resource.ResourceUtils 197 0.0%
[org.apache.felix.utils.properties.Properties].put(java.lang.String,java.lang.String) org.apache.felix.utils.properties.Properties 195 0.0%
[org.apache.felix.utils.properties.TypedProperties].put(java.lang.String,java.lang.Object) org.apache.felix.utils.properties.TypedProperties 194 0.0%
[org.apache.felix.utils.properties.TypedProperties].put(java.lang.Object,java.lang.Object) org.apache.felix.utils.properties.TypedProperties 192 0.0%
[org.apache.felix.utils.properties.Properties].put(java.lang.Object,java.lang.Object) org.apache.felix.utils.properties.Properties 192 0.0%
[org.apache.felix.utils.properties.ConfigurationHandler].write(java.lang.Object) org.apache.felix.utils.properties.ConfigurationHandler 116 0.0%
[org.apache.felix.utils.resource.ResourceImpl].toString() org.apache.felix.utils.resource.ResourceImpl 75 0.0%
[org.apache.felix.utils.properties.Properties].remove(java.lang.Object) org.apache.felix.utils.properties.Properties 56 0.0%