Project: javaparser

Language java
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector failing: Build log
Fuzzer count 1
Lines of code 34014
Lines covered 11439
Code coverage 33.63%
Code coverage report Report link
Static reachability 83.91%
Fuzz Introspector report Report link

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
[com.github.javaparser.JavaParser].parse(com.github.javaparser.ParseStart,com.github.javaparser.Provider) com.github.javaparser.JavaParser 5684 0.0%
[com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer].concreteListChange(com.github.javaparser.ast.NodeList,com.github.javaparser.ast.observer.AstObserver$ListChangeType,int,com.github.javaparser.ast.Node) com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer 5228 0.0%
[com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer].concretePropertyChange(com.github.javaparser.ast.Node,com.github.javaparser.ast.observer.ObservableProperty,java.lang.Object,java.lang.Object) com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer 5165 0.0%
[com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator].calculatePropertyChange(com.github.javaparser.printer.lexicalpreservation.NodeText,com.github.javaparser.ast.Node,com.github.javaparser.ast.observer.ObservableProperty,java.lang.Object,java.lang.Object) com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator 5110 0.0%
[com.github.javaparser.printer.lexicalpreservation.Difference].apply() com.github.javaparser.printer.lexicalpreservation.Difference 5087 0.0%
[com.github.javaparser.printer.lexicalpreservation.Difference].applyRemovedDiffElement(com.github.javaparser.printer.lexicalpreservation.RemovedGroup,com.github.javaparser.printer.lexicalpreservation.Removed,com.github.javaparser.printer.lexicalpreservation.TextElement,boolean,boolean) com.github.javaparser.printer.lexicalpreservation.Difference 4858 0.0%
[com.github.javaparser.printer.lexicalpreservation.Difference].applyAddedDiffElement(com.github.javaparser.printer.lexicalpreservation.Added) com.github.javaparser.printer.lexicalpreservation.Difference 4856 0.0%
[com.github.javaparser.printer.lexicalpreservation.Difference].adjustIndentation(java.util.List,com.github.javaparser.printer.lexicalpreservation.NodeText,int,boolean) com.github.javaparser.printer.lexicalpreservation.Difference 4819 0.0%
[com.github.javaparser.printer.lexicalpreservation.Difference].processIndentation(java.util.List,java.util.List) com.github.javaparser.printer.lexicalpreservation.Difference 4816 0.0%
[com.github.javaparser.printer.lexicalpreservation.Difference].takeWhile(java.util.List,java.util.function.Predicate) com.github.javaparser.printer.lexicalpreservation.Difference 4809 0.0%