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
7 0 1 77

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/business/TaskFileTransferConfig.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/business/TaskFileTransferConfigDAO.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransfer.java 0 0 24
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransferService.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/listener/FileTransferListenerService.java 0 1 6
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/AbstractPaginatorJspBean.java 0 0 8
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/TaskFileTransferTaskComponent.java 0 0 29

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
12
 Erreur
coding DeclarationOrder 3
 Erreur
ReturnCount
  • max: "5"
1
 Avertissement
design VisibilityModifier 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
7
 Erreur
imports UnusedImports 13
 Erreur
javadoc JavadocMethod 5
 Erreur
JavadocType 6
 Erreur
naming StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Erreur
whitespace ParenPad
  • option: "space"
29
 Erreur

Détails

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/business/TaskFileTransferConfig.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/filestoragetransfer/business/TaskFileTransferConfigDAO.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 JavadocMethod Missing a Javadoc comment. 135
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 135
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 135
 Erreur
blocks LeftCurly '{' at column 67 should be on a new line. 135

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransfer.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 23
 Erreur
blocks LeftCurly '{' at column 50 should be on a new line. 23
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 31
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 31
 Erreur
blocks LeftCurly '{' at column 24 should be on a new line. 36
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 49
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 56
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 56
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 56
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 56
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 57
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 57
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 57
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 57
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 59
 Erreur
blocks LeftCurly '{' at column 39 should be on a new line. 59
 Erreur
blocks LeftCurly '{' at column 14 should be on a new line. 62
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 63
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 63
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 76
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 76
 Erreur
blocks LeftCurly '{' at column 43 should be on a new line. 76

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransferService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 64 should be on a new line. 5

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/listener/FileTransferListenerService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 13
 Erreur
naming StaticVariableName Name 'contextValue' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 16
 Avertissement
coding ReturnCount Return count is 2 (max allowed for void methods/constructors/lambdas is 1). 17
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 24
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 24
 Erreur
blocks LeftCurly '{' at column 14 should be on a new line. 28

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/AbstractPaginatorJspBean.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.portal.service.util.AppPropertiesService. 37
 Erreur
javadoc JavadocType Missing a Javadoc comment. 48
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 74
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 100
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 106
 Erreur
blocks LeftCurly '{' at column 49 should be on a new line. 108

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/TaskFileTransferTaskComponent.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
imports UnusedImports Unused import - java.util.ArrayList. 3
 Erreur
imports UnusedImports Unused import - java.util.Collection. 4
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.Entry. 15
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryFilter. 16
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryHome. 17
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryType. 18
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryTypeHome. 19
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.service.GenericAttributesPlugin. 20
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflowcore.business.config.ITaskConfig. 23
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.rbac.ResourceType. 27
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.rbac.ResourceTypeManager. 28
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.rbac.ResourceTypeProvider. 29
 Erreur
javadoc JavadocType Missing a Javadoc comment. 34
 Erreur
blocks LeftCurly '{' at column 74 should be on a new line. 34
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 66
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 67
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 69
 Erreur
design VisibilityModifier Variable '_config' must be private and have accessor methods. 69
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 72
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 72
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 83
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 83
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 176
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 176
 Erreur
blocks LeftCurly '{' at column 116 should be on a new line. 176
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 186
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 186
 Erreur
blocks LeftCurly '{' at column 130 should be on a new line. 186