Hi list,

setting up a new project and runnning into checkstyle problems.
is the https://appfuse.dev.java.net/checkstyle.xml
outdated? or must this one be upgraded to the new version?

version 4.4 to  5 release notes:
http://checkstyle.sourceforge.net/releasenotes.html


the problems are:
GenericIllegalRegexpCheck  must be changed into RegexpSingleline (i guess)

        <module name="FileLength" />
        <module name="FileTabCharacter" />
                <module name="RegexpSingleline">
                        <property name="format" value="\s+\s+$" />
                        <property name="message" value="Line has trailing spaces." 
/>
                </module>
 must be pushed up one level
(from the TreeWalker module to the check modul)


off topic:
great to be back into appfuse (i changed jobs to be a teamleader at a company running ms c# .net apps and no java. after 3 month we are doing our first java project :D )


nice day,

tibi




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to