Rules | Violations | Severity |
---|
SuppressionCommentFilter | 0 | Warning |
FileContentsHolder | 0 | Warning |
JavadocType- scope: "protected"
- versionFormat: "\$Revision.* \$"
| 0 | Error |
JavadocMethod- scope: "protected"
- allowUndeclaredRTE: "true"
| 0 | Error |
JavadocVariable | 0 | Error |
JavadocStyle | 0 | Error |
AbstractClassName | 0 | Warning |
ConstantName | 0 | Warning |
LocalFinalVariableName | 0 | Warning |
LocalVariableName | 0 | Warning |
MemberName | 0 | Warning |
MethodName | 0 | Warning |
PackageName | 0 | Warning |
ParameterName | 0 | Warning |
StaticVariableName | 0 | Warning |
TypeName | 0 | Warning |
UnusedImports | 0 | Warning |
RedundantImport | 0 | Warning |
IllegalImport | 0 | Warning |
AvoidStarImport | 0 | Warning |
AnonInnerLength | 0 | Warning |
ExecutableStatementCount | 1 | Warning |
LineLength | 0 | Ignore |
MethodLength | 0 | Warning |
ParameterNumber | 0 | Warning |
EmptyForInitializerPad | 0 | Warning |
EmptyForIteratorPad | 0 | Warning |
NoWhitespaceAfter | 0 | Ignore |
NoWhitespaceBefore | 0 | Warning |
OperatorWrap | 0 | Warning |
MethodParamPad | 0 | Warning |
ParenPad | 0 | Warning |
TypecastParenPad | 0 | Warning |
WhitespaceAfter | 0 | Warning |
WhitespaceAround- tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"
| 0 | Warning |
ModifierOrder | 0 | Warning |
RedundantModifier | 0 | Warning |
AvoidNestedBlocks | 0 | Warning |
EmptyBlock | 0 | Warning |
LeftCurly | 0 | Warning |
NeedBraces | 0 | Warning |
RightCurly | 0 | Warning |
AvoidInlineConditionals | 0 | Warning |
CovariantEquals | 0 | Warning |
DefaultComesLast | 0 | Warning |
DeclarationOrder | 0 | Warning |
DoubleCheckedLocking | 0 | Warning |
EmptyStatement | 0 | Warning |
EqualsHashCode | 0 | Warning |
ExplicitInitialization | 0 | Warning |
FallThrough | 0 | Warning |
FinalLocalVariable | 5 | Warning |
HiddenField | 0 | Warning |
IllegalInstantiation | 0 | Warning |
IllegalCatch | 0 | Warning |
IllegalThrows | 0 | Warning |
IllegalToken | 0 | Ignore |
IllegalTokenText | 0 | Warning |
IllegalType | 0 | Warning |
InnerAssignment | 0 | Warning |
JUnitTestCase | 0 | Warning |
MagicNumber | 0 | Warning |
MissingCtor | 0 | Warning |
MissingSwitchDefault | 0 | Warning |
ModifiedControlVariable | 0 | Warning |
MultipleStringLiterals | 3 | Warning |
MultipleVariableDeclarations | 0 | Warning |
NestedIfDepth | 0 | Warning |
NestedTryDepth | 0 | Warning |
PackageDeclaration | 0 | Warning |
ParameterAssignment | 0 | Warning |
RedundantThrows | 0 | Warning |
RequireThis | 7 | Warning |
ReturnCount | 1 | Warning |
SimplifyBooleanExpression | 0 | Warning |
SimplifyBooleanReturn | 0 | Warning |
StringLiteralEquality | 0 | Warning |
SuperClone | 0 | Warning |
SuperFinalize | 0 | Warning |
ArrayTrailingComma | 0 | Warning |
UnnecessaryParentheses | 0 | Warning |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | Warning |
HideUtilityClassConstructor | 0 | Warning |
InterfaceIsType | 0 | Warning |
MutableException | 0 | Warning |
ThrowsCount | 0 | Warning |
VisibilityModifier | 3 | Warning |
BooleanExpressionComplexity | 0 | Warning |
ClassDataAbstractionCoupling | 2 | Warning |
ClassFanOutComplexity | 5 | Warning |
CyclomaticComplexity | 1 | Warning |
JavaNCSS | 1 | Warning |
NPathComplexity | 0 | Warning |
Regexp | 0 | Warning |
UpperEll | 0 | Warning |
TrailingComment | 0 | Warning |
TodoComment | 0 | Ignore |
FinalParameters | 10 | Warning |
DescendantToken | 0 | Warning |
ArrayTypeStyle | 0 | Warning |
AnnotationUseStyle | 0 | Warning |
MissingDeprecated | 0 | Warning |
MissingOverride- javaFiveCompatibility: "true"
| 0 | Warning |
PackageAnnotation | 0 | Warning |
EqualsAvoidNull | 0 | Warning |
NoClone | 0 | Warning |
NoFinalizer | 0 | Warning |
AvoidStaticImport | 0 | Warning |
ClassTypeParameterName | 0 | Warning |
MethodTypeParameterName | 0 | Warning |
OuterTypeNumber | 0 | Warning |
GenericWhitespace | 0 | Warning |
Translation | 0 | Warning |
NewlineAtEndOfFile | 0 | Warning |
FileLength | 0 | Warning |
FileTabCharacter | 0 | Warning |
RegexpHeader- header
1: \/\* 2: * Copyright \d\d\d\d( - \d\d\d\d)? JEuclid, http://jeuclid.sf.net 3: * 4: * Licensed under the Apache License, Version 2.0 \(the "License"\); 5: * you may not use this file except in compliance with the License. 6: * You may obtain a copy of the License at 7: * 8: * http://www.apache.org/licenses/LICENSE-2.0 9: * 10: * Unless required by applicable law or agreed to in writing, software 11: * distributed under the License is distributed on an "AS IS" BASIS, 12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13: * See the License for the specific language governing permissions and 14: * limitations under the License. 15: */ 16: 17: /\* .*\$Id.* \$ \*/ 18: 19:
| 1 | Error |
RegexpSingleline | 0 | Error |
JavadocPackage | 2 | Warning |