The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 2 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 45 | |
| JavadocMethod | 160 | |
| JavadocType | 43 | |
| JavadocVariable | 90 | |
| JavadocStyle | 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 2 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 55 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 9 | |
| LineLength | 98 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 21 | |
| WhitespaceAround | 26 | |
| ModifierOrder | 7 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 4 | |
| LeftCurly | 53 | |
| NeedBraces | 62 | |
| RightCurly | 3 | |
| AvoidInlineConditionals | 6 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 31 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
| MagicNumber | 41 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 3 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 46 | |
| FinalClass | 3 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 5 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 229 | |
| TodoComment | 9 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| 'public' modifier out of order with the JLS suggestions. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'level' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Parameter level should be final. | 28 | |
| 'level' hides a field. | 28 | |
| Line has trailing spaces. | 31 | |
| Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter from should be final. | 32 | |
| Parameter to should be final. | 32 | |
| Missing a Javadoc comment. | 45 | |
| 'protected' modifier out of order with the JLS suggestions. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Parameter o1 should be final. | 50 | |
| Parameter o2 should be final. | 50 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Unused import - java.util.zip.ZipEntry. | 22 | |
| Unused import - org.objectweb.asm.ClassVisitor. | 24 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Method 'setCurrentDirectory' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter curDir should be final. | 30 | |
| 'curDir' hides a field. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Method 'run' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter from should be final. | 34 | |
| Parameter to should be final. | 34 | |
| Parameter handler should be final. | 34 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 67 | |
| 'cast' is not followed by whitespace. | 77 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Unused import - java.util.zip.ZipEntry. | 22 | |
| Unused import - java.util.zip.ZipFile. | 23 | |
| Using the '.*' form of import should be avoided - org.objectweb.asm.*. | 24 | |
| Unused import - org.objectweb.asm.Type. | 25 | |
| Using the '.*' form of import should be avoided - org.objectweb.asm.commons.*. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter classes should be final. | 30 | |
| Parameter source should be final. | 30 | |
| Parameter handler should be final. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter version should be final. | 34 | |
| Parameter access should be final. | 34 | |
| Parameter name should be final. | 34 | |
| Parameter signature should be final. | 34 | |
| Parameter superName should be final. | 34 | |
| Parameter interfaces should be final. | 34 | |
| 'cast' is not followed by whitespace. | 35 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter classes should be final. | 46 | |
| 'classes' hides a field. | 46 | |
| Parameter source should be final. | 46 | |
| 'source' hides a field. | 46 | |
| Parameter handler should be final. | 46 | |
| 'handler' hides a field. | 46 | |
| Missing a Javadoc comment. | 52 | |
| Parameter name should be final. | 52 | |
| Missing a Javadoc comment. | 56 | |
| Parameter key should be final. | 56 | |
| Comment matches to-do format 'TODO:'. | 61 | |
| Line is longer than 80 characters. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 33 | |
| Method 'visitMethod' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter access should be final. | 35 | |
| Parameter name should be final. | 35 | |
| Parameter desc should be final. | 35 | |
| Parameter signature should be final. | 36 | |
| Parameter exceptions should be final. | 36 | |
| '{' is not followed by whitespace. | 37 | |
| '}' is not preceded with whitespace. | 37 | |
| Line has trailing spaces. | 39 | |
| Method 'visitAnnotation' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter desc should be final. | 41 | |
| Parameter visible should be final. | 41 | |
| '{' is not followed by whitespace. | 42 | |
| '}' is not preceded with whitespace. | 42 | |
| Line has trailing spaces. | 44 | |
| Method 'visitField' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Parameter access should be final. | 46 | |
| Parameter name should be final. | 46 | |
| Parameter desc should be final. | 46 | |
| Parameter signature should be final. | 46 | |
| Parameter value should be final. | 46 | |
| '{' is not followed by whitespace. | 47 | |
| '}' is not preceded with whitespace. | 47 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Parameter excludes should be final. | 28 | |
| 'excludes' hides a field. | 28 | |
| Parameter verbose should be final. | 28 | |
| 'verbose' hides a field. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Parameter struct should be final. | 33 | |
| 'if' construct must use '{}'s. | 35 | |
| Line has trailing spaces. | 40 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 39 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line has trailing spaces. | 68 | |
| Line has trailing spaces. | 76 | |
| Line has trailing spaces. | 83 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 97 | |
| Line has trailing spaces. | 104 | |
| Line has trailing spaces. | 111 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 205 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 262 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Unused import - java.io.File. | 20 | |
| Using the '.*' form of import should be avoided - java.util.*. | 22 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Method 'addConfiguredRule' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter rule should be final. | 29 | |
| 'if' construct must use '{}'s. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Method 'addConfiguredZap' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter zap should be final. | 35 | |
| 'if' construct must use '{}'s. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Method 'addConfiguredKeep' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter keep should be final. | 41 | |
| 'if' construct must use '{}'s. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Redundant throws: 'BuildException' is unchecked exception. | 47 | |
| Method 'cleanHelper' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Using the '.*' form of import should be avoided - org.objectweb.asm.*. | 22 | |
| Unused import - org.objectweb.asm.Type. | 23 | |
| Using the '.*' form of import should be avoided - org.objectweb.asm.commons.*. | 24 | |
| Comment matches to-do format 'TODO:'. | 26 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Parameter patterns should be final. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter closure should be final. | 50 | |
| Parameter process should be final. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| 'if' construct must use '{}'s. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| '0x2000' is a magic number. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Parameter struct should be final. | 62 | |
| Line is longer than 80 characters. | 65 | |
| '6' is a magic number. | 65 | |
| 'for' construct must use '{}'s. | 66 | |
| 'if' construct must use '{}'s. | 67 | |
| Inner assignments should be avoided. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Parameter key should be final. | 80 | |
| 'if' construct must use '{}'s. | 81 | |
| Missing a Javadoc comment. | 87 | |
| Parameter value should be final. | 87 | |
| 'cast' is not followed by whitespace. | 89 | |
| Comment matches to-do format 'TODO:'. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Parameter value should be final. | 102 | |
| 'if' construct must use '{}'s. | 103 | |
| 'if' construct must use '{}'s. | 107 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 36 | |
| Parameter in should be final. | 36 | |
| 'while' construct must use '{}'s. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Parameter args should be final. | 49 | |
| Method 'help' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'strings' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter cp should be final. | 57 | |
| Comment matches to-do format 'TODO:'. | 64 | |
| Method 'find' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter level should be final. | 65 | |
| 'level' hides a field. | 65 | |
| Parameter cp1 should be final. | 65 | |
| Parameter cp2 should be final. | 65 | |
| Line is longer than 80 characters. | 86 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter rulesFile should be final. | 86 | |
| Parameter inJar should be final. | 86 | |
| Parameter outJar should be final. | 86 | |
| Line is longer than 80 characters. | 88 | |
| 'verbose' hides a field. | 91 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter patterns should be final. | 31 | |
| Parameter verbose should be final. | 31 | |
| 'verbose' hides a field. | 31 | |
| Parameter skipManifest should be final. | 31 | |
| Avoid inline conditionals. | 47 | |
| 'if' construct must use '{}'s. | 50 | |
| 'if' construct must use '{}'s. | 52 | |
| Line is longer than 80 characters. | 55 | |
| '{' is followed by whitespace. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Parameter file should be final. | 60 | |
| 'if' construct must use '{}'s. | 61 | |
| 'if' construct must use '{}'s. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Avoid inline conditionals. | 79 | |
| Parameter struct should be final. | 90 | |
| Expected @param tag for 'struct'. | 90 | |
| Expected @throws tag for 'IOException'. | 90 | |
| 'if' construct must use '{}'s. | 95 | |
| 'if' construct must use '{}'s. | 97 | |
| Line is longer than 80 characters. | 98 | |
| 'if' construct must use '{}'s. | 101 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| Utility classes should not have a public or default constructor. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter main should be final. | 27 | |
| Parameter args should be final. | 27 | |
| Parameter defCommand should be final. | 27 | |
| Line is longer than 80 characters. | 41 | |
| 'if' construct must use '{}'s. | 52 | |
| '{' is followed by whitespace. | 53 | |
| Missing a Javadoc comment. | 56 | |
| Parameter method should be final. | 56 | |
| Parameter args should be final. | 56 | |
| Missing a Javadoc comment. | 75 | |
| Parameter arg should be final. | 75 | |
| Parameter type should be final. | 75 | |
| '10' is a magic number. | 79 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Class ManifestProcessor should be declared as final. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 32 | |
| '{' is not followed by whitespace. | 32 | |
| '}' is not preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter struct should be final. | 34 | |
| Line has trailing spaces. | 38 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.objectweb.asm.*. | 19 | |
| Using the '.*' form of import should be avoided - org.objectweb.asm.commons.*. | 20 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter ruleList should be final. | 37 | |
| Parameter verbose should be final. | 37 | |
| 'verbose' hides a field. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Parameter value should be final. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Parameter key should be final. | 47 | |
| 'if' construct must use '{}'s. | 51 | |
| Missing a Javadoc comment. | 58 | |
| Parameter path should be final. | 58 | |
| 'if' construct must use '{}'s. | 72 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 75 | |
| 'if' construct must use '{}'s. | 76 | |
| 'if' construct must use '{}'s. | 77 | |
| 'if' construct must use '{}'s. | 79 | |
| 'else' construct must use '{}'s. | 81 | |
| Missing a Javadoc comment. | 88 | |
| Parameter value should be final. | 88 | |
| 'cast' is not followed by whitespace. | 92 | |
| 'if' construct must use '{}'s. | 96 | |
| Line is longer than 80 characters. | 105 | |
| Comment matches to-do format 'TODO:'. | 114 | |
| 'if' construct must use '{}'s. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Missing a Javadoc comment. | 123 | |
| Parameter value should be final. | 123 | |
| 'if' construct must use '{}'s. | 126 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Line has trailing spaces. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Parameter classPath should be final. | 24 | |
| 'classPath' hides a field. | 24 | |
| Parameter className should be final. | 24 | |
| 'className' hides a field. | 24 | |
| Method 'getClassPath' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 19 | |
| Missing a Javadoc comment. | 21 | |
| 'public' modifier out of order with the JLS suggestions. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 24 | |
| Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter pattern should be final. | 25 | |
| 'pattern' hides a field. | 25 | |
| Method 'getPattern' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter patterns should be final. | 33 | |
| Line is longer than 80 characters. | 36 | |
| Avoid inline conditionals. | 36 | |
| 'cast' is not followed by whitespace. | 36 | |
| 'if' construct must use '{}'s. | 38 | |
| Line is longer than 80 characters. | 39 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Parameter pr should be final. | 27 | |
| 'pr' hides a field. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Parameter struct should be final. | 31 | |
| 'if' construct must use '{}'s. | 32 | |
| Line has trailing spaces. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter result should be final. | 23 | |
| 'result' hides a field. | 23 | |
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 20 | |
| Class RulesFileParser should be declared as final. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Parameter file should be final. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Parameter value should be final. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Parameter in should be final. | 35 | |
| Avoid inline conditionals. | 37 | |
| Missing a Javadoc comment. | 40 | |
| Parameter r should be final. | 40 | |
| 'if' construct must use '{}'s. | 48 | |
| '==' is not preceded with whitespace. | 48 | |
| '==' is not followed by whitespace. | 48 | |
| 'if' construct must use '{}'s. | 51 | |
| 'if' construct must use '{}'s. | 56 | |
| '3' is a magic number. | 56 | |
| Missing a Javadoc comment. | 78 | |
| Parameter line should be final. | 78 | |
| Parameter parts should be final. | 78 | |
| Line is longer than 80 characters. | 79 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| Using the '.*' form of import should be avoided - org.objectweb.asm.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Parameter classPath should be final. | 28 | |
| Parameter pw should be final. | 28 | |
| Line is longer than 80 characters. | 38 | |
| 'cast' is not followed by whitespace. | 45 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Parameter pw should be final. | 56 | |
| 'pw' hides a field. | 56 | |
| Missing a Javadoc comment. | 60 | |
| Parameter className should be final. | 60 | |
| 'className' hides a field. | 60 | |
| Parameter value should be final. | 60 | |
| Parameter line should be final. | 60 | |
| 'if' construct must use '{}'s. | 67 | |
| Missing a Javadoc comment. | 75 | |
| Parameter value should be final. | 75 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.objectweb.asm.*. | 19 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 30 | |
| 'public' modifier out of order with the JLS suggestions. | 30 | |
| 'className' hides a field. | 30 | |
| 'line' hides a field. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter value should be final. | 32 | |
| 'if' construct must use '{}'s. | 33 | |
| 'cast' is not followed by whitespace. | 34 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Parameter version should be final. | 38 | |
| Parameter access should be final. | 38 | |
| Parameter name should be final. | 38 | |
| Parameter signature should be final. | 38 | |
| Parameter superName should be final. | 38 | |
| Parameter interfaces should be final. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter access should be final. | 43 | |
| Parameter name should be final. | 43 | |
| Parameter desc should be final. | 43 | |
| Parameter signature should be final. | 43 | |
| Parameter value should be final. | 43 | |
| '{' is not preceded with whitespace. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Parameter desc should be final. | 47 | |
| Parameter visible should be final. | 47 | |
| Line has trailing spaces. | 52 | |
| Parameter desc should be final. | 54 | |
| Parameter visible should be final. | 54 | |
| Parameter name should be final. | 57 | |
| Parameter value should be final. | 57 | |
| Parameter name should be final. | 61 | |
| Parameter desc should be final. | 61 | |
| Parameter value should be final. | 61 | |
| Parameter name should be final. | 65 | |
| Parameter desc should be final. | 65 | |
| Line has trailing spaces. | 70 | |
| Parameter access should be final. | 72 | |
| Parameter name should be final. | 72 | |
| Parameter desc should be final. | 72 | |
| Parameter signature should be final. | 73 | |
| Parameter exceptions should be final. | 73 | |
| '{' is not preceded with whitespace. | 74 | |
| Parameter cst should be final. | 76 | |
| Parameter line should be final. | 80 | |
| 'line' hides a field. | 80 | |
| Parameter start should be final. | 80 | |
| Parameter name should be final. | 84 | |
| Parameter desc should be final. | 84 | |
| Parameter bsm should be final. | 85 | |
| Parameter bsmArgs should be final. | 85 | |
| 'for' construct must use '{}'s. | 86 | |
| Line is longer than 80 characters. | 89 | |
| Parameter desc should be final. | 89 | |
| Parameter visible should be final. | 89 | |
| Parameter parameter should be final. | 93 | |
| Parameter desc should be final. | 94 | |
| Parameter visible should be final. | 94 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Parameter w should be final. | 26 | |
| 'w' hides a field. | 26 | |
| Parameter level should be final. | 26 | |
| Line has trailing spaces. | 30 | |
| Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter from should be final. | 31 | |
| Parameter to should be final. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Parameter pattern should be final. | 36 | |
| 'pattern' hides a field. | 36 | |
| Parameter result should be final. | 36 | |
| 'if' construct must use '{}'s. | 37 | |
| 'if' construct must use '{}'s. | 39 | |
| Line is longer than 80 characters. | 40 | |
| 'if' construct must use '{}'s. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 43 | |
| Comment matches to-do format 'TODO:'. | 51 | |
| Line is longer than 80 characters. | 54 | |
| Avoid inline conditionals. | 55 | |
| 'if' construct must use '{}'s. | 68 | |
| Line is longer than 80 characters. | 69 | |
| 'if' construct must use '{}'s. | 71 | |
| 'cast' is not followed by whitespace. | 86 | |
| 'cast' is not followed by whitespace. | 88 | |
| 'if' construct must use '{}'s. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 96 | |
| Parameter value should be final. | 96 | |
| Missing a Javadoc comment. | 100 | |
| Parameter value should be final. | 100 | |
| 'for' construct must use '{}'s. | 104 | |
| Avoid inline conditionals. | 105 | |
| Missing a Javadoc comment. | 111 | |
| Parameter value should be final. | 111 | |
| 'if' construct must use '{}'s. | 113 | |
| Missing a Javadoc comment. | 118 | |
| Parameter expr should be final. | 118 | |
| Parameter extra should be final. | 118 | |
| 'if' construct must use '{}'s. | 127 | |
| 'if' construct must use '{}'s. | 129 | |
| Line is longer than 80 characters. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Parameter pattern should be final. | 135 | |
| Parameter value should be final. | 135 | |
| Parameter replace should be final. | 135 | |
| Missing a Javadoc comment. | 140 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| '{' should be on the previous line. | 20 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.tonicsystems.jarjar.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Parameter zapList should be final. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Parameter struct should be final. | 31 | |
| 'if' construct must use '{}'s. | 33 | |
| '6' is a magic number. | 34 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Parameter desc should be final. | 38 | |
| Comment matches to-do format 'TODO:'. | 39 | |
| 'if' construct must use '{}'s. | 41 | |
| Line has trailing spaces. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 20 | |
| Missing a Javadoc comment. | 28 | |
| 'public' modifier out of order with the JLS suggestions. | 28 | |
| '{' should be on the previous line. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| '0x2000' is a magic number. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Variable 'verbose' must be private and have accessor methods. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Method 'setVerbose' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter verbose should be final. | 43 | |
| 'verbose' hides a field. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Redundant throws: 'BuildException' is unchecked exception. | 47 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter proc should be final. | 49 | |
| 'proc' hides a field. | 49 | |
| Redundant throws: 'BuildException' is unchecked exception. | 49 | |
| Method 'setFilesonly' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter f should be final. | 54 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter dir should be final. | 59 | |
| Parameter zOut should be final. | 59 | |
| Parameter vPath should be final. | 59 | |
| Parameter mode should be final. | 59 | |
| Method 'zipFile' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter is should be final. | 63 | |
| Parameter zOut should be final. | 63 | |
| Parameter vPath should be final. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Parameter lastModified should be final. | 64 | |
| Parameter fromArchive should be final. | 64 | |
| Parameter mode should be final. | 64 | |
| 'if' construct must use '{}'s. | 71 | |
| Line is longer than 80 characters. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter file should be final. | 81 | |
| Parameter zOut should be final. | 81 | |
| Line is longer than 80 characters. | 87 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'cleanUp' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Method 'cleanHelper' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| '0x2000' is a magic number. | 31 | |
| Missing a Javadoc comment. | 32 | |
| '1000' is a magic number. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Method 'getAccess' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 40 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Method 'getSuperName' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'getInterfaces' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Method 'read' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter in should be final. | 53 | |
| 'in' hides a field. | 53 | |
| Inner assignments should be avoided. | 58 | |
| '4' is a magic number. | 62 | |
| Must have at least one statement. | 63 | |
| 'if' construct must use '{}'s. | 66 | |
| Line is longer than 80 characters. | 66 | |
| '0xCA' is a magic number. | 66 | |
| 'cast' is not followed by whitespace. | 66 | |
| '0xFE' is a magic number. | 66 | |
| 'cast' is not followed by whitespace. | 66 | |
| '0xBA' is a magic number. | 66 | |
| 'cast' is not followed by whitespace. | 66 | |
| '3' is a magic number. | 66 | |
| '0xBE' is a magic number. | 66 | |
| 'cast' is not followed by whitespace. | 66 | |
| '6' is a magic number. | 69 | |
| '4' is a magic number. | 70 | |
| '6' is a magic number. | 71 | |
| Comment matches to-do format 'TODO:'. | 72 | |
| Name 'constant_pool_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| '8' is a magic number. | 73 | |
| 'cast' is not followed by whitespace. | 74 | |
| '10' is a magic number. | 76 | |
| Comment matches to-do format 'TODO:'. | 79 | |
| '3' is a magic number. | 79 | |
| '9' is a magic number. | 83 | |
| '10' is a magic number. | 84 | |
| '11' is a magic number. | 85 | |
| '3' is a magic number. | 86 | |
| '4' is a magic number. | 87 | |
| '12' is a magic number. | 88 | |
| '4' is a magic number. | 89 | |
| '5' is a magic number. | 91 | |
| '6' is a magic number. | 92 | |
| '8' is a magic number. | 93 | |
| '7' is a magic number. | 99 | |
| '8' is a magic number. | 100 | |
| Line is longer than 80 characters. | 104 | |
| '8' is a magic number. | 108 | |
| '4' is a magic number. | 111 | |
| Name 'interfaces_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| '6' is a magic number. | 112 | |
| Line has trailing spaces. | 113 | |
| '8' is a magic number. | 114 | |
| Missing a Javadoc comment. | 126 | |
| Parameter index should be final. | 126 | |
| 'if' construct must use '{}'s. | 128 | |
| Missing a Javadoc comment. | 135 | |
| Parameter index should be final. | 135 | |
| 'b' hides a field. | 136 | |
| '0xFF' is a magic number. | 137 | |
| '8' is a magic number. | 137 | |
| '0xFF' is a magic number. | 137 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 141 | |
| Parameter amount should be final. | 141 | |
| 'if' construct must use '{}'s. | 142 | |
| 'cast' is not followed by whitespace. | 143 | |
| 'cast' is not followed by whitespace. | 145 | |
| 'cast' is not followed by whitespace. | 145 | |
| 'if' construct must use '{}'s. | 147 | |
| Line is longer than 80 characters. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter in should be final. | 152 | |
| Parameter b should be final. | 152 | |
| Parameter off should be final. | 152 | |
| Parameter len should be final. | 152 | |
| 'if' construct must use '{}'s. | 156 | |
| Missing a Javadoc comment. | 163 | |
| Parameter array should be final. | 163 | |
| Parameter length should be final. | 163 | |
| '{' should be on the previous line. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Missing a Javadoc comment. | 174 | |
| '{' should be on the previous line. | 175 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 180 | |
| Parameter buf should be final. | 180 | |
| Parameter pos should be final. | 180 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 19 | |
| Using the '.*' form of import should be avoided - java.util.zip.*. | 20 | |
| Using the '.*' form of import should be avoided - java.io.*. | 21 | |
| Using the '.*' form of import should be avoided - java.util.jar.*. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Parameter file should be final. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Parameter file should be final. | 33 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Parameter classPath should be final. | 43 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter parent should be final. | 47 | |
| Parameter classPath should be final. | 47 | |
| Parameter delim should be final. | 47 | |
| 'cast' is not followed by whitespace. | 54 | |
| 'if' construct must use '{}'s. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 62 | |
| Line has trailing spaces. | 64 | |
| 'if' construct must use '{}'s. | 66 | |
| 'if' construct must use '{}'s. | 68 | |
| Line is longer than 80 characters. | 69 | |
| 'if' construct must use '{}'s. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Expected @throws tag for 'IOException'. | 88 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Method 'next' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| 'if' construct must use '{}'s. | 100 | |
| Missing a Javadoc comment. | 111 | |
| Line is longer than 80 characters. | 129 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 147 | |
| Parameter zip should be final. | 147 | |
| 'zip' hides a field. | 147 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 182 | |
| Parameter dir should be final. | 182 | |
| 'dir' hides a field. | 182 | |
| Line is longer than 80 characters. | 184 | |
| Missing a Javadoc comment. | 187 | |
| Missing a Javadoc comment. | 191 | |
| Line has trailing spaces. | 194 | |
| Missing a Javadoc comment. | 195 | |
| Line is longer than 80 characters. | 213 | |
| Missing a Javadoc comment. | 213 | |
| Parameter dir should be final. | 213 | |
| Parameter filter should be final. | 213 | |
| Parameter recurse should be final. | 213 | |
| Parameter collect should be final. | 213 | |
| Missing a Javadoc comment. | 224 | |
| Parameter name should be final. | 224 | |
| Missing a Javadoc comment. | 228 | |
| Parameter name should be final. | 228 | |
| Parameter ext should be final. | 228 | |
| 'if' construct must use '{}'s. | 229 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.InputStream. | 19 | |
| Unused import - java.io.File. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'data' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'name' must be private and have accessor methods. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'time' must be private and have accessor methods. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Parameter flags should be final. | 27 | |
| ',' is not followed by whitespace. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter version should be final. | 31 | |
| Parameter access should be final. | 31 | |
| Parameter name should be final. | 31 | |
| Parameter signature should be final. | 31 | |
| Parameter superName should be final. | 31 | |
| Parameter interfaces should be final. | 31 | |
| Line has trailing spaces. | 35 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 39 | |
| Method 'toByteArray' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| Class IoUtil should be declared as final. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter is should be final. | 31 | |
| Parameter out should be final. | 31 | |
| Parameter buf should be final. | 31 | |
| 'if' construct must use '{}'s. | 34 | |
| Missing a Javadoc comment. | 40 | |
| Parameter from should be final. | 40 | |
| Parameter to should be final. | 40 | |
| Parameter buf should be final. | 40 | |
| Line is longer than 80 characters. | 60 | |
| Expected @param tag for 'inputFile'. | 60 | |
| Expected @param tag for 'outputFile'. | 60 | |
| Expected @throws tag for 'IOException'. | 60 | |
| '0x2000' is a magic number. | 62 | |
| Line is longer than 80 characters. | 65 | |
| '{' should be on the previous line. | 67 | |
| Parameter o1 should be final. | 81 | |
| Parameter o2 should be final. | 81 | |
| '{' should be on the previous line. | 82 | |
| Line is longer than 80 characters. | 93 | |
| Parameter n1 should be final. | 94 | |
| Parameter n2 should be final. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 100 | |
| '-' is not preceded with whitespace. | 101 | |
| '-' is not followed by whitespace. | 101 | |
| '>=' is not preceded with whitespace. | 101 | |
| '>=' is not followed by whitespace. | 101 | |
| '{' should be on the previous line. | 102 | |
| '{' should be on the previous line. | 107 | |
| '-' is not preceded with whitespace. | 108 | |
| '-' is not followed by whitespace. | 108 | |
| '{' should be on the previous line. | 109 | |
| '}' should be on the same line. | 112 | |
| '{' should be on the previous line. | 114 | |
| '+' is not preceded with whitespace. | 115 | |
| '+' is not followed by whitespace. | 115 | |
| '}' should be on the same line. | 118 | |
| '{' should be on the previous line. | 120 | |
| '{' should be on the previous line. | 125 | |
| '{' should be on the previous line. | 132 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 31 | |
| Expected @param tag for 'struct'. | 34 | |
| Expected @throws tag for 'IOException'. | 34 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Parameter chain should be final. | 25 | |
| 'chain' hides a field. | 25 | |
| '{' should be on the previous line. | 26 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Parameter struct should be final. | 35 | |
| Expected @param tag for 'struct'. | 35 | |
| Expected @throws tag for 'IOException'. | 35 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 39 | |
| '{' should be on the previous line. | 41 | |
| Line has trailing spaces. | 48 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| Missing a Javadoc comment. | 24 | |
| 'public' modifier out of order with the JLS suggestions. | 24 | |
| '{' should be on the previous line. | 25 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter struct should be final. | 26 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 42 | |
| 'protected' modifier out of order with the JLS suggestions. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Parameter className should be final. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Parameter chain should be final. | 25 | |
| 'chain' hides a field. | 25 | |
| Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter v should be final. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Parameter pr should be final. | 27 | |
| Line has trailing spaces. | 30 | |
| Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter target should be final. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Parameter e should be final. | 25 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.io.*. | 23 | |
| Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Utility classes should not have a public or default constructor. | 26 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter from should be final. | 28 | |
| Parameter to should be final. | 28 | |
| Parameter proc should be final. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter from should be final. | 31 | |
| Parameter to should be final. | 31 | |
| Parameter proc should be final. | 31 | |
| Parameter ignoreDuplicates should be final. | 31 | |
| '0x2000' is a magic number. | 32 | |
| Must have at least one statement. | 55 | |
| Line is longer than 80 characters. | 58 | |
| '}' should be on the same line. | 63 | |
| Must have at least one statement. | 67 | |
| '{' is not followed by whitespace. | 67 | |
| '}' is not preceded with whitespace. | 67 | |
| Must have at least one statement. | 70 | |
| '{' is not followed by whitespace. | 70 | |
| '}' is not preceded with whitespace. | 70 |