Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 5 4 7

Rules

Rules Violations Severity
JavadocPackage 1 Infos Info
NewlineAtEndOfFile 4 Infos Info
FileLength
  • max: "2000"
0 Errors Error
Translation 0 Errors Error
JavadocType
  • authorFormat: "\S"
1 Errors Error
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • suppressLoadErrors: "true"
6 Errors Error
JavadocVariable
  • scope: "public"
0 Warnings Warning
JavadocStyle 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
LineLength
  • max: "140"
0 Errors Error
MethodLength
  • max: "150"
0 Errors Error
AnonInnerLength
  • max: "60"
0 Errors Error
ParameterNumber
  • max: "7"
0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap
  • option: "eol"
0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
NoWhitespaceAfter
  • tokens: "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, GENERIC_START"
0 Warnings Warning
NoWhitespaceBefore
  • tokens: "SEMI, POST_DEC, POST_INC, GENERIC_START, GENERIC_END"
0 Warnings Warning
WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST, GENERIC_END"
0 Warnings 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, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, QUESTION, TYPE_EXTENSION_AND"
0 Warnings Warning
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly
  • maxLineLength: "120"
0 Errors Error
RightCurly 0 Errors Error
ArrayTrailingComma 0 Errors Error
CovariantEquals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
DefaultComesLast 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
StringLiteralEquality 0 Errors Error
NestedIfDepth
  • max: "3"
0 Errors Error
NestedTryDepth
  • max: "3"
0 Errors Error
SuperClone 0 Errors Error
SuperFinalize 0 Errors Error
IllegalThrows 0 Errors Error
PackageDeclaration 0 Errors Error
ReturnCount
  • max: "3"
0 Errors Error
ExplicitInitialization 0 Errors Error
MultipleStringLiterals
  • allowedDuplicates: "3"
0 Errors Error
UnnecessaryParentheses 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
BooleanExpressionComplexity
  • max: "7"
0 Errors Error
ClassDataAbstractionCoupling
  • max: "15"
0 Errors Error
ClassFanOutComplexity
  • max: "30"
0 Errors Error
CyclomaticComplexity
  • max: "35"
0 Errors Error
JavaNCSS
  • fileMaximum: "2000"
  • classMaximum: "800"
  • methodMaximum: "100"
0 Errors Error
ArrayTypeStyle 0 Errors Error
TodoComment 4 Warnings Warning
UncommentedMain 0 Warnings Warning
UpperEll 0 Errors Error

Details

net/sf/nic/Source.java

Violation Message Line
Infos File does not end with a newline. 0
Infos Missing package-info.java file. 0
Warnings Comment matches to-do format 'TODO:'. 26
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 42

net/sf/nic/SourceCollection.java

Violation Message Line
Infos File does not end with a newline. 0
Warnings Comment matches to-do format 'TODO:'. 25

net/sf/nic/Target.java

Violation Message Line
Infos File does not end with a newline. 0
Warnings Comment matches to-do format 'TODO:'. 23

net/sf/nic/TargetFactory.java

Violation Message Line
Infos File does not end with a newline. 0
Warnings Comment matches to-do format 'TODO:'. 25
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 44