The following document contains the results of Checkstyle .
Files | Infos | Warnings | Errors |
---|---|---|---|
12 | 0 | 0 | 148 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 4 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
JavadocMethod | 7 | Error |
JavadocType | 0 | Error |
JavadocVariable | 3 | Error |
JavadocStyle | 8 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 5 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
LineLength | 98 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 6 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 10 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 3 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 0 | Error |
GenericIllegalRegexp
|
3 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 64 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
'cause' hides a field. | 45 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
'cause' hides a field. | 61 | |
Method 'getCause' is not designed for extension - needs to be abstract, final or empty. | 69 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
First sentence should end with a period. | 21 | |
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 61 | |
Redundant throws: 'CaptchaEngineException' is unchecked exception. | 63 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 14 | |
First sentence should end with a period. | 20 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
'cause' hides a field. | 55 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
'cause' hides a field. | 71 | |
Method 'getCause' is not designed for extension - needs to be abstract, final or empty. | 79 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 48 | |
Line is longer than 80 characters. | 60 | |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 60 | |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 71 | |
Line is longer than 80 characters. | 83 | |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 95 | |
Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
Expected @param tag for 'response'. | 95 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 95 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 39 | |
'cause' hides a field. | 39 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
'cause' hides a field. | 55 | |
Method 'getCause' is not designed for extension - needs to be abstract, final or empty. | 63 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
First sentence should end with a period. | 15 | |
First sentence should end with a period. | 19 | |
Expected @param tag for 'id'. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 38 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 52 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 52 | |
Unused @throws tag for 'CaptchaServiceException'. | 62 | |
Line is longer than 80 characters. | 72 | |
Expected @param tag for 'id'. | 74 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 74 | |
Line is longer than 80 characters. | 81 | |
Expected @param tag for 'id'. | 83 | |
Redundant throws: 'CaptchaServiceException' is unchecked exception. | 83 | |
First sentence should end with a period. | 86 | |
Expected an @return tag. | 89 | |
First sentence should end with a period. | 91 | |
Expected an @return tag. | 94 | |
First sentence should end with a period. | 96 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 105 |