I'm working with a maven (jar) Project in Netbeans(Windows), which creates Checkstyle Reports with the maven checkstyle Plugin.
No Matter what i do, i always get the message: File does not end with a newline. for Java Class Files.
What can i do/configure in either Netbeans (Formatter) or for the checkstyle plugin to get rid of the Message ?
Versions of used Software:
- WinXP SP3
- Netbeans 6.7 RC1 (happens with 6.5 too)
- Maven 2.0.9
- Maven Checkstyle Plugin 2.2
- Java 1.6 (Update 14)