The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 82 | 140 | 1560 | 0 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
|
26 | |
RightCurly
|
0 | |
LineLength
|
73 | |
| MemberName | 1 | |
| JavadocMethod | 718 | |
| JavadocType | 15 | |
| JavadocVariable | 140 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 1 | |
| PackageName | 0 | |
| ParameterName | 18 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
|
8 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 8 | |
| ParameterNumber | 1 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
243 | |
| TabCharacter | 129 | |
| WhitespaceAfter | 18 | |
| WhitespaceAround | 26 | |
| ModifierOrder | 0 | |
| RedundantModifier | 30 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
| HiddenField | 137 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 62 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 44 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 54 | |
| 'afferentCoupling' hides a field. | 62 | |
| Expected @param tag for 'afferentCoupling'. | 62 | |
| Expected an @return tag. | 70 | |
| 'branchCoverRate' hides a field. | 78 | |
| Expected @param tag for 'branchCoverRate'. | 78 | |
| Expected an @return tag. | 86 | |
| 'lineCoverRate' hides a field. | 94 | |
| Expected @param tag for 'lineCoverRate'. | 94 | |
| Expected an @return tag. | 102 | |
| 'packageName' hides a field. | 110 | |
| Expected @param tag for 'packageName'. | 110 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Expected an @return tag. | 108 | |
| Expected @param tag for 'pattern'. | 108 | |
| Expected an @return tag. | 118 | |
| Method length is 267 lines (max allowed is 150). | 118 | |
| Expected @param tag for 'pattern'. | 118 | |
| Expected @param tag for 'currentDate'. | 118 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| '10' is a magic number. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| 'log' hides a field. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 63 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Name 'tableHeaderCell_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| Missing a Javadoc comment. | 73 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 106 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 125 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| Missing a Javadoc comment. | 138 | |
| Missing a Javadoc comment. | 154 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 189 | |
| Missing a Javadoc comment. | 204 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 235 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 261 | |
| Missing a Javadoc comment. | 271 | |
| Missing a Javadoc comment. | 281 | |
| Missing a Javadoc comment. | 292 | |
| Missing a Javadoc comment. | 303 | |
| Missing a Javadoc comment. | 308 | |
| Missing a Javadoc comment. | 313 | |
| 'nbExportedPackagesSummary' hides a field. | 313 | |
| Missing a Javadoc comment. | 318 | |
| Expected an @return tag. | 329 | |
| Expected @param tag for 'value'. | 329 | |
| Missing a Javadoc comment. | 340 | |
| Missing a Javadoc comment. | 345 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 | |
| Missing a Javadoc comment. | 350 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| Missing a Javadoc comment. | 354 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| ')' is not preceded with whitespace. | 354 | |
| Missing a Javadoc comment. | 359 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 359 | |
| Missing a Javadoc comment. | 364 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| Missing a Javadoc comment. | 369 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 369 | |
| Line is longer than 120 characters. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 | |
| Line is longer than 120 characters. | 406 | |
| Line is longer than 120 characters. | 407 | |
| Line is longer than 120 characters. | 409 | |
| Missing a Javadoc comment. | 414 | |
| '100' is a magic number. | 418 | |
| Line is longer than 120 characters. | 425 | |
| Missing a Javadoc comment. | 425 | |
| Name 'CssClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 425 | |
| Line is longer than 120 characters. | 457 | |
| Line is longer than 120 characters. | 458 | |
| Line is longer than 120 characters. | 460 | |
| Missing a Javadoc comment. | 465 | |
| '100' is a magic number. | 469 | |
| Missing a Javadoc comment. | 476 | |
| '(' is not followed by whitespace. | 476 | |
| ')' is not preceded with whitespace. | 476 | |
| ')' is not preceded with whitespace. | 481 | |
| ')' is not preceded with whitespace. | 483 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'dateGeneration'. | 47 | |
| Expected an @return tag. | 55 | |
| 'nbClasses' hides a field. | 63 | |
| Expected @param tag for 'nbClasses'. | 63 | |
| Expected an @return tag. | 71 | |
| 'nbViolations' hides a field. | 79 | |
| Expected @param tag for 'nbViolations'. | 79 | |
| Expected @param tag for 'dashboardReport'. | 87 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 33 | |
| Expected @param tag for 'checkError1'. | 33 | |
| Expected @param tag for 'checkError2'. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Expected an @return tag. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 93 | |
| 'mavenProject' hides a field. | 99 | |
| Expected @param tag for 'mavenProject'. | 99 | |
| 'isDBAvailable' hides a field. | 99 | |
| Expected @param tag for 'isDBAvailable'. | 99 | |
| 'generateGraphs' hides a field. | 100 | |
| Expected @param tag for 'generateGraphs'. | 100 | |
| Expected @param tag for 'log'. | 100 | |
| Missing a Javadoc comment. | 119 | |
| '(' is not followed by whitespace. | 125 | |
| ')' is not preceded with whitespace. | 125 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 149 | |
| Missing a Javadoc comment. | 260 | |
| Missing a Javadoc comment. | 301 | |
| '100' is a magic number. | 340 | |
| Line is longer than 120 characters. | 362 | |
| Missing a Javadoc comment. | 392 | |
| 'mavenProject' hides a field. | 392 | |
| '100' is a magic number. | 420 | |
| Expected @param tag for 'bundle'. | 442 | |
| Expected @param tag for 'sink'. | 442 | |
| Expected @param tag for 'bundle'. | 555 | |
| Expected @param tag for 'sink'. | 555 | |
| 'mavenProject' hides a field. | 555 | |
| Expected @param tag for 'mavenProject'. | 555 | |
| Expected @param tag for 'isRoot'. | 556 | |
| Expected @param tag for 'prefix'. | 556 | |
| Expected @param tag for 'datas'. | 556 | |
| Missing a Javadoc comment. | 604 | |
| Missing a Javadoc comment. | 681 | |
| 'mavenProject' hides a field. | 681 | |
| Missing a Javadoc comment. | 725 | |
| Missing a Javadoc comment. | 798 | |
| 'mavenProject' hides a field. | 798 | |
| Missing a Javadoc comment. | 830 | |
| Missing a Javadoc comment. | 901 | |
| 'mavenProject' hides a field. | 901 | |
| Missing a Javadoc comment. | 934 | |
| Missing a Javadoc comment. | 1010 | |
| 'mavenProject' hides a field. | 1010 | |
| Missing a Javadoc comment. | 1046 | |
| Missing a Javadoc comment. | 1152 | |
| 'mavenProject' hides a field. | 1152 | |
| Expected @param tag for 'bundle'. | 1208 | |
| Expected @param tag for 'sink'. | 1208 | |
| '1000' is a magic number. | 1229 | |
| '1000' is a magic number. | 1229 | |
| Missing a Javadoc comment. | 1282 | |
| 'mavenProject' hides a field. | 1282 | |
| Missing a Javadoc comment. | 1299 | |
| 'mavenProject' hides a field. | 1299 | |
| Missing a Javadoc comment. | 1322 | |
| Line is longer than 120 characters. | 1388 | |
| Missing a Javadoc comment. | 1413 | |
| More than 7 parameters. | 1413 | |
| 'mavenProject' hides a field. | 1413 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Expected @param tag for 'strategy'. | 49 | |
| Expected @param tag for 'strategy'. | 62 | |
| Expected @param tag for 'width'. | 62 | |
| Expected @param tag for 'height'. | 62 | |
| '5.0d' is a magic number. | 80 | |
| '5.0d' is a magic number. | 80 | |
| '5.0d' is a magic number. | 80 | |
| '5.0d' is a magic number. | 80 | |
| '10' is a magic number. | 103 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 44 | |
| Expected @param tag for 'bundle'. | 44 | |
| Expected @param tag for 'title'. | 44 | |
| Expected @param tag for 'dashboardReport'. | 44 | |
| Expected an @return tag. | 52 | |
| Expected an @return tag. | 60 | |
| Expected @param tag for 'nbIteration'. | 60 | |
| Expected @param tag for 'nbTotal'. | 60 | |
| '100f' is a magic number. | 62 | |
| '1000' is a magic number. | 63 | |
| '.5' is a magic number. | 64 | |
| '1000' is a magic number. | 65 | |
| Missing a Javadoc comment. | 69 | |
| Line is longer than 120 characters. | 85 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 39 | |
| Expected @param tag for 'title'. | 39 | |
| Expected @param tag for 'datas'. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 82 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 61 | |
| Expected @param tag for 'dateGeneration'. | 78 | |
| 'nbClasses' hides a field. | 97 | |
| Expected @param tag for 'nbClasses'. | 97 | |
| Expected an @return tag. | 106 | |
| 'nbErrors' hides a field. | 115 | |
| Expected @param tag for 'nbErrors'. | 115 | |
| Expected an @return tag. | 124 | |
| 'nbInfos' hides a field. | 133 | |
| Expected @param tag for 'nbInfos'. | 133 | |
| Expected an @return tag. | 142 | |
| 'nbTotal' hides a field. | 151 | |
| Expected @param tag for 'nbTotal'. | 151 | |
| Expected an @return tag. | 160 | |
| 'nbWarnings' hides a field. | 169 | |
| Expected @param tag for 'nbWarnings'. | 169 | |
| Expected @param tag for 'error'. | 201 | |
| Expected @param tag for 'errorsList'. | 229 | |
| Expected @param tag for 'dashboardReport'. | 256 | |
| Expected an @return tag. | 278 | |
| Missing a Javadoc comment. | 290 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 300 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 189 | |
| Expected an @return tag. | 197 | |
| Expected @param tag for 'log'. | 197 | |
| Expected @param tag for 'mavenProjectBuilder'. | 197 | |
| Expected @param tag for 'localRepository'. | 198 | |
| Expected @param tag for 'dbPersist'. | 198 | |
| 'log' hides a field. | 218 | |
| Expected @param tag for 'log'. | 218 | |
| Expected @param tag for 'mavenProjectBuilder'. | 218 | |
| Expected @param tag for 'localRepository'. | 218 | |
| 'dbPersist' hides a field. | 219 | |
| Expected @param tag for 'dbPersist'. | 219 | |
| Missing a Javadoc comment. | 227 | |
| Line is longer than 120 characters. | 282 | |
| Expected @param tag for 'project'. | 324 | |
| Expected an @return tag. | 355 | |
| Expected @param tag for 'project'. | 355 | |
| Expected @param tag for 'module'. | 355 | |
| Expected an @return tag. | 380 | |
| Expected @param tag for 'project'. | 380 | |
| Expected @param tag for 'generatedDate'. | 380 | |
| Expected an @return tag. | 430 | |
| Expected @param tag for 'project'. | 430 | |
| Expected @param tag for 'generatedDate'. | 430 | |
| Expected an @return tag. | 493 | |
| Expected @param tag for 'project'. | 493 | |
| Expected @param tag for 'generatedDate'. | 493 | |
| Expected an @return tag. | 533 | |
| Expected @param tag for 'project'. | 533 | |
| Expected @param tag for 'generatedDate'. | 533 | |
| Expected an @return tag. | 565 | |
| Expected @param tag for 'project'. | 565 | |
| Expected @param tag for 'generatedDate'. | 565 | |
| Expected an @return tag. | 640 | |
| Expected @param tag for 'project'. | 640 | |
| Expected @param tag for 'generatedDate'. | 640 | |
| Line is longer than 120 characters. | 675 | |
| Line is longer than 120 characters. | 676 | |
| Expected an @return tag. | 706 | |
| Expected @param tag for 'project'. | 706 | |
| Expected @param tag for 'generatedDate'. | 706 | |
| Expected an @return tag. | 784 | |
| Expected @param tag for 'project'. | 784 | |
| Expected @param tag for 'generatedDate'. | 784 | |
| Expected an @return tag. | 828 | |
| Expected @param tag for 'project'. | 828 | |
| Expected @param tag for 'generatedDate'. | 828 | |
| Expected an @return tag. | 873 | |
| Expected @param tag for 'xmlFilename'. | 873 | |
| Expected an @return tag. | 927 | |
| Expected @param tag for 'project'. | 927 | |
| Expected @param tag for 'dashboardDataFile'. | 927 | |
| Expected @param tag for 'project'. | 989 | |
| Expected @param tag for 'mavenProject'. | 989 | |
| Expected @param tag for 'dashboardDataFile'. | 990 | |
| Expected an @return tag. | 1116 | |
| Expected @param tag for 'project'. | 1116 | |
| Expected @param tag for 'pluginArtifact'. | 1116 | |
| Expected @param tag for 'pluginGroupId'. | 1116 | |
| Expected @param tag for 'optionName'. | 1117 | |
| Expected @param tag for 'defaultValue'. | 1117 | |
| Expected an @return tag. | 1164 | |
| Expected @param tag for 'project'. | 1164 | |
| Expected @param tag for 'value'. | 1164 | |
| Expected @param tag for 'pluginGroupId'. | 1191 | |
| Expected @param tag for 'defaultValue'. | 1191 | |
| Line is longer than 120 characters. | 1198 | |
| Line is longer than 120 characters. | 1210 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'startDate'. | 49 | |
| Expected @param tag for 'endDate'. | 49 | |
| Expected @param tag for 'timePeriod'. | 49 | |
| '7' is a magic number. | 76 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| '5D' is a magic number. | 73 | |
| '5D' is a magic number. | 73 | |
| '5D' is a magic number. | 73 | |
| '5D' is a magic number. | 73 | |
| Line is longer than 120 characters. | 83 | |
| '10' is a magic number. | 84 | |
| Line is longer than 120 characters. | 98 | |
| '-0.6' is a magic number. | 102 | |
| Line is longer than 120 characters. | 108 | |
| Line is longer than 120 characters. | 109 | |
| Missing a Javadoc comment. | 129 | |
| '10' is a magic number. | 134 | |
| '7' is a magic number. | 146 |
| Violation | Message | Line |
|---|---|---|
| Variable 'defaultdataset' must be private and have accessor methods. | 38 | |
| Variable 'bundle' must be private and have accessor methods. | 42 | |
| Variable 'mDashboardReport' must be private and have accessor methods. | 46 | |
| 'bundle' hides a field. | 52 | |
| Expected @param tag for 'bundle'. | 52 | |
| Expected @param tag for 'title'. | 52 | |
| Expected @param tag for 'dashboardReport'. | 52 | |
| Expected an @return tag. | 62 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| 'configfile' hides a field. | 70 | |
| Expected @param tag for 'configfile'. | 70 | |
| Expected @throws tag for 'ConfigurationServiceException'. | 70 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 238 | |
| Missing a Javadoc comment. | 240 | |
| Missing a Javadoc comment. | 247 | |
| Missing a Javadoc comment. | 252 | |
| Missing a Javadoc comment. | 259 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 44 | |
| Expected @param tag for 'bundle'. | 44 | |
| Expected @param tag for 'title'. | 44 | |
| Expected @param tag for 'dashboardReport'. | 44 | |
| Expected an @return tag. | 52 | |
| Expected an @return tag. | 60 | |
| Expected @param tag for 'nbIteration'. | 60 | |
| Expected @param tag for 'nbTotal'. | 60 | |
| '100f' is a magic number. | 62 | |
| '1000' is a magic number. | 63 | |
| '.5' is a magic number. | 64 | |
| '1000' is a magic number. | 65 | |
| Missing a Javadoc comment. | 69 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 33 | |
| Expected @param tag for 'package1'. | 33 | |
| Expected @param tag for 'package2'. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright 200[0-9] David Vicente\s*$'. | 4 | |
| Expected @param tag for 'bundle'. | 41 | |
| Expected @param tag for 'title'. | 41 | |
| Expected @param tag for 'datas'. | 41 | |
| Expected an @return tag. | 74 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Expected an @return tag. | 54 | |
| Expected an @return tag. | 60 | |
| Expected @param tag for 'xAxisLabel'. | 66 | |
| ')' is not preceded with whitespace. | 66 | |
| Expected @param tag for 'yAxisLabel'. | 72 | |
| Expected an @return tag. | 78 | |
| Expected an @return tag. | 84 | |
| Expected @param tag for 'isDatasetEmpty'. | 90 | |
| Expected an @return tag. | 101 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 9 | |
| '{' should be on a new line. | 9 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'public' modifier. | 11 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Expected an @return tag. | 17 | |
| Line contains a tab character. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Expected an @return tag. | 23 | |
| Line contains a tab character. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Redundant 'public' modifier. | 37 | |
| '(' is not followed by whitespace. | 37 | |
| ')' is not preceded with whitespace. | 37 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Redundant 'public' modifier. | 49 | |
| '(' is not followed by whitespace. | 49 | |
| ')' is not preceded with whitespace. | 49 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Redundant 'public' modifier. | 55 | |
| '(' is not followed by whitespace. | 55 | |
| Expected @param tag for '_height'. | 55 | |
| Name '_height' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| ')' is not preceded with whitespace. | 55 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Redundant 'public' modifier. | 61 | |
| '(' is not followed by whitespace. | 61 | |
| Expected @param tag for '_width'. | 61 | |
| Name '_width' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| ')' is not preceded with whitespace. | 61 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Redundant 'public' modifier. | 65 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Redundant 'public' modifier. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| 'sections' hides a field. | 52 | |
| Missing a Javadoc comment. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| 'if' is not followed by whitespace. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright 200[0-9] David Vicente\s*$'. | 4 | |
| Expected @param tag for 'bundle'. | 40 | |
| Expected @param tag for 'title'. | 40 | |
| Expected @param tag for 'datas'. | 40 | |
| Missing a Javadoc comment. | 45 | |
| Line is longer than 120 characters. | 60 | |
| Missing a Javadoc comment. | 66 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'dateGeneration'. | 67 | |
| Expected an @return tag. | 75 | |
| 'elapsedTime' hides a field. | 83 | |
| Expected @param tag for 'elapsedTime'. | 83 | |
| Expected an @return tag. | 91 | |
| 'nbErrors' hides a field. | 99 | |
| Expected @param tag for 'nbErrors'. | 99 | |
| Expected an @return tag. | 107 | |
| 'nbFailures' hides a field. | 115 | |
| Expected @param tag for 'nbFailures'. | 115 | |
| Expected an @return tag. | 123 | |
| 'nbSkipped' hides a field. | 131 | |
| Expected @param tag for 'nbSkipped'. | 131 | |
| Expected an @return tag. | 139 | |
| 'nbTests' hides a field. | 147 | |
| Expected @param tag for 'nbTests'. | 147 | |
| Expected an @return tag. | 155 | |
| 'sucessRate' hides a field. | 163 | |
| Expected @param tag for 'sucessRate'. | 163 | |
| Expected @param tag for 'dashboardReport'. | 171 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 42 | |
| Expected @param tag for 'title'. | 42 | |
| Expected @param tag for 'datas'. | 42 | |
| 'if' is not followed by whitespace. | 52 | |
| ')' is not preceded with whitespace. | 52 | |
| 'while' is not followed by whitespace. | 56 | |
| '(' is not followed by whitespace. | 56 | |
| ')' is not preceded with whitespace. | 56 | |
| '{' is not preceded with whitespace. | 56 | |
| '{' should be on a new line. | 56 | |
| 'cast' is not followed by whitespace. | 57 | |
| 'cast' is not followed by whitespace. | 58 | |
| Expected an @return tag. | 71 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'dateGeneration'. | 47 | |
| Expected an @return tag. | 55 | |
| 'nbClasses' hides a field. | 63 | |
| Expected @param tag for 'nbClasses'. | 63 | |
| Expected an @return tag. | 71 | |
| 'nbDuplicate' hides a field. | 79 | |
| Expected @param tag for 'nbDuplicate'. | 79 | |
| Expected @param tag for 'dashboardReport'. | 87 |
| Violation | Message | Line |
|---|---|---|
| 'dateFormat' hides a field. | 97 | |
| 'order' hides a field. | 97 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright 200[0-9] David Vicente\s*$'. | 4 | |
| Expected @param tag for 'bundle'. | 41 | |
| Expected @param tag for 'title'. | 41 | |
| Expected @param tag for 'dashboardReport'. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright 200[0-9] David Vicente\s*$'. | 4 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Expected @param tag for 'dateGeneration'. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Expected @param tag for 'entries'. | 76 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 96 | |
| Expected @param tag for 'dashboardReport'. | 106 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| '(' is not followed by whitespace. | 113 | |
| '(' is not followed by whitespace. | 113 | |
| 'cast' is not followed by whitespace. | 113 | |
| ')' is not preceded with whitespace. | 113 | |
| ')' is not preceded with whitespace. | 113 | |
| Expected an @return tag. | 122 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| '(' is not followed by whitespace. | 125 | |
| ')' is not preceded with whitespace. | 125 | |
| Line contains a tab character. | 126 | |
| '(' is not followed by whitespace. | 126 | |
| ')' is not preceded with whitespace. | 126 | |
| Line contains a tab character. | 131 | |
| Missing a Javadoc comment. | 131 | |
| '{' should be on a new line. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 135 | |
| Missing a Javadoc comment. | 135 | |
| '(' is not followed by whitespace. | 135 | |
| 'nbTotal' hides a field. | 135 | |
| ')' is not preceded with whitespace. | 135 | |
| '{' should be on a new line. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 139 | |
| Missing a Javadoc comment. | 139 | |
| '{' should be on a new line. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 143 | |
| Missing a Javadoc comment. | 143 | |
| '(' is not followed by whitespace. | 143 | |
| 'nbClasses' hides a field. | 143 | |
| ')' is not preceded with whitespace. | 143 | |
| '{' should be on a new line. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright 200[0-9] David Vicente\s*$'. | 4 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 88 | |
| 'mavenProject' hides a field. | 88 | |
| 'hibernateService' hides a field. | 88 | |
| 'configuration' hides a field. | 89 | |
| 'keepVersionAsDiscriminantCriteria' hides a field. | 89 | |
| 'generateGraphs' hides a field. | 90 | |
| Line is longer than 120 characters. | 117 | |
| Missing a Javadoc comment. | 134 | |
| '(' is not followed by whitespace. | 138 | |
| ')' is not preceded with whitespace. | 138 | |
| Line is longer than 120 characters. | 146 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 194 | |
| Method length is 161 lines (max allowed is 150). | 301 | |
| Missing a Javadoc comment. | 301 | |
| Line is longer than 120 characters. | 343 | |
| '100' is a magic number. | 395 | |
| Line is longer than 120 characters. | 423 | |
| Method length is 160 lines (max allowed is 150). | 470 | |
| Expected @param tag for 'bundle'. | 470 | |
| Expected @param tag for 'sink'. | 470 | |
| Expected @param tag for 'report'. | 470 | |
| Line is longer than 120 characters. | 511 | |
| Line is longer than 120 characters. | 590 | |
| Missing a Javadoc comment. | 632 | |
| Line is longer than 120 characters. | 673 | |
| Line is longer than 120 characters. | 739 | |
| Missing a Javadoc comment. | 781 | |
| Missing a Javadoc comment. | 923 | |
| Method length is 179 lines (max allowed is 150). | 1066 | |
| Missing a Javadoc comment. | 1066 | |
| Line is longer than 120 characters. | 1105 | |
| Line is longer than 120 characters. | 1110 | |
| Line is longer than 120 characters. | 1206 | |
| Missing a Javadoc comment. | 1247 | |
| Line is longer than 120 characters. | 1289 | |
| Line is longer than 120 characters. | 1355 | |
| Missing a Javadoc comment. | 1395 | |
| Line is longer than 120 characters. | 1436 | |
| Line is longer than 120 characters. | 1497 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| 'timeUnit' hides a field. | 115 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'message'. | 36 | |
| Expected @param tag for 'cause'. | 44 | |
| Expected @param tag for 'message'. | 53 | |
| Expected @param tag for 'cause'. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 52 | |
| '(' is not followed by whitespace. | 54 | |
| ')' is not preceded with whitespace. | 54 | |
| '{' is not preceded with whitespace. | 54 | |
| '{' should be on a new line. | 54 | |
| Expected an @return tag. | 64 | |
| '(' is not followed by whitespace. | 64 | |
| Expected @param tag for 'stream'. | 64 | |
| ')' is not preceded with whitespace. | 64 | |
| Expected @throws tag for 'Exception'. | 64 | |
| '(' is not followed by whitespace. | 70 | |
| ')' is not preceded with whitespace. | 70 | |
| '(' is not followed by whitespace. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| '(' is not followed by whitespace. | 74 | |
| ')' is not preceded with whitespace. | 74 | |
| '(' is not followed by whitespace. | 76 | |
| ')' is not preceded with whitespace. | 76 | |
| '(' is not followed by whitespace. | 78 | |
| ')' is not preceded with whitespace. | 78 | |
| '(' is not followed by whitespace. | 80 | |
| ')' is not preceded with whitespace. | 80 | |
| '(' is not followed by whitespace. | 82 | |
| ')' is not preceded with whitespace. | 82 | |
| '(' is not followed by whitespace. | 84 | |
| ')' is not preceded with whitespace. | 84 | |
| '(' is not followed by whitespace. | 86 | |
| ')' is not preceded with whitespace. | 86 | |
| '(' is not followed by whitespace. | 88 | |
| ')' is not preceded with whitespace. | 88 | |
| '(' is not followed by whitespace. | 90 | |
| ')' is not preceded with whitespace. | 90 | |
| '(' is not followed by whitespace. | 92 | |
| ')' is not preceded with whitespace. | 92 | |
| '(' is not followed by whitespace. | 94 | |
| ')' is not preceded with whitespace. | 94 | |
| '(' is not followed by whitespace. | 96 | |
| ')' is not preceded with whitespace. | 96 | |
| '(' is not followed by whitespace. | 98 | |
| ')' is not preceded with whitespace. | 98 | |
| Missing a Javadoc comment. | 104 |
| Violation | Message | Line |
|---|---|---|
| Variable 'defaultdataset' must be private and have accessor methods. | 36 | |
| Variable 'bundle' must be private and have accessor methods. | 40 | |
| Variable 'datas' must be private and have accessor methods. | 44 | |
| 'bundle' hides a field. | 49 | |
| Expected @param tag for 'bundle'. | 49 | |
| Expected @param tag for 'title'. | 49 | |
| 'datas' hides a field. | 49 | |
| Expected @param tag for 'datas'. | 49 | |
| Missing a Javadoc comment. | 59 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'strategy'. | 57 | |
| Expected @param tag for 'strategy'. | 69 | |
| Expected @param tag for 'width'. | 70 | |
| Expected @param tag for 'height'. | 70 | |
| Missing a Javadoc comment. | 78 | |
| '(' is not followed by whitespace. | 90 |
| Violation | Message | Line |
|---|---|---|
| 'type' hides a field. | 78 | |
| Expected @param tag for 'type'. | 78 | |
| 'nameClass' hides a field. | 78 | |
| Expected @param tag for 'nameClass'. | 78 | |
| 'message' hides a field. | 78 | |
| Expected @param tag for 'message'. | 78 | |
| 'nbIteration' hides a field. | 78 | |
| Expected @param tag for 'nbIteration'. | 78 | |
| Expected @param tag for 'object'. | 89 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 117 | |
| 'nameClass' hides a field. | 117 | |
| Missing a Javadoc comment. | 122 | |
| 'nbIteration' hides a field. | 122 | |
| Missing a Javadoc comment. | 127 | |
| 'type' hides a field. | 127 | |
| Missing a Javadoc comment. | 132 | |
| 'message' hides a field. | 132 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 173 | |
| 'message' hides a field. | 173 | |
| Expected an @return tag. | 191 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Variable 'xAxisLabel' must be private and have accessor methods. | 43 | |
| Variable 'yAxisLabel' must be private and have accessor methods. | 48 | |
| Variable 'defaultdataset' must be private and have accessor methods. | 53 | |
| Variable 'bundle' must be private and have accessor methods. | 58 | |
| Variable 'mResults' must be private and have accessor methods. | 63 | |
| Variable 'timePeriod' must be private and have accessor methods. | 68 | |
| Variable 'periodClass' must be private and have accessor methods. | 73 | |
| 'bundle' hides a field. | 95 | |
| Expected @param tag for 'bundle'. | 95 | |
| Expected @param tag for 'title'. | 95 | |
| Expected @param tag for 'results'. | 95 | |
| Expected @param tag for 'timeUnit'. | 95 | |
| 'startDate' hides a field. | 96 | |
| Expected @param tag for 'startDate'. | 96 | |
| 'endDate' hides a field. | 96 | |
| Expected @param tag for 'endDate'. | 96 | |
| Expected an @return tag. | 111 | |
| Expected an @return tag. | 124 | |
| Expected an @return tag. | 132 | |
| Expected @param tag for 'timeUnit'. | 141 | |
| Expected an @return tag. | 177 | |
| Expected @param tag for 'keyDate'. | 177 | |
| Expected an @return tag. | 211 | |
| Expected an @return tag. | 220 | |
| '0.25D' is a magic number. | 224 | |
| Expected an @return tag. | 233 | |
| Expected an @return tag. | 242 | |
| Expected an @return tag. | 251 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'dateGeneration'. | 75 | |
| 'nbClasses' hides a field. | 95 | |
| Expected @param tag for 'nbClasses'. | 95 | |
| Expected an @return tag. | 104 | |
| 'nbErrors' hides a field. | 113 | |
| Expected @param tag for 'nbErrors'. | 113 | |
| Expected an @return tag. | 122 | |
| 'nbBugs' hides a field. | 131 | |
| Expected @param tag for 'nbBugs'. | 131 | |
| Expected an @return tag. | 140 | |
| 'nbMissingClasses' hides a field. | 149 | |
| Expected @param tag for 'nbMissingClasses'. | 149 | |
| 'categories' hides a field. | 168 | |
| Expected @param tag for 'categories'. | 168 | |
| 'priorities' hides a field. | 187 | |
| Expected @param tag for 'priorities'. | 187 | |
| Expected @param tag for 'category'. | 196 | |
| 'categories' hides a field. | 220 | |
| Expected @param tag for 'categories'. | 220 | |
| Expected @param tag for 'priority'. | 251 | |
| 'priorities' hides a field. | 275 | |
| Expected @param tag for 'priorities'. | 275 | |
| Expected @param tag for 'dashboardReport'. | 305 | |
| Expected an @return tag. | 326 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Name 'm_angle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| Variable 'm_angle' must be private and have accessor methods. | 37 | |
| Expected an @return tag. | 44 | |
| Expected @param tag for 'g2'. | 44 | |
| Expected @param tag for 'dataArea'. | 44 | |
| Expected @param tag for 'edge'. | 44 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 80 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 55 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| '{' should be on a new line. | 57 | |
| Expected an @return tag. | 71 | |
| Expected @param tag for 'project'. | 71 | |
| Expected @param tag for 'pluginArtifact'. | 71 | |
| Expected @param tag for 'pluginGroupId'. | 71 | |
| Expected @param tag for 'optionName'. | 72 | |
| Expected @param tag for 'defaultValue'. | 72 | |
| Expected an @return tag. | 119 | |
| Expected @param tag for 'project'. | 119 | |
| Expected @param tag for 'value'. | 119 | |
| Expected @param tag for 'pluginGroupId'. | 146 | |
| Expected @param tag for 'defaultValue'. | 146 | |
| Line is longer than 120 characters. | 153 | |
| Line is longer than 120 characters. | 165 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 53 | |
| 'mavenProject' hides a field. | 59 | |
| Expected @param tag for 'mavenProject'. | 59 | |
| 'isDBAvailable' hides a field. | 59 | |
| Expected @param tag for 'isDBAvailable'. | 59 | |
| Expected @param tag for 'log'. | 59 | |
| Missing a Javadoc comment. | 78 | |
| '(' is not followed by whitespace. | 82 | |
| ')' is not preceded with whitespace. | 82 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 143 | |
| Method length is 202 lines (max allowed is 150). | 158 | |
| Missing a Javadoc comment. | 158 | |
| 'mavenProject' hides a field. | 158 | |
| '100' is a magic number. | 238 | |
| Missing a Javadoc comment. | 363 | |
| 'mavenProject' hides a field. | 363 | |
| Missing a Javadoc comment. | 380 | |
| 'mavenProject' hides a field. | 380 | |
| Missing a Javadoc comment. | 403 | |
| '3' is a magic number. | 411 | |
| '4' is a magic number. | 416 | |
| '6' is a magic number. | 421 | |
| '5' is a magic number. | 426 | |
| '4' is a magic number. | 441 | |
| Missing a Javadoc comment. | 453 | |
| Missing a Javadoc comment. | 541 | |
| 'mavenProject' hides a field. | 541 | |
| Line is longer than 120 characters. | 567 | |
| '100' is a magic number. | 578 | |
| Missing a Javadoc comment. | 650 | |
| Missing a Javadoc comment. | 659 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 39 | |
| Expected @param tag for 'title'. | 39 | |
| Expected @param tag for 'datas'. | 39 | |
| 'if' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| 'while' is not followed by whitespace. | 54 | |
| '(' is not followed by whitespace. | 54 | |
| ')' is not preceded with whitespace. | 54 | |
| '{' is not preceded with whitespace. | 54 | |
| '{' should be on a new line. | 54 | |
| 'cast' is not followed by whitespace. | 55 | |
| 'cast' is not followed by whitespace. | 56 | |
| Expected an @return tag. | 70 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 43 | |
| Expected @param tag for 'title'. | 43 | |
| Expected @param tag for 'datas'. | 43 | |
| 'if' is not followed by whitespace. | 52 | |
| ')' is not preceded with whitespace. | 52 | |
| 'while' is not followed by whitespace. | 56 | |
| '(' is not followed by whitespace. | 56 | |
| ')' is not preceded with whitespace. | 56 | |
| '{' is not preceded with whitespace. | 56 | |
| '{' should be on a new line. | 56 | |
| 'cast' is not followed by whitespace. | 57 | |
| 'cast' is not followed by whitespace. | 58 | |
| Line is longer than 120 characters. | 64 | |
| Expected an @return tag. | 72 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 42 | |
| Expected @param tag for 'title'. | 42 | |
| Expected @param tag for 'dashboardReport'. | 42 | |
| Expected an @return tag. | 74 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Redundant 'public' modifier. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Redundant 'public' modifier. | 58 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 41 | |
| Expected @param tag for 'title'. | 41 | |
| Expected @param tag for 'dashboardReport'. | 41 | |
| Missing a Javadoc comment. | 51 | |
| Expected an @return tag. | 79 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 43 | |
| Expected @param tag for 'title'. | 43 | |
| Expected @param tag for 'datas'. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 120 characters. | 64 | |
| Line is longer than 120 characters. | 69 | |
| Line is longer than 120 characters. | 74 | |
| Missing a Javadoc comment. | 80 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 94 | |
| 'mavenProject' hides a field. | 94 | |
| 'summary' hides a field. | 94 | |
| 'isDBAvailable' hides a field. | 94 | |
| 'generateGraphs' hides a field. | 95 | |
| Missing a Javadoc comment. | 115 | |
| '(' is not followed by whitespace. | 119 | |
| ')' is not preceded with whitespace. | 119 | |
| Line is longer than 120 characters. | 127 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 297 | |
| '100' is a magic number. | 349 | |
| Line is longer than 120 characters. | 389 | |
| Expected @param tag for 'bundle'. | 433 | |
| Expected @param tag for 'sink'. | 433 | |
| Expected @param tag for 'report'. | 433 | |
| '50' is a magic number. | 539 | |
| Missing a Javadoc comment. | 576 | |
| Line is longer than 120 characters. | 648 | |
| '50' is a magic number. | 649 | |
| Missing a Javadoc comment. | 686 | |
| Missing a Javadoc comment. | 744 | |
| Method length is 221 lines (max allowed is 150). | 801 | |
| Missing a Javadoc comment. | 801 | |
| Line is longer than 120 characters. | 930 | |
| '0.01d' is a magic number. | 997 | |
| Missing a Javadoc comment. | 1024 | |
| '1000' is a magic number. | 1059 | |
| '1000' is a magic number. | 1059 | |
| Method length is 211 lines (max allowed is 150). | 1117 | |
| Missing a Javadoc comment. | 1117 | |
| Line is longer than 120 characters. | 1191 | |
| Line is longer than 120 characters. | 1231 | |
| Line is longer than 120 characters. | 1268 | |
| Line is longer than 120 characters. | 1299 | |
| Missing a Javadoc comment. | 1330 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 33 | |
| Expected @param tag for 'package1'. | 33 | |
| Expected @param tag for 'package2'. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| '5.0d' is a magic number. | 64 | |
| '5.0d' is a magic number. | 64 | |
| '5.0d' is a magic number. | 64 | |
| '5.0d' is a magic number. | 64 | |
| '0.02' is a magic number. | 83 | |
| '0.10' is a magic number. | 84 | |
| '0.02' is a magic number. | 85 | |
| '0.10' is a magic number. | 87 | |
| Line is longer than 120 characters. | 95 | |
| Line is longer than 120 characters. | 103 |
| Violation | Message | Line |
|---|---|---|
| Variable 'report' must be private and have accessor methods. | 40 | |
| Variable 'datasetStrategy' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Expected @param tag for 'strategy'. | 66 | |
| Expected @param tag for 'strategy'. | 78 | |
| 'width' hides a field. | 78 | |
| Expected @param tag for 'width'. | 78 | |
| 'height' hides a field. | 78 | |
| Expected @param tag for 'height'. | 78 | |
| Expected an @return tag. | 94 | |
| '{' is not preceded with whitespace. | 94 | |
| '{' should be on a new line. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Missing a Javadoc comment. | 117 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Missing a Javadoc comment. | 125 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Missing a Javadoc comment. | 135 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Missing a Javadoc comment. | 143 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Missing a Javadoc comment. | 150 | |
| Name '_height' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Missing a Javadoc comment. | 157 | |
| Name '_width' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Expected an @return tag. | 90 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'xstream' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 69 | |
| '(' is not followed by whitespace. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| '{' is not preceded with whitespace. | 71 | |
| '{' should be on a new line. | 71 | |
| Expected an @return tag. | 84 | |
| Line is longer than 120 characters. | 84 | |
| Expected @param tag for 'project'. | 84 | |
| Expected @param tag for 'dashboardDataFile'. | 84 | |
| Expected @throws tag for 'DashXStreamUtilsException'. | 84 | |
| Line is longer than 120 characters. | 115 | |
| '(' is not followed by whitespace. | 115 | |
| ',' is not followed by whitespace. | 115 | |
| ')' is not preceded with whitespace. | 115 | |
| Line is longer than 120 characters. | 119 | |
| '(' is not followed by whitespace. | 119 | |
| ',' is not followed by whitespace. | 119 | |
| ')' is not preceded with whitespace. | 119 | |
| Expected @param tag for 'project'. | 131 | |
| Expected @param tag for 'mavenProject'. | 131 | |
| Expected @param tag for 'dashboardDataFile'. | 132 | |
| Expected @throws tag for 'DashXStreamUtilsException'. | 132 | |
| Line is longer than 120 characters. | 161 | |
| '(' is not followed by whitespace. | 161 | |
| ',' is not followed by whitespace. | 161 | |
| ')' is not preceded with whitespace. | 161 | |
| Line is longer than 120 characters. | 165 | |
| '(' is not followed by whitespace. | 165 | |
| ',' is not followed by whitespace. | 165 | |
| ')' is not preceded with whitespace. | 165 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 42 | |
| Expected @param tag for 'title'. | 42 | |
| Expected @param tag for 'datas'. | 42 | |
| 'if' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| 'while' is not followed by whitespace. | 57 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| '{' should be on a new line. | 57 | |
| 'cast' is not followed by whitespace. | 58 | |
| 'cast' is not followed by whitespace. | 59 | |
| Expected an @return tag. | 90 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 50 | |
| '(' is not followed by whitespace. | 55 | |
| ')' is not preceded with whitespace. | 55 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 58 | |
| '(' is not followed by whitespace. | 59 | |
| ')' is not preceded with whitespace. | 59 | |
| '(' is not followed by whitespace. | 60 | |
| ')' is not preceded with whitespace. | 61 | |
| '(' is not followed by whitespace. | 62 | |
| ')' is not preceded with whitespace. | 62 | |
| '(' is not followed by whitespace. | 63 | |
| ')' is not preceded with whitespace. | 63 | |
| '(' is not followed by whitespace. | 69 | |
| ')' is not preceded with whitespace. | 69 | |
| '(' is not followed by whitespace. | 70 | |
| ')' is not preceded with whitespace. | 70 | |
| '(' is not followed by whitespace. | 71 | |
| ')' is not preceded with whitespace. | 71 | |
| '(' is not followed by whitespace. | 72 | |
| ')' is not preceded with whitespace. | 72 | |
| '(' is not followed by whitespace. | 73 | |
| ')' is not preceded with whitespace. | 73 | |
| ')' is not preceded with whitespace. | 76 | |
| '(' is not followed by whitespace. | 77 | |
| ')' is not preceded with whitespace. | 77 | |
| '(' is not followed by whitespace. | 79 | |
| ')' is not preceded with whitespace. | 79 | |
| '(' is not followed by whitespace. | 82 | |
| ')' is not preceded with whitespace. | 82 | |
| Missing a Javadoc comment. | 90 | |
| '(' is not followed by whitespace. | 99 | |
| ')' is not preceded with whitespace. | 99 | |
| '(' is not followed by whitespace. | 105 | |
| ')' is not preceded with whitespace. | 105 | |
| '(' is not followed by whitespace. | 107 | |
| ')' is not preceded with whitespace. | 107 | |
| '(' is not followed by whitespace. | 109 | |
| ')' is not preceded with whitespace. | 109 | |
| '(' is not followed by whitespace. | 111 | |
| ')' is not preceded with whitespace. | 111 | |
| Missing a Javadoc comment. | 118 | |
| '(' is not followed by whitespace. | 122 | |
| ')' is not preceded with whitespace. | 122 | |
| '(' is not followed by whitespace. | 124 | |
| ')' is not preceded with whitespace. | 124 | |
| Missing a Javadoc comment. | 129 | |
| '(' is not followed by whitespace. | 129 | |
| ')' is not preceded with whitespace. | 129 | |
| '(' is not followed by whitespace. | 132 | |
| ')' is not preceded with whitespace. | 132 | |
| '(' is not followed by whitespace. | 133 | |
| ')' is not preceded with whitespace. | 133 | |
| '(' is not followed by whitespace. | 134 | |
| ')' is not preceded with whitespace. | 134 | |
| '(' is not followed by whitespace. | 135 | |
| ')' is not preceded with whitespace. | 135 | |
| ')' is not preceded with whitespace. | 138 | |
| '(' is not followed by whitespace. | 139 | |
| ')' is not preceded with whitespace. | 139 | |
| '(' is not followed by whitespace. | 140 | |
| ')' is not preceded with whitespace. | 140 | |
| '(' is not followed by whitespace. | 141 | |
| ')' is not preceded with whitespace. | 141 | |
| '(' is not followed by whitespace. | 144 | |
| ')' is not preceded with whitespace. | 144 | |
| '(' is not followed by whitespace. | 146 | |
| '(' is not followed by whitespace. | 146 | |
| '(' is not followed by whitespace. | 146 | |
| ')' is not preceded with whitespace. | 146 | |
| ')' is not preceded with whitespace. | 146 | |
| ')' is not preceded with whitespace. | 146 | |
| '(' is not followed by whitespace. | 147 | |
| ')' is not preceded with whitespace. | 147 | |
| '(' is not followed by whitespace. | 152 | |
| ')' is not preceded with whitespace. | 152 | |
| '(' is not followed by whitespace. | 155 | |
| ')' is not preceded with whitespace. | 155 | |
| '(' is not followed by whitespace. | 157 | |
| ')' is not preceded with whitespace. | 157 | |
| '(' is not followed by whitespace. | 162 | |
| ')' is not preceded with whitespace. | 162 | |
| '(' is not followed by whitespace. | 165 | |
| ')' is not preceded with whitespace. | 165 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright 200[0-9] David Vicente\s*$'. | 4 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Name 'FormatPercent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| Expected @param tag for 'dateGeneration'. | 49 | |
| 'conditionals' hides a field. | 76 | |
| 'coveredConditionals' hides a field. | 93 | |
| 'coveredElements' hides a field. | 110 | |
| 'coveredMethods' hides a field. | 127 | |
| 'coveredStatements' hides a field. | 144 | |
| 'elements' hides a field. | 169 | |
| 'methods' hides a field. | 194 | |
| 'statements' hides a field. | 219 | |
| Expected @param tag for 'dashboardReport'. | 227 | |
| Missing a Javadoc comment. | 249 | |
| Missing a Javadoc comment. | 260 | |
| Missing a Javadoc comment. | 265 | |
| Missing a Javadoc comment. | 270 | |
| Missing a Javadoc comment. | 275 | |
| Missing a Javadoc comment. | 280 | |
| Missing a Javadoc comment. | 286 | |
| Missing a Javadoc comment. | 292 | |
| Missing a Javadoc comment. | 298 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'dateGeneration'. | 39 | |
| Expected @param tag for 'report'. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Expected an @return tag. | 65 | |
| Missing a Javadoc comment. | 102 | |
| Expected @throws tag for 'InitializationException'. | 114 | |
| 'url' hides a field. | 128 | |
| Missing a Javadoc comment. | 146 | |
| 'mapping' hides a field. | 163 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 173 | |
| 'dialect' hides a field. | 173 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 183 | |
| 'driverClass' hides a field. | 183 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 193 | |
| 'password' hides a field. | 193 | |
| Missing a Javadoc comment. | 198 | |
| Missing a Javadoc comment. | 203 | |
| 'url' hides a field. | 203 | |
| Missing a Javadoc comment. | 208 | |
| Missing a Javadoc comment. | 213 | |
| 'username' hides a field. | 213 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 232 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package'. | 1 | |
| Variable 'project' must be private and have accessor methods. | 39 | |
| Variable 'outputDirectory' must be private and have accessor methods. | 47 | |
| Variable 'dashboardDataFile' must be private and have accessor methods. | 57 | |
| Variable 'localRepository' must be private and have accessor methods. | 65 | |
| Variable 'nbExportedPackagesSummary' must be private and have accessor methods. | 72 | |
| Variable 'hibernateService' must be private and have accessor methods. | 80 | |
| Variable 'dialect' must be private and have accessor methods. | 88 | |
| Variable 'driverClass' must be private and have accessor methods. | 96 | |
| Variable 'connectionUrl' must be private and have accessor methods. | 104 | |
| Variable 'username' must be private and have accessor methods. | 112 | |
| Variable 'password' must be private and have accessor methods. | 120 | |
| Variable 'mavenProjectBuilder' must be private and have accessor methods. | 127 | |
| Missing a Javadoc comment. | 129 | |
| Variable 'isPropHibernateSet' must be private and have accessor methods. | 129 | |
| Missing a Javadoc comment. | 131 | |
| Variable 'dashBoardUtils' must be private and have accessor methods. | 131 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 143 | |
| '{' is not preceded with whitespace. | 143 | |
| '{' should be on a new line. | 143 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'dateGeneration'. | 63 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 73 | |
| 'nbPackages' hides a field. | 73 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 83 | |
| 'sumAC' hides a field. | 83 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 93 | |
| 'averageAfferentCoupling' hides a field. | 93 | |
| Expected @param tag for 'dashboardReport'. | 102 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 128 | |
| 'packages' hides a field. | 128 | |
| Expected @param tag for 'pack'. | 137 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' is not preceded with whitespace. | 25 | |
| '{' should be on a new line. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'decoratedChart' must be private and have accessor methods. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'results' must be private and have accessor methods. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Variable 'report' must be private and have accessor methods. | 32 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is not followed by whitespace. | 34 | |
| ')' is not preceded with whitespace. | 34 | |
| '{' should be on a new line. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| '{' should be on a new line. | 44 | |
| Line contains a tab character. | 45 | |
| '(' is not followed by whitespace. | 45 | |
| ')' is not preceded with whitespace. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on a new line. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '{' should be on a new line. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on a new line. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '(' is not followed by whitespace. | 60 | |
| ')' is not preceded with whitespace. | 60 | |
| '{' should be on a new line. | 60 | |
| Line contains a tab character. | 61 | |
| '(' is not followed by whitespace. | 61 | |
| ')' is not preceded with whitespace. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '(' is not followed by whitespace. | 64 | |
| Name '_height' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| ')' is not preceded with whitespace. | 64 | |
| '{' should be on a new line. | 64 | |
| Line contains a tab character. | 65 | |
| '(' is not followed by whitespace. | 65 | |
| ')' is not preceded with whitespace. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 68 | |
| Missing a Javadoc comment. | 68 | |
| '(' is not followed by whitespace. | 68 | |
| Name '_width' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| ')' is not preceded with whitespace. | 68 | |
| '{' should be on a new line. | 68 | |
| Line contains a tab character. | 69 | |
| '(' is not followed by whitespace. | 69 | |
| ')' is not preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '{' should be on a new line. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 |
| Violation | Message | Line |
|---|---|---|
| Variable 'dashboardDataFile' must be private and have accessor methods. | 94 | |
| Variable 'localRepository' must be private and have accessor methods. | 110 | |
| Variable 'mavenProjectBuilder' must be private and have accessor methods. | 124 | |
| Variable 'hibernateService' must be private and have accessor methods. | 131 | |
| Variable 'dialect' must be private and have accessor methods. | 138 | |
| Variable 'driverClass' must be private and have accessor methods. | 145 | |
| Variable 'connectionUrl' must be private and have accessor methods. | 152 | |
| Variable 'username' must be private and have accessor methods. | 159 | |
| Variable 'password' must be private and have accessor methods. | 166 | |
| Missing a Javadoc comment. | 234 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 238 | |
| Variable 'isPropHibernateSet' must be private and have accessor methods. | 238 | |
| Method length is 168 lines (max allowed is 150). | 243 | |
| Expected @param tag for 'arg0'. | 243 | |
| Expected @throws tag for 'MavenReportException'. | 243 | |
| Line is longer than 120 characters. | 336 | |
| Line is longer than 120 characters. | 344 | |
| Line is longer than 120 characters. | 350 | |
| Line is longer than 120 characters. | 384 | |
| Expected an @return tag. | 416 | |
| Expected an @return tag. | 424 | |
| Missing a Javadoc comment. | 429 | |
| Missing a Javadoc comment. | 434 | |
| 'locale' hides a field. | 434 | |
| Missing a Javadoc comment. | 448 | |
| 'locale' hides a field. | 448 | |
| Missing a Javadoc comment. | 462 | |
| Missing a Javadoc comment. | 467 | |
| 'locale' hides a field. | 467 | |
| Missing a Javadoc comment. | 472 | |
| Missing a Javadoc comment. | 477 | |
| Missing a Javadoc comment. | 510 | |
| Missing a Javadoc comment. | 521 | |
| Missing a Javadoc comment. | 531 | |
| Missing a Javadoc comment. | 540 | |
| Expected an @return tag. | 558 | |
| Expected @throws tag for 'MavenReportException'. | 558 | |
| Expected @throws tag for 'MavenReportException'. | 591 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 45 | |
| 'dateGeneration' hides a field. | 45 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 59 | |
| 'dateGeneration' hides a field. | 59 | |
| Expected an @return tag. | 66 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 83 | |
| 'id' hides a field. | 83 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 93 | |
| 'mavenProject' hides a field. | 93 | |
| Missing a Javadoc comment. | 97 | |
| 'if' is not followed by whitespace. | 100 | |
| '(' is not followed by whitespace. | 100 | |
| '>' is not followed by whitespace. | 100 | |
| ')' is not preceded with whitespace. | 100 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Line is longer than 120 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '(' is not followed by whitespace. | 33 | |
| ',' is not followed by whitespace. | 33 | |
| ')' is not preceded with whitespace. | 33 | |
| '(' is not followed by whitespace. | 35 | |
| ',' is not followed by whitespace. | 35 | |
| ')' is not preceded with whitespace. | 35 | |
| Missing a Javadoc comment. | 38 | |
| '(' is not followed by whitespace. | 40 | |
| ')' is not preceded with whitespace. | 40 | |
| '(' is not followed by whitespace. | 41 | |
| ')' is not preceded with whitespace. | 41 | |
| '(' is not followed by whitespace. | 42 | |
| ')' is not preceded with whitespace. | 42 | |
| '(' is not followed by whitespace. | 43 | |
| ')' is not preceded with whitespace. | 43 | |
| '(' is not followed by whitespace. | 44 | |
| ')' is not preceded with whitespace. | 44 | |
| 'while' is not followed by whitespace. | 46 | |
| '(' is not followed by whitespace. | 46 | |
| ')' is not preceded with whitespace. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| '{' should be on a new line. | 46 | |
| 'cast' is not followed by whitespace. | 48 | |
| '(' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| '(' is not followed by whitespace. | 51 | |
| ')' is not preceded with whitespace. | 51 | |
| ')' is not preceded with whitespace. | 51 | |
| '(' is not followed by whitespace. | 52 | |
| ')' is not preceded with whitespace. | 52 | |
| ')' is not preceded with whitespace. | 52 | |
| '(' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| '(' is not followed by whitespace. | 54 | |
| ')' is not preceded with whitespace. | 54 | |
| ')' is not preceded with whitespace. | 54 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| '(' is not followed by whitespace. | 58 | |
| ')' is not preceded with whitespace. | 58 | |
| '(' is not followed by whitespace. | 59 | |
| ')' is not preceded with whitespace. | 59 | |
| '(' is not followed by whitespace. | 60 | |
| ')' is not preceded with whitespace. | 60 | |
| '(' is not followed by whitespace. | 61 | |
| ')' is not preceded with whitespace. | 61 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 120 characters. | 67 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 41 | |
| Expected an @return tag. | 80 | |
| '(' is not followed by whitespace. | 84 | |
| '0.05D' is a magic number. | 84 | |
| ')' is not preceded with whitespace. | 84 | |
| Expected an @return tag. | 93 | |
| Missing a Javadoc comment. | 98 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 31 | |
| Expected @param tag for 'bundle'. | 45 | |
| Expected @param tag for 'title'. | 45 | |
| Expected @param tag for 'dashboardReport'. | 45 | |
| Expected an @return tag. | 53 | |
| Expected an @return tag. | 61 | |
| Expected @param tag for 'nbIteration'. | 61 | |
| Expected @param tag for 'nbTotal'. | 61 | |
| '100f' is a magic number. | 63 | |
| '1000' is a magic number. | 64 | |
| '.5' is a magic number. | 65 | |
| '1000' is a magic number. | 66 | |
| Missing a Javadoc comment. | 70 | |
| Line is longer than 120 characters. | 101 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'bundle'. | 43 | |
| Expected @param tag for 'title'. | 43 | |
| Expected @param tag for 'datas'. | 43 | |
| 'if' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| 'while' is not followed by whitespace. | 57 | |
| '(' is not followed by whitespace. | 57 | |
| ')' is not preceded with whitespace. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| '{' should be on a new line. | 57 | |
| 'cast' is not followed by whitespace. | 58 | |
| 'cast' is not followed by whitespace. | 59 | |
| Expected an @return tag. | 72 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'dateGeneration'. | 69 | |
| Expected an @return tag. | 77 | |
| 'nbClasses' hides a field. | 85 | |
| Expected @param tag for 'nbClasses'. | 85 | |
| Expected an @return tag. | 93 | |
| 'lineCoverRate' hides a field. | 101 | |
| Expected @param tag for 'lineCoverRate'. | 101 | |
| Expected an @return tag. | 109 | |
| 'branchCoverRate' hides a field. | 117 | |
| Expected @param tag for 'branchCoverRate'. | 117 | |
| Expected an @return tag. | 125 | |
| 'numberOfCoveredBranches' hides a field. | 133 | |
| Expected @param tag for 'numberOfCoveredBranches'. | 133 | |
| Expected an @return tag. | 141 | |
| 'numberOfCoveredLines' hides a field. | 149 | |
| Expected @param tag for 'numberOfCoveredLines'. | 149 | |
| Expected an @return tag. | 157 | |
| 'numberOfValidBranches' hides a field. | 165 | |
| Expected @param tag for 'numberOfValidBranches'. | 165 | |
| Expected an @return tag. | 173 | |
| 'numberOfValidLines' hides a field. | 181 | |
| Expected @param tag for 'numberOfValidLines'. | 181 | |
| Expected @param tag for 'dashboardReport'. | 189 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Expected an @return tag. | 56 | |
| Expected an @return tag. | 64 | |
| 'xAxisLabel' hides a field. | 72 | |
| Expected @param tag for 'xAxisLabel'. | 72 | |
| ')' is not preceded with whitespace. | 72 | |
| 'yAxisLabel' hides a field. | 80 | |
| Expected @param tag for 'yAxisLabel'. | 80 | |
| Expected an @return tag. | 88 | |
| Expected an @return tag. | 96 | |
| 'isDatasetEmpty' hides a field. | 104 | |
| Expected @param tag for 'isDatasetEmpty'. | 104 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 113 | |
| 'title' hides a field. | 113 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 68 | |
| '-7.0' is a magic number. | 96 | |
| '7.0' is a magic number. | 96 | |
| Missing a Javadoc comment. | 107 | |
| Unused @param tag for 'item'. | 115 | |
| Unused Javadoc tag. | 118 | |
| Expected @param tag for 'blockcontainerLabel'. | 120 | |
| Line is longer than 120 characters. | 130 | |
| '1000D' is a magic number. | 158 | |
| Expected @param tag for 'i'. | 174 | |
| '10' is a magic number. | 195 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 54 | |
| 'artifactId' hides a field. | 66 | |
| Expected @param tag for 'artifactId'. | 66 | |
| 'artifactId' hides a field. | 74 | |
| Expected @param tag for 'artifactId'. | 74 | |
| 'groupId' hides a field. | 74 | |
| Expected @param tag for 'groupId'. | 74 | |
| 'artifactId' hides a field. | 84 | |
| Expected @param tag for 'artifactId'. | 84 | |
| 'groupId' hides a field. | 84 | |
| Expected @param tag for 'groupId'. | 84 | |
| 'projectName' hides a field. | 84 | |
| Expected @param tag for 'projectName'. | 84 | |
| 'artifactId' hides a field. | 96 | |
| Expected @param tag for 'artifactId'. | 96 | |
| 'groupId' hides a field. | 96 | |
| Expected @param tag for 'groupId'. | 96 | |
| 'projectName' hides a field. | 96 | |
| Expected @param tag for 'projectName'. | 96 | |
| 'version' hides a field. | 96 | |
| Expected @param tag for 'version'. | 96 | |
| Expected an @return tag. | 106 | |
| 'projectName' hides a field. | 113 | |
| Expected @param tag for 'projectName'. | 113 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 127 | |
| 'artifactId' hides a field. | 127 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 136 | |
| 'groupId' hides a field. | 136 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 144 | |
| 'version' hides a field. | 144 | |
| Missing a Javadoc comment. | 148 | |
| Missing a Javadoc comment. | 152 | |
| 'id' hides a field. | 152 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 160 | |
| 'modules' hides a field. | 160 | |
| Expected @param tag for 'module'. | 168 | |
| Expected @param tag for 'module'. | 178 | |
| Missing a Javadoc comment. | 224 | |
| Missing a Javadoc comment. | 228 | |
| 'reports' hides a field. | 228 | |
| Expected @param tag for 'report'. | 237 | |
| Expected an @return tag. | 246 | |
| Expected @param tag for 'classname'. | 246 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'message'. | 41 | |
| Expected @param tag for 'cause'. | 49 | |
| Expected @param tag for 'message'. | 58 | |
| Expected @param tag for 'cause'. | 58 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Expected @param tag for 'strategy'. | 48 | |
| Expected @param tag for 'strategy'. | 60 | |
| Expected @param tag for 'width'. | 60 | |
| Expected @param tag for 'height'. | 60 | |
| Missing a Javadoc comment. | 65 | |
| '(' is not followed by whitespace. | 74 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 120 characters. | 45 | |
| Line is longer than 120 characters. | 46 | |
| Line is longer than 120 characters. | 54 | |
| Missing a Javadoc comment. | 62 | |
| '(' is not followed by whitespace. | 66 | |
| '0.099D' is a magic number. | 66 | |
| ')' is not preceded with whitespace. | 66 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 78 |