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
6 0 0 35

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
12  Erreur
NeedBraces 2  Erreur
coding DeclarationOrder 1  Erreur
ExplicitInitialization 1  Erreur
design VisibilityModifier 1  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-module-crm-mydashboard-favorites-doc-QA/workspace/target/checkstyle-header.txt"
4  Erreur
javadoc JavadocMethod 2  Erreur
JavadocType 2  Erreur
whitespace ParenPad
  • option: "space"
10  Erreur

Détails

fr/paris/lutece/plugins/crm/modules/mydashboardfavorites/listener/ListenerFavoritesRemoval.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 70 should be on a new line. 22
 Erreur whitespace ParenPad '(' is not followed by whitespace. 25
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 25
 Erreur blocks LeftCurly '{' at column 74 should be on a new line. 25
 Erreur blocks NeedBraces 'if' construct must use '{}'s. 27
 Erreur blocks LeftCurly '{' at column 34 should be on a new line. 28
 Erreur whitespace ParenPad '(' is not followed by whitespace. 35
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 35
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 37

fr/paris/lutece/plugins/crm/modules/mydashboardfavorites/service/FavoritesSubscriptionProviderService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 91 should be on a new line. 45
 Erreur coding DeclarationOrder Variable access definition in wrong order. 49
 Erreur coding ExplicitInitialization Variable '_instance' explicitly initialized to 'null' (default value for its type). 49
 Erreur design VisibilityModifier Variable '_instance' must be private and have accessor methods. 49
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 51
 Erreur blocks LeftCurly '{' at column 71 should be on a new line. 51
 Erreur blocks LeftCurly '{' at column 33 should be on a new line. 52
 Erreur blocks NeedBraces 'else' construct must use '{}'s. 56
 Erreur blocks LeftCurly '{' at column 37 should be on a new line. 61
 Erreur blocks LeftCurly '{' at column 28 should be on a new line. 67
 Erreur blocks LeftCurly '{' at column 44 should be on a new line. 73
 Erreur blocks LeftCurly '{' at column 121 should be on a new line. 78
 Erreur blocks LeftCurly '{' at column 121 should be on a new line. 83
 Erreur blocks LeftCurly '{' at column 71 should be on a new line. 88

fr/paris/lutece/plugins/crm/modules/mydashboardfavorites/web/MyDashBoardFavoritesXPage.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur javadoc JavadocType Missing a Javadoc comment. 50
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 63
 Erreur whitespace ParenPad '(' is not followed by whitespace. 75
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 75
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 77
 Erreur whitespace ParenPad '(' is not followed by whitespace. 83
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 83

fr/paris/lutece/plugins/crm/modules/mydashboardfavorites/web/MyDashboardFavoritesComponent.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur javadoc JavadocType Missing a Javadoc comment. 56