|
Correction to the example (note the extra dot
before the line number)
Example :
----------------------------------------------------------
File - ...myClass.java
59 StringBuffer
valid1 = null ;
60
StringBuffer valid2 =
null ;
.
61 StringBuffe
doesntCompile = null ; <<
error
. 62 StringBuffer
unusedVariable = null ; <<
warning
---------------------------------------------------------- |
- [Eap-features] req: print marker on line with error/warning Alain Ravet
- Alain Ravet
