The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 14 | ![]() |
JavadocType | 2 | ![]() |
JavadocVariable | 9 | ![]() |
JavadocStyle | 1 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength
| 9 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 19 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 3 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 10 | ![]() |
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 | 1 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 9 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 5 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 25 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | '=' is not followed by whitespace. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line has trailing spaces. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter configFile should be final. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 85 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '=' is not followed by whitespace. | 107 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 120 characters. | 112 |
![]() | '}' should be on the same line. | 113 |
![]() | '}' should be on the same line. | 116 |
![]() | 'cast' is not followed by whitespace. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line is longer than 120 characters. | 128 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 135 |
![]() | '}' should be on the same line. | 135 |
![]() | '+' is not preceded with whitespace. | 137 |
![]() | '+' is not followed by whitespace. | 137 |
![]() | '}' should be on the same line. | 138 |
![]() | 'finally' is not followed by whitespace. | 139 |
![]() | '{' is not preceded with whitespace. | 139 |
![]() | '!=' is not preceded with whitespace. | 140 |
![]() | '!=' is not followed by whitespace. | 140 |
![]() | '{' is not preceded with whitespace. | 140 |
![]() | '}' should be on the same line. | 143 |
![]() | Line is longer than 120 characters. | 147 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 156 |
![]() | Line is longer than 120 characters. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line has trailing spaces. | 161 |
![]() | Line has trailing spaces. | 162 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter context should be final. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter violationList should be final. | 168 |
![]() | Line has trailing spaces. | 184 |
![]() | '}' should be on the same line. | 190 |
![]() | '}' should be on the same line. | 194 |
![]() | '{' is not preceded with whitespace. | 207 |
![]() | '{' is not preceded with whitespace. | 208 |
![]() | Avoid nested blocks. | 208 |
![]() | '{' is not preceded with whitespace. | 212 |
![]() | Avoid nested blocks. | 212 |
![]() | '{' is not preceded with whitespace. | 216 |
![]() | Avoid nested blocks. | 216 |
![]() | Line has trailing spaces. | 220 |
![]() | '}' should be on the same line. | 222 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter event should be final. | 229 |
![]() | '}' should be on the same line. | 238 |
![]() | '}' should be on the same line. | 247 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter context should be final. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter context should be final. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter businessPAC should be final. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | First sentence should end with a period. | 66 |
![]() | Expected an @return tag. | 69 |
![]() | '{' is not preceded with whitespace. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'rulesFile' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter config should be final. | 62 |
![]() | Expected @param tag for 'config'. | 62 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter config should be final. | 67 |