Ulli Hafner commented on Bug JENKINS-15895

I need something like the following snipped from YOUR console log:

compile-warning:
    [mkdir] Created dir: C:\Desenvolvimento\Java\jfg\build\build\warning
    [javac] Compiling 34 source files to C:\Desenvolvimento\Java\jfg\build\build\warning
    [javac] ----------
    [javac] 1. WARNING in C:\Desenvolvimento\Java\jfg\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 C:\Desenvolvimento\Java\jfg\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

Then I need to know, if the path in a warning above is relative (contains no C: or / in the beginning) or absolute. If you would paste one of your actual warnings I will see it anyway...

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to