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
   
----------------------------------------------------------

Reply via email to