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
20 0 0 140

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 49
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/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 26
 Erreur
HiddenField 4
 Erreur
design FinalClass 4
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
20
 Erreur
imports UnusedImports 5
 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"
22
 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
imports UnusedImports Unused import - fr.paris.lutece.plugins.appointment.web.AppointmentApp. 64
 Erreur
design FinalClass Class TaskAntsAppointmentService should be declared as final. 84
 Erreur
blocks LeftCurly '{' at column 80 should be on a new line. 84
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 95
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 97
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 103
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 105
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 107
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 109
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 111
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 117
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 123
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 129
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 132
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 138
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 139
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 140
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 142
 Erreur
blocks LeftCurly '{' at column 89 should be on a new line. 188
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 191
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 195
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 196
 Erreur
blocks LeftCurly '{' at column 9 should be on a new line. 202
 Erreur
blocks LeftCurly '{' at column 89 should be on a new line. 271
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 273
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 277
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 278
 Erreur
blocks LeftCurly '{' at column 9 should be on a new line. 283
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 353
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 354
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 355
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 356
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 371
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 371
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 403
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 404
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 405
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 420
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 420
 Erreur
javadoc JavadocMethod Unused @param tag for 'isDeletingAntsAppointment'. 434
 Erreur
javadoc JavadocMethod Expected @param tag for 'isDeletingAppointment'. 440
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 471
 Erreur
javadoc JavadocMethod Expected @throws tag for 'HttpAccessException'. 537
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 555
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 707
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 743
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 760
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 782

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. 68
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 68
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 70

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