| Rules | Violations | Severity |
|---|
| FileContentsHolder | 0 | Error |
| JavadocStyle | 0 | Error |
ConstantName- format: "^[A-Z][A-Z0-9]|[a-z][a-z0-9]*(_[A-Z0-9]|[a-z0-9]+)*$"
| 0 | Error |
| LocalFinalVariableName | 0 | Error |
| LocalVariableName | 0 | Error |
MemberName- format: "^(m_|_)?[a-z][a-zA-Z0-9]*$"
| 0 | Error |
| MethodName | 0 | Error |
PackageName- format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
| 0 | Error |
ParameterName- format: "^([a-z][a-zA-Z0-9]*|[A-Z]+)$"
| 0 | Error |
StaticVariableName- format: "^_?[a-z][a-zA-Z0-9]*$"
| 0 | Error |
| TypeName | 0 | Error |
| AvoidStarImport | 0 | Error |
| ImportOrder | 0 | Error |
| RedundantImport | 0 | Error |
| UnusedImports | 0 | Ignore |
| TabCharacter | 0 | Error |
| ModifierOrder | 0 | Error |
| RedundantModifier | 0 | Error |
| DefaultComesLast | 0 | Error |
| DeclarationOrder | 0 | Error |
| DoubleCheckedLocking | 0 | Error |
| EmptyStatement | 0 | Error |
| HiddenField | 0 | Error |
| JUnitTestCase | 0 | Error |
| MissingSwitchDefault | 0 | Ignore |
| PackageDeclaration | 0 | Error |
| ParameterAssignment | 0 | Info |
| RedundantThrows | 0 | Error |
| SimplifyBooleanExpression | 0 | Info |
| SimplifyBooleanReturn | 0 | Info |
| StringLiteralEquality | 0 | Error |
| SuperClone | 0 | Info |
| SuperFinalize | 0 | Error |
| FinalClass | 0 | Error |
| HideUtilityClassConstructor | 0 | Error |
| InterfaceIsType | 0 | Error |
| MutableException | 0 | Error |
| ArrayTypeStyle | 0 | Error |
| UpperEll | 0 | Error |
JavadocType- scope: "public"
- excludeScope: "private"
| 0 | Error |
| JavadocStyle | 0 | Error |
| WriteTag | 0 | Error |
| PackageHtml | 0 | Error |
| NewlineAtEndOfFile | 0 | Error |
| SuppressionCommentFilter | 0 | Error |