Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 0 41

Rules

Rules Violations Severity
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
JavadocMethod
  • scope: "protected"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowUndeclaredRTE: "true"
0 Errors Error
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
1 Errors Error
JavadocStyle
  • scope: "protected"
  • checkFirstSentence: "false"
0 Errors Error
ConstantName
  • format: "^log$|^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength
  • max: "120"
6 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore
  • allowLineBreaks: "true"
  • tokens: "DOT"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround
  • tokens: "ASSIGN"
0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 2 Errors Error
LeftCurly 25 Errors Error
NeedBraces 0 Errors Error
RightCurly 5 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters
  • tokens: "CTOR_DEF"
0 Errors Error
UpperEll 0 Errors Error
NestedIfDepth
  • max: "3"
0 Errors Error
NestedTryDepth 0 Errors Error
ExplicitInitialization 0 Errors Error

Details

org/appfuse/AddClassesMojo.java

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name 0
Errors '{' should be on the previous line. 41
Errors Line is longer than 120 characters. 107
Errors Line is longer than 120 characters. 135
Errors Line is longer than 120 characters. 168
Errors Line is longer than 120 characters. 200

org/appfuse/WarPathUtils.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 20
Errors '{' should be on the previous line. 21
Errors Missing a Javadoc comment. 22
Errors Line is longer than 120 characters. 39
Errors '{' should be on the previous line. 48
Errors '{' should be on the previous line. 52
Errors '}' should be on the same line. 54
Errors '{' should be on the previous line. 56
Errors '{' should be on the previous line. 66
Errors '{' should be on the previous line. 68
Errors '}' should be on the same line. 70
Errors '{' should be on the previous line. 72
Errors Must have at least one statement. 72
Errors '{' should be on the previous line. 79
Errors '{' should be on the previous line. 81
Errors '{' should be on the previous line. 83
Errors '}' should be on the same line. 85
Errors '{' should be on the previous line. 87
Errors Must have at least one statement. 87
Errors Line is longer than 120 characters. 102
Errors '{' should be on the previous line. 109
Errors '}' should be on the same line. 111
Errors '{' should be on the previous line. 113
Errors '{' should be on the previous line. 120
Errors '}' should be on the same line. 122
Errors '{' should be on the previous line. 124
Errors '{' should be on the previous line. 129
Errors '{' should be on the previous line. 133
Errors '{' should be on the previous line. 137
Errors '{' should be on the previous line. 139
Errors '{' should be on the previous line. 154
Errors '{' should be on the previous line. 164
Errors '{' should be on the previous line. 167
Errors '{' should be on the previous line. 170
Errors '{' should be on the previous line. 179