The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 10 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 3 | ![]() |
JavadocStyle | 8 | ![]() |
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
| 0 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 2 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 2 | ![]() |
NeedBraces | 1 | ![]() |
RightCurly | 2 | ![]() |
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 | 2 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 3 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 2 | ![]() |
NewlineAtEndOfFile | 5 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 3 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 47 |
![]() | First sentence should end with a period. | 48 |
![]() | Parameter context should be final. | 51 |
![]() | Expected @param tag for 'context'. | 51 |
![]() | Expected @throws tag for 'Exception'. | 51 |
![]() | First sentence should end with a period. | 55 |
![]() | Parameter context should be final. | 58 |
![]() | Expected @param tag for 'context'. | 58 |
![]() | Expected @throws tag for 'Exception'. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'broker' must be private and have accessor methods. | 62 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 37 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 48 |
![]() | Missing a Javadoc comment. | 55 |
![]() | First sentence should end with a period. | 64 |
![]() | '{' is followed by whitespace. | 87 |
![]() | '}' should be on the same line. | 103 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '{' should be on the previous line. | 114 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter args should be final. | 118 |
![]() | '{' should be on the previous line. | 123 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | '}' should be on the same line. | 127 |
![]() | Must have at least one statement. | 128 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Variable 'broker' must be private and have accessor methods. | 132 |