The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
46 | 0 | 0 | 492 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 11 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
JavadocMethod | 104 | Error |
JavadocType | 4 | Error |
JavadocVariable | 32 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 50 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 18 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 5 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 4 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 3 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 4 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 2 | Error |
AvoidInlineConditionals | 19 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 11 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 2 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 8 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 4 | Error |
GenericIllegalRegexp
| 210 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 107 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 115 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 54 | |
'(' is followed by whitespace. | 58 | |
')' is preceded with whitespace. | 58 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 120 | |
Missing a Javadoc comment. | 124 | |
Line has trailing spaces. | 134 | |
Line has trailing spaces. | 143 | |
Missing a Javadoc comment. | 146 | |
Line has trailing spaces. | 155 | |
Line has trailing spaces. | 164 | |
Missing a Javadoc comment. | 167 | |
Line has trailing spaces. | 173 | |
Missing a Javadoc comment. | 176 | |
Avoid inline conditionals. | 177 | |
Missing a Javadoc comment. | 180 | |
Line has trailing spaces. | 196 | |
Missing a Javadoc comment. | 199 | |
Line has trailing spaces. | 205 | |
Missing a Javadoc comment. | 208 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 232 | |
Missing a Javadoc comment. | 235 | |
Line has trailing spaces. | 245 | |
Missing a Javadoc comment. | 248 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Variable 'spyHandlers' must be private and have accessor methods. | 38 | |
Missing a Javadoc comment. | 40 | |
Variable 'description' must be private and have accessor methods. | 40 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 45 | |
Avoid inline conditionals. | 48 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 52 | |
'(' is followed by whitespace. | 52 | |
')' is preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 74 | |
Avoid inline conditionals. | 75 | |
Missing a Javadoc comment. | 78 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
'10' is a magic number. | 49 | |
'13' is a magic number. | 50 | |
'34' is a magic number. | 51 | |
'38' is a magic number. | 52 | |
'60' is a magic number. | 53 | |
'62' is a magic number. | 54 | |
Missing a Javadoc comment. | 57 | |
Avoid inline conditionals. | 59 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Avoid inline conditionals. | 71 | |
Missing a Javadoc comment. | 78 | |
Avoid inline conditionals. | 82 | |
Missing a Javadoc comment. | 88 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 102 | |
Line has trailing spaces. | 108 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 121 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 145 | |
Avoid inline conditionals. | 165 | |
Line has trailing spaces. | 171 | |
Line is longer than 80 characters. | 172 | |
Missing a Javadoc comment. | 175 | |
'100000' is a magic number. | 176 | |
Missing a Javadoc comment. | 181 | |
Parameter counter should be final. | 181 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Avoid inline conditionals. | 96 | |
Avoid inline conditionals. | 97 | |
Missing a Javadoc comment. | 104 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 29 | |
Variable 'handlerClassName' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Variable 'handlerParams' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 | |
Avoid inline conditionals. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 55 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Variable 'clazzes' must be private and have accessor methods. | 92 | |
Missing a Javadoc comment. | 128 | |
Line is longer than 80 characters. | 132 | |
Missing a Javadoc comment. | 134 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 29 | |
Variable 'name' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Variable 'value' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
Avoid inline conditionals. | 37 | |
Avoid inline conditionals. | 38 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 80 | |
Line is longer than 80 characters. | 85 | |
Missing a Javadoc comment. | 87 | |
Must have at least one statement. | 93 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
'(' is followed by whitespace. | 59 | |
')' is preceded with whitespace. | 59 | |
Line contains a tab character. | 60 | |
'(' is followed by whitespace. | 60 | |
')' is preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 75 | |
Must have at least one statement. | 80 | |
Missing a Javadoc comment. | 86 | |
Line has trailing spaces. | 91 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 46 | |
'}' should be on the same line. | 77 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 88 | |
Must have at least one statement. | 94 | |
Missing a Javadoc comment. | 108 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Avoid inline conditionals. | 78 | |
Missing a Javadoc comment. | 188 | |
Line is longer than 80 characters. | 193 | |
Missing a Javadoc comment. | 195 | |
Line has trailing spaces. | 205 | |
Avoid inline conditionals. | 209 | |
Line is longer than 80 characters. | 229 | |
Missing a Javadoc comment. | 231 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 81 | |
Missing a Javadoc comment. | 83 | |
Avoid inline conditionals. | 96 | |
Line is longer than 80 characters. | 109 | |
Missing a Javadoc comment. | 111 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 43 | |
Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 117 | |
Missing a Javadoc comment. | 119 | |
Line is longer than 80 characters. | 133 | |
Missing a Javadoc comment. | 133 | |
Avoid inline conditionals. | 135 | |
'3' is a magic number. | 160 | |
'3' is a magic number. | 161 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 56 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 62 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 20 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 58 | |
Redundant 'final' modifier. | 58 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
'(' is followed by whitespace. | 30 | |
')' is preceded with whitespace. | 30 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 55 | |
Redundant 'final' modifier. | 55 | |
Line is longer than 80 characters. | 57 | |
Avoid inline conditionals. | 63 | |
Line has trailing spaces. | 85 | |
Line is longer than 80 characters. | 86 | |
'(' is followed by whitespace. | 86 | |
'(' is followed by whitespace. | 86 | |
')' is preceded with whitespace. | 86 | |
')' is preceded with whitespace. | 86 | |
'3' is a magic number. | 93 | |
'3' is a magic number. | 94 | |
'}' should be on the same line. | 103 | |
Line is longer than 80 characters. | 112 | |
Missing a Javadoc comment. | 114 | |
Line has trailing spaces. | 115 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 121 | |
'!' is followed by whitespace. | 121 | |
'(' is followed by whitespace. | 121 | |
')' is preceded with whitespace. | 121 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 52 | |
Variable 'pkgsNames' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 76 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 84 | |
Redundant 'final' modifier. | 84 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 112 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 59 | |
'(' is followed by whitespace. | 60 | |
')' is preceded with whitespace. | 60 | |
Missing a Javadoc comment. | 97 | |
Line is longer than 80 characters. | 103 | |
Missing a Javadoc comment. | 105 | |
Must have at least one statement. | 111 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 44 | |
Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter context should be final. | 46 | |
Line has trailing spaces. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 81 | |
Parameter params should be final. | 81 | |
Line has trailing spaces. | 86 | |
Missing a Javadoc comment. | 89 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 75 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 55 | |
Avoid inline conditionals. | 65 | |
Avoid inline conditionals. | 67 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 60 | |
Parameter stripPackage should be final. | 61 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 65 | |
'-' is not preceded with whitespace. | 65 | |
'-' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 70 | |
'-' is not preceded with whitespace. | 70 | |
'-' is not followed by whitespace. | 70 | |
Missing a Javadoc comment. | 74 |