Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
58 0 0 6019

Files

Files Infos Warnings Errors
org/sonatype/flexmojos/AbstractIrvinMojo.java 0 0 83
org/sonatype/flexmojos/air/SignAirMojo.java 0 0 29
org/sonatype/flexmojos/asdoc/AsDocMojo.java 0 0 78
org/sonatype/flexmojos/asdoc/AsDocReport.java 0 0 18
org/sonatype/flexmojos/asdoc/AttachAsdocMojo.java 0 0 6
org/sonatype/flexmojos/asdoc/AttachDitaAsdocMojo.java 0 0 10
org/sonatype/flexmojos/asdoc/DitaAsdocMojo.java 0 0 8
org/sonatype/flexmojos/common/FlexClassifier.java 0 0 5
org/sonatype/flexmojos/common/FlexExtension.java 0 0 11
org/sonatype/flexmojos/common/FlexScopes.java 0 0 8
org/sonatype/flexmojos/compatibilitykit/FlexCompatibility.java 0 0 10
org/sonatype/flexmojos/compatibilitykit/FlexMojo.java 0 0 5
org/sonatype/flexmojos/compatibilitykit/VersionUtils.java 0 0 74
org/sonatype/flexmojos/compiler/AbstractFlexCompilerMojo.java 0 0 2086
org/sonatype/flexmojos/compiler/ApplicationMojo.java 0 0 45
org/sonatype/flexmojos/compiler/CompileLogger.java 0 0 86
org/sonatype/flexmojos/compiler/FlexConfigBuilder.java 0 0 355
org/sonatype/flexmojos/compiler/Font.java 0 0 87
org/sonatype/flexmojos/compiler/FrameLabel.java 0 0 26
org/sonatype/flexmojos/compiler/LibraryMojo.java 0 0 55
org/sonatype/flexmojos/compiler/MavenArtifact.java 0 0 37
org/sonatype/flexmojos/compiler/MavenPathResolver.java 0 0 34
org/sonatype/flexmojos/compiler/Metadata.java 0 0 142
org/sonatype/flexmojos/compiler/Stylesheet.java 0 0 25
org/sonatype/flexmojos/compiler/TestApplicationMojo.java 0 0 6
org/sonatype/flexmojos/compiler/TestCompilerMojo.java 0 0 47
org/sonatype/flexmojos/compiler/TestLibraryCompilerMojo.java 0 0 8
org/sonatype/flexmojos/compiler/Warning.java 0 0 425
org/sonatype/flexmojos/configGenerator/ApplicationFlexConfigGeneratorMojo.java 0 0 17
org/sonatype/flexmojos/configGenerator/LibraryFlexConfigGeneratorMojo.java 0 0 17
org/sonatype/flexmojos/flexbuilder/AbstractIdeMojo.java 0 0 229
org/sonatype/flexmojos/flexbuilder/AxdtMojo.java 0 0 6
org/sonatype/flexmojos/flexbuilder/FlexbuilderMojo.java 0 0 129
org/sonatype/flexmojos/flexcover/FlexCoverApplicationMojo.java 0 0 7
org/sonatype/flexmojos/flexcover/FlexCoverLibraryMojo.java 0 0 7
org/sonatype/flexmojos/flexcover/FlexCoverMojo.java 0 0 12
org/sonatype/flexmojos/flexcover/FlexCoverReportMojo.java 0 0 28
org/sonatype/flexmojos/generator/GeneratorMojo.java 0 0 39
org/sonatype/flexmojos/htmlwrapper/HtmlWrapperMojo.java 0 0 101
org/sonatype/flexmojos/htmlwrapper/MavenPluginUtil.java 0 0 91
org/sonatype/flexmojos/htmlwrapper/Xpp3DomMap.java 0 0 223
org/sonatype/flexmojos/manifest/ManifestMojo.java 0 0 6
org/sonatype/flexmojos/optimizer/OptimizerMojo.java 0 0 27
org/sonatype/flexmojos/source/FlexSourcesMojo.java 0 0 6
org/sonatype/flexmojos/source/SourceViewMojo.java 0 0 7
org/sonatype/flexmojos/test/FlexUnitMojo.java 0 0 34
org/sonatype/flexmojos/truster/DefaultFlashPlayerTruster.java 0 0 108
org/sonatype/flexmojos/truster/FlashPlayerTruster.java 0 0 6
org/sonatype/flexmojos/truster/TrustException.java 0 0 11
org/sonatype/flexmojos/truster/TrusterMojo.java 0 0 5
org/sonatype/flexmojos/utilities/ApplicationHandler.java 0 0 37
org/sonatype/flexmojos/utilities/CompileConfigurationLoader.java 0 0 86
org/sonatype/flexmojos/utilities/FDKConfigResolver.java 0 0 158
org/sonatype/flexmojos/utilities/FileInterpolationUtil.java 0 0 140
org/sonatype/flexmojos/utilities/MavenUtils.java 0 0 397
org/sonatype/flexmojos/utilities/Namespace.java 0 0 36
org/sonatype/flexmojos/utilities/SourceFileResolver.java 0 0 204
org/sonatype/flexmojos/war/CopyMojo.java 0 0 36

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
18 Errors Error
NewlineAtEndOfFile 4 Errors Error
Translation 0 Errors Error
FileLength 1 Errors Error
FileTabCharacter
  • eachLine: "true"
154 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
379 Errors Error
JavadocMethod 325 Errors Error
JavadocType 25 Errors Error
JavadocVariable 54 Errors Error
JavadocStyle 74 Errors Error
ConstantName 3 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 1 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength 1029 Errors Error
MethodLength 1 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 4 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 5 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 1 Errors Error
ParenPad 2494 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 5 Errors Error
WhitespaceAround 19 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 711 Errors Error
NeedBraces 5 Errors Error
RightCurly 65 Errors Error
AvoidInlineConditionals 4 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 80 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 7 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 205 Errors Error
FinalClass 1 Errors Error
HideUtilityClassConstructor 5 Errors Error
InterfaceIsType 3 Errors Error
VisibilityModifier 33 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 279 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/sonatype/flexmojos/AbstractIrvinMojo.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 5
Errors '{' should be on the previous line. 35
Errors Line has trailing spaces. 39
Errors Variable 'project' must be private and have accessor methods. 44
Errors Variable 'build' must be private and have accessor methods. 51
Errors Variable 'projectHelper' must be private and have accessor methods. 56
Errors Variable 'artifactFactory' must be private and have accessor methods. 61
Errors Variable 'resolver' must be private and have accessor methods. 66
Errors Variable 'artifactMetadataSource' must be private and have accessor methods. 71
Errors Variable 'mavenProjectBuilder' must be private and have accessor methods. 76
Errors Line has trailing spaces. 80
Errors Variable 'localRepository' must be private and have accessor methods. 83
Errors Line is longer than 80 characters. 86
Errors Line has trailing spaces. 87
Errors '(' is followed by whitespace. 90
Errors ')' is preceded with whitespace. 90
Errors Variable 'remoteRepositories' must be private and have accessor methods. 91
Errors Variable 'pluginArtifacts' must be private and have accessor methods. 96
Errors First sentence should end with a period. 103
Errors '{' should be on the previous line. 107
Errors Missing a Javadoc comment. 112
Errors Line has trailing spaces. 116
Errors Method 'getDependencyArtifacts' is not designed for extension - needs to be abstract, final or empty. 120
Errors Expected @throws tag for 'MojoExecutionException'. 121
Errors '{' should be on the previous line. 122
Errors '(' is followed by whitespace. 123
Errors ')' is preceded with whitespace. 123
Errors '{' should be on the previous line. 124
Errors Line is longer than 80 characters. 126
Errors '(' is followed by whitespace. 126
Errors Line is longer than 80 characters. 127
Errors ')' is preceded with whitespace. 127
Errors First sentence should end with a period. 132
Errors Line has trailing spaces. 134
Errors Method 'getDependencyArtifacts' is not designed for extension - needs to be abstract, final or empty. 139
Errors '(' is followed by whitespace. 139
Errors Parameter scopes should be final. 139
Errors ')' is preceded with whitespace. 139
Errors Expected @throws tag for 'MojoExecutionException'. 140
Errors '{' should be on the previous line. 141
Errors 'if' construct must use '{}'s. 142
Errors '(' is followed by whitespace. 142
Errors ')' is preceded with whitespace. 142
Errors '(' is followed by whitespace. 145
Errors ')' is preceded with whitespace. 145
Errors '{' should be on the previous line. 146
Errors '(' is followed by whitespace. 150
Errors ')' is preceded with whitespace. 150
Errors '(' is followed by whitespace. 153
Errors ')' is preceded with whitespace. 153
Errors '{' should be on the previous line. 154
Errors Line is longer than 80 characters. 155
Errors '(' is followed by whitespace. 155
Errors '(' is followed by whitespace. 155
Errors ')' is preceded with whitespace. 155
Errors '(' is followed by whitespace. 155
Errors ')' is preceded with whitespace. 155
Errors ')' is preceded with whitespace. 155
Errors '(' is followed by whitespace. 157
Errors ')' is preceded with whitespace. 157
Errors First sentence should end with a period. 163
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 166
Errors Expected @throws tag for 'MojoExecutionException'. 167
Errors Expected @throws tag for 'MojoFailureException'. 167
Errors '{' should be on the previous line. 168
Errors '(' is followed by whitespace. 169
Errors ')' is preceded with whitespace. 169
Errors '{' should be on the previous line. 170
Errors '(' is followed by whitespace. 171
Errors ')' is preceded with whitespace. 171
Errors Line has trailing spaces. 182
Errors Expected @throws tag for 'MojoExecutionException'. 187
Errors Expected @throws tag for 'MojoFailureException'. 187
Errors First sentence should end with a period. 189
Errors Line has trailing spaces. 191
Errors Expected @throws tag for 'MojoExecutionException'. 196
Errors Expected @throws tag for 'MojoFailureException'. 196
Errors First sentence should end with a period. 198
Errors Line has trailing spaces. 200
Errors Expected @throws tag for 'MojoExecutionException'. 205
Errors Expected @throws tag for 'MojoFailureException'. 205

org/sonatype/flexmojos/air/SignAirMojo.java

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name 0
Errors Missing package-info.java file. 0
Errors '{' should be on the previous line. 39
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 86
Errors Line has trailing spaces. 93
Errors Line is longer than 80 characters. 107
Errors Line is longer than 80 characters. 112
Errors Line is longer than 80 characters. 114
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 116
Errors Line is longer than 80 characters. 128
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 142
Errors Line is longer than 80 characters. 154
Errors Line is longer than 80 characters. 158
Errors Line is longer than 80 characters. 161
Errors Line is longer than 80 characters. 165
Errors Line is longer than 80 characters. 166
Errors Line is longer than 80 characters. 171
Errors Line is longer than 80 characters. 201
Errors Line is longer than 80 characters. 205
Errors Line is longer than 80 characters. 233
Errors Line is longer than 80 characters. 245
Errors Line is longer than 80 characters. 248
Errors Line is longer than 80 characters. 249
Errors Line is longer than 80 characters. 253
Errors Line is longer than 80 characters. 269
Errors Line is longer than 80 characters. 270

org/sonatype/flexmojos/asdoc/AsDocMojo.java

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name 0
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 53
Errors '{' should be on the previous line. 60
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters. 120
Errors Line is longer than 80 characters. 121
Errors Line has trailing spaces. 123
Errors Line is longer than 80 characters. 129
Errors Line is longer than 80 characters. 130
Errors Line is longer than 80 characters. 131
Errors Line has trailing spaces. 133
Errors Line is longer than 80 characters. 139
Errors Line has trailing spaces. 141
Errors Line has trailing spaces. 150
Errors Line is longer than 80 characters. 156
Errors Line is longer than 80 characters. 157
Errors Line has trailing spaces. 159
Errors Line is longer than 80 characters. 165
Errors Line has trailing spaces. 167
Errors Line is longer than 80 characters. 174
Errors Line has trailing spaces. 176
Errors Line is longer than 80 characters. 182
Errors Line has trailing spaces. 183
Errors Line is longer than 80 characters. 189
Errors Line is longer than 80 characters. 190
Errors Line has trailing spaces. 191
Errors Line is longer than 80 characters. 197
Errors Line has trailing spaces. 199
Errors Line has trailing spaces. 206
Errors Line is longer than 80 characters. 212
Errors Line has trailing spaces. 214
Errors Line is longer than 80 characters. 220
Errors Line is longer than 80 characters. 221
Errors Line has trailing spaces. 222
Errors Line is longer than 80 characters. 228
Errors Line has trailing spaces. 230
Errors Line contains a tab character. 236
Errors Line contains a tab character. 237
Errors Line has trailing spaces. 242
Errors Line has trailing spaces. 251
Errors Line is longer than 80 characters. 257
Errors Line has trailing spaces. 258
Errors Line is longer than 80 characters. 264
Errors Line is longer than 80 characters. 265
Errors Line has trailing spaces. 267
Errors Line is longer than 80 characters. 275
Errors Line has trailing spaces. 276
Errors Line is longer than 80 characters. 303
Errors Line is longer than 80 characters. 333
Errors Line is longer than 80 characters. 396
Errors Line is longer than 80 characters. 398
Errors Line is longer than 80 characters. 406
Errors Line is longer than 80 characters. 426
Errors Line is longer than 80 characters. 433
Errors Line is longer than 80 characters. 442
Errors Line is longer than 80 characters. 446
Errors Line is longer than 80 characters. 455
Errors Line is longer than 80 characters. 456
Errors Line is longer than 80 characters. 461
Errors Line is longer than 80 characters. 487
Errors Line is longer than 80 characters. 640
Errors Line is longer than 80 characters. 641
Errors Line is longer than 80 characters. 648
Errors Line is longer than 80 characters. 657
Errors Line is longer than 80 characters. 765
Errors Line is longer than 80 characters. 770
Errors Line is longer than 80 characters. 778
Errors Line has trailing spaces. 784
Errors Line is longer than 80 characters. 798
Errors Line is longer than 80 characters. 799
Errors Line is longer than 80 characters. 800
Errors Line is longer than 80 characters. 801
Errors Line is longer than 80 characters. 807
Errors Line is longer than 80 characters. 808
Errors Line is longer than 80 characters. 816

org/sonatype/flexmojos/asdoc/AsDocReport.java

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name 0
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 5
Errors First sentence should end with a period. 24
Errors Line is longer than 80 characters. 25
Errors Line has trailing spaces. 26
Errors '{' should be on the previous line. 34
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 52
Errors Line has trailing spaces. 59
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 65
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 85
Errors Line is longer than 80 characters. 91
Errors Line is longer than 80 characters. 102
Errors Line is longer than 80 characters. 161

org/sonatype/flexmojos/asdoc/AttachAsdocMojo.java

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [phase] is not a valid Javadoc tag name 0
Errors Line is longer than 80 characters. 13
Errors Line has trailing spaces. 14
Errors '{' should be on the previous line. 21
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26

org/sonatype/flexmojos/asdoc/AttachDitaAsdocMojo.java

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [phase] is not a valid Javadoc tag name 0
Errors Line is longer than 80 characters. 22
Errors Line has trailing spaces. 23
Errors '{' should be on the previous line. 30
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 47
Errors Line is longer than 80 characters. 93
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 123

org/sonatype/flexmojos/asdoc/DitaAsdocMojo.java

Violation Message Line
Errors Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name 0
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 13
Errors Line has trailing spaces. 14
Errors '{' should be on the previous line. 20
Errors Line has trailing spaces. 24
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 35

org/sonatype/flexmojos/common/FlexClassifier.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 17
Errors interfaces should describe a type and hence have methods. 17
Errors '{' should be on the previous line. 18
Errors Missing a Javadoc comment. 19

org/sonatype/flexmojos/common/FlexExtension.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 17
Errors interfaces should describe a type and hence have methods. 17
Errors '{' should be on the previous line. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31

org/sonatype/flexmojos/common/FlexScopes.java

Violation Message Line
Errors Missing a Javadoc comment. 17
Errors interfaces should describe a type and hence have methods. 17
Errors '{' should be on the previous line. 18
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 27

org/sonatype/flexmojos/compatibilitykit/FlexCompatibility.java

Violation Message Line
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 5
Errors Missing a Javadoc comment. 15
Errors '(' is followed by whitespace. 15
Errors ')' is preceded with whitespace. 15
Errors '(' is followed by whitespace. 16
Errors ')' is preceded with whitespace. 16
Errors '{' should be on the previous line. 18
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 22

org/sonatype/flexmojos/compatibilitykit/FlexMojo.java

Violation Message Line
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 5
Errors Missing a Javadoc comment. 12
Errors '{' should be on the previous line. 14
Errors Redundant 'public' modifier. 19

org/sonatype/flexmojos/compatibilitykit/VersionUtils.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 5
Errors Missing a Javadoc comment. 10
Errors Utility classes should not have a public or default constructor. 10
Errors '{' should be on the previous line. 11
Errors Missing a Javadoc comment. 13
Errors '(' is followed by whitespace. 13
Errors Parameter version should be final. 13
Errors ')' is preceded with whitespace. 13
Errors '{' should be on the previous line. 14
Errors '(' is followed by whitespace. 15
Errors '(' is followed by whitespace. 15
Errors ')' is preceded with whitespace. 15
Errors ')' is preceded with whitespace. 15
Errors '{' should be on the previous line. 16
Errors '(' is followed by whitespace. 20
Errors ')' is preceded with whitespace. 20
Errors '(' is followed by whitespace. 21
Errors ')' is preceded with whitespace. 21
Errors '{' should be on the previous line. 22
Errors '(' is followed by whitespace. 23
Errors ')' is preceded with whitespace. 23
Errors '(' is followed by whitespace. 26
Errors ')' is preceded with whitespace. 26
Errors '(' is followed by whitespace. 29
Errors ')' is preceded with whitespace. 29
Errors '{' should be on the previous line. 30
Errors '(' is followed by whitespace. 31
Errors ')' is preceded with whitespace. 31
Errors Missing a Javadoc comment. 37
Errors '(' is followed by whitespace. 37
Errors Parameter fdkVersion should be final. 37
Errors Parameter minVersion should be final. 37
Errors ')' is preceded with whitespace. 37
Errors '{' should be on the previous line. 38
Errors '(' is followed by whitespace. 39
Errors ')' is preceded with whitespace. 39
Errors Missing a Javadoc comment. 42
Errors '(' is followed by whitespace. 42
Errors Parameter fdkVersion should be final. 42
Errors Parameter maxVersion should be final. 42
Errors ')' is preceded with whitespace. 42
Errors '{' should be on the previous line. 43
Errors '(' is followed by whitespace. 44
Errors ')' is preceded with whitespace. 44
Errors Missing a Javadoc comment. 47
Errors '(' is followed by whitespace. 47
Errors Parameter fdkVersion should be final. 47
Errors Parameter minVersion should be final. 47
Errors ')' is preceded with whitespace. 47
Errors '{' should be on the previous line. 48
Errors '(' is followed by whitespace. 49
Errors ')' is preceded with whitespace. 49
Errors '(' is followed by whitespace. 52
Errors ')' is preceded with whitespace. 52
Errors '{' should be on the previous line. 53
Errors '(' is followed by whitespace. 55
Errors ')' is preceded with whitespace. 55
Errors '{' should be on the previous line. 56
Errors Missing a Javadoc comment. 64
Errors '(' is followed by whitespace. 64
Errors Parameter integers should be final. 64
Errors ')' is preceded with whitespace. 64
Errors '{' should be on the previous line. 65
Errors '(' is followed by whitespace. 66
Errors ')' is preceded with whitespace. 66
Errors '{' should be on the previous line. 67
Errors '(' is followed by whitespace. 73
Errors ')' is preceded with whitespace. 73
Errors '{' should be on the previous line. 74
Errors '(' is followed by whitespace. 75
Errors ')' is preceded with whitespace. 75
Errors '{' should be on the previous line. 76

org/sonatype/flexmojos/compiler/AbstractFlexCompilerMojo.java

Violation Message Line
Errors File length is 2,630 lines (max allowed is 2,000). 1
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 52
Errors Line is longer than 80 characters. 53
Errors Missing a Javadoc comment. 69
Errors '{' should be on the previous line. 72
Errors Missing a Javadoc comment. 74
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 78
Errors Missing a Javadoc comment. 80
Errors Line is longer than 80 characters. 81
Errors '{' is followed by whitespace. 81
Errors Missing a Javadoc comment. 83
Errors First sentence should end with a period. 86
Errors Line is longer than 80 characters. 87
Errors Name 'licensePropertiesLocations' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 89
Errors '{' is followed by whitespace. 90
Errors '(' is followed by whitespace. 90
Errors Line is longer than 80 characters. 91
Errors ')' is preceded with whitespace. 91
Errors '(' is followed by whitespace. 92
Errors ')' is preceded with whitespace. 93
Errors '(' is followed by whitespace. 94
Errors Line is longer than 80 characters. 95
Errors ')' is preceded with whitespace. 95
Errors '(' is followed by whitespace. 96
Errors Line is longer than 80 characters. 97
Errors '(' is followed by whitespace. 97
Errors ')' is preceded with whitespace. 97
Errors ')' is preceded with whitespace. 97
Errors Line has trailing spaces. 101
Errors First sentence should end with a period. 106
Errors Line is longer than 80 characters. 107
Errors Line has trailing spaces. 109
Errors Variable 'execution' must be private and have accessor methods. 114
Errors First sentence should end with a period. 116
Errors Line is longer than 80 characters. 117
Errors Line has trailing spaces. 118
Errors Variable 'context' must be private and have accessor methods. 123
Errors Line is longer than 80 characters. 126
Errors Line is longer than 80 characters. 127
Errors Line has trailing spaces. 129
Errors Line has trailing spaces. 137
Errors Variable 'locales' must be private and have accessor methods. 141
Errors Line is longer than 80 characters. 144
Errors Line has trailing spaces. 146
Errors Line has trailing spaces. 152
Errors Line has trailing spaces. 154
Errors Variable 'sourcePaths' must be private and have accessor methods. 158
Errors First sentence should end with a period. 160
Errors Line is longer than 80 characters. 161
Errors Line has trailing spaces. 162
Errors Line is longer than 80 characters. 168
Errors Line has trailing spaces. 170
Errors First sentence should end with a period. 175
Errors Line has trailing spaces. 177
Errors Line has trailing spaces. 216
Errors Line has trailing spaces. 219
Errors Line is longer than 80 characters. 223
Errors Line has trailing spaces. 226
Errors First sentence should end with a period. 232
Errors Line has trailing spaces. 234
Errors Variable 'debugPassword' must be private and have accessor methods. 237
Errors Line is longer than 80 characters. 240
Errors Line is longer than 80 characters. 241
Errors Line has trailing spaces. 242
Errors Line is longer than 80 characters. 248
Errors Line has trailing spaces. 250
Errors Line has trailing spaces. 259
Errors Line has trailing spaces. 266
Errors Line is longer than 80 characters. 272
Errors Line is longer than 80 characters. 273
Errors Line has trailing spaces. 275
Errors Line has trailing spaces. 283
Errors Line has trailing spaces. 290
Errors Line has trailing spaces. 297
Errors Line is longer than 80 characters. 303
Errors Line is longer than 80 characters. 304
Errors Line has trailing spaces. 306
Errors Line is longer than 80 characters. 312
Errors Line is longer than 80 characters. 313
Errors Line is longer than 80 characters. 314
Errors Line has trailing spaces. 315
Errors Line has trailing spaces. 322
Errors Line is longer than 80 characters. 328
Errors Line is longer than 80 characters. 329
Errors Line has trailing spaces. 332
Errors Line is longer than 80 characters. 340
Errors Line has trailing spaces. 348
Errors Line has trailing spaces. 355
Errors Line has trailing spaces. 363
Errors Line has trailing spaces. 369
Errors Line is longer than 80 characters. 375
Errors Line has trailing spaces. 377
Errors Line has trailing spaces. 384
Errors Line is longer than 80 characters. 391
Errors Line has trailing spaces. 393
Errors Line has trailing spaces. 406
Errors Line is longer than 80 characters. 412
Errors Line has trailing spaces. 414
Errors Variable 'contextRoot' must be private and have accessor methods. 417
Errors First sentence should end with a period. 419
Errors Line has trailing spaces. 421
Errors Variable 'linkReport' must be private and have accessor methods. 424
Errors Line has trailing spaces. 428
Errors Variable 'configurationReport' must be private and have accessor methods. 431
Errors Line is longer than 80 characters. 434
Errors Line has trailing spaces. 437
Errors Line has trailing spaces. 452
Errors Variable 'loadExterns' must be private and have accessor methods. 456
Errors Line is longer than 80 characters. 459
Errors Line has trailing spaces. 460
Errors Variable 'configFile' must be private and have accessor methods. 463
Errors Line is longer than 80 characters. 466
Errors Line is longer than 80 characters. 467
Errors Line has trailing spaces. 469
Errors Line is longer than 80 characters. 475
Errors Line has trailing spaces. 477
Errors Line has trailing spaces. 485
Errors Line has trailing spaces. 504
Errors Line is longer than 80 characters. 510
Errors Line has trailing spaces. 512
Errors Line has trailing spaces. 520
Errors Line is longer than 80 characters. 521
Errors Line has trailing spaces. 523
Errors Line is longer than 80 characters. 526
Errors Line has trailing spaces. 529
Errors First sentence should end with a period. 534
Errors Line has trailing spaces. 536
Errors Line has trailing spaces. 537
Errors Line is longer than 80 characters. 538
Errors Line is longer than 80 characters. 543
Errors Line is longer than 80 characters. 544
Errors Line is longer than 80 characters. 545
Errors Line has trailing spaces. 546
Errors Line has trailing spaces. 554
Errors Line has trailing spaces. 557
Errors Line is longer than 80 characters. 560
Errors Line has trailing spaces. 563
Errors Line is longer than 80 characters. 569
Errors Line is longer than 80 characters. 570
Errors Line has trailing spaces. 572
Errors Line is longer than 80 characters. 578
Errors Line is longer than 80 characters. 579
Errors Line has trailing spaces. 580
Errors First sentence should end with a period. 586
Errors Line is longer than 80 characters. 587
Errors Line has trailing spaces. 588
Errors Line has trailing spaces. 592
Errors Variable 'resourceBundlePath' must be private and have accessor methods. 595
Errors Line is longer than 80 characters. 598
Errors Line is longer than 80 characters. 599
Errors Line has trailing spaces. 600
Errors Line is longer than 80 characters. 601
Errors Line is longer than 80 characters. 607
Errors Line is longer than 80 characters. 608
Errors Line is longer than 80 characters. 610
Errors Line has trailing spaces. 611
Errors Line is longer than 80 characters. 617
Errors Extra HTML tag found: </code>. 618
Errors Line has trailing spaces. 619
Errors Line is longer than 80 characters. 625
Errors Line is longer than 80 characters. 626
Errors Line has trailing spaces. 627
Errors Line is longer than 80 characters. 633
Errors Line has trailing spaces. 635
Errors Line is longer than 80 characters. 641
Errors Line is longer than 80 characters. 642
Errors Line has trailing spaces. 643
Errors Line is longer than 80 characters. 649
Errors Line is longer than 80 characters. 650
Errors Line has trailing spaces. 651
Errors Line is longer than 80 characters. 657
Errors Line has trailing spaces. 659
Errors Line is longer than 80 characters. 665
Errors Line has trailing spaces. 667
Errors Line is longer than 80 characters. 673
Errors Line is longer than 80 characters. 674
Errors Line has trailing spaces. 677
Errors Line has trailing spaces. 683
Errors Line is longer than 80 characters. 689
Errors Line has trailing spaces. 692
Errors Line has trailing spaces. 703
Errors Line is longer than 80 characters. 709
Errors Line is longer than 80 characters. 710
Errors Line has trailing spaces. 713
Errors Line has trailing spaces. 719
Errors Line is longer than 80 characters. 725
Errors Line is longer than 80 characters. 726
Errors Line has trailing spaces. 728
Errors Line is longer than 80 characters. 734
Errors Line is longer than 80 characters. 735
Errors Line has trailing spaces. 737
Errors Line is longer than 80 characters. 743
Errors Line is longer than 80 characters. 744
Errors Line has trailing spaces. 745
Errors Line is longer than 80 characters. 751
Errors Line is longer than 80 characters. 752
Errors Line is longer than 80 characters. 754
Errors Line is longer than 80 characters. 755
Errors Line has trailing spaces. 759
Errors Line is longer than 80 characters. 765
Errors Line is longer than 80 characters. 766
Errors Line has trailing spaces. 767
Errors First sentence should end with a period. 772
Errors First sentence should end with a period. 777
Errors Variable 'builder' must be private and have accessor methods. 780
Errors First sentence should end with a period. 782
Errors Line is longer than 80 characters. 783
Errors Line is longer than 80 characters. 784
Errors Variable 'configuration' must be private and have accessor methods. 786
Errors First sentence should end with a period. 788
Errors Variable 'isSetProjectFile' must be private and have accessor methods. 791
Errors First sentence should end with a period. 793
Errors Variable 'linkReportFile' must be private and have accessor methods. 796
Errors Line is longer than 80 characters. 799
Errors Line has trailing spaces. 801
Errors Line is longer than 80 characters. 807
Errors Line is longer than 80 characters. 808
Errors Line has trailing spaces. 810
Errors Line is longer than 80 characters. 811
Errors Line has trailing spaces. 818
Errors Line has trailing spaces. 826
Errors Variable 'runtimeLocales' must be private and have accessor methods. 829
Errors Line is longer than 80 characters. 832
Errors Line is longer than 80 characters. 833
Errors Line has trailing spaces. 835
Errors Line has trailing spaces. 843
Errors Variable 'compiledLocales' must be private and have accessor methods. 846
Errors Line has trailing spaces. 850
Errors Line has trailing spaces. 856
Errors Line is longer than 80 characters. 857
Errors Line has trailing spaces. 860
Errors Line has trailing spaces. 870
Errors Line is longer than 80 characters. 876
Errors Line has trailing spaces. 878
Errors Line has trailing spaces. 886
Errors Variable 'includeResourceBundles' must be private and have accessor methods. 889
Errors Line is longer than 80 characters. 892
Errors Line is longer than 80 characters. 893
Errors Line has trailing spaces. 894
Errors Line is longer than 80 characters. 900
Errors Line is longer than 80 characters. 901
Errors Line has trailing spaces. 902
Errors Line is longer than 80 characters. 908
Errors Line has trailing spaces. 909
Errors First sentence should end with a period. 914
Errors Line has trailing spaces. 916
Errors First sentence should end with a period. 921
Errors '{' should be on the previous line. 925
Errors First sentence should end with a period. 929
Errors Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 932
Errors '(' is followed by whitespace. 932
Errors ')' is preceded with whitespace. 932
Errors Expected @throws tag for 'MojoExecutionException'. 935
Errors Expected @throws tag for 'MojoFailureException'. 935
Errors '{' should be on the previous line. 936
Errors '(' is followed by whitespace. 941
Errors ')' is preceded with whitespace. 941
Errors '{' should be on the previous line. 942
Errors '(' is followed by whitespace. 944
Errors ')' is preceded with whitespace. 944
Errors '{' should be on the previous line. 945
Errors Line is longer than 80 characters. 946
Errors '}' should be on the same line. 947
Errors '{' should be on the previous line. 949
Errors '(' is followed by whitespace. 952
Errors ')' is preceded with whitespace. 952
Errors '(' is followed by whitespace. 953
Errors ')' is preceded with whitespace. 953
Errors '{' should be on the previous line. 954
Errors '(' is followed by whitespace. 955
Errors ')' is preceded with whitespace. 955
Errors '(' is followed by whitespace. 956
Errors ')' is preceded with whitespace. 956
Errors '{' should be on the previous line. 957
Errors '(' is followed by whitespace. 958
Errors ')' is preceded with whitespace. 958
Errors '(' is followed by whitespace. 961
Errors ')' is preceded with whitespace. 961
Errors '(' is followed by whitespace. 964
Errors ')' is preceded with whitespace. 964
Errors '{' should be on the previous line. 965
Errors '(' is followed by whitespace. 967
Errors ')' is preceded with whitespace. 967
Errors '{' should be on the previous line. 968
Errors '(' is followed by whitespace. 969
Errors ')' is preceded with whitespace. 969
Errors '(' is followed by whitespace. 970
Errors ')' is preceded with whitespace. 970
Errors '{' should be on the previous line. 971
Errors '(' is followed by whitespace. 977
Errors ')' is preceded with whitespace. 977
Errors '{' should be on the previous line. 978
Errors '(' is followed by whitespace. 979
Errors ')' is preceded with whitespace. 979
Errors '(' is followed by whitespace. 982
Errors ')' is preceded with whitespace. 982
Errors '{' should be on the previous line. 983
Errors '(' is followed by whitespace. 985
Errors ')' is preceded with whitespace. 985
Errors '{' should be on the previous line. 986
Errors Line is longer than 80 characters. 987
Errors '(' is followed by whitespace. 987
Errors ')' is preceded with whitespace. 987
Errors '(' is followed by whitespace. 988
Errors ')' is preceded with whitespace. 988
Errors '{' should be on the previous line. 989
Errors '(' is followed by whitespace. 996
Errors ')' is preceded with whitespace. 996
Errors '{' should be on the previous line. 997
Errors '(' is followed by whitespace. 1001
Errors ')' is preceded with whitespace. 1001
Errors '{' should be on the previous line. 1002
Errors '(' is followed by whitespace. 1005
Errors ')' is preceded with whitespace. 1005
Errors '{' should be on the previous line. 1006
Errors Line is longer than 80 characters. 1007
Errors Avoid inline conditionals. 1007
Errors '(' is followed by whitespace. 1010
Errors ')' is preceded with whitespace. 1010
Errors '{' should be on the previous line. 1011
Errors '(' is followed by whitespace. 1017
Errors ')' is preceded with whitespace. 1017
Errors '{' should be on the previous line. 1018
Errors '(' is followed by whitespace. 1022
Errors ')' is preceded with whitespace. 1022
Errors '{' should be on the previous line. 1023
Errors '{' should be on the previous line. 1025
Errors '(' is followed by whitespace. 1026
Errors ')' is preceded with whitespace. 1026
Errors '}' should be on the same line. 1027
Errors '(' is followed by whitespace. 1028
Errors ')' is preceded with whitespace. 1028
Errors '{' should be on the previous line. 1029
Errors Line is longer than 80 characters. 1031
Errors ')' is preceded with whitespace. 1031
Errors Line is longer than 80 characters. 1032
Errors '(' is followed by whitespace. 1032
Errors '(' is followed by whitespace. 1032
Errors ')' is preceded with whitespace. 1032
Errors ')' is preceded with whitespace. 1032
Errors Line is longer than 80 characters. 1039
Errors '(' is followed by whitespace. 1039
Errors ')' is preceded with whitespace. 1039
Errors '(' is followed by whitespace. 1041
Errors ')' is preceded with whitespace. 1041
Errors Missing a Javadoc comment. 1047
Errors '(' is followed by whitespace. 1047
Errors ')' is preceded with whitespace. 1047
Errors '{' should be on the previous line. 1049
Errors '(' is followed by whitespace. 1050
Errors ')' is preceded with whitespace. 1050
Errors '{' should be on the previous line. 1051
Errors Line is longer than 80 characters. 1056
Errors '(' is followed by whitespace. 1056
Errors ')' is preceded with whitespace. 1056
Errors '(' is followed by whitespace. 1059
Errors ')' is preceded with whitespace. 1059
Errors '{' should be on the previous line. 1060
Errors '(' is followed by whitespace. 1061
Errors ')' is preceded with whitespace. 1061
Errors '(' is followed by whitespace. 1063
Errors ')' is preceded with whitespace. 1063
Errors Line is longer than 80 characters. 1067
Errors '(' is followed by whitespace. 1067
Errors ')' is preceded with whitespace. 1067
Errors '(' is followed by whitespace. 1070
Errors ')' is preceded with whitespace. 1070
Errors '{' should be on the previous line. 1071
Errors '(' is followed by whitespace. 1072
Errors ')' is preceded with whitespace. 1072
Errors '(' is followed by whitespace. 1074
Errors ')' is preceded with whitespace. 1074
Errors Line is longer than 80 characters. 1077
Errors Line is longer than 80 characters. 1079
Errors '(' is followed by whitespace. 1080
Errors ')' is preceded with whitespace. 1080
Errors '{' should be on the previous line. 1081
Errors '(' is followed by whitespace. 1082
Errors ')' is preceded with whitespace. 1082
Errors '{' should be on the previous line. 1083
Errors '(' is followed by whitespace. 1084
Errors ')' is preceded with whitespace. 1084
Errors '}' should be on the same line. 1085
Errors '(' is followed by whitespace. 1086
Errors ')' is preceded with whitespace. 1086
Errors '{' should be on the previous line. 1087
Errors '(' is followed by whitespace. 1088
Errors ')' is preceded with whitespace. 1088
Errors '}' should be on the same line. 1090
Errors '{' should be on the previous line. 1092
Errors '(' is followed by whitespace. 1097
Errors ')' is preceded with whitespace. 1097
Errors '{' should be on the previous line. 1098
Errors '(' is followed by whitespace. 1099
Errors ')' is preceded with whitespace. 1099
Errors '{' should be on the previous line. 1100
Errors '(' is followed by whitespace. 1101
Errors ')' is preceded with whitespace. 1101
Errors '}' should be on the same line. 1102
Errors '(' is followed by whitespace. 1103
Errors ')' is preceded with whitespace. 1103
Errors '{' should be on the previous line. 1104
Errors '(' is followed by whitespace. 1105
Errors ')' is preceded with whitespace. 1105
Errors '}' should be on the same line. 1107
Errors '{' should be on the previous line. 1109
Errors '(' is followed by whitespace. 1114
Errors ')' is preceded with whitespace. 1114
Errors '{' should be on the previous line. 1115
Errors '(' is followed by whitespace. 1116
Errors ')' is preceded with whitespace. 1116
Errors '(' is followed by whitespace. 1119
Errors ')' is preceded with whitespace. 1119
Errors '{' should be on the previous line. 1120
Errors '(' is followed by whitespace. 1121
Errors ')' is preceded with whitespace. 1121
Errors '{' should be on the previous line. 1122
Errors '(' is followed by whitespace. 1123
Errors ')' is preceded with whitespace. 1123
Errors '{' should be on the previous line. 1124
Errors Line is longer than 80 characters. 1125
Errors '(' is followed by whitespace. 1125
Errors '{' is followed by whitespace. 1125
Errors ')' is preceded with whitespace. 1125
Errors '}' should be on the same line. 1127
Errors '(' is followed by whitespace. 1128
Errors ')' is preceded with whitespace. 1128
Errors '{' should be on the previous line. 1129
Errors '(' is followed by whitespace. 1130
Errors ')' is preceded with whitespace. 1130
Errors '}' should be on the same line. 1131
Errors '(' is followed by whitespace. 1132
Errors ')' is preceded with whitespace. 1132
Errors '{' should be on the previous line. 1133
Errors '(' is followed by whitespace. 1134
Errors ')' is preceded with whitespace. 1134
Errors '}' should be on the same line. 1135
Errors '{' should be on the previous line. 1137
Errors Line is longer than 80 characters. 1138
Errors Line is longer than 80 characters. 1139
Errors '(' is followed by whitespace. 1139
Errors ')' is preceded with whitespace. 1139
Errors Line is longer than 80 characters. 1140
Errors '(' is followed by whitespace. 1140
Errors ')' is preceded with whitespace. 1140
Errors '(' is followed by whitespace. 1141
Errors ')' is preceded with whitespace. 1141
Errors Missing a Javadoc comment. 1146
Errors '{' should be on the previous line. 1148
Errors '(' is followed by whitespace. 1149
Errors ')' is preceded with whitespace. 1149
Errors '{' should be on the previous line. 1150
Errors '(' is followed by whitespace. 1156
Errors ')' is preceded with whitespace. 1156
Errors '{' should be on the previous line. 1157
Errors '(' is followed by whitespace. 1162
Errors '(' is followed by whitespace. 1162
Errors ')' is preceded with whitespace. 1162
Errors ')' is preceded with whitespace. 1162
Errors '{' should be on the previous line. 1163
Errors Line is longer than 80 characters. 1165
Errors Line is longer than 80 characters. 1170
Errors Line is longer than 80 characters. 1171
Errors '(' is followed by whitespace. 1172
Errors ')' is preceded with whitespace. 1172
Errors Missing a Javadoc comment. 1176
Errors '(' is followed by whitespace. 1176
Errors ')' is preceded with whitespace. 1176
Errors '{' should be on the previous line. 1178
Errors '(' is followed by whitespace. 1179
Errors ')' is preceded with whitespace. 1179
Errors '{' should be on the previous line. 1180
Errors '(' is followed by whitespace. 1181
Errors ')' is preceded with whitespace. 1181
Errors '{' should be on the previous line. 1182
Errors Line is longer than 80 characters. 1183
Errors '(' is followed by whitespace. 1183
Errors ')' is preceded with whitespace. 1183
Errors '(' is followed by whitespace. 1187
Errors ')' is preceded with whitespace. 1187
Errors '{' should be on the previous line. 1188
Errors '}' should be on the same line. 1190
Errors '{' should be on the previous line. 1192
Errors Method 'getValidSourceRoots' is not designed for extension - needs to be abstract, final or empty. 1198
Errors Missing a Javadoc comment. 1198
Errors '(' is followed by whitespace. 1198
Errors Parameter sourceRoots should be final. 1198
Errors ')' is preceded with whitespace. 1198
Errors '{' should be on the previous line. 1199
Errors '(' is followed by whitespace. 1201
Errors ')' is preceded with whitespace. 1201
Errors '{' should be on the previous line. 1202
Errors '(' is followed by whitespace. 1203
Errors ')' is preceded with whitespace. 1203
Errors '(' is followed by whitespace. 1204
Errors ')' is preceded with whitespace. 1204
Errors '{' should be on the previous line. 1205
Errors '(' is followed by whitespace. 1206
Errors ')' is preceded with whitespace. 1206
Errors Method 'setMavenPathResolver' is not designed for extension - needs to be abstract, final or empty. 1212
Errors Missing a Javadoc comment. 1212
Errors '(' is followed by whitespace. 1212
Errors ')' is preceded with whitespace. 1212
Errors '(' is followed by whitespace. 1213
Errors ')' is preceded with whitespace. 1213
Errors '(' is followed by whitespace. 1215
Errors Parameter builder should be final. 1215
Errors 'builder' hides a field. 1215
Errors ')' is preceded with whitespace. 1215
Errors '{' should be on the previous line. 1216
Errors '(' is followed by whitespace. 1217
Errors ')' is preceded with whitespace. 1217
Errors '{' should be on the previous line. 1218
Errors Line is longer than 80 characters. 1219
Errors '(' is followed by whitespace. 1219
Errors '(' is followed by whitespace. 1219
Errors ')' is preceded with whitespace. 1219
Errors ')' is preceded with whitespace. 1219
Errors Missing a Javadoc comment. 1223
Errors '{' should be on the previous line. 1225
Errors '(' is followed by whitespace. 1227
Errors ')' is preceded with whitespace. 1227
Errors '{' should be on the previous line. 1228
Errors '(' is followed by whitespace. 1229
Errors ')' is preceded with whitespace. 1229
Errors '{' should be on the previous line. 1230
Errors '(' is followed by whitespace. 1236
Errors ')' is preceded with whitespace. 1236
Errors '{' should be on the previous line. 1237
Errors '{' should be on the previous line. 1243
Errors '(' is followed by whitespace. 1244
Errors '(' is followed by whitespace. 1244
Errors ')' is preceded with whitespace. 1244
Errors ')' is preceded with whitespace. 1244
Errors '}' should be on the same line. 1245
Errors '(' is followed by whitespace. 1246
Errors ')' is preceded with whitespace. 1246
Errors '{' should be on the previous line. 1247
Errors Line is longer than 80 characters. 1248
Errors '(' is followed by whitespace. 1248
Errors ')' is preceded with whitespace. 1248
Errors 'licenses' hides a field. 1252
Errors '(' is followed by whitespace. 1255
Errors ')' is preceded with whitespace. 1255
Errors '{' should be on the previous line. 1256
Errors '(' is followed by whitespace. 1258
Errors ')' is preceded with whitespace. 1258
Errors '(' is followed by whitespace. 1259
Errors ')' is preceded with whitespace. 1259
Errors First sentence should end with a period. 1265
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 1268
Errors Expected @throws tag for 'MojoExecutionException'. 1269
Errors Expected @throws tag for 'MojoFailureException'. 1269
Errors '{' should be on the previous line. 1270
Errors '(' is followed by whitespace. 1271
Errors '(' is followed by whitespace. 1271
Errors ')' is preceded with whitespace. 1271
Errors ')' is preceded with whitespace. 1271
Errors '(' is followed by whitespace. 1273
Errors ')' is preceded with whitespace. 1273
Errors '(' is followed by whitespace. 1275
Errors ')' is preceded with whitespace. 1275
Errors First sentence should end with a period. 1278
Errors Line has trailing spaces. 1280
Errors Expected @throws tag for 'FileNotFoundException'. 1285
Errors '{' should be on the previous line. 1286
Errors Line is longer than 80 characters. 1287
Errors '(' is followed by whitespace. 1287
Errors '(' is followed by whitespace. 1287
Errors ')' is preceded with whitespace. 1287
Errors ')' is preceded with whitespace. 1287
Errors First sentence should end with a period. 1290
Errors Line has trailing spaces. 1292
Errors Expected @throws tag for 'FileNotFoundException'. 1297
Errors '{' should be on the previous line. 1298
Errors Line is longer than 80 characters. 1299
Errors '(' is followed by whitespace. 1299
Errors '(' is followed by whitespace. 1299
Errors ')' is preceded with whitespace. 1299
Errors ')' is preceded with whitespace. 1299
Errors First sentence should end with a period. 1302
Errors Line has trailing spaces. 1304
Errors Method 'configure' is not designed for extension - needs to be abstract, final or empty. 1308
Errors Method length is 170 lines (max allowed is 150). 1308
Errors Expected @throws tag for 'MojoExecutionException'. 1309
Errors Expected @throws tag for 'MojoFailureException'. 1309
Errors '{' should be on the previous line. 1310
Errors '(' is followed by whitespace. 1313
Errors ')' is preceded with whitespace. 1313
Errors '(' is followed by whitespace. 1314
Errors ')' is preceded with whitespace. 1314
Errors '(' is followed by whitespace. 1315
Errors ')' is preceded with whitespace. 1315
Errors '(' is followed by whitespace. 1316
Errors ')' is preceded with whitespace. 1316
Errors '(' is followed by whitespace. 1317
Errors ')' is preceded with whitespace. 1317
Errors Line is longer than 80 characters. 1320
Errors '(' is followed by whitespace. 1320
Errors ')' is preceded with whitespace. 1320
Errors '(' is followed by whitespace. 1323
Errors ')' is preceded with whitespace. 1323
Errors '{' should be on the previous line. 1324
Errors '(' is followed by whitespace. 1328
Errors ')' is preceded with whitespace. 1328
Errors Line is longer than 80 characters. 1329
Errors '(' is followed by whitespace. 1329
Errors ')' is preceded with whitespace. 1329
Errors Line is longer than 80 characters. 1330
Errors '(' is followed by whitespace. 1330
Errors ')' is preceded with whitespace. 1330
Errors '(' is followed by whitespace. 1332
Errors ')' is preceded with whitespace. 1332
Errors '{' should be on the previous line. 1333
Errors Line is longer than 80 characters. 1334
Errors '(' is followed by whitespace. 1334
Errors '(' is followed by whitespace. 1334
Errors ')' is preceded with whitespace. 1334
Errors ')' is preceded with whitespace. 1334
Errors '(' is followed by whitespace. 1339
Errors ')' is preceded with whitespace. 1339
Errors '{' should be on the previous line. 1340
Errors '(' is followed by whitespace. 1341
Errors ')' is preceded with whitespace. 1341
Errors '}' should be on the same line. 1342
Errors '{' should be on the previous line. 1344
Errors '(' is followed by whitespace. 1346
Errors ')' is preceded with whitespace. 1346
Errors '{' should be on the previous line. 1347
Errors '(' is followed by whitespace. 1348
Errors ')' is preceded with whitespace. 1348
Errors '(' is followed by whitespace. 1353
Errors ')' is preceded with whitespace. 1353
Errors '{' should be on the previous line. 1354
Errors Line is longer than 80 characters. 1355
Errors '(' is followed by whitespace. 1355
Errors ')' is preceded with whitespace. 1355
Errors '(' is followed by whitespace. 1357
Errors ')' is preceded with whitespace. 1357
Errors '(' is followed by whitespace. 1359
Errors ')' is preceded with whitespace. 1359
Errors Line is longer than 80 characters. 1360
Errors '(' is followed by whitespace. 1360
Errors ')' is preceded with whitespace. 1360
Errors '(' is followed by whitespace. 1362
Errors ')' is preceded with whitespace. 1362
Errors '{' should be on the previous line. 1363
Errors '(' is followed by whitespace. 1364
Errors ')' is preceded with whitespace. 1364
Errors '{' should be on the previous line. 1365
Errors '(' is followed by whitespace. 1366
Errors ')' is preceded with whitespace. 1366
Errors '(' is followed by whitespace. 1367
Errors ')' is preceded with whitespace. 1367
Errors '(' is followed by whitespace. 1373
Errors ')' is preceded with whitespace. 1373
Errors '{' should be on the previous line. 1374
Errors '(' is followed by whitespace. 1375
Errors ')' is preceded with whitespace. 1375
Errors '}' should be on the same line. 1376
Errors Line is longer than 80 characters. 1377
Errors '(' is followed by whitespace. 1377
Errors ')' is preceded with whitespace. 1377
Errors '(' is followed by whitespace. 1379
Errors ')' is preceded with whitespace. 1379
Errors '}' should be on the same line. 1380
Errors '{' should be on the previous line. 1382
Errors '(' is followed by whitespace. 1388
Errors ')' is preceded with whitespace. 1388
Errors '(' is followed by whitespace. 1390
Errors ')' is preceded with whitespace. 1390
Errors '(' is followed by whitespace. 1391
Errors ')' is preceded with whitespace. 1391
Errors '{' should be on the previous line. 1392
Errors '(' is followed by whitespace. 1393
Errors ')' is preceded with whitespace. 1393
Errors '(' is followed by whitespace. 1396
Errors ')' is preceded with whitespace. 1396
Errors '(' is followed by whitespace. 1397
Errors ')' is preceded with whitespace. 1397
Errors '(' is followed by whitespace. 1398
Errors ')' is preceded with whitespace. 1398
Errors '(' is followed by whitespace. 1399
Errors ')' is preceded with whitespace. 1399
Errors '(' is followed by whitespace. 1401
Errors ')' is preceded with whitespace. 1401
Errors '{' should be on the previous line. 1402
Errors '(' is followed by whitespace. 1403
Errors ')' is preceded with whitespace. 1403
Errors '(' is followed by whitespace. 1405
Errors ')' is preceded with whitespace. 1405
Errors '(' is followed by whitespace. 1406
Errors ')' is preceded with whitespace. 1406
Errors '(' is followed by whitespace. 1407
Errors ')' is preceded with whitespace. 1407
Errors '(' is followed by whitespace. 1411
Errors ')' is preceded with whitespace. 1411
Errors '{' should be on the previous line. 1412
Errors '(' is followed by whitespace. 1413
Errors ')' is preceded with whitespace. 1413
Errors '(' is followed by whitespace. 1418
Errors ')' is preceded with whitespace. 1418
Errors 'if' construct must use '{}'s. 1422
Errors '(' is followed by whitespace. 1422
Errors ')' is preceded with whitespace. 1422
Errors '(' is followed by whitespace. 1423
Errors ')' is preceded with whitespace. 1423
Errors Line is longer than 80 characters. 1425
Errors '(' is followed by whitespace. 1425
Errors '(' is followed by whitespace. 1425
Errors '16' is a magic number. 1425
Errors ')' is preceded with whitespace. 1425
Errors ')' is preceded with whitespace. 1425
Errors '(' is followed by whitespace. 1427
Errors ')' is preceded with whitespace. 1427
Errors Line is longer than 80 characters. 1429
Errors '(' is followed by whitespace. 1429
Errors ')' is preceded with whitespace. 1429
Errors '(' is followed by whitespace. 1431
Errors ')' is preceded with whitespace. 1431
Errors '(' is followed by whitespace. 1433
Errors ')' is preceded with whitespace. 1433
Errors '{' should be on the previous line. 1434
Errors '(' is followed by whitespace. 1435
Errors ')' is preceded with whitespace. 1435
Errors '{' should be on the previous line. 1436
Errors Line is longer than 80 characters. 1437
Errors '(' is followed by whitespace. 1437
Errors ')' is preceded with whitespace. 1437
Errors '(' is followed by whitespace. 1441
Errors ')' is preceded with whitespace. 1441
Errors '{' should be on the previous line. 1442
Errors '(' is followed by whitespace. 1443
Errors ')' is preceded with whitespace. 1443
Errors '(' is followed by whitespace. 1445
Errors ')' is preceded with whitespace. 1445
Errors '{' should be on the previous line. 1446
Errors '(' is followed by whitespace. 1447
Errors ')' is preceded with whitespace. 1447
Errors '(' is followed by whitespace. 1450
Errors ')' is preceded with whitespace. 1450
Errors '(' is followed by whitespace. 1452
Errors ')' is preceded with whitespace. 1452
Errors '(' is followed by whitespace. 1454
Errors ')' is preceded with whitespace. 1454
Errors '(' is followed by whitespace. 1456
Errors ')' is preceded with whitespace. 1456
Errors '{' should be on the previous line. 1457
Errors '(' is followed by whitespace. 1458
Errors ')' is preceded with whitespace. 1458
Errors '(' is followed by whitespace. 1461
Errors ')' is preceded with whitespace. 1461
Errors '{' should be on the previous line. 1462
Errors '(' is followed by whitespace. 1468
Errors ')' is preceded with whitespace. 1468
Errors Line is longer than 80 characters. 1469
Errors '(' is followed by whitespace. 1469
Errors '(' is followed by whitespace. 1469
Errors ')' is preceded with whitespace. 1469
Errors ')' is preceded with whitespace. 1469
Errors '(' is followed by whitespace. 1471
Errors ')' is preceded with whitespace. 1471
Errors '}' should be on the same line. 1472
Errors '{' should be on the previous line. 1474
Errors Line is longer than 80 characters. 1475
Errors '(' is followed by whitespace. 1475
Errors ')' is preceded with whitespace. 1475
Errors Method 'configureViaCommandLine' is not designed for extension - needs to be abstract, final or empty. 1481
Errors Missing a Javadoc comment. 1481
Errors '(' is followed by whitespace. 1481
Errors Parameter commandLineArguments should be final. 1481
Errors ')' is preceded with whitespace. 1481
Errors Line is longer than 80 characters. 1483
Errors '(' is followed by whitespace. 1483
Errors ')' is preceded with whitespace. 1483
Errors '(' is followed by whitespace. 1485
Errors ')' is preceded with whitespace. 1485
Errors '{' should be on the previous line. 1486
Errors '(' is followed by whitespace. 1487
Errors ')' is preceded with whitespace. 1487
Errors '(' is followed by whitespace. 1489
Errors ')' is preceded with whitespace. 1489
Errors '{' should be on the previous line. 1490
Errors '(' is followed by whitespace. 1491
Errors ')' is preceded with whitespace. 1491
Errors '(' is followed by whitespace. 1494
Errors ')' is preceded with whitespace. 1494
Errors Line is longer than 80 characters. 1497
Errors Missing a Javadoc comment. 1497
Errors '(' is followed by whitespace. 1497
Errors Parameter commandLineArguments should be final. 1497
Errors ')' is preceded with whitespace. 1497
Errors Line is longer than 80 characters. 1499
Errors '(' is followed by whitespace. 1499
Errors ')' is preceded with whitespace. 1499
Errors Line is longer than 80 characters. 1500
Errors '(' is followed by whitespace. 1500
Errors ')' is preceded with whitespace. 1500
Errors Line is longer than 80 characters. 1501
Errors '(' is followed by whitespace. 1501
Errors ')' is preceded with whitespace. 1501
Errors Line is longer than 80 characters. 1503
Errors '(' is followed by whitespace. 1503
Errors ')' is preceded with whitespace. 1503
Errors '(' is followed by whitespace. 1505
Errors ')' is preceded with whitespace. 1505
Errors '(' is followed by whitespace. 1507
Errors ')' is preceded with whitespace. 1507
Errors '{' should be on the previous line. 1508
Errors Line is longer than 80 characters. 1509
Errors '(' is followed by whitespace. 1509
Errors ')' is preceded with whitespace. 1509
Errors '(' is followed by whitespace. 1511
Errors ')' is preceded with whitespace. 1511
Errors '{' should be on the previous line. 1512
Errors Line is longer than 80 characters. 1513
Errors '(' is followed by whitespace. 1513
Errors ')' is preceded with whitespace. 1513
Errors Line is longer than 80 characters. 1517
Errors Missing a Javadoc comment. 1517
Errors '(' is followed by whitespace. 1517
Errors Parameter argumentName should be final. 1517
Errors Parameter values should be final. 1517
Errors Line is longer than 80 characters. 1518
Errors Parameter commandLineArguments should be final. 1518
Errors ')' is preceded with whitespace. 1518
Errors '(' is followed by whitespace. 1520
Errors ')' is preceded with whitespace. 1520
Errors '{' should be on the previous line. 1521
Errors '(' is followed by whitespace. 1522
Errors ')' is preceded with whitespace. 1522
Errors '{' should be on the previous line. 1523
Errors Line is longer than 80 characters. 1524
Errors '(' is followed by whitespace. 1524
Errors ')' is preceded with whitespace. 1524
Errors Missing a Javadoc comment. 1529
Errors '(' is followed by whitespace. 1529
Errors ')' is preceded with whitespace. 1529
Errors '{' should be on the previous line. 1532
Errors '(' is followed by whitespace. 1534
Errors ')' is preceded with whitespace. 1534
Errors '{' should be on the previous line. 1535
Errors '(' is followed by whitespace. 1536
Errors ')' is preceded with whitespace. 1536
Errors '{' should be on the previous line. 1537
Errors Line is longer than 80 characters. 1538
Errors '(' is followed by whitespace. 1538
Errors '(' is followed by whitespace. 1538
Errors ')' is preceded with whitespace. 1538
Errors ')' is preceded with whitespace. 1538
Errors '(' is followed by whitespace. 1540
Errors ')' is preceded with whitespace. 1540
Errors '}' should be on the same line. 1543
Errors '{' should be on the previous line. 1546
Errors '(' is followed by whitespace. 1547
Errors ')' is preceded with whitespace. 1547
Errors '{' should be on the previous line. 1548
Errors Line is longer than 80 characters. 1550
Errors '(' is followed by whitespace. 1550
Errors Line is longer than 80 characters. 1551
Errors Line is longer than 80 characters. 1552
Errors Line is longer than 80 characters. 1553
Errors ')' is preceded with whitespace. 1553
Errors Line is longer than 80 characters. 1555
Errors '(' is followed by whitespace. 1555
Errors ')' is preceded with whitespace. 1555
Errors '(' is followed by whitespace. 1556
Errors ')' is preceded with whitespace. 1556
Errors '(' is followed by whitespace. 1560
Errors ')' is preceded with whitespace. 1560
Errors '{' should be on the previous line. 1561
Errors Line is longer than 80 characters. 1562
Errors '(' is followed by whitespace. 1562
Errors '(' is followed by whitespace. 1562
Errors ')' is preceded with whitespace. 1562
Errors ')' is preceded with whitespace. 1562
Errors '(' is followed by whitespace. 1565
Errors ')' is preceded with whitespace. 1565
Errors '{' should be on the previous line. 1566
Errors '(' is followed by whitespace. 1567
Errors ')' is preceded with whitespace. 1567
Errors Missing a Javadoc comment. 1571
Errors '(' is followed by whitespace. 1571
Errors Parameter sdkConfigResolver should be final. 1571
Errors ')' is preceded with whitespace. 1571
Errors '{' should be on the previous line. 1573
Errors '(' is followed by whitespace. 1575
Errors ')' is preceded with whitespace. 1575
Errors '{' should be on the previous line. 1576
Errors '(' is followed by whitespace. 1577
Errors ')' is preceded with whitespace. 1577
Errors '{' should be on the previous line. 1578
Errors Line is longer than 80 characters. 1579
Errors '(' is followed by whitespace. 1579
Errors ')' is preceded with whitespace. 1579
Errors '(' is followed by whitespace. 1583
Errors ')' is preceded with whitespace. 1583
Errors '{' should be on the previous line. 1584
Errors '(' is followed by whitespace. 1585
Errors ')' is preceded with whitespace. 1585
Errors '{' should be on the previous line. 1586
Errors Line is longer than 80 characters. 1587
Errors '(' is followed by whitespace. 1587
Errors ')' is preceded with whitespace. 1587
Errors Missing a Javadoc comment. 1592
Errors '(' is followed by whitespace. 1592
Errors ')' is preceded with whitespace. 1592
Errors Line is longer than 80 characters. 1594
Errors '(' is followed by whitespace. 1594
Errors ')' is preceded with whitespace. 1594
Errors Missing a Javadoc comment. 1596
Errors Missing a Javadoc comment. 1598
Errors Method 'resolveDependencies' is not designed for extension - needs to be abstract, final or empty. 1605
Errors Missing a Javadoc comment. 1605
Errors '{' should be on the previous line. 1607
Errors '(' is followed by whitespace. 1608
Errors ')' is preceded with whitespace. 1608
Errors '(' is followed by whitespace. 1609
Errors '(' is followed by whitespace. 1609
Errors ')' is preceded with whitespace. 1609
Errors ')' is preceded with whitespace. 1609
Errors '(' is followed by whitespace. 1611
Errors '(' is followed by whitespace. 1611
Errors ')' is preceded with whitespace. 1611
Errors ')' is preceded with whitespace. 1611
Errors Line is longer than 80 characters. 1613
Errors '(' is followed by whitespace. 1613
Errors '(' is followed by whitespace. 1613
Errors ')' is preceded with whitespace. 1613
Errors ')' is preceded with whitespace. 1613
Errors '(' is followed by whitespace. 1614
Errors '(' is followed by whitespace. 1614
Errors ')' is preceded with whitespace. 1614
Errors ')' is preceded with whitespace. 1614
Errors '(' is followed by whitespace. 1616
Errors ')' is preceded with whitespace. 1616
Errors '{' should be on the previous line. 1617
Errors Line is longer than 80 characters. 1618
Errors '(' is followed by whitespace. 1618
Errors '(' is followed by whitespace. 1618
Errors ')' is preceded with whitespace. 1618
Errors ')' is preceded with whitespace. 1618
Errors '}' should be on the same line. 1619
Errors Line is longer than 80 characters. 1620
Errors '(' is followed by whitespace. 1620
Errors ')' is preceded with whitespace. 1620
Errors Line is longer than 80 characters. 1622
Errors '(' is followed by whitespace. 1622
Errors '(' is followed by whitespace. 1622
Errors ')' is preceded with whitespace. 1622
Errors ')' is preceded with whitespace. 1622
Errors '(' is followed by whitespace. 1627
Errors ')' is preceded with whitespace. 1627
Errors Method 'getThemes' is not designed for extension - needs to be abstract, final or empty. 1630
Errors Missing a Javadoc comment. 1630
Errors '{' should be on the previous line. 1632
Errors '(' is followed by whitespace. 1635
Errors ')' is preceded with whitespace. 1635
Errors '{' should be on the previous line. 1636
Errors '(' is followed by whitespace. 1637
Errors ')' is preceded with whitespace. 1637
Errors '{' should be on the previous line. 1638
Errors Line is longer than 80 characters. 1639
Errors '(' is followed by whitespace. 1639
Errors ')' is preceded with whitespace. 1639
Errors '(' is followed by whitespace. 1640
Errors ')' is preceded with whitespace. 1640
Errors '(' is followed by whitespace. 1644
Errors '(' is followed by whitespace. 1644
Errors '(' is followed by whitespace. 1644
Errors ')' is preceded with whitespace. 1644
Errors ')' is preceded with whitespace. 1644
Errors ')' is preceded with whitespace. 1644
Errors '(' is followed by whitespace. 1646
Errors ')' is preceded with whitespace. 1646
Errors '{' should be on the previous line. 1647
Errors '(' is followed by whitespace. 1651
Errors ')' is preceded with whitespace. 1651
Errors Missing a Javadoc comment. 1654
Errors '(' is followed by whitespace. 1654
Errors ')' is preceded with whitespace. 1654
Errors '(' is followed by whitespace. 1655
Errors ')' is preceded with whitespace. 1655
Errors '{' should be on the previous line. 1658
Errors '(' is followed by whitespace. 1659
Errors ')' is preceded with whitespace. 1659
Errors Missing a Javadoc comment. 1662
Errors '(' is followed by whitespace. 1662
Errors ')' is preceded with whitespace. 1662
Errors '{' should be on the previous line. 1665
Errors '(' is followed by whitespace. 1666
Errors ')' is preceded with whitespace. 1666
Errors Missing a Javadoc comment. 1669
Errors '(' is followed by whitespace. 1669
Errors ')' is preceded with whitespace. 1669
Errors '{' should be on the previous line. 1673
Errors '(' is followed by whitespace. 1675
Errors ')' is preceded with whitespace. 1675
Errors '{' should be on the previous line. 1676
Errors '(' is followed by whitespace. 1680
Errors ')' is preceded with whitespace. 1680
Errors '{' should be on the previous line. 1681
Errors '(' is followed by whitespace. 1685
Errors ')' is preceded with whitespace. 1685
Errors '(' is followed by whitespace. 1686
Errors '3' is a magic number. 1686
Errors ')' is preceded with whitespace. 1686
Errors '{' should be on the previous line. 1687
Errors Line is longer than 80 characters. 1688
Errors '(' is followed by whitespace. 1688
Errors ')' is preceded with whitespace. 1688
Errors '(' is followed by whitespace. 1691
Errors ')' is preceded with whitespace. 1691
Errors '{' should be on the previous line. 1692
Errors '{' should be on the previous line. 1694
Errors '(' is followed by whitespace. 1695
Errors ')' is preceded with whitespace. 1695
Errors '}' should be on the same line. 1696
Errors '(' is followed by whitespace. 1697
Errors ')' is preceded with whitespace. 1697
Errors '{' should be on the previous line. 1698
Errors Line is longer than 80 characters. 1699
Errors '(' is followed by whitespace. 1699
Errors ')' is preceded with whitespace. 1699
Errors '(' is followed by whitespace. 1702
Errors '9' is a magic number. 1702
Errors ')' is preceded with whitespace. 1702
Errors '{' should be on the previous line. 1703
Errors Line is longer than 80 characters. 1704
Errors '(' is followed by whitespace. 1704
Errors ')' is preceded with whitespace. 1704
Errors '(' is followed by whitespace. 1707
Errors '(' is followed by whitespace. 1707
Errors ')' is preceded with whitespace. 1707
Errors ')' is preceded with whitespace. 1707
Errors '{' should be on the previous line. 1708
Errors '(' is followed by whitespace. 1709
Errors '(' is followed by whitespace. 1709
Errors ')' is preceded with whitespace. 1709
Errors ')' is preceded with whitespace. 1709
Errors '{' should be on the previous line. 1710
Errors Line is longer than 80 characters. 1712
Errors Line is longer than 80 characters. 1713
Errors ')' is preceded with whitespace. 1713
Errors '(' is followed by whitespace. 1716
Errors ')' is preceded with whitespace. 1716
Errors Missing a Javadoc comment. 1719
Errors '(' is followed by whitespace. 1719
Errors ')' is preceded with whitespace. 1719
Errors '{' should be on the previous line. 1723
Errors '(' is followed by whitespace. 1724
Errors ')' is preceded with whitespace. 1724
Errors '{' should be on the previous line. 1725
Errors '(' is followed by whitespace. 1726
Errors ')' is preceded with whitespace. 1726
Errors '(' is followed by whitespace. 1727
Errors '3' is a magic number. 1727
Errors ')' is preceded with whitespace. 1727
Errors '{' should be on the previous line. 1728
Errors Line is longer than 80 characters. 1729
Errors '(' is followed by whitespace. 1729
Errors ')' is preceded with whitespace. 1729
Errors '3' is a magic number. 1732
Errors '(' is followed by whitespace. 1733
Errors ')' is preceded with whitespace. 1733
Errors '{' should be on the previous line. 1734
Errors '(' is followed by whitespace. 1736
Errors ')' is preceded with whitespace. 1736
Errors Line is longer than 80 characters. 1739
Errors '(' is followed by whitespace. 1739
Errors ')' is preceded with whitespace. 1739
Errors Method 'setLocales' is not designed for extension - needs to be abstract, final or empty. 1743
Errors Missing a Javadoc comment. 1743
Errors '(' is followed by whitespace. 1743
Errors Parameter locales should be final. 1743
Errors 'locales' hides a field. 1743
Errors ')' is preceded with whitespace. 1743
Errors '{' should be on the previous line. 1745
Errors '(' is followed by whitespace. 1746
Errors ')' is preceded with whitespace. 1746
Errors '(' is followed by whitespace. 1747
Errors ')' is preceded with whitespace. 1747
Errors Missing a Javadoc comment. 1750
Errors '(' is followed by whitespace. 1750
Errors ')' is preceded with whitespace. 1750
Errors '(' is followed by whitespace. 1752
Errors Parameter locales should be final. 1752
Errors 'locales' hides a field. 1752
Errors ')' is preceded with whitespace. 1752
Errors '{' should be on the previous line. 1753
Errors '(' is followed by whitespace. 1754
Errors ')' is preceded with whitespace. 1754
Errors Missing a Javadoc comment. 1757
Errors '(' is followed by whitespace. 1757
Errors ')' is preceded with whitespace. 1757
Errors '(' is followed by whitespace. 1758
Errors ')' is preceded with whitespace. 1758
Errors '(' is followed by whitespace. 1760
Errors Parameter locales should be final. 1760
Errors 'locales' hides a field. 1760
Errors ')' is preceded with whitespace. 1760
Errors '{' should be on the previous line. 1762
Errors '(' is followed by whitespace. 1763
Errors ')' is preceded with whitespace. 1763
Errors '{' should be on the previous line. 1764
Errors '(' is followed by whitespace. 1765
Errors '(' is followed by whitespace. 1765
Errors ')' is preceded with whitespace. 1765
Errors ')' is preceded with whitespace. 1765
Errors '}' should be on the same line. 1766
Errors '(' is followed by whitespace. 1767
Errors ')' is preceded with whitespace. 1767
Errors '{' should be on the previous line. 1768
Errors '(' is followed by whitespace. 1769
Errors ')' is preceded with whitespace. 1769
Errors Missing a Javadoc comment. 1773
Errors '(' is followed by whitespace. 1773
Errors ')' is preceded with whitespace. 1773
Errors '(' is followed by whitespace. 1774
Errors ')' is preceded with whitespace. 1774
Errors '{' should be on the previous line. 1778
Errors Line is longer than 80 characters. 1780
Errors '(' is followed by whitespace. 1780
Errors ')' is preceded with whitespace. 1780
Errors '(' is followed by whitespace. 1782
Errors ')' is preceded with whitespace. 1782
Errors '{' should be on the previous line. 1783
Errors '(' is followed by whitespace. 1784
Errors ')' is preceded with whitespace. 1784
Errors '{' should be on the previous line. 1785
Errors '(' is followed by whitespace. 1788
Errors ')' is preceded with whitespace. 1788
Errors '(' is followed by whitespace. 1791
Errors ')' is preceded with whitespace. 1791
Errors '{' should be on the previous line. 1792
Errors '(' is followed by whitespace. 1793
Errors ')' is preceded with whitespace. 1793
Errors '{' should be on the previous line. 1794
Errors '(' is followed by whitespace. 1796
Errors ')' is preceded with whitespace. 1796
Errors '(' is followed by whitespace. 1797
Errors '(' is followed by whitespace. 1797
Errors ')' is preceded with whitespace. 1797
Errors ')' is preceded with whitespace. 1797
Errors '{' should be on the previous line. 1798
Errors Line is longer than 80 characters. 1799
Errors '{' should be on the previous line. 1801
Errors '(' is followed by whitespace. 1802
Errors ')' is preceded with whitespace. 1802
Errors '}' should be on the same line. 1803
Errors '(' is followed by whitespace. 1804
Errors ')' is preceded with whitespace. 1804
Errors '{' should be on the previous line. 1805
Errors Line is longer than 80 characters. 1806
Errors '(' is followed by whitespace. 1806
Errors ')' is preceded with whitespace. 1806
Errors '(' is followed by whitespace. 1809
Errors ')' is preceded with whitespace. 1809
Errors '(' is followed by whitespace. 1810
Errors ')' is preceded with whitespace. 1810
Errors Missing a Javadoc comment. 1815
Errors '(' is followed by whitespace. 1815
Errors ')' is preceded with whitespace. 1815
Errors '{' should be on the previous line. 1818
Errors Line is longer than 80 characters. 1819
Errors '(' is followed by whitespace. 1819
Errors ')' is preceded with whitespace. 1819
Errors Method 'getGlobalArtifact' is not designed for extension - needs to be abstract, final or empty. 1822
Errors Missing a Javadoc comment. 1822
Errors '{' should be on the previous line. 1824
Errors '(' is followed by whitespace. 1826
Errors ')' is preceded with whitespace. 1826
Errors '{' should be on the previous line. 1827
Errors '(' is followed by whitespace. 1828
Errors '(' is followed by whitespace. 1828
Errors ')' is preceded with whitespace. 1828
Errors ')' is preceded with whitespace. 1828
Errors '{' should be on the previous line. 1829
Errors '(' is followed by whitespace. 1833
Errors '(' is followed by whitespace. 1833
Errors ')' is preceded with whitespace. 1833
Errors '(' is followed by whitespace. 1834
Errors ')' is preceded with whitespace. 1834
Errors ')' is preceded with whitespace. 1834
Errors '{' should be on the previous line. 1835
Errors Line is longer than 80 characters. 1840
Errors '(' is followed by whitespace. 1840
Errors ')' is preceded with whitespace. 1840
Errors Method 'getGlobalDependency' is not designed for extension - needs to be abstract, final or empty. 1843
Errors Missing a Javadoc comment. 1843
Errors '{' should be on the previous line. 1845
Errors Line is longer than 80 characters. 1846
Errors '{' is followed by whitespace. 1846
Errors '(' is followed by whitespace. 1846
Errors ')' is preceded with whitespace. 1846
Errors First sentence should end with a period. 1849
Errors Line has trailing spaces. 1851
Errors Expected @throws tag for 'MojoExecutionException'. 1855
Errors '{' should be on the previous line. 1856
Errors '(' is followed by whitespace. 1857
Errors ')' is preceded with whitespace. 1857
Errors '(' is followed by whitespace. 1858
Errors ')' is preceded with whitespace. 1858
Errors '(' is followed by whitespace. 1860
Errors ')' is preceded with whitespace. 1860
Errors '{' should be on the previous line. 1861
Errors '(' is followed by whitespace. 1862
Errors ')' is preceded with whitespace. 1862
Errors Method 'addRuntimeLibrary' is not designed for extension - needs to be abstract, final or empty. 1866
Errors Missing a Javadoc comment. 1866
Errors '(' is followed by whitespace. 1866
Errors Parameter artifact should be final. 1866
Errors ')' is preceded with whitespace. 1866
Errors '{' should be on the previous line. 1867
Errors '(' is followed by whitespace. 1872
Errors '(' is followed by whitespace. 1872
Errors ')' is preceded with whitespace. 1872
Errors ')' is preceded with whitespace. 1872
Errors '{' should be on the previous line. 1873
Errors '}' should be on the same line. 1875
Errors '{' should be on the previous line. 1877
Errors 'rslUrls' hides a field. 1880
Errors '(' is followed by whitespace. 1880
Errors ')' is preceded with whitespace. 1880
Errors '(' is followed by whitespace. 1881
Errors ')' is preceded with whitespace. 1881
Errors Line is longer than 80 characters. 1882
Errors '(' is followed by whitespace. 1882
Errors ')' is preceded with whitespace. 1882
Errors Line is longer than 80 characters. 1884
Errors Line is longer than 80 characters. 1885
Errors '(' is followed by whitespace. 1886
Errors ')' is preceded with whitespace. 1886
Errors '{' should be on the previous line. 1887
Errors '(' is followed by whitespace. 1888
Errors '{' is followed by whitespace. 1888
Errors ')' is preceded with whitespace. 1888
Errors Method 'rslsSort' is not designed for extension - needs to be abstract, final or empty. 1892
Errors Missing a Javadoc comment. 1892
Errors '(' is followed by whitespace. 1892
Errors Parameter rslArtifacts should be final. 1892
Errors ')' is preceded with whitespace. 1892
Errors '{' should be on the previous line. 1894
Errors Line is longer than 80 characters. 1895
Errors '(' is followed by whitespace. 1895
Errors ')' is preceded with whitespace. 1895
Errors '(' is followed by whitespace. 1898
Errors ')' is preceded with whitespace. 1898
Errors '{' should be on the previous line. 1899
Errors Line is longer than 80 characters. 1900
Errors '(' is followed by whitespace. 1900
Errors '(' is followed by whitespace. 1900
Errors ')' is preceded with whitespace. 1900
Errors '(' is followed by whitespace. 1900
Errors ')' is preceded with whitespace. 1900
Errors ')' is preceded with whitespace. 1900
Errors '(' is followed by whitespace. 1902
Errors ')' is preceded with whitespace. 1902
Errors '(' is followed by whitespace. 1905
Errors ')' is preceded with whitespace. 1905
Errors '(' is followed by whitespace. 1907
Errors ')' is preceded with whitespace. 1907
Errors '{' should be on the previous line. 1908
Errors '(' is followed by whitespace. 1910
Errors ')' is preceded with whitespace. 1910
Errors '{' should be on the previous line. 1911
Errors '(' is followed by whitespace. 1912
Errors ')' is preceded with whitespace. 1912
Errors '(' is followed by whitespace. 1913
Errors '(' is followed by whitespace. 1913
Errors ')' is preceded with whitespace. 1913
Errors ')' is preceded with whitespace. 1913
Errors '{' should be on the previous line. 1914
Errors '(' is followed by whitespace. 1915
Errors ')' is preceded with whitespace. 1915
Errors '(' is followed by whitespace. 1918
Errors ')' is preceded with whitespace. 1918
Errors '(' is followed by whitespace. 1919
Errors ')' is preceded with whitespace. 1919
Errors '{' should be on the previous line. 1920
Errors Line is longer than 80 characters. 1921
Errors '(' is followed by whitespace. 1921
Errors ')' is preceded with whitespace. 1921
Errors '(' is followed by whitespace. 1925
Errors ')' is preceded with whitespace. 1925
Errors Missing a Javadoc comment. 1928
Errors '(' is followed by whitespace. 1928
Errors ')' is preceded with whitespace. 1928
Errors Line is longer than 80 characters. 1929
Errors '(' is followed by whitespace. 1929
Errors Parameter rslArtifacts should be final. 1929
Errors ')' is preceded with whitespace. 1929
Errors '{' should be on the previous line. 1931
Errors Line is longer than 80 characters. 1932
Errors '(' is followed by whitespace. 1934
Errors ')' is preceded with whitespace. 1934
Errors '{' should be on the previous line. 1935
Errors '{' should be on the previous line. 1937
Errors Line is longer than 80 characters. 1939
Errors '(' is followed by whitespace. 1939
Errors ')' is preceded with whitespace. 1939
Errors Line is longer than 80 characters. 1940
Errors '(' is followed by whitespace. 1940
Errors ')' is preceded with whitespace. 1940
Errors Line is longer than 80 characters. 1942
Errors '(' is followed by whitespace. 1942
Errors ')' is preceded with whitespace. 1943
Errors Line is longer than 80 characters. 1944
Errors '(' is followed by whitespace. 1944
Errors ')' is preceded with whitespace. 1944
Errors Line is longer than 80 characters. 1945
Errors '(' is followed by whitespace. 1945
Errors ')' is preceded with whitespace. 1945
Errors '(' is followed by whitespace. 1946
Errors ')' is preceded with whitespace. 1946
Errors '}' should be on the same line. 1947
Errors '(' is followed by whitespace. 1948
Errors ')' is preceded with whitespace. 1948
Errors '{' should be on the previous line. 1949
Errors '(' is followed by whitespace. 1950
Errors ')' is preceded with whitespace. 1950
Errors Line is longer than 80 characters. 1956
Errors Missing a Javadoc comment. 1956
Errors '(' is followed by whitespace. 1956
Errors Parameter rslArtifacts should be final. 1956
Errors Parameter artifactDependencies should be final. 1956
Errors ')' is preceded with whitespace. 1956
Errors '(' is followed by whitespace. 1959
Errors ')' is preceded with whitespace. 1959
Errors '{' should be on the previous line. 1960
Errors '(' is followed by whitespace. 1961
Errors ')' is preceded with whitespace. 1961
Errors '{' should be on the previous line. 1962
Errors '(' is followed by whitespace. 1963
Errors '(' is followed by whitespace. 1963
Errors ')' is preceded with whitespace. 1963
Errors Line is longer than 80 characters. 1964
Errors '(' is followed by whitespace. 1964
Errors ')' is preceded with whitespace. 1964
Errors '(' is followed by whitespace. 1965
Errors ')' is preceded with whitespace. 1965
Errors ')' is preceded with whitespace. 1965
Errors '{' should be on the previous line. 1966
Errors '(' is followed by whitespace. 1967
Errors ')' is preceded with whitespace. 1967
Errors First sentence should end with a period. 1975
Errors Line has trailing spaces. 1977
Errors '(' is followed by whitespace. 1981
Errors Parameter artifact should be final. 1981
Errors Expected @param tag for 'artifact'. 1981
Errors ')' is preceded with whitespace. 1981
Errors '{' should be on the previous line. 1982
Errors '(' is followed by whitespace. 1984
Errors ')' is preceded with whitespace. 1984
Errors '{' should be on the previous line. 1985
Errors '(' is followed by whitespace. 1987
Errors ')' is preceded with whitespace. 1987
Errors '{' should be on the previous line. 1988
Errors '(' is followed by whitespace. 1989
Errors ')' is preceded with whitespace. 1989
Errors '(' is followed by whitespace. 1991
Errors ')' is preceded with whitespace. 1991
Errors '(' is followed by whitespace. 1992
Errors ')' is preceded with whitespace. 1992
Errors '(' is followed by whitespace. 1993
Errors ')' is preceded with whitespace. 1993
Errors First sentence should end with a period. 1999
Errors Line has trailing spaces. 2001
Errors '(' is followed by whitespace. 2006
Errors Parameter artifact should be final. 2006
Errors Expected @param tag for 'artifact'. 2006
Errors Parameter extension should be final. 2006
Errors Expected @param tag for 'extension'. 2006
Errors ')' is preceded with whitespace. 2006
Errors '{' should be on the previous line. 2007
Errors '(' is followed by whitespace. 2009
Errors ')' is preceded with whitespace. 2009
Errors '{' should be on the previous line. 2010
Errors '(' is followed by whitespace. 2012
Errors '(' is followed by whitespace. 2012
Errors ')' is preceded with whitespace. 2012
Errors ')' is preceded with whitespace. 2012
Errors '{' should be on the previous line. 2013
Errors '(' is followed by whitespace. 2014
Errors ')' is preceded with whitespace. 2014
Errors '}' should be on the same line. 2015
Errors '{' should be on the previous line. 2017
Errors '(' is followed by whitespace. 2018
Errors ')' is preceded with whitespace. 2018
Errors '(' is followed by whitespace. 2020
Errors ')' is preceded with whitespace. 2020
Errors Method 'getRuntimeLocaleOutputFile' is not designed for extension - needs to be abstract, final or empty. 2026
Errors Missing a Javadoc comment. 2026
Errors '(' is followed by whitespace. 2026
Errors Parameter locale should be final. 2026
Errors Parameter extension should be final. 2026
Errors ')' is preceded with whitespace. 2026
Errors Line is longer than 80 characters. 2028
Errors '(' is followed by whitespace. 2028
Errors ')' is preceded with whitespace. 2028
Errors 'output' hides a field. 2029
Errors Line is longer than 80 characters. 2030
Errors '(' is followed by whitespace. 2030
Errors '(' is followed by whitespace. 2030
Errors ')' is preceded with whitespace. 2030
Errors ')' is preceded with whitespace. 2030
Errors First sentence should end with a period. 2036
Errors Line has trailing spaces. 2038
Errors Method 'getFontsSnapshot' is not designed for extension - needs to be abstract, final or empty. 2042
Errors Expected @throws tag for 'MojoExecutionException'. 2043
Errors '{' should be on the previous line. 2044
Errors '(' is followed by whitespace. 2045
Errors ')' is preceded with whitespace. 2045
Errors '{' should be on the previous line. 2046
Errors '}' should be on the same line. 2048
Errors '{' should be on the previous line. 2050
Errors '(' is followed by whitespace. 2051
Errors ')' is preceded with whitespace. 2051
Errors '(' is followed by whitespace. 2052
Errors ')' is preceded with whitespace. 2052
Errors First sentence should end with a period. 2056
Errors Line has trailing spaces. 2058
Errors Line is longer than 80 characters. 2059
Errors Method 'getResourcesBundles' is not designed for extension - needs to be abstract, final or empty. 2063
Errors '(' is followed by whitespace. 2063
Errors Parameter requestedLocales should be final. 2063
Errors ')' is preceded with whitespace. 2063
Errors Expected @throws tag for 'MojoExecutionException'. 2064
Errors '{' should be on the previous line. 2065
Errors '(' is followed by whitespace. 2066
Errors ')' is preceded with whitespace. 2066
Errors '{' should be on the previous line. 2067
Errors '(' is followed by whitespace. 2073
Errors ')' is preceded with whitespace. 2073
Errors '{' should be on the previous line. 2074
Errors '(' is followed by whitespace. 2075
Errors '(' is followed by whitespace. 2075
Errors ')' is preceded with whitespace. 2075
Errors ')' is preceded with whitespace. 2075
Errors '{' should be on the previous line. 2076
Errors '(' is followed by whitespace. 2081
Errors ')' is preceded with whitespace. 2081
Errors '{' should be on the previous line. 2082
Errors Line is longer than 80 characters. 2084
Errors '(' is followed by whitespace. 2084
Errors Line is longer than 80 characters. 2085
Errors Line is longer than 80 characters. 2086
Errors Line is longer than 80 characters. 2087
Errors ')' is preceded with whitespace. 2087
Errors Line is longer than 80 characters. 2090
Errors '(' is followed by whitespace. 2090
Errors ')' is preceded with whitespace. 2091
Errors '(' is followed by whitespace. 2092
Errors ')' is preceded with whitespace. 2092
Errors Line is longer than 80 characters. 2096
Errors '(' is followed by whitespace. 2096
Errors ')' is preceded with whitespace. 2096
Errors '(' is followed by whitespace. 2097
Errors ')' is preceded with whitespace. 2097
Errors First sentence should end with a period. 2100
Errors Line has trailing spaces. 2102
Errors Method 'getDependenciesPath' is not designed for extension - needs to be abstract, final or empty. 2107
Errors '(' is followed by whitespace. 2107
Errors Parameter scopes should be final. 2107
Errors ')' is preceded with whitespace. 2107
Errors Expected @throws tag for 'MojoExecutionException'. 2108
Errors '{' should be on the previous line. 2109
Errors 'if' construct must use '{}'s. 2110
Errors '(' is followed by whitespace. 2110
Errors ')' is preceded with whitespace. 2110
Errors '(' is followed by whitespace. 2114
Errors '(' is followed by whitespace. 2114
Errors ')' is preceded with whitespace. 2114
Errors ')' is preceded with whitespace. 2114
Errors '{' should be on the previous line. 2115
Errors '(' is followed by whitespace. 2116
Errors '(' is followed by whitespace. 2116
Errors ')' is preceded with whitespace. 2116
Errors '(' is followed by whitespace. 2117
Errors ')' is preceded with whitespace. 2117
Errors ')' is preceded with whitespace. 2117
Errors '{' should be on the previous line. 2118
Errors '(' is followed by whitespace. 2121
Errors ')' is preceded with whitespace. 2121
Errors '(' is followed by whitespace. 2123
Errors ')' is preceded with whitespace. 2123
Errors First sentence should end with a period. 2126
Errors Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. 2129
Errors Expected @throws tag for 'MojoExecutionException'. 2131
Errors Expected @throws tag for 'MojoFailureException'. 2131
Errors '{' should be on the previous line. 2132
Errors '(' is followed by whitespace. 2133
Errors ')' is preceded with whitespace. 2133
Errors '{' should be on the previous line. 2134
Errors '(' is followed by whitespace. 2135
Errors ')' is preceded with whitespace. 2135
Errors '{' should be on the previous line. 2136
Errors '(' is followed by whitespace. 2137
Errors ')' is preceded with whitespace. 2137
Errors '}' should be on the same line. 2138
Errors '{' should be on the previous line. 2140
Errors Line is longer than 80 characters. 2141
Errors '(' is followed by whitespace. 2141
Errors ')' is preceded with whitespace. 2141
Errors '(' is followed by whitespace. 2146
Errors ')' is preceded with whitespace. 2146
Errors '{' should be on the previous line. 2147
Errors '(' is followed by whitespace. 2148
Errors ')' is preceded with whitespace. 2148
Errors '(' is followed by whitespace. 2150
Errors ')' is preceded with whitespace. 2150
Errors '{' should be on the previous line. 2151
Errors '(' is followed by whitespace. 2152
Errors ')' is preceded with whitespace. 2152
Errors '(' is followed by whitespace. 2154
Errors ')' is preceded with whitespace. 2154
Errors '{' should be on the previous line. 2155
Errors '(' is followed by whitespace. 2156
Errors ')' is preceded with whitespace. 2156
Errors First sentence should end with a period. 2160
Errors Line has trailing spaces. 2162
Errors Method 'writeResourceBundle' is not designed for extension - needs to be abstract, final or empty. 2166
Errors '(' is followed by whitespace. 2166
Errors Parameter report should be final. 2166
Errors ')' is preceded with whitespace. 2166
Errors Expected @throws tag for 'MojoExecutionException'. 2167
Errors '{' should be on the previous line. 2168
Errors '(' is followed by whitespace. 2169
Errors ')' is preceded with whitespace. 2169
Errors '(' is followed by whitespace. 2173
Errors ')' is preceded with whitespace. 2173
Errors '{' should be on the previous line. 2174
Errors Line is longer than 80 characters. 2175
Errors '(' is followed by whitespace. 2175
Errors ')' is preceded with whitespace. 2175
Errors '{' should be on the previous line. 2181
Errors Line is longer than 80 characters. 2182
Errors '(' is followed by whitespace. 2182
Errors ')' is preceded with whitespace. 2182
Errors Line is longer than 80 characters. 2184
Errors '(' is followed by whitespace. 2184
Errors '(' is followed by whitespace. 2184
Errors ')' is preceded with whitespace. 2184
Errors ')' is preceded with whitespace. 2184
Errors '(' is followed by whitespace. 2185
Errors ')' is preceded with whitespace. 2185
Errors Line is longer than 80 characters. 2186
Errors '(' is followed by whitespace. 2186
Errors ')' is preceded with whitespace. 2186
Errors '}' should be on the same line. 2187
Errors '(' is followed by whitespace. 2188
Errors ')' is preceded with whitespace. 2188
Errors '{' should be on the previous line. 2189
Errors Line is longer than 80 characters. 2190
Errors '(' is followed by whitespace. 2190
Errors ')' is preceded with whitespace. 2191
Errors '(' is followed by whitespace. 2194
Errors ')' is preceded with whitespace. 2194
Errors '{' should be on the previous line. 2195
Errors '(' is followed by whitespace. 2196
Errors ')' is preceded with whitespace. 2196
Errors Line is longer than 80 characters. 2197
Errors '(' is followed by whitespace. 2197
Errors ')' is preceded with whitespace. 2197
Errors '(' is followed by whitespace. 2198
Errors ')' is preceded with whitespace. 2198
Errors First sentence should end with a period. 2202
Errors Line has trailing spaces. 2204
Errors Line is longer than 80 characters. 2210
Errors '(' is followed by whitespace. 2210
Errors Expected @param tag for 'bundles'. 2210
Errors Expected @param tag for 'locale'. 2210
Errors Expected @param tag for 'localePath'. 2210
Errors ')' is preceded with whitespace. 2210
Errors Expected @throws tag for 'MojoExecutionException'. 2211
Errors First sentence should end with a period. 2213
Errors Line has trailing spaces. 2215
Errors '(' is followed by whitespace. 2218
Errors Parameter cfg should be final. 2218
Errors ')' is preceded with whitespace. 2218
Errors '{' should be on the previous line. 2219
Errors '(' is followed by whitespace. 2220
Errors ')' is preceded with whitespace. 2220
Errors '{' should be on the previous line. 2221
Errors '(' is followed by whitespace. 2222
Errors ')' is preceded with whitespace. 2222
Errors '(' is followed by whitespace. 2224
Errors ')' is preceded with whitespace. 2224
Errors '{' should be on the previous line. 2225
Errors '(' is followed by whitespace. 2226
Errors ')' is preceded with whitespace. 2226
Errors '(' is followed by whitespace. 2228
Errors ')' is preceded with whitespace. 2228
Errors '{' should be on the previous line. 2229
Errors '(' is followed by whitespace. 2230
Errors ')' is preceded with whitespace. 2230
Errors '(' is followed by whitespace. 2232
Errors ')' is preceded with whitespace. 2232
Errors '{' should be on the previous line. 2233
Errors '(' is followed by whitespace. 2234
Errors ')' is preceded with whitespace. 2234
Errors '(' is followed by whitespace. 2237
Errors ')' is preceded with whitespace. 2237
Errors '{' should be on the previous line. 2238
Errors Line is longer than 80 characters. 2242
Errors '(' is followed by whitespace. 2242
Errors ')' is preceded with whitespace. 2242
Errors Line is longer than 80 characters. 2243
Errors '(' is followed by whitespace. 2243
Errors Line is longer than 80 characters. 2244
Errors ')' is preceded with whitespace. 2244
Errors Line is longer than 80 characters. 2245
Errors '(' is followed by whitespace. 2245
Errors ')' is preceded with whitespace. 2245
Errors Line is longer than 80 characters. 2247
Errors '(' is followed by whitespace. 2247
Errors ')' is preceded with whitespace. 2247
Errors Line is longer than 80 characters. 2248
Errors '(' is followed by whitespace. 2248
Errors ')' is preceded with whitespace. 2248
Errors Line is longer than 80 characters. 2249
Errors '(' is followed by whitespace. 2249
Errors ')' is preceded with whitespace. 2249
Errors Line is longer than 80 characters. 2250
Errors '(' is followed by whitespace. 2250
Errors ')' is preceded with whitespace. 2250
Errors Line is longer than 80 characters. 2251
Errors '(' is followed by whitespace. 2251
Errors ')' is preceded with whitespace. 2251
Errors Line is longer than 80 characters. 2252
Errors '(' is followed by whitespace. 2252
Errors ')' is preceded with whitespace. 2252
Errors Line is longer than 80 characters. 2253
Errors '(' is followed by whitespace. 2253
Errors ')' is preceded with whitespace. 2253
Errors Line is longer than 80 characters. 2254
Errors '(' is followed by whitespace. 2254
Errors ')' is preceded with whitespace. 2254
Errors Line is longer than 80 characters. 2255
Errors '(' is followed by whitespace. 2255
Errors Line is longer than 80 characters. 2256
Errors ')' is preceded with whitespace. 2256
Errors Line is longer than 80 characters. 2257
Errors '(' is followed by whitespace. 2257
Errors ')' is preceded with whitespace. 2257
Errors Line is longer than 80 characters. 2258
Errors '(' is followed by whitespace. 2258
Errors ')' is preceded with whitespace. 2258
Errors Line is longer than 80 characters. 2259
Errors '(' is followed by whitespace. 2259
Errors ')' is preceded with whitespace. 2259
Errors Line is longer than 80 characters. 2260
Errors '(' is followed by whitespace. 2260
Errors ')' is preceded with whitespace. 2261
Errors Line is longer than 80 characters. 2262
Errors '(' is followed by whitespace. 2262
Errors Line is longer than 80 characters. 2263
Errors ')' is preceded with whitespace. 2263
Errors Line is longer than 80 characters. 2264
Errors '(' is followed by whitespace. 2264
Errors ')' is preceded with whitespace. 2265
Errors Line is longer than 80 characters. 2266
Errors '(' is followed by whitespace. 2266
Errors ')' is preceded with whitespace. 2267
Errors Line is longer than 80 characters. 2268
Errors '(' is followed by whitespace. 2268
Errors ')' is preceded with whitespace. 2268
Errors Line is longer than 80 characters. 2269
Errors '(' is followed by whitespace. 2269
Errors ')' is preceded with whitespace. 2269
Errors Line is longer than 80 characters. 2270
Errors '(' is followed by whitespace. 2270
Errors ')' is preceded with whitespace. 2270
Errors Line is longer than 80 characters. 2271
Errors '(' is followed by whitespace. 2271
Errors ')' is preceded with whitespace. 2271
Errors Line is longer than 80 characters. 2272
Errors '(' is followed by whitespace. 2272
Errors ')' is preceded with whitespace. 2272
Errors Line is longer than 80 characters. 2273
Errors '(' is followed by whitespace. 2273
Errors ')' is preceded with whitespace. 2273
Errors Line is longer than 80 characters. 2274
Errors '(' is followed by whitespace. 2274
Errors ')' is preceded with whitespace. 2274
Errors Line is longer than 80 characters. 2275
Errors '(' is followed by whitespace. 2275
Errors ')' is preceded with whitespace. 2275
Errors Line is longer than 80 characters. 2276
Errors '(' is followed by whitespace. 2276
Errors ')' is preceded with whitespace. 2276
Errors Line is longer than 80 characters. 2277
Errors '(' is followed by whitespace. 2277
Errors ')' is preceded with whitespace. 2277
Errors Line is longer than 80 characters. 2278
Errors '(' is followed by whitespace. 2278
Errors Line is longer than 80 characters. 2279
Errors ')' is preceded with whitespace. 2279
Errors Line is longer than 80 characters. 2280
Errors '(' is followed by whitespace. 2280
Errors ')' is preceded with whitespace. 2280
Errors Line is longer than 80 characters. 2281
Errors '(' is followed by whitespace. 2281
Errors ')' is preceded with whitespace. 2282
Errors Line is longer than 80 characters. 2283
Errors '(' is followed by whitespace. 2283
Errors ')' is preceded with whitespace. 2283
Errors Line is longer than 80 characters. 2284
Errors '(' is followed by whitespace. 2284
Errors ')' is preceded with whitespace. 2284
Errors Line is longer than 80 characters. 2285
Errors '(' is followed by whitespace. 2285
Errors ')' is preceded with whitespace. 2285
Errors Line is longer than 80 characters. 2286
Errors '(' is followed by whitespace. 2286
Errors ')' is preceded with whitespace. 2286
Errors '(' is followed by whitespace. 2288
Errors ')' is preceded with whitespace. 2288
Errors Line is longer than 80 characters. 2291
Errors Missing a Javadoc comment. 2291
Errors '(' is followed by whitespace. 2291
Errors Parameter code should be final. 2291
Errors Parameter value should be final. 2291
Errors Parameter cfg should be final. 2291
Errors ')' is preceded with whitespace. 2291
Errors '(' is followed by whitespace. 2293
Errors ')' is preceded with whitespace. 2293
Errors '{' should be on the previous line. 2294
Errors '(' is followed by whitespace. 2295
Errors ')' is preceded with whitespace. 2295
Errors Line is longer than 80 characters. 2299
Errors Missing a Javadoc comment. 2299
Errors '(' is followed by whitespace. 2299
Errors Parameter code should be final. 2299
Errors Parameter value should be final. 2299
Errors Parameter cfg should be final. 2299
Errors ')' is preceded with whitespace. 2299
Errors '(' is followed by whitespace. 2301
Errors ')' is preceded with whitespace. 2301
Errors '{' should be on the previous line. 2302
Errors '(' is followed by whitespace. 2303
Errors ')' is preceded with whitespace. 2303
Errors Missing a Javadoc comment. 2307
Errors '(' is followed by whitespace. 2307
Errors ')' is preceded with whitespace. 2307
Errors '(' is followed by whitespace. 2309
Errors Parameter cfg should be final. 2309
Errors ')' is preceded with whitespace. 2309
Errors '{' should be on the previous line. 2310
Errors '(' is followed by whitespace. 2311
Errors ')' is preceded with whitespace. 2311
Errors '{' should be on the previous line. 2312
Errors Line is longer than 80 characters. 2313
Errors '(' is followed by whitespace. 2313
Errors ')' is preceded with whitespace. 2313
Errors First sentence should end with a period. 2317
Errors Line has trailing spaces. 2319
Errors Line is longer than 80 characters. 2321
Errors Method 'writeLinkReport' is not designed for extension - needs to be abstract, final or empty. 2323
Errors '(' is followed by whitespace. 2323
Errors Parameter report should be final. 2323
Errors ')' is preceded with whitespace. 2323
Errors '{' should be on the previous line. 2325
Errors '(' is followed by whitespace. 2326
Errors ')' is preceded with whitespace. 2326
Errors First sentence should end with a period. 2329
Errors Line has trailing spaces. 2331
Errors Line is longer than 80 characters. 2333
Errors '(' is followed by whitespace. 2335
Errors Parameter report should be final. 2335
Errors ')' is preceded with whitespace. 2335
Errors '{' should be on the previous line. 2337
Errors '(' is followed by whitespace. 2338
Errors ')' is preceded with whitespace. 2338
Errors Line has trailing spaces. 2343
Errors Line is longer than 80 characters. 2345
Errors Line is longer than 80 characters. 2346
Errors Method 'writeReport' is not designed for extension - needs to be abstract, final or empty. 2348
Errors '(' is followed by whitespace. 2348
Errors Parameter report should be final. 2348
Errors Parameter type should be final. 2348
Errors ')' is preceded with whitespace. 2348
Errors '{' should be on the previous line. 2350
Errors '(' is followed by whitespace. 2351
Errors ')' is preceded with whitespace. 2351
Errors '{' should be on the previous line. 2354
Errors '(' is followed by whitespace. 2356
Errors '(' is followed by whitespace. 2356
Errors ')' is preceded with whitespace. 2356
Errors ')' is preceded with whitespace. 2356
Errors '{' should be on the previous line. 2357
Errors '(' is followed by whitespace. 2358
Errors ')' is preceded with whitespace. 2358
Errors '(' is followed by whitespace. 2360
Errors ')' is preceded with whitespace. 2360
Errors '}' should be on the same line. 2361
Errors '(' is followed by whitespace. 2362
Errors '(' is followed by whitespace. 2362
Errors ')' is preceded with whitespace. 2362
Errors ')' is preceded with whitespace. 2362
Errors '{' should be on the previous line. 2363
Errors '(' is followed by whitespace. 2364
Errors ')' is preceded with whitespace. 2364
Errors Line is longer than 80 characters. 2365
Errors '(' is followed by whitespace. 2365
Errors ')' is preceded with whitespace. 2365
Errors '(' is followed by whitespace. 2366
Errors ')' is preceded with whitespace. 2366
Errors '(' is followed by whitespace. 2367
Errors ')' is preceded with whitespace. 2367
Errors '(' is followed by whitespace. 2370
Errors ')' is preceded with whitespace. 2370
Errors '}' should be on the same line. 2371
Errors '(' is followed by whitespace. 2372
Errors ')' is preceded with whitespace. 2372
Errors '{' should be on the previous line. 2373
Errors Line is longer than 80 characters. 2374
Errors '(' is followed by whitespace. 2374
Errors ')' is preceded with whitespace. 2374
Errors '(' is followed by whitespace. 2377
Errors '(' is followed by whitespace. 2377
Errors '(' is followed by whitespace. 2377
Errors ')' is preceded with whitespace. 2377
Errors ')' is preceded with whitespace. 2377
Errors ')' is preceded with whitespace. 2377
Errors '{' should be on the previous line. 2378
Errors Line is longer than 80 characters. 2379
Errors '(' is followed by whitespace. 2379
Errors ')' is preceded with whitespace. 2379
Errors Method 'fixConfigReport' is not designed for extension - needs to be abstract, final or empty. 2383
Errors Missing a Javadoc comment. 2383
Errors '(' is followed by whitespace. 2383
Errors ')' is preceded with whitespace. 2383
Errors '(' is followed by whitespace. 2384
Errors Parameter configBuilder should be final. 2384
Errors ')' is preceded with whitespace. 2384
Errors '{' should be on the previous line. 2385
Errors '(' is followed by whitespace. 2386
Errors ')' is preceded with whitespace. 2386
Errors '(' is followed by whitespace. 2388
Errors ')' is preceded with whitespace. 2388
Errors '{' should be on the previous line. 2389
Errors '(' is followed by whitespace. 2393
Errors ')' is preceded with whitespace. 2393
Errors '{' should be on the previous line. 2394
Errors '(' is followed by whitespace. 2395
Errors ')' is preceded with whitespace. 2395
Errors '(' is followed by whitespace. 2396
Errors ')' is preceded with whitespace. 2396
Errors '{' should be on the previous line. 2397
Errors '(' is followed by whitespace. 2398
Errors ')' is preceded with whitespace. 2398
Errors Method 'build' is not designed for extension - needs to be abstract, final or empty. 2403
Errors Missing a Javadoc comment. 2403
Errors '(' is followed by whitespace. 2403
Errors Parameter builder should be final. 2403
Errors 'bui