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

Rules

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

Details

fr/paris/lutece/plugins/jsr170/modules/solr/business/SolrRepositoryFileHome.java

Severity Category Rule Message Line
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 108
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 112
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 135
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 139

fr/paris/lutece/plugins/jsr170/modules/solr/indexer/SolrJcrIndexer.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Error modifier RedundantModifier Redundant 'public' modifier. 431
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 432

fr/paris/lutece/plugins/jsr170/modules/solr/service/JcrSolrPlugin.java

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