Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml. rss feed

Résumé

Fichiers  Infos  Avertissements  Erreurs
3 0 0 20

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
3  Erreur
RightCurly
  • option: "alone"
2  Erreur
imports UnusedImports 2  Erreur
javadoc JavadocMethod 1  Erreur
regexp RegexpSinglelineJava
  • format: "System\.exit"
2  Erreur
RegexpSinglelineJava
  • format: "System\.out\.println"
2  Erreur
whitespace ParenPad
  • option: "space"
10  Erreur

Détails

fr/paris/lutece/plugins/htmlpage/modules/solr/search/SolrHtmlpageIndexer.java

Sévérité Catégorie Règle Message Ligne
 Erreur imports UnusedImports Unused import - java.io.Reader. 39
 Erreur imports UnusedImports Unused import - java.io.StringReader. 40
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 90
 Erreur whitespace ParenPad '(' is not followed by whitespace. 235
 Erreur whitespace ParenPad '(' is not followed by whitespace. 235
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 235
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 235
 Erreur blocks LeftCurly '{' at column 13 should be on a new line. 236
 Erreur whitespace ParenPad '(' is not followed by whitespace. 237
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 237
 Erreur blocks RightCurly '}' at column 3 should be alone on a line. 238
 Erreur whitespace ParenPad '(' is not followed by whitespace. 238
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 238
 Erreur blocks LeftCurly '{' at column 28 should be on a new line. 238
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 239
 Erreur blocks RightCurly '}' at column 3 should be alone on a line. 240
 Erreur whitespace ParenPad '(' is not followed by whitespace. 240
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 240
 Erreur blocks LeftCurly '{' at column 29 should be on a new line. 240
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 241