The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 9 | 0 | 0 | 338 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 57 | |
| JavadocType | 4 | |
| JavadocVariable | 22 | |
| JavadocStyle | 2 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 2 | |
| MemberName | 15 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 60 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 3 | |
| NoWhitespaceBefore | 2 | |
| OperatorWrap | 0 | |
| ParenPad | 23 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 43 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 2 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 26 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 9 | |
| ArrayTypeStyle | 2 | |
| FinalParameters | 63 | |
GenericIllegalRegexp
|
0 | |
| TodoComment | 1 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'output' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'includes' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'excludes' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Variable 'removeIncluded' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'insertNewLine' must be private and have accessor methods. | 17 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '<' is not preceded with whitespace. | 20 | |
| '<' is not followed by whitespace. | 20 | |
| '>' is not preceded with whitespace. | 20 | |
| Line is longer than 80 characters. | 25 | |
| Method 'getIncludedFiles' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 50 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter include should be final. | 59 | |
| Parameter includedFiles should be final. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '{' is followed by whitespace. | 62 | |
| Missing a Javadoc comment. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 62 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter args should be final. | 80 | |
| Expected @param tag for 'args'. | 80 | |
| Array brackets at illegal position. | 80 | |
| Parameter reporter should be final. | 80 | |
| Expected @param tag for 'reporter'. | 80 | |
| Name 'BasicRhinoShell' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| Line is longer than 80 characters. | 93 | |
| '{' is followed by whitespace. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Avoid inline conditionals. | 111 | |
| Expected an @return tag. | 120 | |
| Parameter cx should be final. | 120 | |
| Expected @param tag for 'cx'. | 120 | |
| Parameter args should be final. | 120 | |
| Expected @param tag for 'args'. | 120 | |
| Array brackets at illegal position. | 120 | |
| Parameter s should be final. | 149 | |
| Expected @param tag for 's'. | 149 | |
| Method 'help' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Line is longer than 80 characters. | 188 | |
| Parameter cx should be final. | 188 | |
| Expected @param tag for 'cx'. | 188 | |
| Parameter thisObj should be final. | 188 | |
| Expected @param tag for 'thisObj'. | 188 | |
| Parameter args should be final. | 188 | |
| Expected @param tag for 'args'. | 188 | |
| Parameter funObj should be final. | 188 | |
| Expected @param tag for 'funObj'. | 188 | |
| Method 'quit' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| Expected an @return tag. | 216 | |
| Method 'readFile' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Parameter path should be final. | 216 | |
| Expected @param tag for 'path'. | 216 | |
| Expected an @return tag. | 231 | |
| Line is longer than 80 characters. | 231 | |
| Parameter cx should be final. | 231 | |
| Expected @param tag for 'cx'. | 231 | |
| Parameter thisObj should be final. | 231 | |
| Expected @param tag for 'thisObj'. | 231 | |
| Parameter args should be final. | 231 | |
| Expected @param tag for 'args'. | 231 | |
| Parameter funObj should be final. | 231 | |
| Expected @param tag for 'funObj'. | 231 | |
| Line is longer than 80 characters. | 246 | |
| Parameter cx should be final. | 246 | |
| Expected @param tag for 'cx'. | 246 | |
| Parameter thisObj should be final. | 246 | |
| Expected @param tag for 'thisObj'. | 246 | |
| Parameter args should be final. | 246 | |
| Expected @param tag for 'args'. | 246 | |
| Parameter funObj should be final. | 246 | |
| Expected @param tag for 'funObj'. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Name 'BasicRhinoShell' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 | |
| Parameter cx should be final. | 260 | |
| Parameter filename should be final. | 260 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 292 | |
| Missing a Javadoc comment. | 349 | |
| Parameter s should be final. | 349 | |
| Missing a Javadoc comment. | 353 |
| Violation | Message | Line |
|---|---|---|
| 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 |
|---|---|---|
| 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. | 29 | |
| Parameter jsFile should be final. | 29 | |
| Parameter reporter should be final. | 29 | |
| Line is longer than 80 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Name 'jslint_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
| Method 'getDefaultIncludes' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| '{' is followed by whitespace. | 19 | |
| Method 'beforeProcess' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 27 | |
| Method 'processFile' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter src should be final. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 41 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 | |
| First sentence should end with a period. | 59 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| Variable 'project' must be private and have accessor methods. | 72 | |
| First sentence should end with a period. | 74 | |
| Line is longer than 80 characters. | 77 | |
| Variable 'jswarn' must be private and have accessor methods. | 79 | |
| Line is longer than 80 characters. | 84 | |
| Variable 'failOnWarning' must be private and have accessor methods. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Name 'jsErrorReporter_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| Variable 'jsErrorReporter_' must be private and have accessor methods. | 87 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| '{' is not preceded with whitespace. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| '(' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 109 | |
| '+' is not preceded with whitespace. | 109 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Line is longer than 80 characters. | 126 | |
| Method 'processDir' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter srcRoot should be final. | 126 | |
| Parameter destRoot should be final. | 126 | |
| Parameter srcIncludes should be final. | 126 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| Parameter srcExcludes should be final. | 126 | |
| '<' is not preceded with whitespace. | 126 | |
| '<' is not followed by whitespace. | 126 | |
| '>' is not preceded with whitespace. | 126 | |
| Parameter destAsSource should be final. | 126 | |
| '(' is followed by whitespace. | 127 | |
| ')' is preceded with whitespace. | 127 | |
| Line is longer than 80 characters. | 131 | |
| '(' is followed by whitespace. | 135 | |
| ')' is preceded with whitespace. | 135 | |
| '(' is followed by whitespace. | 136 | |
| '(' is followed by whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| ')' is preceded with whitespace. | 136 | |
| '(' is followed by whitespace. | 140 | |
| ')' is preceded with whitespace. | 140 | |
| '(' is followed by whitespace. | 141 | |
| '(' is followed by whitespace. | 141 | |
| ')' is preceded with whitespace. | 141 | |
| ')' is preceded with whitespace. | 141 | |
| '(' is followed by whitespace. | 144 | |
| '(' is followed by whitespace. | 144 | |
| ')' is preceded with whitespace. | 144 | |
| ')' is preceded with whitespace. | 144 | |
| 'for' is not followed by whitespace. | 148 | |
| ':' is not followed by whitespace. | 148 | |
| ')' is preceded with whitespace. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 155 |
| Violation | Message | Line |
|---|---|---|
| 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 |
|---|---|---|
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 105 | |
| Missing a Javadoc comment. | 109 | |
| Name 'inSizeTotal_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Name 'outSizeTotal_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| Method 'getDefaultIncludes' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Method 'beforeProcess' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Method 'afterProcess' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Line is longer than 80 characters. | 127 | |
| '100' is a magic number. | 127 | |
| '/' is not preceded with whitespace. | 127 | |
| '/' is not followed by whitespace. | 127 | |
| 'for' is not followed by whitespace. | 130 | |
| Line is longer than 80 characters. | 136 | |
| '{' is not preceded with whitespace. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 140 | |
| Method 'processFile' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter src should be final. | 149 | |
| Line is longer than 80 characters. | 151 | |
| '+' is not preceded with whitespace. | 151 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| '(' is followed by whitespace. | 171 | |
| ')' is preceded with whitespace. | 171 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 197 | |
| Method 'gzipIfRequested' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Parameter file should be final. | 202 | |
| '+' is not preceded with whitespace. | 209 | |
| '+' is not followed by whitespace. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Method 'ratioOfSize' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| Parameter file100 should be final. | 224 | |
| Parameter fileX should be final. | 224 | |
| '100' is a magic number. | 227 | |
| '/' is not preceded with whitespace. | 227 | |
| '/' is not followed by whitespace. | 227 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |