Rules | Violations | Severity |
---|
SuppressionCommentFilter | 0 | Error |
NewlineAtEndOfFile | 1 | Info |
JavadocPackage | 0 | Info |
FileContentsHolder | 0 | Error |
CyclomaticComplexity | 0 | Warning |
DoubleCheckedLocking | 0 | Info |
HiddenField- ignoreAbstractMethods: "true"
- tokens: "VARIABLE_DEF"
- ignoreConstructorParameter: "true"
- ignoreSetter: "true"
| 0 | Info |
StringLiteralEquality | 0 | Warning |
ArrayTrailingComma | 0 | Info |
FallThrough | 0 | Info |
ClassDataAbstractionCoupling | 0 | Warning |
LocalVariableName | 0 | Warning |
ExplicitInitialization | 0 | Info |
AbstractClassName | 0 | Warning |
JavadocType- excludeScope: "private"
- authorFormat: "\S"
| 0 | Warning |
JavaNCSS- fileMaximum: "2000"
- classMaximum: "1500"
- methodMaximum: "125"
| 0 | Warning |
RedundantModifier | 0 | Info |
AnonInnerLength | 0 | Warning |
EqualsAvoidNull | 0 | Info |
ParameterName | 0 | Warning |
FinalClass | 0 | Warning |
LineLength | 10 | Warning |
MissingOverride | 0 | Info |
DefaultComesLast | 0 | Error |
EmptyBlock | 0 | Info |
LocalFinalVariableName | 0 | Warning |
JavadocVariable | 5 | Info |
MemberName | 0 | Warning |
EqualsHashCode | 0 | Error |
VisibilityModifier- packageAllowed: "true"
- protectedAllowed: "true"
| 3 | Info |
PackageName | 0 | Warning |
EmptyStatement | 0 | Info |
ArrayTypeStyle | 0 | Info |
RedundantThrows | 0 | Info |
UnusedImports | 3 | Info |
ClassFanOutComplexity | 0 | Info |
TodoComment | 1 | Info |
JavadocStyle- scope: "public"
- checkFirstSentence: "true"
- checkHtml: "false"
- checkEmptyJavadoc: "true"
| 2 | Info |
SimplifyBooleanExpression | 0 | Info |
HideUtilityClassConstructor | 0 | Warning |
SimplifyBooleanReturn | 0 | Info |
JavadocMethod- allowMissingPropertyJavadoc: "true"
- scope: "protected"
- allowUndeclaredRTE: "true"
- allowMissingReturnTag: "true"
| 1 | Info |
ModifierOrder | 0 | Info |
BooleanExpressionComplexity | 0 | Warning |
MagicNumber- ignoreNumbers: "-1,0,1,2,4,8,16,32,64,128,256,512,1000,1024,2048,4096"
| 1 | Info |