We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad3be5 commit 9509483Copy full SHA for 9509483
1 file changed
src/main/java/ca/concordia/jtratch/CodeAnalyzer.java
@@ -74,7 +74,6 @@ public static void AnalyzeAllTrees(List<String> sourceFilePathList )
74
parser.setCompilerOptions(options);
75
parser.setUnitName(unitName);
76
parser.setEnvironment(classJarList, sourceFolder, null, true);
77
- parser.setStatementsRecovery(true);
78
79
List<Tuple<CompilationUnit, TreeStatistics>> codeStatsFromMethodsList = new ArrayList<Tuple<CompilationUnit, TreeStatistics>>();
80
List<HashMap<String, MyMethod>> allMethodDeclarations = new ArrayList<HashMap<String, MyMethod>>();
0 commit comments