| Rules |
Violations |
Severity |
| Translation |
0 |
Error |
| ConstantName |
4 |
Error |
| LocalFinalVariableName |
0 |
Error |
| LocalVariableName |
0 |
Error |
| MemberName |
0 |
Error |
| MethodName |
0 |
Error |
| PackageName |
0 |
Error |
| ParameterName |
0 |
Error |
| StaticVariableName |
0 |
Error |
| TypeName |
0 |
Error |
AvoidStarImport- excludes
: "java.io,java.util,java.net,java.nio,java.nio.channels,java.lang.reflect,org.w3c.dom,org.xml.sax,java.awt,javax.swing,junit.framework"
|
0 |
Error |
| IllegalImport |
0 |
Error |
| RedundantImport |
0 |
Error |
| UnusedImports |
6 |
Error |
ImportOrder- ordered
: "true"
- groups
: "java,javax,org.w3c,org.xml,w3c"
|
0 |
Error |
| AnonInnerLength
|
0 |
Error |
| ExecutableStatementCount
|
0 |
Error |
| FileLength |
0 |
Error |
| LineLength
|
3 |
Error |
MethodLength- max
: "150"
- countEmpty
: "false"
|
0 |
Error |
| ParameterNumber
|
0 |
Error |
| EmptyForIteratorPad |
0 |
Error |
| EmptyForInitializerPad |
0 |
Error |
| MethodParamPad |
0 |
Error |
NoWhitespaceAfter- allowLineBreaks
: "true"
- tokens
: "ARRAY_INIT,BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
|
1 |
Error |
| NoWhitespaceBefore |
0 |
Error |
| OperatorWrap |
0 |
Error |
| ParenPad |
0 |
Error |
| TypecastParenPad |
0 |
Error |
| TabCharacter |
0 |
Error |
| WhitespaceAfter
|
0 |
Error |
| ModifierOrder |
0 |
Error |
| RedundantModifier |
0 |
Error |
AvoidNestedBlocks- allowInSwitchCase
: "true"
|
0 |
Error |
| EmptyBlock
|
0 |
Error |
| LeftCurly
|
0 |
Error |
| RightCurly
|
13 |
Error |
| CovariantEquals |
0 |
Error |
| DoubleCheckedLocking |
0 |
Error |
| EmptyStatement |
0 |
Error |
| EqualsHashCode |
0 |
Error |
| HiddenField |
19 |
Error |
| IllegalInstantiation |
0 |
Error |
| InnerAssignment |
0 |
Error |
| MissingSwitchDefault |
0 |
Error |
| ModifiedControlVariable |
0 |
Error |
| SimplifyBooleanExpression |
0 |
Error |
| SimplifyBooleanReturn |
0 |
Error |
| StringLiteralEquality |
0 |
Error |
| NestedIfDepth
|
0 |
Error |
| NestedTryDepth
|
0 |
Error |
| SuperClone |
0 |
Error |
| SuperFinalize |
0 |
Error |
IllegalThrows- illegalClassNames
: "java.lang.Error,java.lang.RuntimeException"
|
0 |
Error |
| PackageDeclaration |
0 |
Error |
| JUnitTestCase |
0 |
Error |
| ReturnCount
|
0 |
Error |
| IllegalType
|
2 |
Error |
| DeclarationOrder |
9 |
Error |
| ExplicitInitialization |
4 |
Error |
| DefaultComesLast |
0 |
Error |
| FallThrough |
0 |
Error |
| MultipleVariableDeclarations |
0 |
Error |
| UnnecessaryParentheses |
0 |
Error |
| FinalClass |
0 |
Error |
| HideUtilityClassConstructor |
0 |
Error |
| InterfaceIsType |
0 |
Error |
| MutableException |
0 |
Error |
| ThrowsCount
|
0 |
Error |
VisibilityModifier- packageAllowed
: "true"
- publicMemberPattern
: "resource[12].*"
- protectedAllowed
: "true"
|
5 |
Error |
| BooleanExpressionComplexity
|
0 |
Error |
| JavaNCSS
|
0 |
Error |
| TodoComment
|
0 |
Error |
| UpperEll |
0 |
Error |
DescendantToken- maximumNumber
: "0"
- limitedTokens
: "ASSIGN,DEC,INC,POST_DEC,POST_INC,PLUS_ASSIGN,MINUS_ASSIGN,STAR_ASSIGN,DIV_ASSIGN,MOD_ASSIGN,BSR_ASSIGN,SR_ASSIGN,SL_ASSIGN,BAND_ASSIGN,BXOR_ASSIGN,BOR_ASSIGN"
- tokens
: "LITERAL_ASSERT"
|
0 |
Error |
| TrailingComment |
0 |
Error |
| Indentation
|
0 |
Error |