javadoc loading tests

This commit is contained in:
Manindra Moharana
2013-04-17 23:25:24 +05:30
parent 4d6ac4993e
commit 6bd36efa3a
4 changed files with 241 additions and 57 deletions

View File

@@ -269,7 +269,7 @@ public class ErrorCheckerService implements Runnable{
// No syntax errors, proceed for compilation check, Stage 2.
if (problems.length == 0 && editor.compilationCheckEnabled) {
mainClassOffset++; // just a hack.
//mainClassOffset++; // just a hack.
astGenerator.buildAST();
sourceCode = xqpreproc.doYourThing(sourceCode, programImports);
prepareCompilerClasspath();