Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
9 0 0 338

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 57 Errors Error
JavadocType 4 Errors Error
JavadocVariable 22 Errors Error
JavadocStyle 2 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 2 Errors Error
MemberName 15 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
FileLength 0 Errors Error
LineLength 60 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 3 Errors Error
NoWhitespaceBefore 2 Errors Error
OperatorWrap 0 Errors Error
ParenPad 23 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 43 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 1 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 2 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 26 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 9 Errors Error
ArrayTypeStyle 2 Errors Error
FinalParameters 63 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 Errors Error
TodoComment 1 Errors Error
UpperEll 0 Errors Error

Details

net/sf/alchim/mojo/yuicompressor/Aggregation.java

Violation Message Line
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Variable 'output' must be private and have accessor methods. 13
Errors Missing a Javadoc comment. 14
Errors Variable 'includes' must be private and have accessor methods. 14
Errors Missing a Javadoc comment. 15
Errors Variable 'excludes' must be private and have accessor methods. 15
Errors Missing a Javadoc comment. 16
Errors Variable 'removeIncluded' must be private and have accessor methods. 16
Errors Missing a Javadoc comment. 17
Errors Variable 'insertNewLine' must be private and have accessor methods. 17
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 19
Errors Missing a Javadoc comment. 19
Errors '<' is not preceded with whitespace. 20
Errors '<' is not followed by whitespace. 20
Errors '>' is not preceded with whitespace. 20
Errors Line is longer than 80 characters. 25
Errors Method 'getIncludedFiles' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors '<' is not preceded with whitespace. 49
Errors '<' is not followed by whitespace. 49
Errors '>' is not preceded with whitespace. 49
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors '<' is not preceded with whitespace. 50
Errors '<' is not followed by whitespace. 50
Errors '>' is not preceded with whitespace. 50
Errors '>' is not followed by whitespace. 50
Errors Line is longer than 80 characters. 59
Errors Missing a Javadoc comment. 59
Errors Parameter include should be final. 59
Errors Parameter includedFiles should be final. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors '{' is followed by whitespace. 62
Errors Missing a Javadoc comment. 82

net/sf/alchim/mojo/yuicompressor/BasicRhinoShell.java

Violation Message Line
Errors Line is longer than 80 characters. 62
Errors Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Parameter args should be final. 80
Errors Expected @param tag for 'args'. 80
Errors Array brackets at illegal position. 80
Errors Parameter reporter should be final. 80
Errors Expected @param tag for 'reporter'. 80
Errors Name 'BasicRhinoShell' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Errors Line is longer than 80 characters. 93
Errors '{' is followed by whitespace. 93
Errors Line is longer than 80 characters. 94
Errors Line is longer than 80 characters. 109
Errors Line is longer than 80 characters. 111
Errors Avoid inline conditionals. 111
Errors Expected an @return tag. 120
Errors Parameter cx should be final. 120
Errors Expected @param tag for 'cx'. 120
Errors Parameter args should be final. 120
Errors Expected @param tag for 'args'. 120
Errors Array brackets at illegal position. 120
Errors Parameter s should be final. 149
Errors Expected @param tag for 's'. 149
Errors Method 'help' is not designed for extension - needs to be abstract, final or empty. 161
Errors Line is longer than 80 characters. 188
Errors Parameter cx should be final. 188
Errors Expected @param tag for 'cx'. 188
Errors Parameter thisObj should be final. 188
Errors Expected @param tag for 'thisObj'. 188
Errors Parameter args should be final. 188
Errors Expected @param tag for 'args'. 188
Errors Parameter funObj should be final. 188
Errors Expected @param tag for 'funObj'. 188
Errors Method 'quit' is not designed for extension - needs to be abstract, final or empty. 209
Errors Expected an @return tag. 216
Errors Method 'readFile' is not designed for extension - needs to be abstract, final or empty. 216
Errors Parameter path should be final. 216
Errors Expected @param tag for 'path'. 216
Errors Expected an @return tag. 231
Errors Line is longer than 80 characters. 231
Errors Parameter cx should be final. 231
Errors Expected @param tag for 'cx'. 231
Errors Parameter thisObj should be final. 231
Errors Expected @param tag for 'thisObj'. 231
Errors Parameter args should be final. 231
Errors Expected @param tag for 'args'. 231
Errors Parameter funObj should be final. 231
Errors Expected @param tag for 'funObj'. 231
Errors Line is longer than 80 characters. 246
Errors Parameter cx should be final. 246
Errors Expected @param tag for 'cx'. 246
Errors Parameter thisObj should be final. 246
Errors Expected @param tag for 'thisObj'. 246
Errors Parameter args should be final. 246
Errors Expected @param tag for 'args'. 246
Errors Parameter funObj should be final. 246
Errors Expected @param tag for 'funObj'. 246
Errors Line is longer than 80 characters. 247
Errors Name 'BasicRhinoShell' must match pattern '^[a-z][a-zA-Z0-9]*$'. 247
Errors Parameter cx should be final. 260
Errors Parameter filename should be final. 260
Errors Line is longer than 80 characters. 262
Errors Line is longer than 80 characters. 292
Errors Missing a Javadoc comment. 349
Errors Parameter s should be final. 349
Errors Missing a Javadoc comment. 353

net/sf/alchim/mojo/yuicompressor/ErrorReporter4Mojo.java

Violation Message Line
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 9
Errors Name 'defaultFilename_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
Errors Missing a Javadoc comment. 10
Errors Name 'acceptWarn_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Errors Missing a Javadoc comment. 11
Errors Name 'log_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Errors Missing a Javadoc comment. 12
Errors Name 'warningCnt_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Errors Missing a Javadoc comment. 13
Errors Name 'errorCnt_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Errors Missing a Javadoc comment. 15
Errors Parameter log should be final. 15
Errors Parameter jswarn should be final. 15
Errors Method 'setDefaultFileName' is not designed for extension - needs to be abstract, final or empty. 20
Errors Missing a Javadoc comment. 20
Errors Parameter v should be final. 20
Errors Method 'getErrorCnt' is not designed for extension - needs to be abstract, final or empty. 27
Errors Missing a Javadoc comment. 27
Errors Method 'getWarningCnt' is not designed for extension - needs to be abstract, final or empty. 31
Errors Missing a Javadoc comment. 31
Errors Line is longer than 80 characters. 35
Errors Method 'error' is not designed for extension - needs to be abstract, final or empty. 35
Errors Missing a Javadoc comment. 35
Errors Parameter message should be final. 35
Errors Parameter sourceName should be final. 35
Errors Parameter line should be final. 35
Errors Parameter lineSource should be final. 35
Errors Parameter lineOffset should be final. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 41
Errors Method 'runtimeError' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Parameter message should be final. 41
Errors Parameter sourceName should be final. 41
Errors Parameter line should be final. 41
Errors Parameter lineSource should be final. 41
Errors Parameter lineOffset should be final. 41
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 46
Errors Method 'warning' is not designed for extension - needs to be abstract, final or empty. 46
Errors Missing a Javadoc comment. 46
Errors Parameter message should be final. 46
Errors Parameter sourceName should be final. 46
Errors Parameter line should be final. 46
Errors Parameter lineSource should be final. 46
Errors Parameter lineOffset should be final. 46
Errors Line is longer than 80 characters. 48
Errors Line is longer than 80 characters. 54
Errors Missing a Javadoc comment. 54
Errors Parameter message should be final. 54
Errors Parameter sourceName should be final. 54
Errors Parameter line should be final. 54
Errors Parameter lineSource should be final. 54
Errors Parameter lineOffset should be final. 54
Errors ';' is preceded with whitespace. 66
Errors ';' is preceded with whitespace. 76

net/sf/alchim/mojo/yuicompressor/JSLintChecker.java

Violation Message Line
Errors Comment matches to-do format 'TODO:'. 10
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Name 'jslintPath_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 29
Errors Parameter jsFile should be final. 29
Errors Parameter reporter should be final. 29
Errors Line is longer than 80 characters. 35

net/sf/alchim/mojo/yuicompressor/JSLintMojo.java

Violation Message Line
Errors Missing a Javadoc comment. 15
Errors Name 'jslint_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Errors Method 'getDefaultIncludes' is not designed for extension - needs to be abstract, final or empty. 17
Errors Missing a Javadoc comment. 17
Errors '{' is followed by whitespace. 19
Errors Method 'beforeProcess' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 27
Errors Method 'processFile' is not designed for extension - needs to be abstract, final or empty. 31
Errors Missing a Javadoc comment. 31
Errors Parameter src should be final. 32

net/sf/alchim/mojo/yuicompressor/MojoSupport.java

Violation Message Line
Errors Missing a Javadoc comment. 21
Errors Line is longer than 80 characters. 41
Errors '<' is not preceded with whitespace. 57
Errors '<' is not followed by whitespace. 57
Errors '>' is not preceded with whitespace. 57
Errors First sentence should end with a period. 59
Errors '<' is not preceded with whitespace. 64
Errors '<' is not followed by whitespace. 64
Errors '>' is not preceded with whitespace. 64
Errors Variable 'project' must be private and have accessor methods. 72
Errors First sentence should end with a period. 74
Errors Line is longer than 80 characters. 77
Errors Variable 'jswarn' must be private and have accessor methods. 79
Errors Line is longer than 80 characters. 84
Errors Variable 'failOnWarning' must be private and have accessor methods. 86
Errors Missing a Javadoc comment. 87
Errors Name 'jsErrorReporter_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Errors Variable 'jsErrorReporter_' must be private and have accessor methods. 87
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 89
Errors Missing a Javadoc comment. 89
Errors '{' is not preceded with whitespace. 98
Errors Line is longer than 80 characters. 101
Errors Line is longer than 80 characters. 103
Errors '(' is followed by whitespace. 103
Errors ')' is preceded with whitespace. 103
Errors Line is longer than 80 characters. 107
Errors Line is longer than 80 characters. 109
Errors '+' is not preceded with whitespace. 109
Errors Missing a Javadoc comment. 122
Errors Missing a Javadoc comment. 123
Errors Missing a Javadoc comment. 124
Errors Line is longer than 80 characters. 126
Errors Method 'processDir' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors Parameter srcRoot should be final. 126
Errors Parameter destRoot should be final. 126
Errors Parameter srcIncludes should be final. 126
Errors '<' is not preceded with whitespace. 126
Errors '<' is not followed by whitespace. 126
Errors '>' is not preceded with whitespace. 126
Errors Parameter srcExcludes should be final. 126
Errors '<' is not preceded with whitespace. 126
Errors '<' is not followed by whitespace. 126
Errors '>' is not preceded with whitespace. 126
Errors Parameter destAsSource should be final. 126
Errors '(' is followed by whitespace. 127
Errors ')' is preceded with whitespace. 127
Errors Line is longer than 80 characters. 131
Errors '(' is followed by whitespace. 135
Errors ')' is preceded with whitespace. 135
Errors '(' is followed by whitespace. 136
Errors '(' is followed by whitespace. 136
Errors ')' is preceded with whitespace. 136
Errors ')' is preceded with whitespace. 136
Errors '(' is followed by whitespace. 140
Errors ')' is preceded with whitespace. 140
Errors '(' is followed by whitespace. 141
Errors '(' is followed by whitespace. 141
Errors ')' is preceded with whitespace. 141
Errors ')' is preceded with whitespace. 141
Errors '(' is followed by whitespace. 144
Errors '(' is followed by whitespace. 144
Errors ')' is preceded with whitespace. 144
Errors ')' is preceded with whitespace. 144
Errors 'for' is not followed by whitespace. 148
Errors ':' is not followed by whitespace. 148
Errors ')' is preceded with whitespace. 148
Errors Line is longer than 80 characters. 149
Errors Line is longer than 80 characters. 150
Errors Missing a Javadoc comment. 155

net/sf/alchim/mojo/yuicompressor/SourceFile.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 7
Errors Name 'srcRoot_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7
Errors Missing a Javadoc comment. 8
Errors Name 'destRoot_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8
Errors Missing a Javadoc comment. 9
Errors Name 'destAsSource_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9
Errors Missing a Javadoc comment. 10
Errors Name 'rpath_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Errors Missing a Javadoc comment. 11
Errors Name 'extension_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Errors Line is longer than 80 characters. 13
Errors Missing a Javadoc comment. 13
Errors Parameter srcRoot should be final. 13
Errors Parameter destRoot should be final. 13
Errors Parameter name should be final. 13
Errors Parameter destAsSource should be final. 13
Errors '>' is not preceded with whitespace. 19
Errors '>' is not followed by whitespace. 19
Errors Method 'toFile' is not designed for extension - needs to be abstract, final or empty. 27
Errors Missing a Javadoc comment. 27
Errors Method 'toDestFile' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Parameter suffix should be final. 38
Errors Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. 42
Errors Missing a Javadoc comment. 42

net/sf/alchim/mojo/yuicompressor/YuiCompressorMojo.java

Violation Message Line
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 67
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 82
Errors Line is longer than 80 characters. 96
Errors Line is longer than 80 characters. 105
Errors Missing a Javadoc comment. 109
Errors Name 'inSizeTotal_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 109
Errors Missing a Javadoc comment. 110
Errors Name 'outSizeTotal_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
Errors Method 'getDefaultIncludes' is not designed for extension - needs to be abstract, final or empty. 112
Errors Missing a Javadoc comment. 112
Errors Method 'beforeProcess' is not designed for extension - needs to be abstract, final or empty. 117
Errors Missing a Javadoc comment. 117
Errors Method 'afterProcess' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors Line is longer than 80 characters. 127
Errors '100' is a magic number. 127
Errors '/' is not preceded with whitespace. 127
Errors '/' is not followed by whitespace. 127
Errors 'for' is not followed by whitespace. 130
Errors Line is longer than 80 characters. 136
Errors '{' is not preceded with whitespace. 137
Errors Line is longer than 80 characters. 138
Errors Line is longer than 80 characters. 140
Errors Method 'processFile' is not designed for extension - needs to be abstract, final or empty. 148
Errors Missing a Javadoc comment. 148
Errors Parameter src should be final. 149
Errors Line is longer than 80 characters. 151
Errors '+' is not preceded with whitespace. 151
Errors Line is longer than 80 characters. 156
Errors Line is longer than 80 characters. 157
Errors Line is longer than 80 characters. 159
Errors Line is longer than 80 characters. 170
Errors Line is longer than 80 characters. 171
Errors '(' is followed by whitespace. 171
Errors ')' is preceded with whitespace. 171
Errors Line is longer than 80 characters. 176
Errors Line is longer than 80 characters. 178
Errors Line is longer than 80 characters. 179
Errors Line is longer than 80 characters. 195
Errors Line is longer than 80 characters. 197
Errors Method 'gzipIfRequested' is not designed for extension - needs to be abstract, final or empty. 202
Errors Missing a Javadoc comment. 202
Errors Parameter file should be final. 202
Errors '+' is not preceded with whitespace. 209
Errors '+' is not followed by whitespace. 209
Errors Line is longer than 80 characters. 210
Errors Method 'ratioOfSize' is not designed for extension - needs to be abstract, final or empty. 224
Errors Missing a Javadoc comment. 224
Errors Parameter file100 should be final. 224
Errors Parameter fileX should be final. 224
Errors '100' is a magic number. 227
Errors '/' is not preceded with whitespace. 227
Errors '/' is not followed by whitespace. 227

net/sf/alchim/mojo/yuicompressor/package.html

Violation Message Line
Errors Missing package documentation file. 0