The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 16 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 10 | ![]() |
JavadocStyle | 12 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 3 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength
| 7 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 5 | ![]() |
RightCurly | 5 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | Ignore |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 4 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 17 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 7 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 48 |
![]() | First sentence should end with a period. | 55 |
![]() | Parameter ctx should be final. | 61 |
![]() | First sentence should end with a period. | 65 |
![]() | First sentence should end with a period. | 73 |
![]() | Parameter templates should be final. | 84 |
![]() | Line is longer than 120 characters. | 94 |
![]() | '}' should be on the same line. | 99 |
![]() | '}' should be on the same line. | 106 |
![]() | First sentence should end with a period. | 112 |
![]() | Expected an @return tag. | 120 |
![]() | Parameter owner should be final. | 120 |
![]() | Parameter owner should be final. | 140 |
![]() | Expected @param tag for 'owner'. | 140 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Variable 'context' must be private and have accessor methods. | 156 |
![]() | Missing a Javadoc comment. | 158 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for CreateContextGenericSLAManagerException. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 104 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Comment matches to-do format 'TODO:'. | 261 |
![]() | Line has trailing spaces. | 393 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for SLAManagerContextException. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter id should be final. | 61 |
![]() | Parameter epr should be final. | 61 |
![]() | Parameter wsprefix should be final. | 61 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | Parameter props should be final. | 67 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter groupID should be final. | 71 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 133 |
![]() | Line has trailing spaces. | 256 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.RuntimeException: Unable to get class information for GenericSLAManagerUtilsException. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | First sentence should end with a period. | 57 |
![]() | Parameter context should be final. | 63 |
![]() | First sentence should end with a period. | 67 |
![]() | Expected an @return tag. | 73 |
![]() | Parameter config should be final. | 73 |
![]() | Expected @param tag for 'config'. | 73 |
![]() | Parameter slaManagerID should be final. | 73 |
![]() | Expected @param tag for 'slaManagerID'. | 73 |
![]() | Line is longer than 120 characters. | 81 |
![]() | '}' should be on the same line. | 103 |
![]() | First sentence should end with a period. | 111 |
![]() | Expected an @return tag. | 114 |
![]() | Parameter configfilename should be final. | 114 |
![]() | Expected @param tag for 'configfilename'. | 114 |
![]() | Parameter slaManagerID should be final. | 114 |
![]() | Expected @param tag for 'slaManagerID'. | 114 |
![]() | 'if' construct must use '{}'s. | 119 |
![]() | 'if' construct must use '{}'s. | 135 |
![]() | 'if' construct must use '{}'s. | 138 |
![]() | 'if' construct must use '{}'s. | 143 |
![]() | 'if' construct must use '{}'s. | 149 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 |
![]() | '}' should be on the same line. | 173 |
![]() | First sentence should end with a period. | 181 |
![]() | Parameter filename should be final. | 186 |
![]() | Expected @param tag for 'filename'. | 186 |
![]() | Parameter slaManagerID should be final. | 186 |
![]() | Expected @param tag for 'slaManagerID'. | 186 |
![]() | '}' should be on the same line. | 211 |
![]() | First sentence should end with a period. | 217 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Variable 'name' must be private and have accessor methods. | 229 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Variable 'templates' must be private and have accessor methods. | 230 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Parameter args should be final. | 233 |
![]() | Name 'SLAM' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 |
![]() | Name 'TG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Variable 'context' must be private and have accessor methods. | 255 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Missing a Javadoc comment. | 260 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Missing a Javadoc comment. | 264 |