Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
63 63 274 346

Files

Files Infos Warnings Errors
org/apache/maven/plugin/eclipse/AbstractWorkspaceMojo.java 0 4 1
org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java 0 1 1
org/apache/maven/plugin/eclipse/BuildCommand.java 0 5 2
org/apache/maven/plugin/eclipse/ConfigureWorkspaceMojo.java 0 1 1
org/apache/maven/plugin/eclipse/Constants.java 6 0 2
org/apache/maven/plugin/eclipse/EclipseCleanMojo.java 0 2 2
org/apache/maven/plugin/eclipse/EclipseConfigFile.java 0 3 1
org/apache/maven/plugin/eclipse/EclipsePlugin.java 7 19 30
org/apache/maven/plugin/eclipse/EclipseSourceDir.java 0 6 1
org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java 0 10 27
org/apache/maven/plugin/eclipse/InstallPluginsMojo.java 0 4 3
org/apache/maven/plugin/eclipse/LinkedResource.java 0 9 3
org/apache/maven/plugin/eclipse/MakeArtifactsMojo.java 0 3 1
org/apache/maven/plugin/eclipse/Messages.java 0 3 1
org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java 0 1 1
org/apache/maven/plugin/eclipse/MyEclipsePlugin.java 0 7 3
org/apache/maven/plugin/eclipse/RadCleanMojo.java 0 1 1
org/apache/maven/plugin/eclipse/RadPlugin.java 0 3 3
org/apache/maven/plugin/eclipse/RemoveCacheMojo.java 0 1 1
org/apache/maven/plugin/eclipse/WorkspaceConfiguration.java 0 16 2
org/apache/maven/plugin/eclipse/osgiplugin/AbstractEclipseOsgiPlugin.java 0 8 1
org/apache/maven/plugin/eclipse/osgiplugin/EclipseOsgiPlugin.java 0 5 2
org/apache/maven/plugin/eclipse/osgiplugin/ExplodedPlugin.java 0 6 1
org/apache/maven/plugin/eclipse/osgiplugin/PackagedPlugin.java 0 5 1
org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocations.java 2 1 9
org/apache/maven/plugin/eclipse/writers/AbstractEclipseManifestWriter.java 2 7 6
org/apache/maven/plugin/eclipse/writers/AbstractEclipseWriter.java 0 5 1
org/apache/maven/plugin/eclipse/writers/EclipseAjdtWriter.java 0 1 3
org/apache/maven/plugin/eclipse/writers/EclipseAntExternalLaunchConfigurationWriter.java 0 7 1
org/apache/maven/plugin/eclipse/writers/EclipseClasspathWriter.java 0 2 10
org/apache/maven/plugin/eclipse/writers/EclipseLaunchConfigurationWriter.java 1 17 2
org/apache/maven/plugin/eclipse/writers/EclipseManifestWriter.java 0 5 3
org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java 0 2 8
org/apache/maven/plugin/eclipse/writers/EclipseProjectWriter.java 0 1 8
org/apache/maven/plugin/eclipse/writers/EclipseSettingsWriter.java 0 1 45
org/apache/maven/plugin/eclipse/writers/EclipseWriter.java 0 1 1
org/apache/maven/plugin/eclipse/writers/EclipseWriterConfig.java 0 10 4
org/apache/maven/plugin/eclipse/writers/MonitoredResource.java 2 2 1
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java 0 0 2
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java 0 1 5
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java 0 1 3
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java 0 2 2
org/apache/maven/plugin/eclipse/writers/rad/RadApplicationXMLWriter.java 0 3 10
org/apache/maven/plugin/eclipse/writers/rad/RadEjbClasspathWriter.java 0 3 5
org/apache/maven/plugin/eclipse/writers/rad/RadJ2EEWriter.java 0 3 5
org/apache/maven/plugin/eclipse/writers/rad/RadLibCopier.java 0 0 2
org/apache/maven/plugin/eclipse/writers/rad/RadManifestWriter.java 0 2 1
org/apache/maven/plugin/eclipse/writers/rad/RadWebSettingsWriter.java 0 1 3
org/apache/maven/plugin/eclipse/writers/rad/RadWebsiteConfigWriter.java 0 3 5
org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java 0 4 4
org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java 0 4 5
org/apache/maven/plugin/eclipse/writers/workspace/WorkspaceWriter.java 0 1 1
org/apache/maven/plugin/eclipse/writers/wtp/AbstractWtpResourceWriter.java 14 11 3
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java 0 3 17
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponent15Writer.java 0 1 1
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponentWriter.java 0 2 3
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpFacetsWriter.java 0 1 11
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpmodulesWriter.java 1 1 2
org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java 0 8 15
org/apache/maven/plugin/ide/IdeDependency.java 0 6 2
org/apache/maven/plugin/ide/IdeUtils.java 10 16 8
org/apache/maven/plugin/ide/JeeDescriptor.java 16 4 2
org/apache/maven/plugin/ide/JeeUtils.java 2 8 35

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
147 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
255 Warnings Warning
JavadocType
  • scope: "protected"
5 Errors Error
JavadocVariable
  • scope: "protected"
63 Infos Info
ConstantName 4 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
63 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 20 Errors Error
FileLength 0 Errors Error
MethodLength 4 Errors Error
ParameterNumber 2 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
TabCharacter 45 Errors Error
WhitespaceAfter 5 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 10 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 24 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
19 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 1 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
14 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/plugin/eclipse/AbstractWorkspaceMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61

org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 36

org/apache/maven/plugin/eclipse/BuildCommand.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 162
Warnings Missing a Javadoc comment. 203
Warnings Missing a Javadoc comment. 220
Errors '17' is a magic number. 223

org/apache/maven/plugin/eclipse/ConfigureWorkspaceMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 52

org/apache/maven/plugin/eclipse/Constants.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 21
Infos Missing a Javadoc comment. 24
Infos Missing a Javadoc comment. 26
Infos Missing a Javadoc comment. 28
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34

org/apache/maven/plugin/eclipse/EclipseCleanMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 69
Warnings Expected @throws tag for 'MojoExecutionException'. 113
Warnings Missing a Javadoc comment. 152

org/apache/maven/plugin/eclipse/EclipseConfigFile.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Unused @param tag for 'location'. 128
Warnings 'url' hides a field. 130
Warnings Expected @param tag for 'url'. 130

org/apache/maven/plugin/eclipse/EclipsePlugin.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 108
Infos Missing a Javadoc comment. 113
Errors Line is longer than 120 characters. 128
Errors Line is longer than 120 characters. 138
Infos Missing a Javadoc comment. 138
Infos Missing a Javadoc comment. 140
Infos Missing a Javadoc comment. 142
Errors Line is longer than 120 characters. 145
Infos Missing a Javadoc comment. 145
Infos Missing a Javadoc comment. 147
Infos Missing a Javadoc comment. 149
Errors Line is longer than 120 characters. 221
Errors Line is longer than 120 characters. 248
Errors Line is longer than 120 characters. 268
Errors Line is longer than 120 characters. 361
Warnings Missing a Javadoc comment. 553
Warnings Missing a Javadoc comment. 558
Warnings Expected an @return tag. 746
Warnings Expected @param tag for 'addVersionToProjectName'. 754
Warnings Expected an @return tag. 762
Warnings Expected @param tag for 'addGroupIdToProjectName'. 770
Warnings Expected an @return tag. 814
Warnings Expected @throws tag for 'MojoExecutionException'. 815
Errors Line is longer than 120 characters. 833
Errors '0.7f' is a magic number. 931
Errors '1.5f' is a magic number. 939
Errors Line is longer than 120 characters. 993
Errors Line is longer than 120 characters. 995
Errors Line is longer than 120 characters. 1024
Errors Line is longer than 120 characters. 1031
Errors Line is longer than 120 characters. 1036
Warnings Missing a Javadoc comment. 1082
Errors '0.7f' is a magic number. 1095
Errors '1.5' is a magic number. 1108
Errors Line is longer than 120 characters. 1200
Warnings Expected @param tag for 'config'. 1367
Warnings Expected @throws tag for 'MojoExecutionException'. 1368
Errors Line is longer than 120 characters. 1378
Errors '0.7f' is a magic number. 1409
Errors '0.7f' is a magic number. 1468
Errors '1.5f' is a magic number. 1485
Errors '0.7f' is a magic number. 1490
Errors '0.7f' is a magic number. 1495
Warnings Missing a Javadoc comment. 1508
Warnings 'buildOutputDirectory' hides a field. 1508
Errors 'if' construct must use '{}'s. 1562
Warnings 'excludes' hides a field. 1598
Errors Line is longer than 120 characters. 1650
Warnings 'projectNameTemplate' hides a field. 1851
Warnings 'addVersionToProjectName' hides a field. 1852
Warnings 'addGroupIdToProjectName' hides a field. 1853
Warnings Missing a Javadoc comment. 1893
Warnings Missing a Javadoc comment. 1930
Errors Line is longer than 120 characters. 1961
Errors Line is longer than 120 characters. 1978

org/apache/maven/plugin/eclipse/EclipseSourceDir.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected an @return tag. 227
Warnings Expected an @return tag. 235
Warnings Expected @param tag for 'obj'. 235
Warnings Expected an @return tag. 244
Warnings Expected an @return tag. 252
Warnings Expected @param tag for 'obj'. 252

org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 72
Warnings Expected @throws tag for 'MojoExecutionException'. 174
Warnings Expected @throws tag for 'MojoFailureException'. 174
Errors Line is longer than 120 characters. 187
Errors Line is longer than 120 characters. 196
Errors Line is longer than 120 characters. 205
Errors Line is longer than 120 characters. 214
Errors Line is longer than 120 characters. 224
Errors Line is longer than 120 characters. 234
Warnings Missing a Javadoc comment. 242
Errors Line is longer than 120 characters. 249
Warnings Missing a Javadoc comment. 263
Warnings Missing a Javadoc comment. 270
Warnings Expected @param tag for 'model'. 288
Warnings Expected @param tag for 'models'. 288
Warnings Expected @throws tag for 'MojoFailureException'. 289
Errors Line is longer than 120 characters. 294
Errors Line is longer than 120 characters. 306
Errors Line is longer than 120 characters. 336
Errors Line is longer than 120 characters. 359
Errors Line is longer than 120 characters. 372
Errors Line is longer than 120 characters. 386
Errors Line is longer than 120 characters. 447
Errors Line is longer than 120 characters. 457
Errors Line is longer than 120 characters. 467
Errors Line is longer than 120 characters. 492
Errors Line is longer than 120 characters. 497
Errors Line is longer than 120 characters. 503
Warnings Missing a Javadoc comment. 512
Warnings 'stripQualifier' hides a field. 526
Errors Line is longer than 120 characters. 565
Errors Line is longer than 120 characters. 566
Errors Line is longer than 120 characters. 583
Errors 'else' construct must use '{}'s. 614
Errors 'else' construct must use '{}'s. 631
Errors Line is longer than 120 characters. 666

org/apache/maven/plugin/eclipse/InstallPluginsMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 145
Errors More than 7 parameters. 145
Warnings Expected @throws tag for 'MojoExecutionException'. 167
Warnings Expected @throws tag for 'MojoFailureException'. 167
Errors Line is longer than 120 characters. 223

org/apache/maven/plugin/eclipse/LinkedResource.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 116
Errors ';' is not followed by whitespace. 131
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 149
Errors '17' is a magic number. 152

org/apache/maven/plugin/eclipse/MakeArtifactsMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 129

org/apache/maven/plugin/eclipse/Messages.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 64

org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Warnings Expected @throws tag for 'MojoExecutionException'. 22

org/apache/maven/plugin/eclipse/MyEclipsePlugin.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors ',' is not followed by whitespace. 123
Warnings Missing a Javadoc comment. 275
Errors Line is longer than 120 characters. 282
Warnings Missing a Javadoc comment. 295
Warnings Missing a Javadoc comment. 300
Warnings Missing a Javadoc comment. 305
Warnings Missing a Javadoc comment. 310
Warnings Missing a Javadoc comment. 315
Warnings Missing a Javadoc comment. 320

org/apache/maven/plugin/eclipse/RadCleanMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 47

org/apache/maven/plugin/eclipse/RadPlugin.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Unused @param tag for 'deps'. 132
Warnings Expected @param tag for 'config'. 135
Errors Line is longer than 120 characters. 309
Errors Line is longer than 120 characters. 327
Warnings Expected @throws tag for 'MojoExecutionException'. 341

org/apache/maven/plugin/eclipse/RemoveCacheMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 54

org/apache/maven/plugin/eclipse/WorkspaceConfiguration.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Missing a Javadoc comment. 9
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102

org/apache/maven/plugin/eclipse/osgiplugin/AbstractEclipseOsgiPlugin.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings 'file' hides a field. 67
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102

org/apache/maven/plugin/eclipse/osgiplugin/EclipseOsgiPlugin.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @throws tag for 'IOException'. 42
Warnings Expected @throws tag for 'IOException'. 51
Warnings Expected @throws tag for 'IOException'. 60
Warnings Expected @throws tag for 'IOException'. 69
Warnings Missing a Javadoc comment. 87
Errors Redundant 'public' modifier. 87

org/apache/maven/plugin/eclipse/osgiplugin/ExplodedPlugin.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 106
Warnings Expected an @return tag. 115

org/apache/maven/plugin/eclipse/osgiplugin/PackagedPlugin.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 59

org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocations.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 55
Infos Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 90
Errors Line is longer than 120 characters. 105
Errors Line is longer than 120 characters. 149
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 329
Errors Line is longer than 120 characters. 380
Errors Line is longer than 120 characters. 436
Errors Line contains a tab character. 535
Errors Line contains a tab character. 550
Errors Line is longer than 120 characters. 551

org/apache/maven/plugin/eclipse/writers/AbstractEclipseManifestWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.apache.maven.artifact.repository.ArtifactRepository. 32
Errors Unused import - org.apache.maven.plugin.eclipse.EclipseSourceDir. 34
Errors Unused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter. 36
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 54
Warnings Expected @throws tag for 'MojoExecutionException'. 230
Errors Line is longer than 120 characters. 237
Warnings Expected @param tag for 'project'. 255
Warnings Expected @throws tag for 'MojoExecutionException'. 256
Warnings Unused @param tag for 'sourceDirs'. 266
Warnings Unused @param tag for 'localRepository'. 267
Warnings Unused @param tag for 'buildOutputDirectory'. 268
Errors Line is longer than 120 characters. 282

org/apache/maven/plugin/eclipse/writers/AbstractEclipseWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected an @return tag. 44
Warnings 'log' hides a field. 44
Warnings Expected @param tag for 'log'. 44
Warnings 'config' hides a field. 44
Warnings Expected @param tag for 'config'. 44

org/apache/maven/plugin/eclipse/writers/EclipseAjdtWriter.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Expected @throws tag for 'MojoExecutionException'. 77
Errors Line is longer than 120 characters. 139
Errors Line is longer than 120 characters. 143

org/apache/maven/plugin/eclipse/writers/EclipseAntExternalLaunchConfigurationWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @param tag for 'log'. 41
Warnings Expected @param tag for 'config'. 41
Warnings 'buildfilePath' hides a field. 41
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 77

org/apache/maven/plugin/eclipse/writers/EclipseClasspathWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Method length is 248 lines (max allowed is 150). 158
Warnings Expected @throws tag for 'MojoExecutionException'. 159
Errors Line is longer than 120 characters. 172
Errors Inner assignments should be avoided. 201
Errors Line is longer than 120 characters. 337
Errors Method length is 196 lines (max allowed is 150). 422
Warnings Missing a Javadoc comment. 422
Errors Line is longer than 120 characters. 523
Errors Line is longer than 120 characters. 560
Errors '1.5' is a magic number. 583
Errors '1.5' is a magic number. 598

org/apache/maven/plugin/eclipse/writers/EclipseLaunchConfigurationWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 46
Warnings Expected an @return tag. 57
Warnings Expected @param tag for 'log'. 57
Warnings Expected @param tag for 'config'. 57
Warnings 'filename' hides a field. 57
Warnings Expected @param tag for 'filename'. 57
Warnings Missing a Javadoc comment. 64
Errors Line is longer than 120 characters. 85
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 151
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 173
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 183
Warnings Missing a Javadoc comment. 188
Warnings Missing a Javadoc comment. 190
Warnings Missing a Javadoc comment. 198
Warnings Missing a Javadoc comment. 206

org/apache/maven/plugin/eclipse/writers/EclipseManifestWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @param tag for 'project'. 77
Warnings Expected @throws tag for 'MojoExecutionException'. 78
Errors Line is longer than 120 characters. 88
Errors Line is longer than 120 characters. 91
Warnings Expected @param tag for 'log'. 125
Warnings Expected @param tag for 'config'. 125
Warnings Expected @throws tag for 'MojoExecutionException'. 126

org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors 'static' modifier out of order with the JLS suggestions. 59
Errors 'static' modifier out of order with the JLS suggestions. 64
Errors 'static' modifier out of order with the JLS suggestions. 69
Errors 'static' modifier out of order with the JLS suggestions. 74
Errors 'static' modifier out of order with the JLS suggestions. 79
Warnings Expected @throws tag for 'MojoExecutionException'. 85
Warnings Missing a Javadoc comment. 118
Errors Line is longer than 120 characters. 172
Errors '20' is a magic number. 214

org/apache/maven/plugin/eclipse/writers/EclipseProjectWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Method length is 211 lines (max allowed is 150). 97
Warnings Expected @throws tag for 'MojoExecutionException'. 98
Errors Line is longer than 120 characters. 163
Errors Line is longer than 120 characters. 167
Errors Line is longer than 120 characters. 199
Errors Line is longer than 120 characters. 338
Errors Line is longer than 120 characters. 356
Errors Line is longer than 120 characters. 415

org/apache/maven/plugin/eclipse/writers/EclipseSettingsWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 53
Warnings Expected @throws tag for 'MojoExecutionException'. 63
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line is longer than 120 characters. 173
Errors Line is longer than 120 characters. 177

org/apache/maven/plugin/eclipse/writers/EclipseWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @throws tag for 'MojoExecutionException'. 45

org/apache/maven/plugin/eclipse/writers/EclipseWriterConfig.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.apache.maven.plugin.eclipse.EclipsePlugin. 28
Warnings Missing a Javadoc comment. 154
Warnings Missing a Javadoc comment. 159
Errors Line is longer than 120 characters. 193
Errors Line is longer than 120 characters. 203
Warnings Expected an @return tag. 491
Warnings Expected @param tag for 'addVersionToProjectName'. 501
Warnings Missing a Javadoc comment. 506
Warnings Missing a Javadoc comment. 511
Warnings Missing a Javadoc comment. 516
Warnings Missing a Javadoc comment. 521
Warnings Unused @param tag for 'buildCommands'. 555
Warnings Expected @param tag for 'wtpapplicationxml'. 557

org/apache/maven/plugin/eclipse/writers/MonitoredResource.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 26
Infos Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 40

org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Line is longer than 120 characters. 99

org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Warnings Expected @throws tag for 'MojoExecutionException'. 59
Errors Line is longer than 120 characters. 78
Errors Line is longer than 120 characters. 93
Errors ',' is not followed by whitespace. 93
Errors Line is longer than 120 characters. 158

org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Warnings Expected @throws tag for 'MojoExecutionException'. 67
Errors Line is longer than 120 characters. 73
Errors Line is longer than 120 characters. 77

org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Warnings Expected @param tag for 'strutsProps'. 52
Warnings Expected @throws tag for 'MojoExecutionException'. 67
Errors Line is longer than 120 characters. 80

org/apache/maven/plugin/eclipse/writers/rad/RadApplicationXMLWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.apache.maven.artifact.repository.ArtifactRepository. 31
Errors Unused import - org.apache.maven.plugin.eclipse.EclipseSourceDir. 34
Errors Unused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter. 37
Warnings Unused @param tag for 'sourceDirs'. 127
Warnings Unused @param tag for 'localRepository'. 128
Warnings Unused @param tag for 'buildOutputDirectory'. 129
Errors Line is longer than 120 characters. 255
Errors Line is longer than 120 characters. 262
Errors Line is longer than 120 characters. 481
Errors Line is longer than 120 characters. 484
Errors 'if' construct must use '{}'s. 500
Errors Line is longer than 120 characters. 530

org/apache/maven/plugin/eclipse/writers/rad/RadEjbClasspathWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.apache.maven.artifact.repository.ArtifactRepository. 33
Errors Unused import - org.apache.maven.plugin.eclipse.EclipseSourceDir. 36
Errors Unused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter. 39
Warnings Unused @param tag for 'sourceDirs'. 86
Warnings Unused @param tag for 'localRepository'. 87
Warnings Unused @param tag for 'buildOutputDirectory'. 88
Errors Line is longer than 120 characters. 144

org/apache/maven/plugin/eclipse/writers/rad/RadJ2EEWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.apache.maven.artifact.repository.ArtifactRepository. 27
Errors Unused import - org.apache.maven.plugin.eclipse.EclipseSourceDir. 30
Errors Unused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter. 33
Warnings Unused @param tag for 'sourceDirs'. 61
Warnings Unused @param tag for 'localRepository'. 62
Warnings Unused @param tag for 'buildOutputDirectory'. 63
Errors Line is longer than 120 characters. 84

org/apache/maven/plugin/eclipse/writers/rad/RadLibCopier.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.apache.maven.artifact.Artifact. 24

org/apache/maven/plugin/eclipse/writers/rad/RadManifestWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @param tag for 'project'. 54
Warnings Expected @throws tag for 'MojoExecutionException'. 55

org/apache/maven/plugin/eclipse/writers/rad/RadWebSettingsWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 114
Errors Line is longer than 120 characters. 140
Warnings 'warContextRoot' hides a field. 215

org/apache/maven/plugin/eclipse/writers/rad/RadWebsiteConfigWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.apache.maven.artifact.repository.ArtifactRepository. 27
Errors Unused import - org.apache.maven.plugin.eclipse.EclipseSourceDir. 30
Errors Unused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter. 33
Warnings Unused @param tag for 'sourceDirs'. 59
Warnings Unused @param tag for 'localRepository'. 60
Warnings Unused @param tag for 'buildOutputDirectory'. 61
Errors Line is longer than 120 characters. 78

org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Warnings Missing a Javadoc comment. 34
Warnings 'profileName' hides a field. 34
Errors Line is longer than 120 characters. 68
Errors Line is longer than 120 characters. 72
Errors Line is longer than 120 characters. 95
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 111

org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Missing a Javadoc comment. 17
Errors Line is longer than 120 characters. 40
Warnings Missing a Javadoc comment. 53
Warnings 'logger' hides a field. 53
Warnings 'config' hides a field. 53
Warnings Missing a Javadoc comment. 64
Errors Line is longer than 120 characters. 123
Errors Line is longer than 120 characters. 128

org/apache/maven/plugin/eclipse/writers/workspace/WorkspaceWriter.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Expected @throws tag for 'MojoExecutionException'. 44

org/apache/maven/plugin/eclipse/writers/wtp/AbstractWtpResourceWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Infos Missing a Javadoc comment. 68
Infos Missing a Javadoc comment. 70
Infos Missing a Javadoc comment. 72
Infos Missing a Javadoc comment. 74
Infos Missing a Javadoc comment. 76
Infos Missing a Javadoc comment. 78
Warnings Expected @param tag for 'project'. 85
Warnings Expected @param tag for 'writer'. 85
Warnings Expected @param tag for 'buildOutputDirectory'. 86
Warnings Expected @throws tag for 'MojoExecutionException'. 87
Warnings Expected @param tag for 'writer'. 151
Warnings Expected @param tag for 'dep'. 151
Warnings Expected @param tag for 'localRepository'. 151
Warnings Expected @param tag for 'basedir'. 152
Warnings Expected @param tag for 'deployPath'. 152
Warnings Expected @throws tag for 'MojoExecutionException'. 153
Errors Line is longer than 120 characters. 173
Warnings Missing a Javadoc comment. 261
Errors Line is longer than 120 characters. 283

org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Unused import - org.apache.maven.artifact.repository.ArtifactRepository. 13
Errors Unused import - org.apache.maven.plugin.eclipse.EclipseSourceDir. 16
Errors Line is longer than 120 characters. 137
Warnings Expected @param tag for 'sourceDirectory'. 196
Warnings Expected @param tag for 'destinationDirectory'. 196
Warnings Expected @throws tag for 'IOException'. 197
Errors Line is longer than 120 characters. 281
Errors Line is longer than 120 characters. 322
Errors Line is longer than 120 characters. 325
Errors Line is longer than 120 characters. 328
Errors Line is longer than 120 characters. 329
Errors Line is longer than 120 characters. 336
Errors Line is longer than 120 characters. 337
Errors Line is longer than 120 characters. 342
Errors Line is longer than 120 characters. 561
Errors Line is longer than 120 characters. 562
Errors Line is longer than 120 characters. 563
Errors Line is longer than 120 characters. 565
Errors Line is longer than 120 characters. 566

org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponent15Writer.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @param tag for 'writer'. 64

org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponentWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Expected @throws tag for 'MojoExecutionException'. 84
Errors Line is longer than 120 characters. 100
Errors Line is longer than 120 characters. 147
Warnings Expected @param tag for 'writer'. 228

org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpFacetsWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Line is longer than 120 characters. 49
Warnings Expected @throws tag for 'MojoExecutionException'. 87
Errors Line is longer than 120 characters. 105
Errors Line is longer than 120 characters. 125
Errors Line is longer than 120 characters. 126
Errors Line is longer than 120 characters. 132
Errors Line is longer than 120 characters. 133
Errors Line is longer than 120 characters. 144
Errors Line is longer than 120 characters. 146
Errors Line is longer than 120 characters. 150
Errors Line is longer than 120 characters. 158

org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpmodulesWriter.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 47
Warnings Expected @throws tag for 'MojoExecutionException'. 53
Errors Line is longer than 120 characters. 65

org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 423
Warnings Missing a Javadoc comment. 428
Warnings 'logger' hides a field. 484
Warnings Expected @param tag for 'logger'. 484
Warnings Expected @throws tag for 'MojoExecutionException'. 493
Warnings Expected @throws tag for 'MojoFailureException'. 493
Errors Method length is 191 lines (max allowed is 150). 525
Warnings 'project' hides a field. 532
Errors Line is longer than 120 characters. 569
Errors Line is longer than 120 characters. 601
Errors Line is longer than 120 characters. 610
Errors Line is longer than 120 characters. 628
Errors Line is longer than 120 characters. 660
Errors 'public' modifier out of order with the JLS suggestions. 725
Errors Line is longer than 120 characters. 755
Errors Line is longer than 120 characters. 758
Errors Line is longer than 120 characters. 850
Warnings 'artifactFactory' hides a field. 867
Errors Line is longer than 120 characters. 894
Errors Line is longer than 120 characters. 1018
Errors Line is longer than 120 characters. 1057
Errors Line is longer than 120 characters. 1076

org/apache/maven/plugin/ide/IdeDependency.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors More than 7 parameters. 141
Warnings Unused @param tag for 'groupId'. 260
Warnings Expected @param tag for 'classifier'. 262
Warnings Expected an @return tag. 510
Warnings Expected an @return tag. 518
Warnings Expected @param tag for 'o'. 518
Warnings Expected @param tag for 'project'. 566

org/apache/maven/plugin/ide/IdeUtils.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Unused import - org.codehaus.plexus.util.PropertyUtils. 41
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Infos Missing a Javadoc comment. 68
Infos Missing a Javadoc comment. 70
Warnings Expected @param tag for 'log'. 103
Errors Line is longer than 120 characters. 125
Warnings Missing a Javadoc comment. 137
Warnings Expected @param tag for 'optionName'. 157
Errors Line contains a tab character. 191
Errors Line contains a tab character. 195
Warnings Unused @param tag for 'artifacts'. 239
Warnings Expected an @return tag. 243
Warnings Expected @param tag for 'dependencies'. 243
Errors Line is longer than 120 characters. 272
Warnings Expected @param tag for 'subConfiguration'. 311
Warnings Expected @param tag for 'log'. 353
Warnings Expected an @return tag. 382
Warnings Expected @param tag for 'template'. 382
Warnings Expected @param tag for 'dep'. 382
Warnings Missing a Javadoc comment. 399
Warnings Missing a Javadoc comment. 410
Warnings Expected @param tag for 'localRepository'. 420
Warnings Missing a Javadoc comment. 507
Errors ';' is not followed by whitespace. 517
Errors ';' is not followed by whitespace. 525
Warnings Missing a Javadoc comment. 531

org/apache/maven/plugin/ide/JeeDescriptor.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 21
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Infos Missing a Javadoc comment. 55
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Warnings Expected @param tag for 'jeeVersion'. 69
Warnings Expected @param tag for 'ejbVersion'. 69
Warnings Expected @param tag for 'servletVersion'. 69
Warnings Expected @param tag for 'jspVersion'. 69

org/apache/maven/plugin/ide/JeeUtils.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29
Infos Missing a Javadoc comment. 31
Errors Name 'ejbMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Errors Name 'jeeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Name 'jspMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Errors Name 'servletMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Errors 'static' modifier out of order with the JLS suggestions. 59
Errors 'if' construct must use '{}'s. 61
Errors 'else' construct must use '{}'s. 63
Errors 'static' modifier out of order with the JLS suggestions. 73
Errors 'if' construct must use '{}'s. 75
Errors 'else' construct must use '{}'s. 77
Errors 'static' modifier out of order with the JLS suggestions. 87
Errors 'if' construct must use '{}'s. 89
Errors 'else' construct must use '{}'s. 91
Errors 'static' modifier out of order with the JLS suggestions. 101
Errors 'if' construct must use '{}'s. 103
Errors 'else' construct must use '{}'s. 105
Warnings Unused @param tag for 'artifacts'. 112
Warnings Expected @param tag for 'project'. 116
Errors 'if' construct must use '{}'s. 125
Warnings Unused @param tag for 'artifacts'. 134
Warnings Expected @param tag for 'project'. 138
Errors 'if' construct must use '{}'s. 147
Errors Line is longer than 120 characters. 154
Errors 'if' construct must use '{}'s. 155
Errors 'if' construct must use '{}'s. 163
Warnings Unused @param tag for 'artifacts'. 172
Warnings Expected @param tag for 'project'. 177
Errors 'if' construct must use '{}'s. 186
Errors Line is longer than 120 characters. 193
Errors 'if' construct must use '{}'s. 194
Warnings Unused @param tag for 'artifacts'. 203
Warnings Expected @param tag for 'project'. 207
Errors 'if' construct must use '{}'s. 216
Errors 'if' construct must use '{}'s. 240
Errors Line is longer than 120 characters. 240
Errors 'if' construct must use '{}'s. 245
Errors Line is longer than 120 characters. 245
Errors 'if' construct must use '{}'s. 276
Errors Line is longer than 120 characters. 276
Errors 'if' construct must use '{}'s. 313
Errors 'if' construct must use '{}'s. 319