The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ExplicitInitialization | 1 | Error |
imports | UnusedImports | 1 | Error |
javadoc | JavadocMethod | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ExplicitInitialization | Variable '_singleton' explicitly initialized to 'null' (default value for its type). | 52 |