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
12 0 0 5

Rules

Category Rule Violations Severity
javadoc JavadocMethod 1  Error
JavadocType 2  Error
modifier RedundantModifier 1  Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
1  Error
RegexpSinglelineJava
  • format: "System\.out\.println"
1  Error

Details

fr/paris/lutece/plugins/hipolite/enumeration/ReplicationStatutEnum.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error modifier RedundantModifier Redundant 'private' modifier. 42

fr/paris/lutece/plugins/hipolite/replication/ReplicationBatch.java

Severity Category Rule Message Line
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.exit'. 66

fr/paris/lutece/plugins/hipolite/replication/ReplicationDaemon.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 45