> >Either way, I think checkstyle should alert you to any violations.
> 
> Not familiar with this. I use Maven to perform the check, I suppose? 
> I saw a couple of declarations in project.properties...

        maven checkstyle xdoc:transform

That'll generate the checkstyle report for you.

        maven site:generate

will generate the whole site, including test reports, style reports,
metrics, code coverage, etc.   Always a good thing to do.

        -bob




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to