Skip to content

Commit 9509483

Browse files
committed
fix bug due to use of statements recovery
1 parent 3ad3be5 commit 9509483

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/ca/concordia/jtratch/CodeAnalyzer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public static void AnalyzeAllTrees(List<String> sourceFilePathList )
7474
parser.setCompilerOptions(options);
7575
parser.setUnitName(unitName);
7676
parser.setEnvironment(classJarList, sourceFolder, null, true);
77-
parser.setStatementsRecovery(true);
7877

7978
List<Tuple<CompilationUnit, TreeStatistics>> codeStatsFromMethodsList = new ArrayList<Tuple<CompilationUnit, TreeStatistics>>();
8079
List<HashMap<String, MyMethod>> allMethodDeclarations = new ArrayList<HashMap<String, MyMethod>>();

0 commit comments

Comments
 (0)