The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
JavadocPackage | 0 | ![]() |
FileContentsHolder | 0 | ![]() |
CyclomaticComplexity
| 0 | ![]() |
DoubleCheckedLocking | 1 | ![]() |
HiddenField
| 1 | ![]() |
StringLiteralEquality | 0 | ![]() |
ArrayTrailingComma | 1 | ![]() |
FallThrough | 0 | ![]() |
ClassDataAbstractionCoupling
| 0 | ![]() |
LocalVariableName | 0 | ![]() |
ExplicitInitialization | 0 | ![]() |
AbstractClassName | 0 | ![]() |
JavadocType
| 0 | ![]() |
JavaNCSS
| 0 | ![]() |
RedundantModifier | 0 | ![]() |
AnonInnerLength
| 1 | ![]() |
EqualsAvoidNull | 2 | ![]() |
ParameterName | 0 | ![]() |
FinalClass | 0 | ![]() |
LineLength
| 0 | ![]() |
MissingOverride | 20 | ![]() |
DefaultComesLast | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
JavadocVariable
| 12 | ![]() |
MemberName | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
VisibilityModifier
| 0 | ![]() |
PackageName | 0 | ![]() |
EmptyStatement | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
RedundantThrows
| 0 | ![]() |
UnusedImports | 0 | ![]() |
ClassFanOutComplexity
| 0 | ![]() |
TodoComment | 0 | ![]() |
JavadocStyle
| 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
JavadocMethod
| 13 | ![]() |
ModifierOrder | 0 | ![]() |
BooleanExpressionComplexity
| 0 | ![]() |
MagicNumber
| 3 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 26 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 182 |
![]() | '5' is a magic number. | 184 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 217 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 224 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 235 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 256 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 282 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 290 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 298 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 306 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 316 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 333 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 344 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 352 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 362 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 370 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 46 |
![]() | String literal expressions should be on the left side of an equals comparison. | 172 |
Violation | Message | Line |
---|---|---|
![]() | Anonymous inner class length is 43 lines (max allowed is 40). | 96 |
![]() | '5' is a magic number. | 124 |
![]() | Array should contain trailing comma. | 187 |
![]() | String literal expressions should be on the left side of an equals comparison. | 193 |
![]() | The double-checked locking idiom is broken and should be avoided. | 213 |
![]() | 'repositoryBasePath' hides a field. | 225 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '139' is a magic number. | 155 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 177 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 88 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 101 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 115 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 131 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 146 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |