| java.lang.Object tide.compiler.CompilerProcessGobbler
CompilerProcessGobbler | public class CompilerProcessGobbler (Code) | | Reads the error and input stream of the process that runs the compiler.
Fill them in the LineMessagesManager and the compiler output tab.
|
Inner Class :class Gobbler extends Thread | |
inWarning | boolean inWarning(Code) | | |
numberOfWarnings | public int numberOfWarnings(Code) | | |
CompilerProcessGobbler | public CompilerProcessGobbler(Process proc, SimpleDocument compilerDoc) throws Exception(Code) | | Reads the whole process input and error streams and WAIT until completion
|
errLineRead | public synchronized void errLineRead(String line)(Code) | | All the normal compiler ouputs occurs on stderr.
A warning is from ": warning:" up to a line with "^".
TODO: errors preceding warnings are erroneous marked as warnings.
|
getNumberOfErrors | final public int getNumberOfErrors()(Code) | | |
inLineRead | public synchronized void inLineRead(String line)(Code) | | |
|
|