• Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • Component/s: warnings-plugin
    • None
    • Environment:
      Platform: All, OS: All

      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

        1. output.txt
          3 kB
        2. output.txt
          0.5 kB

            Assignee:
            Ulli Hafner
            Reporter:
            pescuma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: