I upgraded to 6-RC4. The header file is correct now, however it is not restricted to .java files. As a result I get violations in Eclipse on many projects complaining about "Missing a header - not enough lines in file.".
This can be fixed by restricting the check to .java files, like this:

<module name="Header">
<property name="headerFile" value="..."/>
<property name="fileExtensions" value="java"/>
</module>

Change By: Ivo Ladage - van Doorn (25/May/12 11:23 AM)
Resolution: Fixed
Status: Closed Reopened
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
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to