Skip to content
Snippets Groups Projects
Commit cb65b944 authored by Johannes Mey's avatar Johannes Mey
Browse files

fix refactoring bug. thanks, René!

parent 7e00492c
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,9 @@ public class ScopeAnalysis { ...@@ -97,6 +97,9 @@ public class ScopeAnalysis {
} }
} }
public Set<AbstractFinding> analyze(String path, boolean tree, boolean warnings) {
return analyze(path, tree, warnings, false);
}
public Set<AbstractFinding> analyze(String path, boolean tree, boolean warnings, boolean ast) { public Set<AbstractFinding> analyze(String path, boolean tree, boolean warnings, boolean ast) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment