The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 19 | 58 | 130 | 116 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 6 | |
RightCurly
| 0 | |
LineLength
| 2 | |
| MemberName | 10 | |
| JavadocMethod | 128 | |
| JavadocType | 2 | |
| JavadocVariable | 58 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
RegexpHeader
| 19 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 10 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 2 | |
ParenPad
| 4 | |
| TabCharacter | 7 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 4 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 1 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
HiddenField
| 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 2 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 40 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Line is longer than 120 characters. | 109 | |
| Missing a Javadoc comment. | 122 | |
| Expected an @return tag. | 185 | |
| Expected @param tag for 'theProjects'. | 185 | |
| 'includes' hides a field. | 185 | |
| Expected @param tag for 'includes'. | 185 | |
| 'excludes' hides a field. | 185 | |
| Expected @param tag for 'excludes'. | 185 | |
| Expected @throws tag for 'IOException'. | 186 | |
| Expected @throws tag for 'IOException'. | 223 | |
| Expected an @return tag. | 250 | |
| Expected @param tag for 'theProjects'. | 250 | |
| Expected @param tag for 'core'. | 377 | |
| Expected @throws tag for 'MojoExecutionException'. | 378 | |
| Expected @throws tag for 'OunceCoreException'. | 378 | |
| Expected @throws tag for 'IOException'. | 378 | |
| Expected an @return tag. | 410 | |
| Expected @param tag for 'app'. | 410 | |
| Expected @param tag for 'extern'. | 410 | |
| Expected @throws tag for 'IOException'. | 411 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'applicationFile' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'assessmentName' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'assessmentOutput' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'caller' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'reportType' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'reportOutputType' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'reportOutputLocation' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'publish' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Name 'OunceOptions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Variable 'OunceOptions' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 54 | |
| More than 7 parameters. | 54 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 131 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Variable 'pathVariableMap' must be private and have accessor methods. | 72 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 115 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 45 | |
| Name 'propertyFormat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| Expected an @return tag. | 81 | |
| 'public' modifier out of order with the JLS suggestions. | 81 | |
| Expected @param tag for 'path'. | 81 | |
| Expected @param tag for 'pathProperties'. | 81 | |
| Unused @param tag for 'pathVariableMap'. | 102 | |
| 'public' modifier out of order with the JLS suggestions. | 105 | |
| Expected @param tag for 'paths'. | 105 | |
| Expected @param tag for 'pathProperties'. | 105 | |
| 'public' modifier out of order with the JLS suggestions. | 127 | |
| Expected an @return tag. | 147 | |
| 'public' modifier out of order with the JLS suggestions. | 147 | |
| Expected @param tag for 'pName'. | 147 | |
| Expected an @return tag. | 165 | |
| Expected @param tag for 'obj'. | 165 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 65 | |
| More than 7 parameters. | 65 | |
| Missing a Javadoc comment. | 89 | |
| More than 7 parameters. | 89 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 137 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Variable 'applicationFile' must be private and have accessor methods. | 59 | |
| Variable 'assessmentName' must be private and have accessor methods. | 66 | |
| Variable 'assessmentOutput' must be private and have accessor methods. | 74 | |
| Variable 'caller' must be private and have accessor methods. | 81 | |
| Variable 'reportType' must be private and have accessor methods. | 93 | |
| Variable 'reportOutputType' must be private and have accessor methods. | 101 | |
| Variable 'reportOutputPath' must be private and have accessor methods. | 108 | |
| Variable 'includeSrcBefore' must be private and have accessor methods. | 115 | |
| Variable 'includeSrcAfter' must be private and have accessor methods. | 122 | |
| Variable 'publish' must be private and have accessor methods. | 129 | |
| Variable 'installDir' must be private and have accessor methods. | 136 | |
| Variable 'waitForScan' must be private and have accessor methods. | 145 | |
| Missing a Javadoc comment. | 158 | |
| Line is longer than 120 characters. | 198 | |
| Expected an @return tag. | 208 | |
| Expected an @return tag. | 249 | |
| Redundant 'final' modifier. | 249 | |
| Expected @param tag for 'o'. | 249 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'name' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'applicationRoot' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'projects' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'ounceOptions' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'name' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'projectRoot' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'sourceRoots' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'webRoot' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'classPath' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'jdkName' must be private and have accessor methods. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'packaging' must be private and have accessor methods. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'compilerOptions' must be private and have accessor methods. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'ounceOptions' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| More than 7 parameters. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Variable 'existingAssessmentFile' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Expected an @return tag. | 84 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 116 | |
| Expected an @return tag. | 148 | |
| Expected an @return tag. | 156 | |
| Expected @param tag for 'outputDirectory'. | 164 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'name' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'path' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 51 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 99 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Name 'container' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| Expected @throws tag for 'OunceCoreException'. | 59 | |
| Missing a Javadoc comment. | 61 | |
| More than 7 parameters. | 82 | |
| Expected @throws tag for 'OunceCoreException'. | 86 | |
| Missing a Javadoc comment. | 88 | |
| More than 7 parameters. | 108 | |
| Expected @param tag for 'log'. | 110 | |
| Expected @throws tag for 'OunceCoreException'. | 111 | |
| Expected @param tag for 'pathVariableMap'. | 119 | |
| Expected @param tag for 'installDir'. | 119 | |
| Expected @param tag for 'log'. | 119 | |
| Expected @throws tag for 'OunceCoreException'. | 120 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 102 | |
| '+' should be on a new line. | 104 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 95 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 95 | |
| More than 7 parameters. | 95 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 181 | |
| Missing a Javadoc comment. | 208 | |
| More than 7 parameters. | 208 | |
| Avoid nested blocks. | 219 | |
| Missing a Javadoc comment. | 239 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'installDir' must be private and have accessor methods. | 105 | |
| Missing a Javadoc comment. | 142 | |
| Line contains a tab character. | 149 | |
| Expected an @return tag. | 229 | |
| Expected @throws tag for 'MojoExecutionException'. | 230 | |
| Expected @throws tag for 'MojoExecutionException'. | 262 | |
| '+' should be on a new line. | 289 | |
| '{' should be on a new line. | 384 | |
| Line contains a tab character. | 385 | |
| Unused @param tag for 'toAnalyzeStrutsFramework'. | 389 | |
| '(' is not followed by whitespace. | 391 | |
| Expected @param tag for 'analyzeStrutsFramework'. | 391 | |
| ')' is not preceded with whitespace. | 391 | |
| '{' should be on a new line. | 391 | |
| Line contains a tab character. | 392 | |
| '{' should be on a new line. | 398 | |
| Line contains a tab character. | 399 | |
| '(' is not followed by whitespace. | 405 | |
| ')' is not preceded with whitespace. | 405 | |
| '{' should be on a new line. | 405 | |
| Line contains a tab character. | 406 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Missing a Javadoc comment. | 64 | |
| Name 'm_existingProjectAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 216 | |
| More than 7 parameters. | 216 | |
| Expression can be simplified. | 260 | |
| '{' should be on a new line. | 260 | |
| Line contains a tab character. | 261 | |
| Expression can be simplified. | 264 | |
| '{' should be on a new line. | 264 | |
| Line contains a tab character. | 265 | |
| Missing a Javadoc comment. | 365 | |
| Missing a Javadoc comment. | 421 | |
| Missing a Javadoc comment. | 475 | |
| Missing a Javadoc comment. | 534 | |
| Missing a Javadoc comment. | 553 | |
| Missing a Javadoc comment. | 620 | |
| Missing a Javadoc comment. | 736 | |
| More than 7 parameters. | 736 | |
| Missing a Javadoc comment. | 852 | |
| Missing a Javadoc comment. | 891 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Using the '.*' form of import should be avoided - org.w3c.dom.*. | 29 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Name 'RETURN_CHAR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Variable 'RETURN_CHAR' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Name 'm_outstream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Name 'm_writer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Name 'm_formatXml' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Name 'm_attributesOnSameLine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Name 'm_attributeOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Name 'm_tabs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Name 'm_writeEmptyValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Name 'm_defaultToAttributesOnSameLine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 206 | |
| Missing a Javadoc comment. | 216 | |
| Missing a Javadoc comment. | 224 | |
| Missing a Javadoc comment. | 233 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 331 | |
| Missing a Javadoc comment. | 340 | |
| Missing a Javadoc comment. | 348 | |
| Missing a Javadoc comment. | 357 | |
| Missing a Javadoc comment. | 366 | |
| Missing a Javadoc comment. | 373 | |
| Missing a Javadoc comment. | 381 | |
| Missing a Javadoc comment. | 389 |