Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 0 35

Rules

Rules Violations Severity
JavadocPackage 0 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Non-empty line has trailing spaces."
  • format: "\S+\s+$"
0 Errors Error
JavadocMethod
  • scope: "protected"
0 Errors Error
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Errors Error
JavadocStyle 0 Errors Error
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength
  • max: "130"
  • ignorePattern: "@version|@see|@todo|TODO"
0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 4 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows
  • allowUnchecked: "true"
0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 2 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 2 Errors Error
ThrowsCount
  • max: "3"
0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 24 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java

Violation Message Line
Errors Variable 'ctx' must be private and have accessor methods. 96
Errors Variable 'clazz' must be private and have accessor methods. 97
Errors Parameter instance should be final. 111
Errors Parameter rawType should be final. 115
Errors Parameter ctx should be final. 115
Errors Name 'EjbComponentAnnotations' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 124
Errors '{' is not followed by whitespace. 124
Errors '{' is not preceded with whitespace. 124
Errors '}' is not followed by whitespace. 128
Errors '}' is not preceded with whitespace. 128
Errors 'locator' hides a field. 134
Errors Parameter component should be final. 184
Errors Parameter providerContracts should be final. 184
Errors Parameter component should be final. 233
Errors Parameter method should be final. 243
Errors Parameter target should be final. 259
Errors Parameter ignored should be final. 259
Errors Parameter args should be final. 259
Errors Parameter iFace should be final. 274
Errors Parameter ex should be final. 274
Errors Parameter ic should be final. 306
Errors Parameter c should be final. 306
Errors Parameter name should be final. 306
Errors Parameter ic should be final. 316
Errors Parameter name should be final. 316
Errors Parameter ic should be final. 321
Errors Parameter c should be final. 321
Errors Parameter name should be final. 321

org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java

Violation Message Line
Errors Parameter mappers should be final. 71
Errors Method 'toResponse' is not designed for extension - needs to be abstract, final or empty. 75
Errors Parameter exception should be final. 76
Errors Method 'isMappable' is not designed for extension - needs to be abstract, final or empty. 80
Errors Parameter exception should be final. 81
Errors Parameter exception should be final. 89
Errors 'cast' is not followed by whitespace. 102