Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
12 0 0 19

Rules

Rules Violations Severity
Translation 0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0 Errors Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0 Errors Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 Errors Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2 Errors Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0 Errors Error
JavadocMethod 3 Errors Error
JavadocType 0 Errors Error
ConstantName
  • format: "[A-Z0-9]*$"
0 Errors Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0 Errors Error
TypeName 0 Errors Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
ParameterNumber 0 Warnings Warning
ParenPad
  • option: "space"
0 Errors Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
NeedBraces 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 1 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
ArrayTrailingComma 0 Errors Error
CovariantEquals 0 Errors Error
DeclarationOrder 0 Errors Error
ExplicitInitialization 0 Errors Error
InnerAssignment 0 Errors Error
NestedIfDepth
  • max: "3"
0 Errors Error
NestedTryDepth
  • max: "3"
0 Errors Error
PackageDeclaration 0 Errors Error
ParameterAssignment 0 Errors Error
ReturnCount
  • max: "5"
0 Warnings Warning
StringLiteralEquality 0 Errors Error
SuperClone 0 Errors Error
SuperFinalize 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
MutableException 0 Errors Error
ArrayTypeStyle
  • javaStyle: "true"
0 Errors Error
RegexpSinglelineJava
  • format: "System\.out\.println"
0 Errors Error
RegexpSinglelineJava
  • format: "System\.exit"
0 Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''printStackTrace''."
  • format: "[.]*\.printStackTrace"
0 Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''SELECT *''."
  • format: "[.]*SELECT \*"
  • ignoreCase: "true"
0 Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''WHERE 1''."
  • format: "[.]*WHERE 1 "
  • ignoreCase: "true"
0 Errors Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-library-crmclient-doc-QA/workspace/target/checkstyle-header.txt"
12 Errors Error

Details

fr/paris/lutece/plugins/crmclient/business/CRMItem.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
Errors '_strmCRMWebAppCode' hides a field. 105
Errors Name '_strmCRMWebAppCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 105

fr/paris/lutece/plugins/crmclient/business/CRMItemQueue.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/business/CRMItemTypeEnum.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/business/ICRMItem.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
Errors Name '_strmCRMWebAppCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 102

fr/paris/lutece/plugins/crmclient/business/ICRMItemFactory.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/business/ICRMItemQueueDAO.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/service/ICRMClientService.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
Errors Unable to get class information for @throws tag 'HttpAccessException'. 178
Errors Unused @throws tag for 'HttpAccessException'. 178
Errors Expected @throws tag for 'CRMException'. 180

fr/paris/lutece/plugins/crmclient/service/authenticator/IAuthenticatorService.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/service/queue/DatabaseQueue.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/service/queue/ICRMClientQueue.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/util/CRMException.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/crmclient/util/CrmClientConstants.java

Violation Message Line
Errors Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
Errors Utility classes should not have a public or default constructor. 42