Résultats Checkstyle

Le document suivant contient les résultats de Checkstylerss feed

Résumé

FichiersInfos InfosAvertissements AvertissementsErreurs Erreurs
120064

Régles

RéglesViolationsSévèrité
Translation0Erreurs Error
LeftCurly
  • option: "nl"
0Erreurs Error
RightCurly
  • option: "alone"
0Erreurs Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Erreurs Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Erreurs Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
JavadocMethod34Erreurs Error
JavadocType1Erreurs Error
ConstantName
  • format: "[A-Z0-9]*$"
0Erreurs Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0Erreurs Error
TypeName0Erreurs Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0Erreurs Error
AvoidStarImport0Erreurs Error
IllegalImport0Erreurs Error
RedundantImport0Erreurs Error
UnusedImports2Erreurs Error
ParameterNumber0Avertissements Warning
ParenPad
  • option: "space"
0Erreurs Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
0Erreurs Error
ModifierOrder0Erreurs Error
RedundantModifier4Erreurs Error
AvoidNestedBlocks0Erreurs Error
EmptyBlock0Erreurs Error
NeedBraces0Erreurs Error
EmptyStatement0Erreurs Error
EqualsHashCode0Erreurs Error
HiddenField0Erreurs Error
IllegalInstantiation0Erreurs Error
InnerAssignment0Erreurs Error
MissingSwitchDefault0Erreurs Error
SimplifyBooleanExpression0Erreurs Error
SimplifyBooleanReturn0Erreurs Error
ArrayTrailingComma0Erreurs Error
CovariantEquals0Erreurs Error
DeclarationOrder15Erreurs Error
ExplicitInitialization0Erreurs Error
InnerAssignment0Erreurs Error
NestedIfDepth
  • max: "3"
0Erreurs Error
NestedTryDepth
  • max: "3"
0Erreurs Error
PackageDeclaration0Erreurs Error
ParameterAssignment0Erreurs Error
ReturnCount
  • max: "5"
0Avertissements Warning
StringLiteralEquality0Erreurs Error
SuperClone0Erreurs Error
SuperFinalize0Erreurs Error
FinalClass0Erreurs Error
HideUtilityClassConstructor2Erreurs Error
InterfaceIsType0Erreurs Error
VisibilityModifier0Erreurs Error
MutableException2Erreurs Error
ArrayTypeStyle
  • javaStyle: "true"
0Erreurs Error
RegexpSinglelineJava
  • format: "System\.out\.println"
0Erreurs Error
RegexpSinglelineJava
  • format: "System\.exit"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''printStackTrace''."
  • format: "[.]*\.printStackTrace"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''SELECT *''."
  • format: "[.]*SELECT \*"
  • ignoreCase: "true"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''WHERE 1''."
  • format: "[.]*WHERE 1 "
  • ignoreCase: "true"
0Erreurs Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/wf-module-workflow-eudonetdirectory-doc-QA/workspace/target/checkstyle-header.txt"
4Erreurs Error

Détails

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/business/EudonetData.java

ViolationMessageLigne
ErreursLine does not match expected header line of ' * Copyright (c) 2002-2014, Mairie de Paris'.2
ErreursMissing a Javadoc comment.39
ErreursExpected @param tag for 'id'.60
ErreursExpected @param tag for 'eudonetAttribut'.76
ErreursExpected @param tag for 'orderEntry'.92
ErreursExpected @param tag for 'idConfig'.108

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/business/TaskEudonetConfig.java

ViolationMessageLigne
ErreursUnused import - java.util.List.39
ErreursExpected @param tag for 'sessionKeyFamily'.96
ErreursExpected @param tag for 'subscriberLogin'.112
ErreursExpected @param tag for 'subscriberPassword'.128
ErreursExpected @param tag for 'userLogin'.144
ErreursExpected @param tag for 'userPassword'.160
ErreursExpected @param tag for 'baseName'.176
ErreursExpected @param tag for 'wsUrl'.192
ErreursExpected @param tag for 'entry'.208

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/business/TaskEudonetConfigDAO.java

ViolationMessageLigne
ErreursExpected @param tag for 'eudonetData'.178
ErreursExpected @param tag for 'nKey'.197
ErreursExpected @param tag for 'eudonetData'.209
ErreursExpected @param tag for 'nidTask'.227

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/business/TaskEudonetConfigHome.java

ViolationMessageLigne
ErreursLine does not match expected header line of ' * Copyright (c) 2002-2014, Mairie de Paris'.2
ErreursUtility classes should not have a public or default constructor.46
ErreursExpected @param tag for 'eudonetData'.55
ErreursExpected @param tag for 'nKey'.64
ErreursExpected @param tag for 'idTask'.74

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/service/EudonetWsEudonet.java

ViolationMessageLigne
ErreursLine does not match expected header line of ' * Copyright (c) 2002-2014, Mairie de Paris'.2
ErreursUtility classes should not have a public or default constructor.46

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/service/IEudonetWsService.java

ViolationMessageLigne
ErreursExpected @param tag for 'taskEudonetConfig'.53
ErreursExpected @throws tag for 'EudonetException'.53
ErreursRedundant 'public' modifier.60
ErreursExpected @param tag for 'idResource'.60
ErreursExpected @throws tag for 'EudonetException'.60
ErreursRedundant 'public' modifier.67
ErreursExpected @param tag for 'idResource'.67
ErreursExpected @throws tag for 'EudonetException'.67
ErreursRedundant 'public' modifier.74
ErreursExpected @param tag for 'idResource'.74
ErreursExpected @throws tag for 'EudonetException'.74
ErreursRedundant 'public' modifier.80

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/service/TaskExportDemand.java

ViolationMessageLigne
ErreursUnused import - fr.paris.lutece.plugins.workflow.modules.eudonetdirectory.utils.EudonetException.39
ErreursVariable access definition in wrong order.65

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/utils/EudonetException.java

ViolationMessageLigne
ErreursLine does not match expected header line of ' * Copyright (c) 2002-2014, Mairie de Paris'.2
ErreursThe field '_strIdDemand' must be declared final.45
ErreursThe field '_strErrorMessage' must be declared final.46
ErreursUnused @param tag for 'IdDemand'.50
ErreursExpected @param tag for 'strIdDemand'.53
ErreursUnused @param tag for '_strIdDemand'.61
ErreursExpected @param tag for 'strIdDemand'.63
ErreursUnused @param tag for 'IdDemand'.97
ErreursExpected @param tag for 'strIdDemand'.99

fr/paris/lutece/plugins/workflow/modules/eudonetdirectory/web/EudonetTaskComponent.java

ViolationMessageLigne
ErreursVariable access definition in wrong order.87
ErreursVariable access definition in wrong order.88
ErreursVariable access definition in wrong order.89
ErreursVariable access definition in wrong order.90
ErreursVariable access definition in wrong order.91
ErreursVariable access definition in wrong order.92
ErreursVariable access definition in wrong order.93
ErreursVariable access definition in wrong order.94
ErreursVariable access definition in wrong order.95
ErreursVariable access definition in wrong order.96
ErreursVariable access definition in wrong order.97
ErreursVariable access definition in wrong order.98
ErreursVariable access definition in wrong order.99
ErreursVariable access definition in wrong order.100
ErreursExpected @param tag for 'taskEudonetConfig'.330