Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
740227

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]*$"
2Errors Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
JavadocMethod12Errors 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
UnusedImports1Errors Error
ParameterNumber0Warnings Warning
ParenPad
  • option: "space"
0Errors Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock4Errors Error
NeedBraces0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
ArrayTrailingComma0Errors Error
CovariantEquals0Errors Error
DeclarationOrder6Errors Error
ExplicitInitialization0Errors Error
InnerAssignment0Errors Error
NestedIfDepth
  • max: "3"
0Errors Error
NestedTryDepth
  • max: "3"
0Errors Error
PackageDeclaration0Errors Error
ParameterAssignment0Errors Error
ReturnCount
  • max: "5"
2Warnings Warning
StringLiteralEquality0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
MutableException0Errors 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/applications-plugin-formengine-doc-QA/workspace/target/checkstyle-header.txt"
0Errors Error

Details

fr/paris/lutece/plugins/formengine/service/FormsRegistrationService.java

ViolationMessageLine
ErrorsExpected @param tag for 'strForm'.478

fr/paris/lutece/plugins/formengine/service/validator/ValidatorDateFormat.java

ViolationMessageLine
WarningsReturn count is 6 (max allowed is 5).66
ErrorsMust have at least one statement.133
ErrorsMust have at least one statement.173

fr/paris/lutece/plugins/formengine/service/validator/ValidatorFactory.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.44

fr/paris/lutece/plugins/formengine/service/validator/ValidatorFieldNumeric.java

ViolationMessageLine
WarningsReturn count is 6 (max allowed is 5).57
ErrorsMust have at least one statement.115
ErrorsMust have at least one statement.140

fr/paris/lutece/plugins/formengine/service/validator/ValidatorMinLength.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.47

fr/paris/lutece/plugins/formengine/util/FormsListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.36

fr/paris/lutece/plugins/formengine/util/JSONUtils.java

ViolationMessageLine
ErrorsVariable access definition in wrong order.69
ErrorsVariable access definition in wrong order.70
ErrorsVariable access definition in wrong order.71
ErrorsVariable access definition in wrong order.72
ErrorsVariable access definition in wrong order.73
ErrorsVariable access definition in wrong order.74

fr/paris/lutece/plugins/formengine/web/Form.java

ViolationMessageLine
ErrorsExpected @param tag for 'strSubForm'.986

fr/paris/lutece/plugins/formengine/web/FormEngineApp.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.214
ErrorsExpected an @return tag.272

fr/paris/lutece/plugins/formengine/web/FormErrorsList.java

ViolationMessageLine
ErrorsUnused @param tag for 'strParameter'.65

fr/paris/lutece/plugins/formengine/web/FormengineAsynchronousUploadHandler.java

ViolationMessageLine
ErrorsExpected an @return tag.73
ErrorsExpected @param tag for 'request'.73
ErrorsExpected @param tag for 'request'.83
ErrorsExpected @param tag for 'response'.83
ErrorsExpected @param tag for 'mainObject'.83
ErrorsExpected @param tag for 'listFileItems'.84

fr/paris/lutece/plugins/formengine/web/RedirectException.java

ViolationMessageLine
ErrorsUnused import - javax.servlet.http.HttpServletResponse.36

fr/paris/lutece/plugins/formengine/web/SubForm.java

ViolationMessageLine
ErrorsName 'IBlobStoreService' must match pattern '^[a-z][a-zA-Z0-9]*$'.1564
ErrorsName 'IBlobStoreService' must match pattern '^[a-z][a-zA-Z0-9]*$'.1593