Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
7 0 0 6

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 2  Error
javadoc JavadocMethod 4  Error

Details

fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/utils/DirectoryEntryMatcher.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 50
 Error javadoc JavadocMethod Unused @param tag for 'direcotryToCopy'. 57
 Error javadoc JavadocMethod Unused @param tag for 'direcotryCopy'. 58
 Error javadoc JavadocMethod Expected @param tag for 'directoryToCopy'. 62
 Error javadoc JavadocMethod Expected @param tag for 'directoryCopy'. 62

fr/paris/lutece/plugins/fdw/modules/wizardexportdirectory/service/utils/FormEntryMatcher.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 50