The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | ![]() |
RegexpHeader
| 3 | ![]() |
FileTabCharacter
| 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
LineLength
| 4 | ![]() |
MemberName | 0 | ![]() |
JavadocMethod
| 64 | ![]() |
JavadocType
| 0 | ![]() |
JavadocVariable
| 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad
| 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad
| 6 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 1 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock
| 0 | ![]() |
NeedBraces | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 11 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 1 | ![]() |
MagicNumber
| 1 | ![]() |
MissingSwitchDefault | 1 | ![]() |
RedundantThrows | 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier
| 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Missing a Javadoc comment. | 173 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 364 |
![]() | Expected @param tag for 'path'. | 364 |
![]() | Expected @param tag for 'war'. | 364 |
![]() | Expected @param tag for 'update'. | 364 |
![]() | Expected @param tag for 'tag'. | 364 |
![]() | Expected @param tag for 'length'. | 364 |
![]() | Expected @throws tag for 'TomcatManagerException'. | 365 |
![]() | Expected @throws tag for 'IOException'. | 365 |
![]() | Expected @param tag for 'length'. | 697 |
![]() | switch without "default" clause. | 725 |
![]() | Line is longer than 120 characters. | 732 |
![]() | Missing a Javadoc comment. | 747 |
![]() | 'username' hides a field. | 763 |
![]() | 'password' hides a field. | 763 |
![]() | 'static' modifier out of order with the JLS suggestions. | 778 |
![]() | Redundant throws: 'IllegalStateException' is unchecked exception. | 806 |
![]() | Inner assignments should be avoided. | 838 |
![]() | 'url' hides a field. | 877 |
![]() | '1023' is a magic number. | 939 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 43 |
![]() | 'statusCode' hides a field. | 43 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | 'reasonPhrase' hides a field. | 54 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 65 |
![]() | 'httpResponseBody' hides a field. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.List. | 22 |
![]() | Line is longer than 120 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'mavenProject' hides a field. | 48 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'dependencies' hides a field. | 59 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 70 |
![]() | 'log' hides a field. | 70 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 81 |
![]() | 'addWarDependenciesInClassloader' hides a field. | 82 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 93 |
![]() | 'useTestClassPath' hides a field. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line does not match expected header line of '^\s*$'. | 2 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
![]() | '(' is not followed by whitespace. | 48 |
![]() | ')' is not preceded with whitespace. | 48 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '(' is not followed by whitespace. | 69 |
![]() | ')' is not preceded with whitespace. | 69 |
![]() | ';' is not followed by whitespace. | 71 |
![]() | Line is longer than 120 characters. | 116 |
![]() | Line is longer than 120 characters. | 117 |
![]() | Missing a Javadoc comment. | 217 |
![]() | '(' is not followed by whitespace. | 223 |
![]() | ')' is not preceded with whitespace. | 223 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'log'. | 64 |
![]() | Expected an @return tag. | 130 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |