The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 46 | ![]() |
JavadocType | 7 | ![]() |
JavadocVariable | 4 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 1 | ![]() |
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
| 0 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 6 | ![]() |
WhitespaceAround | 144 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 5 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 6 | ![]() |
RightCurly | 7 | ![]() |
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 | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 24 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 3 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 35 | ![]() |
RegexpSingleline
| 44 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 14 |
![]() | '{' is not preceded with whitespace. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Expected an @return tag. | 19 |
![]() | Line has trailing spaces. | 19 |
![]() | Parameter userLogin should be final. | 19 |
![]() | Expected @param tag for 'userLogin'. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | Parameter passwd should be final. | 19 |
![]() | Expected @param tag for 'passwd'. | 19 |
![]() | '{' is not preceded with whitespace. | 19 |
![]() | '+' is not preceded with whitespace. | 24 |
![]() | '+' is not followed by whitespace. | 24 |
![]() | '+' is not preceded with whitespace. | 25 |
![]() | '+' is not followed by whitespace. | 25 |
![]() | '}' should be on the same line. | 27 |
![]() | '+' is not preceded with whitespace. | 29 |
![]() | '+' is not followed by whitespace. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Expected an @return tag. | 38 |
![]() | Parameter type should be final. | 38 |
![]() | Expected @param tag for 'type'. | 38 |
![]() | Parameter party should be final. | 38 |
![]() | Expected @param tag for 'party'. | 38 |
![]() | '{' is not preceded with whitespace. | 38 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '+' is not preceded with whitespace. | 43 |
![]() | '+' is not followed by whitespace. | 43 |
![]() | '}' should be on the same line. | 45 |
![]() | '+' is not preceded with whitespace. | 47 |
![]() | '+' is not followed by whitespace. | 47 |
![]() | Line has trailing spaces. | 50 |
![]() | Expected an @return tag. | 55 |
![]() | Parameter getParameterType should be final. | 55 |
![]() | Expected @param tag for 'getParameterType'. | 55 |
![]() | '{' is not preceded with whitespace. | 55 |
![]() | 'catch' is not preceded with whitespace. | 60 |
![]() | '}' is not followed by whitespace. | 60 |
![]() | '+' is not preceded with whitespace. | 61 |
![]() | '+' is not followed by whitespace. | 61 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' is not preceded with whitespace. | 67 |
![]() | '!=' is not preceded with whitespace. | 70 |
![]() | '!=' is not followed by whitespace. | 70 |
![]() | '{' is not preceded with whitespace. | 70 |
![]() | 'if' construct must use '{}'s. | 72 |
![]() | '!=' is not preceded with whitespace. | 72 |
![]() | '!=' is not followed by whitespace. | 72 |
![]() | 'else' is not preceded with whitespace. | 74 |
![]() | '}' is not followed by whitespace. | 74 |
![]() | 'else' is not followed by whitespace. | 74 |
![]() | '{' is not preceded with whitespace. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter userLogin should be final. | 21 |
![]() | ',' is not followed by whitespace. | 21 |
![]() | Parameter passwd should be final. | 21 |
![]() | '{' is not preceded with whitespace. | 21 |
![]() | '+' is not preceded with whitespace. | 26 |
![]() | '+' is not followed by whitespace. | 26 |
![]() | '+' is not preceded with whitespace. | 27 |
![]() | '+' is not followed by whitespace. | 27 |
![]() | '}' should be on the same line. | 29 |
![]() | '+' is not preceded with whitespace. | 31 |
![]() | '+' is not followed by whitespace. | 31 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Expected an @return tag. | 40 |
![]() | Parameter type should be final. | 40 |
![]() | Expected @param tag for 'type'. | 40 |
![]() | Parameter party should be final. | 40 |
![]() | Expected @param tag for 'party'. | 40 |
![]() | '{' is not preceded with whitespace. | 40 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | '+' is not preceded with whitespace. | 45 |
![]() | '+' is not followed by whitespace. | 45 |
![]() | '}' should be on the same line. | 47 |
![]() | '+' is not preceded with whitespace. | 49 |
![]() | '+' is not followed by whitespace. | 49 |
![]() | Line has trailing spaces. | 52 |
![]() | Expected an @return tag. | 57 |
![]() | Parameter getParameterType should be final. | 57 |
![]() | Expected @param tag for 'getParameterType'. | 57 |
![]() | '{' is not preceded with whitespace. | 57 |
![]() | 'catch' is not preceded with whitespace. | 62 |
![]() | '}' is not followed by whitespace. | 62 |
![]() | '+' is not preceded with whitespace. | 63 |
![]() | '+' is not followed by whitespace. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter partyId should be final. | 69 |
![]() | Parameter filter should be final. | 69 |
![]() | '{' is not preceded with whitespace. | 69 |
![]() | 'try' is not followed by whitespace. | 70 |
![]() | '{' is not preceded with whitespace. | 70 |
![]() | '+' is not preceded with whitespace. | 72 |
![]() | '+' is not followed by whitespace. | 72 |
![]() | '+' is not preceded with whitespace. | 73 |
![]() | '+' is not followed by whitespace. | 73 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | 'catch' is not preceded with whitespace. | 78 |
![]() | '}' is not followed by whitespace. | 78 |
![]() | 'catch' is not followed by whitespace. | 78 |
![]() | '{' is not preceded with whitespace. | 78 |
![]() | '+' is not preceded with whitespace. | 79 |
![]() | '+' is not followed by whitespace. | 79 |
![]() | Line has trailing spaces. | 82 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter partyId should be final. | 84 |
![]() | Parameter filter should be final. | 84 |
![]() | '{' is not preceded with whitespace. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | 'try' is not followed by whitespace. | 85 |
![]() | '{' is not preceded with whitespace. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | '+' is not preceded with whitespace. | 87 |
![]() | '+' is not followed by whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | '+' is not preceded with whitespace. | 88 |
![]() | '+' is not followed by whitespace. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | 'catch' is not preceded with whitespace. | 93 |
![]() | '}' is not followed by whitespace. | 93 |
![]() | 'catch' is not followed by whitespace. | 93 |
![]() | '{' is not preceded with whitespace. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | '+' is not preceded with whitespace. | 94 |
![]() | '+' is not followed by whitespace. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter partyId should be final. | 99 |
![]() | Parameter filter should be final. | 99 |
![]() | '{' is not preceded with whitespace. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | 'try' is not followed by whitespace. | 100 |
![]() | '{' is not preceded with whitespace. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | '+' is not preceded with whitespace. | 102 |
![]() | '+' is not followed by whitespace. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | '+' is not preceded with whitespace. | 103 |
![]() | '+' is not followed by whitespace. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | 'catch' is not preceded with whitespace. | 108 |
![]() | '}' is not followed by whitespace. | 108 |
![]() | 'catch' is not followed by whitespace. | 108 |
![]() | '{' is not preceded with whitespace. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | '+' is not preceded with whitespace. | 109 |
![]() | '+' is not followed by whitespace. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | '{' is not preceded with whitespace. | 116 |
![]() | '=' is not preceded with whitespace. | 117 |
![]() | 'if' construct must use '{}'s. | 118 |
![]() | '==' is not preceded with whitespace. | 118 |
![]() | '==' is not followed by whitespace. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | 'if' construct must use '{}'s. | 121 |
![]() | '==' is not preceded with whitespace. | 121 |
![]() | '==' is not followed by whitespace. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line has trailing spaces. | 126 |
![]() | Missing a Javadoc comment. | 127 |
![]() | '{' is not preceded with whitespace. | 127 |
![]() | '!=' is not preceded with whitespace. | 130 |
![]() | '!=' is not followed by whitespace. | 130 |
![]() | '{' is not preceded with whitespace. | 130 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | '!=' is not preceded with whitespace. | 132 |
![]() | '!=' is not followed by whitespace. | 132 |
![]() | 'else' is not preceded with whitespace. | 134 |
![]() | '}' is not followed by whitespace. | 134 |
![]() | 'else' is not followed by whitespace. | 134 |
![]() | '{' is not preceded with whitespace. | 134 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line has trailing spaces. | 140 |
![]() | Line contains a tab character. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Expected an @return tag. | 26 |
![]() | Parameter customerId should be final. | 26 |
![]() | Expected @param tag for 'customerId'. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | Parameter productId should be final. | 26 |
![]() | Expected @param tag for 'productId'. | 26 |
![]() | '{' is not preceded with whitespace. | 26 |
![]() | '=' is not preceded with whitespace. | 30 |
![]() | 'if' is not followed by whitespace. | 31 |
![]() | '!=' is not preceded with whitespace. | 31 |
![]() | '!=' is not followed by whitespace. | 31 |
![]() | '&&' is not followed by whitespace. | 31 |
![]() | '>' is not preceded with whitespace. | 31 |
![]() | '>' is not followed by whitespace. | 31 |
![]() | '{' is not preceded with whitespace. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | '+' is not preceded with whitespace. | 34 |
![]() | '+' is not followed by whitespace. | 34 |
![]() | 'else' is not preceded with whitespace. | 37 |
![]() | '}' is not followed by whitespace. | 37 |
![]() | 'else' is not followed by whitespace. | 37 |
![]() | '{' is not preceded with whitespace. | 37 |
![]() | '}' should be on the same line. | 40 |
![]() | '+' is not preceded with whitespace. | 42 |
![]() | '+' is not followed by whitespace. | 42 |
![]() | Line has trailing spaces. | 48 |
![]() | Expected an @return tag. | 50 |
![]() | Line has trailing spaces. | 50 |
![]() | Parameter customerID should be final. | 50 |
![]() | Expected @param tag for 'customerID'. | 50 |
![]() | ',' is not followed by whitespace. | 50 |
![]() | Parameter parametersList should be final. | 50 |
![]() | Expected @param tag for 'parametersList'. | 50 |
![]() | '{' is not preceded with whitespace. | 50 |
![]() | 'try' is not followed by whitespace. | 51 |
![]() | '{' is not preceded with whitespace. | 51 |
![]() | '+' is not preceded with whitespace. | 53 |
![]() | '+' is not followed by whitespace. | 53 |
![]() | '+' is not preceded with whitespace. | 54 |
![]() | '+' is not followed by whitespace. | 54 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | 'catch' is not preceded with whitespace. | 59 |
![]() | '}' is not followed by whitespace. | 59 |
![]() | 'catch' is not followed by whitespace. | 59 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '{' is not preceded with whitespace. | 67 |
![]() | '=' is not preceded with whitespace. | 68 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | '==' is not preceded with whitespace. | 69 |
![]() | '==' is not followed by whitespace. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | 'if' construct must use '{}'s. | 72 |
![]() | '==' is not preceded with whitespace. | 72 |
![]() | '==' is not followed by whitespace. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Expected an @return tag. | 16 |
![]() | Line has trailing spaces. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Expected @param tag for 'userLogin'. | 16 |
![]() | ',' is not followed by whitespace. | 16 |
![]() | Expected @param tag for 'passwd'. | 16 |
![]() | Expected an @return tag. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Expected @param tag for 'type'. | 23 |
![]() | Expected @param tag for 'party'. | 23 |
![]() | Expected an @return tag. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Expected @param tag for 'getParameterType'. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Expected @param tag for 'customerId'. | 14 |
![]() | ',' is not followed by whitespace. | 14 |
![]() | Expected @param tag for 'productId'. | 14 |
![]() | Expected an @return tag. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Expected @param tag for 'customerID'. | 21 |
![]() | Expected @param tag for 'parameters'. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter context should be final. | 17 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter context should be final. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Utility classes should not have a public or default constructor. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter obj should be final. | 14 |
![]() | '}' should be on the same line. | 23 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter response should be final. | 31 |
![]() | '}' should be on the same line. | 41 |