The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | ![]() |
NewlineAtEndOfFile | 16 | ![]() |
JavadocPackage | 0 | ![]() |
FileContentsHolder | 0 | ![]() |
CyclomaticComplexity
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
HiddenField
| 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
ArrayTrailingComma | 0 | ![]() |
FallThrough | 0 | ![]() |
ClassDataAbstractionCoupling
| 0 | ![]() |
LocalVariableName | 0 | ![]() |
ExplicitInitialization | 0 | ![]() |
AbstractClassName | 2 | ![]() |
JavadocType
| 0 | ![]() |
JavaNCSS
| 0 | ![]() |
RedundantModifier | 3 | ![]() |
AnonInnerLength
| 1 | ![]() |
EqualsAvoidNull | 0 | ![]() |
ParameterName | 0 | ![]() |
FinalClass | 1 | ![]() |
LineLength
| 3 | ![]() |
MissingOverride | 5 | ![]() |
DefaultComesLast | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LocalFinalVariableName | 0 | ![]() |
JavadocVariable
| 14 | ![]() |
MemberName | 1 | ![]() |
EqualsHashCode | 0 | ![]() |
VisibilityModifier
| 0 | ![]() |
PackageName | 0 | ![]() |
EmptyStatement | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
RedundantThrows
| 0 | ![]() |
UnusedImports | 0 | ![]() |
ClassFanOutComplexity
| 0 | ![]() |
TodoComment | 0 | ![]() |
JavadocStyle
| 2 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
JavadocMethod
| 53 | ![]() |
ModifierOrder | 0 | ![]() |
BooleanExpressionComplexity
| 0 | ![]() |
MagicNumber
| 2 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Class DSUtil should be declared as final. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Unused @throws tag for 'java.io.FileNotFoundException'. | 90 |
![]() | Expected @throws tag for 'IOException'. | 92 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 48 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Must have at least one statement. | 79 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 106 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 136 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 150 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 172 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 19 |
![]() | Redundant 'public' modifier. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 43 |
![]() | '10' is a magic number. | 70 |
![]() | '10' is a magic number. | 70 |
![]() | Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Name 'TagQueryExpression' must match pattern '^Abstract.*$|^.*Factory$'. | 16 |
![]() | Anonymous inner class length is 41 lines (max allowed is 40). | 154 |
Violation | Message | Line |
---|---|---|
![]() | Name 'TagQueryExpressionBuilder' must match pattern '^Abstract.*$|^.*Factory$'. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'DELIMITERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 105 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Missing a Javadoc comment. | 122 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 76 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 61 |
![]() | Line is longer than 120 characters. | 83 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |