Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
Could you please support ecj (the eclipse compiler) warnigns? They are like:
[javac] Compiling 34 source files to
D:\Desenvolvimento\hudson\data\jobs\jfg\workspace\build\build\warning
[javac] ----------
[javac] 1. WARNING in
D:\Desenvolvimento\hudson\data\jobs\jfg\workspace\src\jfg\AttributeException.java (at
line 3)
[javac] public class AttributeException extends RuntimeException
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The serializable class AttributeException does not declare a static
final serialVersionUID field of type long
[javac] ----------
[javac] ----------
[javac] 2. WARNING in
D:\Desenvolvimento\hudson\data\jobs\jfg\workspace\src\jfg\gui\swt\SWTTextBuilder.java
(at line 85)
[javac] protected void addValidation(Text text, Object type)
[javac] ^^^^
[javac] The parameter text is never read
[javac] ----------
[javac] 3. WARNING in
D:\Desenvolvimento\hudson\data\jobs\jfg\workspace\src\jfg\gui\swt\SWTTextBuilder.java
(at line 85)
[javac] protected void addValidation(Text text, Object type)
[javac] ^^^^
[javac] The parameter type is never read
[javac] ----------
[javac] 4. WARNING in
D:\Desenvolvimento\hudson\data\jobs\jfg\workspace\src\jfg\gui\swt\SWTTextBuilder.java
(at line 89)
[javac] protected String convertToString(Text text, Object value, Object type)
[javac] ^^^^
[javac] The parameter text is never read
[javac] ----------
[javac] 4 problems (4 warnings)
Thanks
Which version of the Eclipse compiler are you using? (javac indicates SUN
compiler and not the eclipse compiler?). Do you use the eclipse compiler with
ant (PDE build) or with maven?
Could you please attach the log messages as a text file, too. I'm not sure if
the line breaks are conserved in the textfield (and these are important for the
parser.).