ErrorList errors
Submitted by Saturday, 12 March, 2005 - 09:39
on
I have problem when using javac. Errors from javac are recognized as warnings in ErrorList plugin. JCompiler doesn't have that problem.
With jikes there is a problem in showing errors in edit pane. Whole line is underlined as error, but it should underline just a part of line that jikes is showing like this: D:/work/SomeClass.java:105:22:105:34:
1. number is beginning line, 2. is beginning column, 3. ending line and 4. number is ending line of error.
With jikes there is a problem in showing errors in edit pane. Whole line is underlined as error, but it should underline just a part of line that jikes is showing like this: D:/work/SomeClass.java:105:22:105:34:
1. number is beginning line, 2. is beginning column, 3. ending line and 4. number is ending line of error.