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 23

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
3  Erreur
RightCurly
  • option: "alone"
2  Erreur
coding DeclarationOrder 1  Erreur
imports UnusedImports 2  Erreur
javadoc JavadocMethod 3  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/directory/modules/solr/search/SolrDirectoryIndexer.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 coding DeclarationOrder Variable access definition in wrong order. 93
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 102
 Erreur javadoc JavadocMethod Expected @throws tag for 'IOException'. 297
 Erreur whitespace ParenPad '(' is not followed by whitespace. 340
 Erreur whitespace ParenPad '(' is not followed by whitespace. 340
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 340
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 340
 Erreur blocks LeftCurly '{' at column 21 should be on a new line. 341
 Erreur whitespace ParenPad '(' is not followed by whitespace. 342
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 342
 Erreur blocks RightCurly '}' at column 11 should be alone on a line. 343
 Erreur whitespace ParenPad '(' is not followed by whitespace. 343
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 343
 Erreur blocks LeftCurly '{' at column 36 should be on a new line. 343
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 344
 Erreur blocks RightCurly '}' at column 11 should be alone on a line. 345
 Erreur whitespace ParenPad '(' is not followed by whitespace. 345
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 345
 Erreur blocks LeftCurly '{' at column 37 should be on a new line. 345
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 346
 Erreur javadoc JavadocMethod Expected an @return tag. 406