Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
120064

Rules

RulesViolationsSeverity
Translation0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Errors Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Errors Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
JavadocMethod34Errors Error
JavadocType1Errors Error
ConstantName
  • format: "[A-Z0-9]*$"
0Errors Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0Errors Error
TypeName0Errors Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
ParameterNumber0Warnings Warning
ParenPad
  • option: "space"
0Errors Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
0Errors Error
ModifierOrder0Errors Error
RedundantModifier4Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
NeedBraces0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
ArrayTrailingComma0Errors Error
CovariantEquals0Errors Error
DeclarationOrder15Errors Error
ExplicitInitialization0Errors Error
InnerAssignment0Errors Error
NestedIfDepth
  • max: "3"
0Errors Error
NestedTryDepth
  • max: "3"
0Errors Error
PackageDeclaration0Errors Error
ParameterAssignment0Errors Error
ReturnCount
  • max: "5"
0Warnings Warning
StringLiteralEquality0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
MutableException2Errors Error
ArrayTypeStyle
  • javaStyle: "true"
0Errors Error
RegexpSinglelineJava
  • format: "System\.out\.println"
0Errors Error
RegexpSinglelineJava
  • format: "System\.exit"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''printStackTrace''."
  • format: "[.]*\.printStackTrace"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''SELECT *''."
  • format: "[.]*SELECT \*"
  • ignoreCase: "true"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''WHERE 1''."
  • format: "[.]*WHERE 1 "
  • ignoreCase: "true"
0Errors Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/wf-module-workflow-eudonetdirectory-doc-QA/workspace/target/checkstyle-header.txt"
4Errors Error

Details

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

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

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

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

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

ViolationMessageLine
ErrorsExpected @param tag for 'eudonetData'.178
ErrorsExpected @param tag for 'nKey'.197
ErrorsExpected @param tag for 'eudonetData'.209
ErrorsExpected @param tag for 'nidTask'.227

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

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

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

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

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

ViolationMessageLine
ErrorsExpected @param tag for 'taskEudonetConfig'.53
ErrorsExpected @throws tag for 'EudonetException'.53
ErrorsRedundant 'public' modifier.60
ErrorsExpected @param tag for 'idResource'.60
ErrorsExpected @throws tag for 'EudonetException'.60
ErrorsRedundant 'public' modifier.67
ErrorsExpected @param tag for 'idResource'.67
ErrorsExpected @throws tag for 'EudonetException'.67
ErrorsRedundant 'public' modifier.74
ErrorsExpected @param tag for 'idResource'.74
ErrorsExpected @throws tag for 'EudonetException'.74
ErrorsRedundant 'public' modifier.80

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

ViolationMessageLine
ErrorsUnused import - fr.paris.lutece.plugins.workflow.modules.eudonetdirectory.utils.EudonetException.39
ErrorsVariable access definition in wrong order.65

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

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

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

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