The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 14 | ![]() |
RegexpSingleline
| 9 | ![]() |
JavadocMethod | 19 | ![]() |
JavadocType | 4 | ![]() |
JavadocVariable | 18 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 11 | ![]() |
MethodName | 0 | ![]() |
PackageName | 8 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 65 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 2 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 2 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 10 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 7 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 32 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Variable 'inputDir' must be private and have accessor methods. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'output' must be private and have accessor methods. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Variable 'includes' must be private and have accessor methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'excludes' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Variable 'removeIncluded' must be private and have accessor methods. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Variable 'insertNewLine' must be private and have accessor methods. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'fixLastSemicolon' must be private and have accessor methods. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter include should be final. | 75 |
![]() | Parameter includedFiles should be final. | 75 |
![]() | '{' is followed by whitespace. | 78 |
![]() | Missing a Javadoc comment. | 99 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.IllegalArgumentException: the name [based] is not a valid Javadoc tag name | 0 |
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 36 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line is longer than 80 characters. | 300 |
Violation | Message | Line |
---|---|---|
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Name 'defaultFilename_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Name 'acceptWarn_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'log_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'warningCnt_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'errorCnt_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter log should be final. | 15 |
![]() | Parameter jswarn should be final. | 15 |
![]() | Method 'setDefaultFileName' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter v should be final. | 20 |
![]() | Method 'getErrorCnt' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'getWarningCnt' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter message should be final. | 35 |
![]() | Parameter sourceName should be final. | 35 |
![]() | Parameter line should be final. | 35 |
![]() | Parameter lineSource should be final. | 35 |
![]() | Parameter lineOffset should be final. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'runtimeError' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter message should be final. | 41 |
![]() | Parameter sourceName should be final. | 41 |
![]() | Parameter line should be final. | 41 |
![]() | Parameter lineSource should be final. | 41 |
![]() | Parameter lineOffset should be final. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter message should be final. | 46 |
![]() | Parameter sourceName should be final. | 46 |
![]() | Parameter line should be final. | 46 |
![]() | Parameter lineSource should be final. | 46 |
![]() | Parameter lineOffset should be final. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter message should be final. | 54 |
![]() | Parameter sourceName should be final. | 54 |
![]() | Parameter line should be final. | 54 |
![]() | Parameter lineSource should be final. | 54 |
![]() | Parameter lineOffset should be final. | 54 |
![]() | ';' is preceded with whitespace. | 66 |
![]() | ';' is preceded with whitespace. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 |
![]() | Comment matches to-do format 'TODO:'. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'jslintPath_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter jsFile should be final. | 30 |
![]() | Parameter reporter should be final. | 30 |
![]() | Line is longer than 80 characters. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 |
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.IllegalArgumentException: the name [created] is not a valid Javadoc tag name | 0 |
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line contains a tab character. | 139 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line has trailing spaces. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Line has trailing spaces. | 180 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line is longer than 80 characters. | 191 |
Violation | Message | Line |
---|---|---|
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Name 'srcRoot_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Name 'destRoot_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Name 'destAsSource_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Name 'rpath_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'extension_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Parameter srcRoot should be final. | 13 |
![]() | Parameter destRoot should be final. | 13 |
![]() | Parameter name should be final. | 13 |
![]() | Parameter destAsSource should be final. | 13 |
![]() | '>' is not preceded with whitespace. | 19 |
![]() | '>' is not followed by whitespace. | 19 |
![]() | Method 'toFile' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'toDestFile' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter suffix should be final. | 38 |
![]() | Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Name 'net_alchim31_maven_yuicompressor' must match pattern '^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$'. | 1 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 244 |