[
https://issues.apache.org/jira/browse/LANG-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794943#comment-13794943
]
Henri Yandell commented on LANG-840:
------------------------------------
Using the checkstyle report generated by the Maven site (see
http://commons.apache.org/proper/commons-lang/checkstyle.html for latest) I
applied the ones above that were still open (namely javadoc for DateParser and
FastDateParser). The other changes don't flag in the current report. These
changes have gone in 3.2.
The tests aren't run through checkstyle when using the Maven report.
> Codebase fails checkstyle checks.
> ---------------------------------
>
> Key: LANG-840
> URL: https://issues.apache.org/jira/browse/LANG-840
> Project: Commons Lang
> Issue Type: Improvement
> Components: General
> Affects Versions: 3.2
> Reporter: Duncan Jones
> Priority: Minor
> Fix For: 3.3
>
> Attachments: commons-lang3-checkstyle-LANG-840.patch
>
>
> The project currently has a large number of Checkstyle errors. The majority
> of these are in the test classes, which either need a major cleanup exercise
> or should be excluded from the checks.
> The errors on the non-test code are not too numerous and the attached patch
> corrects all but one of these. The patch also adds a suppression file that
> removes the test classes from the Checkstyle checks. With the patch applied,
> I'm able to withstand having Checkstyle auto-running in my IDE.
--
This message was sent by Atlassian JIRA
(v6.1#6144)