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
19 0 2 28

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1  Error
RightCurly
  • option: "alone"
1  Error
coding ReturnCount
  • max: "5"
2  Warning
design FinalClass 3  Error
javadoc JavadocMethod 14  Error
whitespace ParenPad
  • option: "space"
8  Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
1  Error

Details

fr/paris/lutece/plugins/form/modules/exportdatabase/business/EntryConfigurationHome.java

Severity Category Rule Message Line
 Error design FinalClass Class EntryConfigurationHome should be declared as final. 47

fr/paris/lutece/plugins/form/modules/exportdatabase/business/ExportdatabaseDAO.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Unused @param tag for 'strQuerySelect'. 283
 Error javadoc JavadocMethod Unused @param tag for 'filter'. 284
 Error javadoc JavadocMethod Expected @param tag for 'strTableName'. 288
 Error javadoc JavadocMethod Expected @param tag for 'listItems'. 288
 Error javadoc JavadocMethod Expected @param tag for 'plugin'. 288

fr/paris/lutece/plugins/form/modules/exportdatabase/business/ExportdatabaseHome.java

Severity Category Rule Message Line
 Error design FinalClass Class ExportdatabaseHome should be declared as final. 67
 Error whitespace ParenPad '(' is not followed by whitespace. 175
 Error blocks RightCurly '}' at column 17 should be alone on a line. 202
 Error whitespace ParenPad '(' is not followed by whitespace. 202
 Error whitespace ParenPad ')' is not preceded with whitespace. 205
 Error whitespace ParenPad ')' is not preceded with whitespace. 205
 Error javadoc JavadocMethod Unused @param tag for 'listResponse'. 307
 Error javadoc JavadocMethod Expected @param tag for 'value'. 310
 Error whitespace ParenPad '(' is not followed by whitespace. 316
 Error whitespace ParenPad ')' is not preceded with whitespace. 316
 Error blocks LeftCurly '{' at column 26 should be on a new line. 316
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 317
 Error whitespace ParenPad '(' is not followed by whitespace. 317
 Error whitespace ParenPad ')' is not preceded with whitespace. 317

fr/paris/lutece/plugins/form/modules/exportdatabase/business/FormConfigurationHome.java

Severity Category Rule Message Line
 Error design FinalClass Class FormConfigurationHome should be declared as final. 47

fr/paris/lutece/plugins/form/modules/exportdatabase/business/IExportdatabaseDAO.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Unused @param tag for 'file'. 68

fr/paris/lutece/plugins/form/modules/exportdatabase/business/ProcessorExportdatabase.java

Severity Category Rule Message Line
 Warning coding ReturnCount Return count is 8 (max allowed is 5). 179
 Warning coding ReturnCount Return count is 7 (max allowed is 5). 263
 Error javadoc JavadocMethod Expected @param tag for 'pluginExportdatabase'. 264
 Error javadoc JavadocMethod Expected @param tag for 'pluginExportdatabase'. 378
 Error javadoc JavadocMethod Expected @param tag for 'pluginExportdatabase'. 397
 Error javadoc JavadocMethod Expected @param tag for 'pluginExportdatabase'. 414
 Error javadoc JavadocMethod Missing a Javadoc comment. 426
 Error javadoc JavadocMethod Missing a Javadoc comment. 439