I guess this is the best that can be done..

This commit is contained in:
Manindra Moharana
2014-04-05 02:27:29 +05:30
parent 27cf6507a2
commit b7f1c04d85

View File

@@ -433,11 +433,11 @@ public class ErrorCheckerService implements Runnable{
// }
// log(sourceCode);
// log("--------------------------");
compileCheck();
//astGenerator.buildAST(cu);
compileCheck();
log(editor.getSketch().getName() + "2 MCO "
+ mainClassOffset);
}
astGenerator.buildAST(cu);
if(ExperimentalMode.errorCheckEnabled){
updateErrorTable();
editor.updateErrorBar(problemsList);