The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/form/modules/comparevalidators/business/comparator/ComparatorEqual.java | 0 | 0 | 4 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod | 4 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for 'byValue1'. | 48 |
Error | javadoc | JavadocMethod | Unused @param tag for 'byValue2'. | 49 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strValue1'. | 52 |
Error | javadoc | JavadocMethod | Expected @param tag for 'strValue2'. | 52 |