The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
SuppressionCommentFilter | 0 | ![]() |
NewlineAtEndOfFile | 1 | ![]() |
JavadocPackage | 5 | ![]() |
FileContentsHolder | 0 | ![]() |
CyclomaticComplexity
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
HiddenField
| 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
ArrayTrailingComma | 6 | ![]() |
FallThrough | 0 | ![]() |
ClassDataAbstractionCoupling
| 0 | ![]() |
LocalVariableName | 0 | ![]() |
ExplicitInitialization | 0 | ![]() |
AbstractClassName | 2 | ![]() |
JavadocType
| 0 | ![]() |
JavaNCSS
| 0 | ![]() |
RedundantModifier | 0 | ![]() |
AnonInnerLength
| 0 | ![]() |
EqualsAvoidNull | 1 | ![]() |
ParameterName | 0 | ![]() |
FinalClass | 3 | ![]() |
LineLength
| 47 | ![]() |
MissingOverride | 5 | ![]() |
DefaultComesLast | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
JavadocVariable
| 0 | ![]() |
MemberName | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
VisibilityModifier
| 0 | ![]() |
PackageName | 0 | ![]() |
EmptyStatement | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
RedundantThrows
| 0 | ![]() |
UnusedImports | 1 | ![]() |
ClassFanOutComplexity
| 0 | ![]() |
TodoComment | 1 | ![]() |
JavadocStyle
| 4 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
JavadocMethod
| 17 | ![]() |
ModifierOrder | 1 | ![]() |
BooleanExpressionComplexity
| 0 | ![]() |
MagicNumber
| 7 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for '<V>'. | 87 |
![]() | Line is longer than 120 characters. | 262 |
Violation | Message | Line |
---|---|---|
![]() | Comment matches to-do format 'TODO:'. | 48 |
![]() | String literal expressions should be on the left side of an equals comparison. | 96 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 61 |
![]() | First sentence should end with a period. | 65 |
![]() | Line is longer than 120 characters. | 66 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 27 |
![]() | Line is longer than 120 characters. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Array should contain trailing comma. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '6' is a magic number. | 39 |
![]() | Line is longer than 120 characters. | 41 |
![]() | '6' is a magic number. | 51 |
![]() | Line is longer than 120 characters. | 53 |
![]() | '6' is a magic number. | 63 |
![]() | Line is longer than 120 characters. | 65 |
![]() | '6' is a magic number. | 75 |
![]() | Line is longer than 120 characters. | 77 |
![]() | '6' is a magic number. | 87 |
![]() | Line is longer than 120 characters. | 89 |
![]() | '6' is a magic number. | 99 |
![]() | Line is longer than 120 characters. | 101 |
![]() | '6' is a magic number. | 111 |
![]() | Line is longer than 120 characters. | 113 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Missing a Javadoc comment. | 143 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 69 |
![]() | Line is longer than 120 characters. | 73 |
![]() | Line is longer than 120 characters. | 74 |
![]() | Line is longer than 120 characters. | 93 |
![]() | Line is longer than 120 characters. | 95 |
![]() | Line is longer than 120 characters. | 96 |
![]() | Line is longer than 120 characters. | 98 |
![]() | Line is longer than 120 characters. | 117 |
![]() | Line is longer than 120 characters. | 118 |
![]() | Line is longer than 120 characters. | 120 |
![]() | Line is longer than 120 characters. | 131 |
![]() | Line is longer than 120 characters. | 149 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Array should contain trailing comma. | 197 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 89 |
![]() | Line is longer than 120 characters. | 93 |
![]() | Line is longer than 120 characters. | 114 |
![]() | Line is longer than 120 characters. | 118 |
![]() | Line is longer than 120 characters. | 120 |
![]() | Line is longer than 120 characters. | 166 |
![]() | Line is longer than 120 characters. | 168 |
![]() | Line is longer than 120 characters. | 189 |
![]() | Line is longer than 120 characters. | 202 |
![]() | Line is longer than 120 characters. | 215 |
![]() | Line is longer than 120 characters. | 221 |
![]() | Line is longer than 120 characters. | 241 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Missing a Javadoc comment. | 256 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Missing a Javadoc comment. | 288 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Class GetFromSourceAndMapIdsCommand should be declared as final. | 298 |
![]() | Line is longer than 120 characters. | 300 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Class ArraySet should be declared as final. | 125 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - com.trendmicro.grid.acl.l0.datatypes.FileIdentifier. | 7 |
![]() | Line is longer than 120 characters. | 54 |
![]() | Line is longer than 120 characters. | 68 |
![]() | Array should contain trailing comma. | 149 |
![]() | Line is longer than 120 characters. | 149 |
![]() | Array should contain trailing comma. | 237 |
![]() | Line is longer than 120 characters. | 265 |
![]() | Line is longer than 120 characters. | 268 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 25 |
![]() | Expected @param tag for 'fetchedKeyCount'. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Name 'GetFromSourceCommand' must match pattern '^Abstract.*$|^.*Factory$'. | 13 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 120 characters. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Name 'Translator' must match pattern '^Abstract.*$|^.*Factory$'. | 27 |
![]() | Line is longer than 120 characters. | 67 |
![]() | Line is longer than 120 characters. | 85 |
![]() | Line is longer than 120 characters. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Class CacheContext should be declared as final. | 71 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 104 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 192 |
![]() | Array should contain trailing comma. | 535 |
![]() | Line is longer than 120 characters. | 614 |
Violation | Message | Line |
---|---|---|
![]() | Array should contain trailing comma. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 70 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 78 |
![]() | Must include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists. | 143 |