Fork me on GitHub

Résultats Checkstyle

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

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
21 0 0 146

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/workflow/modules/appointmentants/business/TaskAntsAppointmentConfig.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/appointmentants/business/TaskAntsAppointmentConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointmentants/business/history/ITaskAntsAppointmentHistoryDAO.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointmentants/business/history/TaskAntsAppointmentHistory.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/appointmentants/business/history/TaskAntsAppointmentHistoryDAO.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/appointmentants/pojo/AntsAddAppointmentResponsePOJO.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/appointmentants/pojo/AntsDeleteAppointmentResponsePOJO.java 0 0 8
fr/paris/lutece/plugins/workflow/modules/appointmentants/pojo/AntsStatusResponsePOJO.java 0 0 10
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/ITaskAntsAppointmentService.java 0 0 9
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/TaskAddAntsAppointment.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/TaskAntsAppointmentService.java 0 0 53
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/TaskDeleteAntsAppointment.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/WorkflowAppointmentAntsPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/history/ITaskAntsAppointmentHistoryService.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/history/TaskAntsAppointmentHistoryService.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/rest/TaskAntsAppointmentRest.java 0 0 7
fr/paris/lutece/plugins/workflow/modules/appointmentants/service/rest/TaskAntsAppointmentRestConstants.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/appointmentants/util/AntsAppointmentUtils.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointmentants/web/AbstractTaskAntsAppointmentComponent.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/appointmentants/web/TaskAddAntsAppointmentComponent.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/appointmentants/web/TaskDeleteAntsAppointmentComponent.java 0 0 5

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
20
 Erreur
coding DeclarationOrder 29
 Erreur
HiddenField 4
 Erreur
design FinalClass 4
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@3/target/checkstyle-header.txt"
21
 Erreur
imports UnusedImports 4
 Erreur
javadoc JavadocMethod 29
 Erreur
JavadocType 3
 Erreur
modifier RedundantModifier 3
 Erreur
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4
 Erreur
whitespace ParenPad
  • option: "space"
25
 Erreur

Détails

fr/paris/lutece/plugins/workflow/modules/appointmentants/business/TaskAntsAppointmentConfig.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 59 should be on a new line. 44
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 57
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 62
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 67
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 72

fr/paris/lutece/plugins/workflow/modules/appointmentants/business/TaskAntsAppointmentConfigDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/workflow/modules/appointmentants/business/history/ITaskAntsAppointmentHistoryDAO.java

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

fr/paris/lutece/plugins/workflow/modules/appointmentants/business/history/TaskAntsAppointmentHistory.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 159
 Erreur
blocks LeftCurly '{' at column 73 should be on a new line. 169

fr/paris/lutece/plugins/workflow/modules/appointmentants/business/history/TaskAntsAppointmentHistoryDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 108
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 108
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 124
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 124

fr/paris/lutece/plugins/workflow/modules/appointmentants/pojo/AntsAddAppointmentResponsePOJO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 45
 Erreur
naming MemberName Name 'success' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 51
 Erreur
coding HiddenField 'success' hides a field. 64

fr/paris/lutece/plugins/workflow/modules/appointmentants/pojo/AntsDeleteAppointmentResponsePOJO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 48 should be on a new line. 45
 Erreur
naming MemberName Name 'rowcount' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 51
 Erreur
blocks LeftCurly '{' at column 27 should be on a new line. 59
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 67
 Erreur
coding HiddenField 'rowcount' hides a field. 67
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 67
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 67

fr/paris/lutece/plugins/workflow/modules/appointmentants/pojo/AntsStatusResponsePOJO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 45
 Erreur
naming MemberName Name 'status' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 51
 Erreur
naming MemberName Name 'appointments' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 57
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 59
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 64
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 69
 Erreur
coding HiddenField 'status' hides a field. 69
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 74
 Erreur
coding HiddenField 'appointments' hides a field. 74

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/ITaskAntsAppointmentService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 40
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 40
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 42
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 42
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 44
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 44
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 46
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 46

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/TaskAddAntsAppointment.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - java.util.ArrayList. 36
 Erreur
imports UnusedImports Unused import - java.util.List. 37
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.appointment.service.AppointmentResponseService. 45
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.Response. 46
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 96

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/TaskAntsAppointmentService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design FinalClass Class TaskAntsAppointmentService should be declared as final. 85
 Erreur
blocks LeftCurly '{' at column 80 should be on a new line. 85
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 96
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 98
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 104
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 106
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 108
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 110
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 112
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 114
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 120
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 121
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 126
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 132
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 135
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 141
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 142
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 143
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 144
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 146
 Erreur
blocks LeftCurly '{' at column 108 should be on a new line. 197
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 200
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 204
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 205
 Erreur
blocks LeftCurly '{' at column 9 should be on a new line. 212
 Erreur
blocks LeftCurly '{' at column 108 should be on a new line. 286
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 288
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 292
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 293
 Erreur
blocks LeftCurly '{' at column 9 should be on a new line. 299
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 369
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 370
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 371
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 372
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 373
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 388
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 388
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 419
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 420
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 421
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 422
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 437
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 437
 Erreur
javadoc JavadocMethod Unused @param tag for 'isDeletingAntsAppointment'. 451
 Erreur
javadoc JavadocMethod Expected @param tag for 'isDeletingAppointment'. 457
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 488
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 557
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 575
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 731
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 767
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 784
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 806

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/TaskDeleteAntsAppointment.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 92

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/WorkflowAppointmentAntsPlugin.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/history/ITaskAntsAppointmentHistoryService.java

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

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/history/TaskAntsAppointmentHistoryService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design FinalClass Class TaskAntsAppointmentHistoryService should be declared as final. 50
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 61

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/rest/TaskAntsAppointmentRest.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design FinalClass Class TaskAntsAppointmentRest should be declared as final. 48
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 48
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 50
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 67
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 90
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 113

fr/paris/lutece/plugins/workflow/modules/appointmentants/service/rest/TaskAntsAppointmentRestConstants.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design FinalClass Class TaskAntsAppointmentRestConstants should be declared as final. 43
 Erreur
blocks LeftCurly '{' at column 47 should be on a new line. 43
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 69
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 69
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 71

fr/paris/lutece/plugins/workflow/modules/appointmentants/util/AntsAppointmentUtils.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 48

fr/paris/lutece/plugins/workflow/modules/appointmentants/web/AbstractTaskAntsAppointmentComponent.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
blocks LeftCurly '{' at column 88 should be on a new line. 65
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 76
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 77
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 101
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 290

fr/paris/lutece/plugins/workflow/modules/appointmentants/web/TaskAddAntsAppointmentComponent.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 77
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 82
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 83
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 84

fr/paris/lutece/plugins/workflow/modules/appointmentants/web/TaskDeleteAntsAppointmentComponent.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 77
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 82
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 83
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 84