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 21

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 2  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/announce/modules/solr/search/SolrAnnounceIndexer.java

Sévérité Catégorie Règle Message Ligne
 Erreur imports UnusedImports Unused import - java.io.Reader. 65
 Erreur imports UnusedImports Unused import - java.io.StringReader. 66
 Erreur whitespace ParenPad '(' is not followed by whitespace. 265
 Erreur whitespace ParenPad '(' is not followed by whitespace. 265
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 265
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 265
 Erreur blocks LeftCurly '{' at column 13 should be on a new line. 266
 Erreur whitespace ParenPad '(' is not followed by whitespace. 267
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 267
 Erreur blocks RightCurly '}' at column 3 should be alone on a line. 268
 Erreur whitespace ParenPad '(' is not followed by whitespace. 268
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 268
 Erreur blocks LeftCurly '{' at column 28 should be on a new line. 268
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 269
 Erreur blocks RightCurly '}' at column 3 should be alone on a line. 270
 Erreur whitespace ParenPad '(' is not followed by whitespace. 270
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 270
 Erreur blocks LeftCurly '{' at column 29 should be on a new line. 270
 Erreur regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 271
 Erreur javadoc JavadocMethod Unused @param tag for 'questionAnswer'. 292
 Erreur javadoc JavadocMethod Expected @param tag for 'announce'. 296