The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 0 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 10 | |
| MemberName | 0 | |
JavadocMethod
| 64 | |
JavadocType
| 1 | |
JavadocVariable
| 2 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| MethodLength | 1 | |
| ParameterNumber | 7 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 4 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 3 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 14 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 84 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 196 | |
| Missing a Javadoc comment. | 273 | |
| Missing a Javadoc comment. | 291 | |
| Missing a Javadoc comment. | 313 | |
| Missing a Javadoc comment. | 318 | |
| Missing a Javadoc comment. | 340 | |
| 'static' modifier out of order with the JLS suggestions. | 369 | |
| Empty catch block. | 388 | |
| 'bundleName' hides a field. | 429 | |
| 'bundleName' hides a field. | 435 | |
| 'bundleName' hides a field. | 441 | |
| 'locale' hides a field. | 441 | |
| 'locale' hides a field. | 459 | |
| 'bundleName' hides a field. | 465 | |
| 'locale' hides a field. | 465 | |
| Empty catch block. | 494 | |
| Empty catch block. | 508 | |
| 'bundleName' hides a field. | 527 | |
| 'locale' hides a field. | 527 | |
| 'bundleName' hides a field. | 533 | |
| 'locale' hides a field. | 533 | |
| 'bundleName' hides a field. | 539 | |
| 'locale' hides a field. | 539 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 123 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 139 | |
| Expected @param tag for 'log'. | 139 | |
| Expected @param tag for 'sink'. | 139 | |
| Expected @param tag for 'locale'. | 139 | |
| Expected @param tag for 'i18n'. | 139 | |
| Expected @param tag for 'plugins'. | 139 | |
| Expected @param tag for 'project'. | 140 | |
| Expected @param tag for 'mavenProjectBuilder'. | 140 | |
| Expected @param tag for 'artifactFactory'. | 141 | |
| Expected @param tag for 'localRepository'. | 141 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 141 | |
| Expected @param tag for 'log'. | 141 | |
| Expected @param tag for 'sink'. | 141 | |
| Expected @param tag for 'locale'. | 141 | |
| Expected @param tag for 'i18n'. | 141 | |
| Expected @param tag for 'plugins'. | 141 | |
| Expected @param tag for 'reports'. | 142 | |
| Expected @param tag for 'project'. | 142 | |
| Expected @param tag for 'mavenProjectBuilder'. | 142 | |
| Expected @param tag for 'artifactFactory'. | 143 | |
| Expected @param tag for 'localRepository'. | 143 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.maven.reporting.AbstractMavenReportRenderer. | 54 | |
| Line is longer than 120 characters. | 293 | |
| Line is longer than 120 characters. | 294 | |
| Missing a Javadoc comment. | 370 | |
| Missing a Javadoc comment. | 379 |
| Violation | Message | Line |
|---|---|---|
| Method length is 154 lines (max allowed is 150). | 251 | |
| '(' is not followed by whitespace. | 264 | |
| ')' is not preceded with whitespace. | 264 | |
| '3600000' is a magic number. | 339 | |
| Line is longer than 120 characters. | 349 | |
| '-12' is a magic number. | 371 | |
| Line is longer than 120 characters. | 376 | |
| Name 'avatar_size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 408 | |
| '0xff' is a magic number. | 432 | |
| ')' is not preceded with whitespace. | 468 | |
| Line is longer than 120 characters. | 472 | |
| ')' is not preceded with whitespace. | 498 | |
| Line is longer than 120 characters. | 507 | |
| More than 7 parameters. | 527 | |
| Line is longer than 120 characters. | 528 |
| Violation | Message | Line |
|---|---|---|
| 'dependencyNode' hides a field. | 279 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 98 | |
| Expected @param tag for 'log'. | 98 | |
| Expected @param tag for 'wagonManager'. | 98 | |
| Expected @param tag for 'settings'. | 98 | |
| Expected @param tag for 'mavenProjectBuilder'. | 99 | |
| Expected @param tag for 'factory'. | 99 | |
| Expected @param tag for 'resolver'. | 100 | |
| Expected @param tag for 'remoteRepositories'. | 100 | |
| Expected @param tag for 'pluginRepositories'. | 101 | |
| Expected @param tag for 'localRepository'. | 101 | |
| Expected @param tag for 'repositoryMetadataManager'. | 102 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 195 | |
| Expected @param tag for 'sink'. | 195 | |
| Expected @param tag for 'locale'. | 195 | |
| Expected @param tag for 'i18n'. | 195 | |
| Expected @param tag for 'log'. | 195 | |
| Expected @param tag for 'settings'. | 195 | |
| Expected @param tag for 'dependencies'. | 196 | |
| Expected @param tag for 'dependencyTreeNode'. | 196 | |
| Expected @param tag for 'config'. | 197 | |
| Expected @param tag for 'repoUtils'. | 197 | |
| Expected @param tag for 'artifactFactory'. | 198 | |
| Expected @param tag for 'mavenProjectBuilder'. | 198 | |
| Expected @param tag for 'remoteRepositories'. | 199 | |
| Expected @param tag for 'localRepository'. | 199 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 89 | |
| Expected @param tag for 'sink'. | 89 | |
| Expected @param tag for 'locale'. | 89 | |
| Expected @param tag for 'i18n'. | 89 | |
| Expected @param tag for 'log'. | 89 | |
| Expected @param tag for 'dependencies'. | 90 | |
| Expected @param tag for 'artifactMetadataSource'. | 91 | |
| Expected @param tag for 'artifactFactory'. | 92 | |
| Expected @param tag for 'mavenProjectBuilder'. | 92 | |
| Expected @param tag for 'remoteRepositories'. | 93 | |
| Expected @param tag for 'localRepository'. | 94 | |
| Expected @param tag for 'repoUtils'. | 94 |