Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
61321437395

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
95error Error
MemberName0error Error
JavadocMethod307warning Warning
JavadocType5error Error
JavadocVariable321info Info
ConstantName4error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • headerFile: "d:\svn\Maven\maven-plugins\maven-eclipse-plugin\target\checkstyle-header.txt"
61error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports20error Error
FileLength0error Error
MethodLength3error Error
ParameterNumber3error Error
EmptyForIteratorPad
  • option: "space"
0error Error
OperatorWrap106error Error
ParenPad
  • option: "space"
4error Error
TabCharacter0error Error
WhitespaceAfter4error Error
WhitespaceAround0error Error
ModifierOrder10error Error
RedundantModifier1error Error
AvoidNestedBlocks0error Error
EmptyBlock6error Error
NeedBraces23error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField130warning Warning
IllegalInstantiation0error Error
InnerAssignment1error Error
MagicNumber33error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier16error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java029
org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java385
org/apache/maven/plugin/eclipse/EclipseCleanMojo.java043
org/apache/maven/plugin/eclipse/writers/rad/RadEjbClasspathWriter.java12314
org/apache/maven/plugin/eclipse/RadPlugin.java18613
org/apache/maven/plugin/ide/JeeUtils.java61343
org/apache/maven/plugin/eclipse/writers/EclipseSettingsWriter.java614
org/apache/maven/plugin/eclipse/writers/MonitoredResource.java442
org/apache/maven/plugin/ide/IdeUtils.java10187
org/apache/maven/plugin/eclipse/M2EclipseMojo.java311
org/apache/maven/plugin/eclipse/writers/rad/RadApplicationXMLWriter.java32317
org/apache/maven/plugin/eclipse/MakeArtifactsMojo.java034
org/apache/maven/plugin/eclipse/WorkspaceConfiguration.java492
org/apache/maven/plugin/eclipse/osgiplugin/EclipseOsgiPlugin.java052
org/apache/maven/plugin/eclipse/RadCleanMojo.java022
org/apache/maven/plugin/eclipse/writers/rad/RadLibCopier.java004
org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java011
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java823
org/apache/maven/plugin/eclipse/writers/rad/RadManifestWriter.java377
org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java02327
org/apache/maven/plugin/eclipse/EclipseSourceDir.java7192
org/apache/maven/plugin/eclipse/writers/EclipseManifestWriter.java4818
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseClasspathWriter.java011
org/apache/maven/plugin/eclipse/writers/EclipseWriterConfig.java0263
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponent15Writer.java011
org/apache/maven/plugin/eclipse/writers/EclipseProjectWriter.java688
org/apache/maven/plugin/eclipse/writers/workspace/WorkspaceWriter.java011
org/apache/maven/plugin/eclipse/writers/EclipseAntExternalLaunchConfigurationWriter.java172
org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java01715
org/apache/maven/plugin/eclipse/writers/AbstractEclipseWriter.java053
org/apache/maven/plugin/eclipse/osgiplugin/PackagedPlugin.java051
org/apache/maven/plugin/eclipse/Constants.java612
org/apache/maven/plugin/eclipse/writers/rad/RadWebSettingsWriter.java1634
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponentWriter.java084
org/apache/maven/plugin/ide/Messages.java001
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java1043
org/apache/maven/plugin/eclipse/MyEclipsePlugin.java13113
org/apache/maven/plugin/eclipse/writers/EclipseClasspathWriter.java0214
org/apache/maven/plugin/eclipse/AbstractWorkspaceMojo.java061
org/apache/maven/plugin/eclipse/EclipsePlugin.java154238
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java31329
org/apache/maven/plugin/ide/IdeDependency.java0332
org/apache/maven/plugin/eclipse/osgiplugin/ExplodedPlugin.java171
org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java264
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpFacetsWriter.java1042
org/apache/maven/plugin/eclipse/InstallPluginsMojo.java11511
org/apache/maven/plugin/eclipse/writers/rad/RadJ2EEWriter.java437
org/apache/maven/plugin/eclipse/writers/EclipseWriter.java011
org/apache/maven/plugin/ide/JeeDescriptor.java2082
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java1317
org/apache/maven/plugin/eclipse/BuildCommand.java0128
org/apache/maven/plugin/eclipse/ConfigureWorkspaceMojo.java011
org/apache/maven/plugin/eclipse/EclipseConfigFile.java021
org/apache/maven/plugin/eclipse/writers/EclipseLaunchConfigurationWriter.java3192
org/apache/maven/plugin/eclipse/writers/rad/RadWebsiteConfigWriter.java435
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java2225
org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java011
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpmodulesWriter.java112
org/apache/maven/plugin/eclipse/writers/wtp/AbstractWtpResourceWriter.java18116
org/apache/maven/plugin/eclipse/osgiplugin/AbstractEclipseOsgiPlugin.java2102
org/apache/maven/plugin/eclipse/Messages.java241

Details

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
error'static' modifier out of order with the JLS suggestions.59
error'static' modifier out of order with the JLS suggestions.64
error'static' modifier out of order with the JLS suggestions.69
error'static' modifier out of order with the JLS suggestions.74
error'static' modifier out of order with the JLS suggestions.79
warningExpected @throws tag for 'MojoExecutionException'.85
warningMissing a Javadoc comment.118
errorLine is longer than 120 characters.172
error'20' is a magic number.213
error'3' is a magic number.219

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorMissing a Javadoc comment.17
errorLine is longer than 120 characters.40
infoMissing a Javadoc comment.47
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
warningMissing a Javadoc comment.53
warning'logger' hides a field.53
warning'config' hides a field.53
warningMissing a Javadoc comment.64
warningMissing a Javadoc comment.75
warningMissing a Javadoc comment.96
warningMissing a Javadoc comment.108
errorLine is longer than 120 characters.123
errorLine is longer than 120 characters.128
warningMissing a Javadoc comment.135

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorLine is longer than 120 characters.70
warningExpected @throws tag for 'MojoExecutionException'.102
warningMissing a Javadoc comment.132
errorLine is longer than 120 characters.166
warning'basedir' hides a field.193
warning'packaging' hides a field.209

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.artifact.repository.ArtifactRepository.33
errorUnused import - org.apache.maven.plugin.eclipse.EclipseSourceDir.36
errorUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.39
infoMissing a Javadoc comment.57
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
infoMissing a Javadoc comment.63
infoMissing a Javadoc comment.65
infoMissing a Javadoc comment.67
infoMissing a Javadoc comment.69
infoMissing a Javadoc comment.71
infoMissing a Javadoc comment.73
infoMissing a Javadoc comment.75
infoMissing a Javadoc comment.77
infoMissing a Javadoc comment.79
warningUnused @param tag for 'sourceDirs'.86
warningUnused @param tag for 'localRepository'.87
warningUnused @param tag for 'buildOutputDirectory'.88
error'&&' should be on a new line.108
errorLine is longer than 120 characters.144
error'6' is a magic number.166
error'3' is a magic number.183
error'4' is a magic number.187
error'5' is a magic number.191
error'7' is a magic number.195
error'6' is a magic number.199
error'&&' should be on a new line.270
error'&&' should be on a new line.271

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.55
infoMissing a Javadoc comment.58
infoMissing a Javadoc comment.60
infoMissing a Javadoc comment.63
infoMissing a Javadoc comment.66
infoMissing a Javadoc comment.69
infoMissing a Javadoc comment.72
infoMissing a Javadoc comment.75
infoMissing a Javadoc comment.77
infoMissing a Javadoc comment.79
infoMissing a Javadoc comment.81
infoMissing a Javadoc comment.83
infoMissing a Javadoc comment.85
infoMissing a Javadoc comment.87
infoMissing a Javadoc comment.89
infoMissing a Javadoc comment.91
warning'warContextRoot' hides a field.120
warningUnused @param tag for 'deps'.129
warningExpected @param tag for 'config'.132
warningExpected @param tag for 'config'.156
warningExpected @throws tag for 'MojoExecutionException'.157
error'&&' should be on a new line.166
error'&&' should be on a new line.167
error'&&' should be on a new line.168
error'+' should be on a new line.190
error'&&' should be on a new line.280
error'||' should be on a new line.281
errorLine is longer than 120 characters.282
error'&&' should be on a new line.288
error'+' should be on a new line.298
error'+' should be on a new line.299
errorLine is longer than 120 characters.300
error'+' should be on a new line.300
warningExpected @throws tag for 'MojoExecutionException'.314

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorMissing a Javadoc comment.27
infoMissing a Javadoc comment.29
infoMissing a Javadoc comment.31
infoMissing a Javadoc comment.33
errorName 'ejbMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
infoMissing a Javadoc comment.35
errorName 'jeeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
infoMissing a Javadoc comment.37
errorName 'jspMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.37
infoMissing a Javadoc comment.39
errorName 'servletMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39
error'static' modifier out of order with the JLS suggestions.59
error'if' construct must use '{}'s.61
error'else' construct must use '{}'s.63
error'static' modifier out of order with the JLS suggestions.73
error'if' construct must use '{}'s.75
error'else' construct must use '{}'s.77
error'static' modifier out of order with the JLS suggestions.87
error'if' construct must use '{}'s.89
error'else' construct must use '{}'s.91
error'static' modifier out of order with the JLS suggestions.101
error'if' construct must use '{}'s.103
error'else' construct must use '{}'s.105
warningUnused @param tag for 'artifacts'.112
warningExpected @param tag for 'project'.116
error'if' construct must use '{}'s.125
warningUnused @param tag for 'artifacts'.134
warningExpected @param tag for 'project'.138
error'if' construct must use '{}'s.147
errorLine is longer than 120 characters.154
error'if' construct must use '{}'s.155
error'if' construct must use '{}'s.163
warningUnused @param tag for 'artifacts'.172
warningExpected @param tag for 'project'.177
error'if' construct must use '{}'s.186
errorLine is longer than 120 characters.193
error'if' construct must use '{}'s.194
warningUnused @param tag for 'artifacts'.203
warningExpected @param tag for 'project'.207
error'if' construct must use '{}'s.216
warningMissing a Javadoc comment.222
warningMissing a Javadoc comment.231
error'3' is a magic number.236
error'if' construct must use '{}'s.240
errorLine is longer than 120 characters.240
error'3' is a magic number.240
error'if' construct must use '{}'s.245
errorLine is longer than 120 characters.245
error'3' is a magic number.245
warningMissing a Javadoc comment.267
error'3' is a magic number.271
error'if' construct must use '{}'s.276
errorLine is longer than 120 characters.276
error'3' is a magic number.276
warningMissing a Javadoc comment.299
warningMissing a Javadoc comment.304
error'3' is a magic number.308
error'if' construct must use '{}'s.313
error'3' is a magic number.314
error'if' construct must use '{}'s.319
error'3' is a magic number.320

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.42
infoMissing a Javadoc comment.44
infoMissing a Javadoc comment.46
infoMissing a Javadoc comment.48
errorLine is longer than 120 characters.50
infoMissing a Javadoc comment.50
infoMissing a Javadoc comment.52
warningExpected @throws tag for 'MojoExecutionException'.58
errorLine is longer than 120 characters.118
errorLine is longer than 120 characters.122

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.26
infoMissing a Javadoc comment.28
infoMissing a Javadoc comment.30
infoMissing a Javadoc comment.32
warningMissing a Javadoc comment.34
warning'path' hides a field.34
warning'type' hides a field.34
warningMissing a Javadoc comment.40
error'+' should be on a new line.42

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.55
infoMissing a Javadoc comment.57
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
infoMissing a Javadoc comment.63
infoMissing a Javadoc comment.65
infoMissing a Javadoc comment.67
warningMissing a Javadoc comment.84
warningExpected @param tag for 'optionName'.104
warningUnused @param tag for 'artifacts'.169
warningExpected an @return tag.173
warningExpected @param tag for 'dependencies'.173
errorLine is longer than 120 characters.202
warningExpected @param tag for 'subConfiguration'.240
error'&&' should be on a new line.247
warningMissing a Javadoc comment.269
warningMissing a Javadoc comment.286
warningMissing a Javadoc comment.291
warningMissing a Javadoc comment.297
warningMissing a Javadoc comment.303
errorMore than 7 parameters.303
errorMust have at least one statement.325
warningMissing a Javadoc comment.339
error';' is not followed by whitespace.349
error';' is not followed by whitespace.357
warningMissing a Javadoc comment.363
warningUnused @param tag for 'project'.406
warningExpected @param tag for 'plugins'.409
warningExpected @param tag for 'optionName'.409
warningMissing a Javadoc comment.445
warningMissing a Javadoc comment.454

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.18
infoMissing a Javadoc comment.20
infoMissing a Javadoc comment.22
warningMissing a Javadoc comment.24

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.artifact.repository.ArtifactRepository.31
errorUnused import - org.apache.maven.plugin.eclipse.EclipseSourceDir.34
errorUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.37
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
infoMissing a Javadoc comment.63
infoMissing a Javadoc comment.65
infoMissing a Javadoc comment.67
infoMissing a Javadoc comment.69
infoMissing a Javadoc comment.71
infoMissing a Javadoc comment.73
infoMissing a Javadoc comment.75
infoMissing a Javadoc comment.77
infoMissing a Javadoc comment.79
infoMissing a Javadoc comment.81
infoMissing a Javadoc comment.83
infoMissing a Javadoc comment.85
infoMissing a Javadoc comment.87
infoMissing a Javadoc comment.89
infoMissing a Javadoc comment.91
infoMissing a Javadoc comment.93
infoMissing a Javadoc comment.95
infoMissing a Javadoc comment.97
infoMissing a Javadoc comment.99
infoMissing a Javadoc comment.101
infoMissing a Javadoc comment.103
infoMissing a Javadoc comment.105
infoMissing a Javadoc comment.107
infoMissing a Javadoc comment.109
infoMissing a Javadoc comment.111
infoMissing a Javadoc comment.113
infoMissing a Javadoc comment.115
infoMissing a Javadoc comment.117
infoMissing a Javadoc comment.119
infoMissing a Javadoc comment.121
warningUnused @param tag for 'sourceDirs'.127
warningUnused @param tag for 'localRepository'.128
warningUnused @param tag for 'buildOutputDirectory'.129
error'+' should be on a new line.189
error'&&' should be on a new line.252
error'&&' should be on a new line.253
errorLine is longer than 120 characters.255
error'&&' should be on a new line.259
error'&&' should be on a new line.260
errorLine is longer than 120 characters.262
error'&&' should be on a new line.266
error'&&' should be on a new line.397
errorLine is longer than 120 characters.481
error'+' should be on a new line.481
errorLine is longer than 120 characters.484
error'if' construct must use '{}'s.500

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorLine is longer than 120 characters.34
warningMissing a Javadoc comment.75
error'3' is a magic number.94
warningMissing a Javadoc comment.115
errorMust have at least one statement.123
warningMissing a Javadoc comment.128

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorMissing a Javadoc comment.8
infoMissing a Javadoc comment.10
infoMissing a Javadoc comment.12
infoMissing a Javadoc comment.14
infoMissing a Javadoc comment.16
warningMissing a Javadoc comment.18
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.38
warningMissing a Javadoc comment.43
warningMissing a Javadoc comment.48
warningMissing a Javadoc comment.53
warning'localRepository' hides a field.53

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningExpected @throws tag for 'IOException'.42
warningExpected @throws tag for 'IOException'.51
warningExpected @throws tag for 'IOException'.60
warningExpected @throws tag for 'IOException'.69
warningMissing a Javadoc comment.87
errorRedundant 'public' modifier.87

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningMissing a Javadoc comment.47
warning'project' hides a field.72
error'+' should be on a new line.126

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.artifact.Artifact.24
error'&&' should be on a new line.91
error'+' should be on a new line.154

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningMissing a Javadoc comment.36

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.29
infoMissing a Javadoc comment.31
infoMissing a Javadoc comment.33
infoMissing a Javadoc comment.35
infoMissing a Javadoc comment.37
infoMissing a Javadoc comment.39
infoMissing a Javadoc comment.41
infoMissing a Javadoc comment.43
warning'springConfig' hides a field.55
warningExpected @throws tag for 'MojoExecutionException'.66
errorLine is longer than 120 characters.72
errorLine is longer than 120 characters.76

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.artifact.repository.ArtifactRepository.32
errorUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.39
infoMissing a Javadoc comment.57
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
warningExpected @param tag for 'project'.70
warningExpected @throws tag for 'MojoExecutionException'.71
errorLine is longer than 120 characters.81
warningUnused @param tag for 'sourceDirs'.124
warningUnused @param tag for 'localRepository'.125
warningUnused @param tag for 'buildOutputDirectory'.126
error'+' should be on a new line.144
error'+' should be on a new line.168
warningMissing a Javadoc comment.176
error'&&' should be on a new line.273
warningExpected @throws tag for 'MojoExecutionException'.364

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorVariable 'project' must be private and have accessor methods.98
errorVariable 'executedProject' must be private and have accessor methods.106
errorVariable 'packaging' must be private and have accessor methods.113
errorVariable 'artifactFactory' must be private and have accessor methods.122
errorVariable 'artifactResolver' must be private and have accessor methods.131
errorVariable 'artifactCollector' must be private and have accessor methods.140
errorVariable 'artifactMetadataSource' must be private and have accessor methods.145
errorVariable 'remoteArtifactRepositories' must be private and have accessor methods.154
errorVariable 'localRepository' must be private and have accessor methods.163
errorVariable 'reactorProjects' must be private and have accessor methods.172
errorVariable 'downloadSources' must be private and have accessor methods.189
errorVariable 'downloadJavadocs' must be private and have accessor methods.199
warning'artifactMetadataSource' hides a field.221
warning'project' hides a field.241
warning'reactorProjects' hides a field.261
warning'remoteArtifactRepositories' hides a field.281
warning'artifactFactory' hides a field.301
warning'artifactResolver' hides a field.321
warning'executedProject' hides a field.341
warning'localRepository' hides a field.361
warningUnused @param tag for 'downloadJavadocs'.379
warningExpected @param tag for 'downloadJavadoc'.381
warning'downloadSources' hides a field.401
warningMissing a Javadoc comment.406
warning'resolveDependencies' hides a field.406
warningMissing a Javadoc comment.411
warning'logger' hides a field.467
warningExpected @param tag for 'logger'.467
warningExpected @throws tag for 'MojoExecutionException'.476
warningExpected @throws tag for 'MojoFailureException'.476
errorMethod length is 179 lines (max allowed is 150).508
warning'project' hides a field.515
error'||' should be on a new line.599
errorLine is longer than 120 characters.631
errorMust have at least one statement.647
error'public' modifier out of order with the JLS suggestions.696
errorLine is longer than 120 characters.726
errorLine is longer than 120 characters.729
error'&&' should be on a new line.786
error'+' should be on a new line.796
error'+' should be on a new line.797
errorLine is longer than 120 characters.798
error'+' should be on a new line.798
warningMissing a Javadoc comment.807
warning'artifactFactory' hides a field.807
errorLine is longer than 120 characters.830
warningUnused @param tag for 'classifier'.935
warningExpected @param tag for 'inClassifier'.940
error'+' should be on a new line.970

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.31
infoMissing a Javadoc comment.33
infoMissing a Javadoc comment.35
infoMissing a Javadoc comment.37
infoMissing a Javadoc comment.39
infoMissing a Javadoc comment.41
infoMissing a Javadoc comment.43
warningMissing a Javadoc comment.45
warning'path' hides a field.45
warning'output' hides a field.45
warning'isResource' hides a field.45
warning'test' hides a field.45
warning'include' hides a field.45
warning'exclude' hides a field.46
warning'filtering' hides a field.46
warning'exclude' hides a field.72
warning'include' hides a field.92
warning'output' hides a field.112
warning'path' hides a field.132
warning'test' hides a field.152
warningExpected an @return tag.170
warningExpected an @return tag.178
warningExpected @param tag for 'obj'.178
error'&&' should be on a new line.180
warningExpected an @return tag.187
warningExpected an @return tag.195
warningExpected @param tag for 'obj'.195

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.artifact.repository.ArtifactRepository.27
errorUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.32
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.56
warningExpected @param tag for 'project'.64
error'+' should be on a new line.71
errorLine is longer than 120 characters.74
error'+' should be on a new line.89
error'+' should be on a new line.90
warningUnused @param tag for 'sourceDirs'.109
warningUnused @param tag for 'localRepository'.110
warningUnused @param tag for 'buildOutputDirectory'.111
errorLine is longer than 120 characters.125
errorLine is longer than 120 characters.128
error'+' should be on a new line.155
error'+' should be on a new line.178
warningExpected @param tag for 'log'.192
warningExpected @param tag for 'config'.192
warningExpected @throws tag for 'MojoExecutionException'.193
error'&&' should be on a new line.203
error'+' should be on a new line.208
error'+' should be on a new line.225
error'+' should be on a new line.242
errorLine is longer than 120 characters.243
error'&&' should be on a new line.262
error'&&' should be on a new line.318
warningExpected @throws tag for 'MojoExecutionException'.413

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
warningExpected @throws tag for 'MojoExecutionException'.22

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.plugin.eclipse.EclipsePlugin.28
warning'deps' hides a field.162
errorLine is longer than 120 characters.175
warning'eclipseProjectName' hides a field.220
warning'project' hides a field.240
warning'sourceDirs' hides a field.260
warning'buildOutputDirectory' hides a field.280
warning'localRepository' hides a field.300
warning'manifestFile' hides a field.320
warning'classpathContainers' hides a field.340
warning'pde' hides a field.360
warning'buildCommands' hides a field.380
warning'projectnatures' hides a field.400
warning'projectFacets' hides a field.420
warning'projectBaseDir' hides a field.440
warningExpected an @return tag.450
warning'addVersionToProjectName' hides a field.460
warningExpected @param tag for 'addVersionToProjectName'.460
warningMissing a Javadoc comment.465
warning'projectNameTemplate' hides a field.465
warningMissing a Javadoc comment.470
warningMissing a Javadoc comment.475
warningMissing a Javadoc comment.480
warning'packaging' hides a field.496
warningUnused @param tag for 'buildCommands'.514
warning'wtpapplicationxml' hides a field.516
warningExpected @param tag for 'wtpapplicationxml'.516
warning'wtpVersion' hides a field.536

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningExpected @param tag for 'writer'.64

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
infoMissing a Javadoc comment.63
infoMissing a Javadoc comment.65
infoMissing a Javadoc comment.67
infoMissing a Javadoc comment.69
errorMethod length is 186 lines (max allowed is 150).84
warningExpected @throws tag for 'MojoExecutionException'.85
errorLine is longer than 120 characters.132
errorLine is longer than 120 characters.136
errorLine is longer than 120 characters.163
error'&&' should be on a new line.255
warningMissing a Javadoc comment.273
warningMissing a Javadoc comment.289
errorLine is longer than 120 characters.300
warningMissing a Javadoc comment.307
errorLine is longer than 120 characters.318
warningExpected @param tag for 'writer'.330
warningExpected @param tag for 'name'.330
warningExpected @param tag for 'location'.330
warningExpected @param tag for 'type'.330

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

ViolationMessageLine
errorLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
warningExpected @throws tag for 'MojoExecutionException'.44

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.34
warningExpected @param tag for 'log'.41
warningExpected @param tag for 'config'.41
warning'buildfilePath' hides a field.41
warningMissing a Javadoc comment.47
error'+' should be on a new line.63
warningMissing a Javadoc comment.67
warningMissing a Javadoc comment.72
warningMissing a Javadoc comment.77

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorLine is longer than 120 characters.72
errorVariable 'installer' must be private and have accessor methods.121
errorVariable 'inputHandler' must be private and have accessor methods.142
warningExpected @throws tag for 'MojoExecutionException'.156
warningExpected @throws tag for 'MojoFailureException'.156
error'(' is not followed by whitespace.204
error')' is not preceded with whitespace.204
warningMissing a Javadoc comment.218
warningMissing a Javadoc comment.239
warningMissing a Javadoc comment.246
warningMissing a Javadoc comment.251
error'(' is not followed by whitespace.251
error')' is not preceded with whitespace.251
warningExpected @param tag for 'model'.264
warningExpected @param tag for 'models'.264
warningExpected @throws tag for 'MojoFailureException'.265
error'+' should be on a new line.280
warningExpected an @return tag.293
warningExpected an @return tag.321
warningExpected @param tag for 'plugin'.411
warningExpected @param tag for 'model'.411
warningExpected @throws tag for 'MojoExecutionException'.412
errorLine is longer than 120 characters.418
warningMissing a Javadoc comment.477
error'+' should be on a new line.507
warningExpected @throws tag for 'MojoFailureException'.522
warningExpected @throws tag for 'MojoExecutionException'.522
error'3' is a magic number.537
error'else' construct must use '{}'s.577
error'else' construct must use '{}'s.594
error'+' should be on a new line.676

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorVariable 'log' must be private and have accessor methods.33
errorVariable 'config' must be private and have accessor methods.38
warningExpected an @return tag.44
warning'log' hides a field.44
warningExpected @param tag for 'log'.44
warning'config' hides a field.44
warningExpected @param tag for 'config'.44

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningMissing a Javadoc comment.35
warningMissing a Javadoc comment.41
warningMissing a Javadoc comment.47
warningMissing a Javadoc comment.53
warningMissing a Javadoc comment.59

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorMissing a Javadoc comment.21
infoMissing a Javadoc comment.24
infoMissing a Javadoc comment.26
infoMissing a Javadoc comment.28
infoMissing a Javadoc comment.30
infoMissing a Javadoc comment.32
infoMissing a Javadoc comment.34
warningMissing a Javadoc comment.36

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.47
infoMissing a Javadoc comment.50
infoMissing a Javadoc comment.52
infoMissing a Javadoc comment.54
infoMissing a Javadoc comment.56
infoMissing a Javadoc comment.58
infoMissing a Javadoc comment.60
infoMissing a Javadoc comment.62
infoMissing a Javadoc comment.64
infoMissing a Javadoc comment.66
infoMissing a Javadoc comment.68
infoMissing a Javadoc comment.70
infoMissing a Javadoc comment.72
infoMissing a Javadoc comment.74
infoMissing a Javadoc comment.76
infoMissing a Javadoc comment.78
warning'warContextRoot' hides a field.90
errorLine is longer than 120 characters.114
warningExpected @throws tag for 'MojoExecutionException'.130
errorLine is longer than 120 characters.140
error'+' should be on a new line.183
warning'warContextRoot' hides a field.215

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningExpected @throws tag for 'MojoExecutionException'.83
errorLine is longer than 120 characters.99
warningExpected @param tag for 'writer'.121
warningExpected @param tag for 'packaging'.121
warningExpected @param tag for 'buildOutputDirectory'.121
warningExpected @param tag for 'sourceDirs'.122
warningExpected @param tag for 'localRepository'.122
warningExpected @throws tag for 'MojoExecutionException'.123
errorLine is longer than 120 characters.146
error'||' should be on a new line.184
warningExpected @param tag for 'writer'.213

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.26
infoMissing a Javadoc comment.28
infoMissing a Javadoc comment.30
infoMissing a Javadoc comment.32
infoMissing a Javadoc comment.34
infoMissing a Javadoc comment.36
infoMissing a Javadoc comment.38
infoMissing a Javadoc comment.40
infoMissing a Javadoc comment.42
infoMissing a Javadoc comment.44
warning'strutsProps' hides a field.52
warningExpected @param tag for 'strutsProps'.52
warningExpected @throws tag for 'MojoExecutionException'.67
errorLine is longer than 120 characters.80
error'5' is a magic number.128
warningExpected an @return tag.181

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.32
infoMissing a Javadoc comment.34
infoMissing a Javadoc comment.36
infoMissing a Javadoc comment.38
infoMissing a Javadoc comment.41
infoMissing a Javadoc comment.44
infoMissing a Javadoc comment.47
infoMissing a Javadoc comment.50
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.55
infoMissing a Javadoc comment.57
infoMissing a Javadoc comment.60
infoMissing a Javadoc comment.63
warningMissing a Javadoc comment.110
error',' is not followed by whitespace.124
warningMissing a Javadoc comment.280
errorLine is longer than 120 characters.287
warningMissing a Javadoc comment.300
warningMissing a Javadoc comment.305
warning'spring' hides a field.305
warningMissing a Javadoc comment.310
warningMissing a Javadoc comment.315
warning'hibernate' hides a field.315
warningMissing a Javadoc comment.320
warningMissing a Javadoc comment.325
warning'struts' hides a field.325

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorMethod length is 239 lines (max allowed is 150).126
warningExpected @throws tag for 'MojoExecutionException'.127
errorLine is longer than 120 characters.140
errorInner assignments should be avoided.169
error'+' should be on a new line.179
error'+' should be on a new line.201
error'+' should be on a new line.298
error'+' should be on a new line.313
errorLine is longer than 120 characters.314
error'+' should be on a new line.314
warningMissing a Javadoc comment.368
error'+' should be on a new line.443
errorLine is longer than 120 characters.461
error'&&' should be on a new line.494
error'&&' should be on a new line.495

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningMissing a Javadoc comment.46
warningMissing a Javadoc comment.51
warning'localRepository' hides a field.51
warningMissing a Javadoc comment.56
warningMissing a Javadoc comment.61
warning'workspace' hides a field.61

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorLine is longer than 120 characters.79
infoMissing a Javadoc comment.79
infoMissing a Javadoc comment.81
infoMissing a Javadoc comment.84
infoMissing a Javadoc comment.86
infoMissing a Javadoc comment.88
infoMissing a Javadoc comment.91
infoMissing a Javadoc comment.93
infoMissing a Javadoc comment.95
errorLine is longer than 120 characters.97
infoMissing a Javadoc comment.97
infoMissing a Javadoc comment.99
infoMissing a Javadoc comment.101
infoMissing a Javadoc comment.103
errorLine is longer than 120 characters.105
infoMissing a Javadoc comment.105
infoMissing a Javadoc comment.107
errorLine is longer than 120 characters.110
infoMissing a Javadoc comment.110
errorLine is longer than 120 characters.173
errorLine is longer than 120 characters.200
errorLine is longer than 120 characters.220
errorLine is longer than 120 characters.304
warningMissing a Javadoc comment.367
warningMissing a Javadoc comment.372
warning'buildcommands' hides a field.392
warning'buildOutputDirectory' hides a field.412
warning'classpathContainers' hides a field.432
warning'eclipseProjectDir' hides a field.452
warning'projectnatures' hides a field.472
warning'useProjectReferences' hides a field.492
warning'wtpversion' hides a field.512
warning'additionalBuildcommands' hides a field.532
warning'additionalProjectnatures' hides a field.552
warningExpected an @return tag.560
warning'addVersionToProjectName' hides a field.568
warningExpected @param tag for 'addVersionToProjectName'.568
warningExpected an @return tag.576
warning'addGroupIdToProjectName' hides a field.584
warningExpected @param tag for 'addGroupIdToProjectName'.584
warningMissing a Javadoc comment.589
warningMissing a Javadoc comment.594
warning'projectNameTemplate' hides a field.594
warningExpected an @return tag.602
warningExpected @throws tag for 'MojoExecutionException'.603
error'||' should be on a new line.617
errorLine is longer than 120 characters.618
warningMissing a Javadoc comment.663
warningMissing a Javadoc comment.680
error'0.7f' is a magic number.684
error'1.5f' is a magic number.692
warningMissing a Javadoc comment.704
warningMissing a Javadoc comment.710
error'&&' should be on a new line.717
warningMissing a Javadoc comment.731
errorLine is longer than 120 characters.738
errorLine is longer than 120 characters.740
errorLine is longer than 120 characters.769
errorLine is longer than 120 characters.776
errorLine is longer than 120 characters.781
warningMissing a Javadoc comment.790
warningMissing a Javadoc comment.795
warningMissing a Javadoc comment.809
warningMissing a Javadoc comment.814
error'0.7f' is a magic number.826
error'1.5' is a magic number.839
warningMissing a Javadoc comment.898
error'&&' should be on a new line.968
error'&&' should be on a new line.985
error'&&' should be on a new line.986
error'+' should be on a new line.990
error'&&' should be on a new line.992
error'+' should be on a new line.1001
error'+' should be on a new line.1002
warningExpected @param tag for 'config'.1029
warningExpected @throws tag for 'MojoExecutionException'.1030
warningMissing a Javadoc comment.1035
errorLine is longer than 120 characters.1040
warningMissing a Javadoc comment.1044
error'0.7f' is a magic number.1058
warningMissing a Javadoc comment.1075
warningMissing a Javadoc comment.1086
error'0.7f' is a magic number.1090
error'1.5f' is a magic number.1100
error'0.7f' is a magic number.1105
error'0.7f' is a magic number.1110
warningMissing a Javadoc comment.1123
warning'buildOutputDirectory' hides a field.1123
error'+' should be on a new line.1145
errorLine is longer than 120 characters.1153
warningMissing a Javadoc comment.1161
warningMissing a Javadoc comment.1181
error'+' should be on a new line.1238
error'+' should be on a new line.1244

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
errorUnused import - org.apache.maven.artifact.repository.ArtifactRepository.13
errorUnused import - org.apache.maven.plugin.eclipse.EclipseSourceDir.16
infoMissing a Javadoc comment.39
infoMissing a Javadoc comment.41
infoMissing a Javadoc comment.43
infoMissing a Javadoc comment.45
infoMissing a Javadoc comment.47
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.55
infoMissing a Javadoc comment.57
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
infoMissing a Javadoc comment.63
infoMissing a Javadoc comment.65
infoMissing a Javadoc comment.67
infoMissing a Javadoc comment.69
infoMissing a Javadoc comment.71
infoMissing a Javadoc comment.73
infoMissing a Javadoc comment.75
infoMissing a Javadoc comment.77
infoMissing a Javadoc comment.79
infoMissing a Javadoc comment.81
infoMissing a Javadoc comment.83
infoMissing a Javadoc comment.85
infoMissing a Javadoc comment.87
infoMissing a Javadoc comment.89
infoMissing a Javadoc comment.91
infoMissing a Javadoc comment.93
infoMissing a Javadoc comment.95
infoMissing a Javadoc comment.97
infoMissing a Javadoc comment.99
error'+' should be on a new line.114
error'+' should be on a new line.115
error'+' should be on a new line.134
error'+' should be on a new line.171
warningExpected @param tag for 'sourceDirectory'.194
warningExpected @param tag for 'destinationDirectory'.194
warningExpected @throws tag for 'IOException'.195
error'+' should be on a new line.226
errorLine is longer than 120 characters.268
errorLine is longer than 120 characters.309
errorLine is longer than 120 characters.312
error'&&' should be on a new line.312
error'&&' should be on a new line.313
errorLine is longer than 120 characters.315
errorLine is longer than 120 characters.316
error'&&' should be on a new line.320
error'&&' should be on a new line.321
errorLine is longer than 120 characters.323
errorLine is longer than 120 characters.324
error'&&' should be on a new line.328
error'+' should be on a new line.377
error'||' should be on a new line.501
errorLine is longer than 120 characters.548
errorLine is longer than 120 characters.549
error'+' should be on a new line.549
errorLine is longer than 120 characters.550
errorLine is longer than 120 characters.552
errorLine is longer than 120 characters.553
error'&&' should be on a new line.574

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorMore than 7 parameters.131
warning'groupId' hides a field.131
warning'artifactId' hides a field.131
warning'version' hides a field.131
warning'classifier' hides a field.131
warning'referencedProject' hides a field.132
warning'testDependency' hides a field.132
warning'systemScoped' hides a field.132
warning'provided' hides a field.132
warning'addedToClasspath' hides a field.133
warning'file' hides a field.133
warning'type' hides a field.133
warning'osgiBundle' hides a field.133
warning'eclipseProjectName' hides a field.134
warning'javadocAttachment' hides a field.172
warning'artifactId' hides a field.192
warning'groupId' hides a field.212
warning'version' hides a field.232
warningUnused @param tag for 'groupId'.250
warning'classifier' hides a field.252
warningExpected @param tag for 'classifier'.252
warning'referencedProject' hides a field.282
warning'sourceAttachment' hides a field.302
warning'systemScoped' hides a field.322
warning'testDependency' hides a field.342
warning'file' hides a field.362
warning'type' hides a field.392
warning'addedToClasspath' hides a field.412
warning'provided' hides a field.432
warning'eclipseProjectName' hides a field.452
warningExpected an @return tag.460
warningExpected an @return tag.468
warningExpected @param tag for 'o'.468
warningExpected @param tag for 'project'.500

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.42
warningMissing a Javadoc comment.44
warningMissing a Javadoc comment.49
warningMissing a Javadoc comment.54
warningMissing a Javadoc comment.73
warningMissing a Javadoc comment.78
warningMissing a Javadoc comment.106
warningExpected an @return tag.115

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.25
infoMissing a Javadoc comment.32
warningMissing a Javadoc comment.34
warning'profileName' hides a field.34
warningMissing a Javadoc comment.50
errorLine is longer than 120 characters.68
errorLine is longer than 120 characters.72
warningMissing a Javadoc comment.80
errorLine is longer than 120 characters.95
warningMissing a Javadoc comment.106
warningMissing a Javadoc comment.111

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.55
infoMissing a Javadoc comment.57
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
infoMissing a Javadoc comment.63
infoMissing a Javadoc comment.65
infoMissing a Javadoc comment.67
warningExpected @throws tag for 'MojoExecutionException'.83
errorLine is longer than 120 characters.101
warningExpected @param tag for 'writer'.114
warningExpected @param tag for 'packaging'.114
warningExpected @param tag for 'writer'.179

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.132
warningMissing a Javadoc comment.134
warningMissing a Javadoc comment.140
errorMore than 7 parameters.140
warning'eclipseDir' hides a field.140
warning'overwrite' hides a field.140
warning'pluginDependencyTypes' hides a field.141
warning'localRepository' hides a field.141
warning'projectBuilder' hides a field.142
warning'archiverManager' hides a field.142
warning'inputHandler' hides a field.143
warningExpected @throws tag for 'MojoExecutionException'.162
warningExpected @throws tag for 'MojoFailureException'.162
error'+' should be on a new line.216
errorLine is longer than 120 characters.217
error'+' should be on a new line.256
error'+' should be on a new line.278
error'+' should be on a new line.295
error'+' should be on a new line.315
error'+' should be on a new line.344
error'+' should be on a new line.350
warningMissing a Javadoc comment.356
error'+' should be on a new line.371
warningExpected an @return tag.410
warningExpected @param tag for 'artifact'.410
warningExpected @param tag for 'bundleVersion'.410

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.artifact.repository.ArtifactRepository.27
errorUnused import - org.apache.maven.plugin.eclipse.EclipseSourceDir.30
errorUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.33
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.55
warningUnused @param tag for 'sourceDirs'.61
warningUnused @param tag for 'localRepository'.62
warningUnused @param tag for 'buildOutputDirectory'.63
error'||' should be on a new line.72
error'||' should be on a new line.73
errorLine is longer than 120 characters.84

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningExpected @throws tag for 'MojoExecutionException'.45

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorMissing a Javadoc comment.21
infoMissing a Javadoc comment.23
infoMissing a Javadoc comment.25
infoMissing a Javadoc comment.27
infoMissing a Javadoc comment.29
infoMissing a Javadoc comment.31
infoMissing a Javadoc comment.33
infoMissing a Javadoc comment.35
infoMissing a Javadoc comment.37
infoMissing a Javadoc comment.39
infoMissing a Javadoc comment.41
infoMissing a Javadoc comment.43
infoMissing a Javadoc comment.45
infoMissing a Javadoc comment.47
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
infoMissing a Javadoc comment.55
infoMissing a Javadoc comment.57
infoMissing a Javadoc comment.59
infoMissing a Javadoc comment.61
warning'jeeVersion' hides a field.69
warningExpected @param tag for 'jeeVersion'.69
warning'ejbVersion' hides a field.69
warningExpected @param tag for 'ejbVersion'.69
warning'servletVersion' hides a field.69
warningExpected @param tag for 'servletVersion'.69
warning'jspVersion' hides a field.69
warningExpected @param tag for 'jspVersion'.69

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.27
infoMissing a Javadoc comment.29
infoMissing a Javadoc comment.31
infoMissing a Javadoc comment.33
infoMissing a Javadoc comment.35
infoMissing a Javadoc comment.37
infoMissing a Javadoc comment.39
infoMissing a Javadoc comment.41
infoMissing a Javadoc comment.43
infoMissing a Javadoc comment.45
infoMissing a Javadoc comment.47
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
warningExpected @throws tag for 'MojoExecutionException'.59
error'&&' should be on a new line.63
error'&&' should be on a new line.64
errorLine is longer than 120 characters.78
errorLine is longer than 120 characters.93
error',' is not followed by whitespace.93
errorLine is longer than 120 characters.158

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warning'name' hides a field.59
warningMissing a Javadoc comment.64
warning'name' hides a field.64
warning'arguments' hides a field.64
warningMissing a Javadoc comment.70
warning'name' hides a field.70
warning'name' hides a field.84
warning'triggers' hides a field.84
warning'arguments' hides a field.84
errorMust have at least one statement.150
errorMust have at least one statement.155
warningMissing a Javadoc comment.162
warningMissing a Javadoc comment.203
error'&&' should be on a new line.209
error'&&' should be on a new line.210
warningMissing a Javadoc comment.220
error'13' is a magic number.222
error'+' should be on a new line.222
error'17' is a magic number.223

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warningMissing a Javadoc comment.52

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
warning'content' hides a field.54
warning'name' hides a field.74

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.46
infoMissing a Javadoc comment.48
infoMissing a Javadoc comment.50
warningExpected an @return tag.57
warningExpected @param tag for 'log'.57
warningExpected @param tag for 'config'.57
warning'filename' hides a field.57
warningExpected @param tag for 'filename'.57
warningMissing a Javadoc comment.64
errorLine is longer than 120 characters.85
warningMissing a Javadoc comment.145
warningMissing a Javadoc comment.151
warningExpected an @return tag.156
warningMissing a Javadoc comment.161
warningMissing a Javadoc comment.166
warningMissing a Javadoc comment.171
warningMissing a Javadoc comment.173
warningMissing a Javadoc comment.178
warningMissing a Javadoc comment.183
warningMissing a Javadoc comment.188
warningMissing a Javadoc comment.190
warningMissing a Javadoc comment.198
warningMissing a Javadoc comment.206

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
errorUnused import - org.apache.maven.artifact.repository.ArtifactRepository.27
errorUnused import - org.apache.maven.plugin.eclipse.EclipseSourceDir.30
errorUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.33
infoMissing a Javadoc comment.47
infoMissing a Javadoc comment.49
infoMissing a Javadoc comment.51
infoMissing a Javadoc comment.53
warningUnused @param tag for 'sourceDirs'.59
warningUnused @param tag for 'localRepository'.60
warningUnused @param tag for 'buildOutputDirectory'.61
errorLine is longer than 120 characters.78

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
infoMissing a Javadoc comment.24
infoMissing a Javadoc comment.26
infoMissing a Javadoc comment.28
infoMissing a Javadoc comment.30
infoMissing a Javadoc comment.32
infoMissing a Javadoc comment.34
infoMissing a Javadoc comment.36
infoMissing a Javadoc comment.38
infoMissing a Javadoc comment.40
infoMissing a Javadoc comment.42
infoMissing a Javadoc comment.44
infoMissing a Javadoc comment.46
infoMissing a Javadoc comment.48
infoMissing a Javadoc comment.50
infoMissing a Javadoc comment.52
infoMissing a Javadoc comment.54
infoMissing a Javadoc comment.56
infoMissing a Javadoc comment.58
infoMissing a Javadoc comment.60
infoMissing a Javadoc comment.62
infoMissing a Javadoc comment.64
infoMissing a Javadoc comment.66
warning'hibernateConfig' hides a field.78
errorLine is longer than 120 characters.99
error'64' is a magic number.140
error'3' is a magic number.160
warningExpected @param tag for 'configFile'.170
error'64' is a magic number.172

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

ViolationMessageLine
errorLine does not match expected header line of '^/\*\s*$'.3
warningExpected @throws tag for 'MojoExecutionException'.22

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.47
warningExpected @throws tag for 'MojoExecutionException'.53
errorLine is longer than 120 characters.65

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.44
infoMissing a Javadoc comment.46
infoMissing a Javadoc comment.48
infoMissing a Javadoc comment.50
infoMissing a Javadoc comment.52
infoMissing a Javadoc comment.54
infoMissing a Javadoc comment.56
infoMissing a Javadoc comment.58
infoMissing a Javadoc comment.60
infoMissing a Javadoc comment.62
infoMissing a Javadoc comment.64
infoMissing a Javadoc comment.66
infoMissing a Javadoc comment.68
infoMissing a Javadoc comment.70
infoMissing a Javadoc comment.72
infoMissing a Javadoc comment.74
infoMissing a Javadoc comment.76
infoMissing a Javadoc comment.78
warningExpected @param tag for 'project'.85
warningExpected @param tag for 'writer'.85
warningExpected @param tag for 'buildOutputDirectory'.86
warningExpected @throws tag for 'MojoExecutionException'.87
warningExpected @param tag for 'writer'.151
warningExpected @param tag for 'dep'.151
warningExpected @param tag for 'localRepository'.151
warningExpected @param tag for 'basedir'.152
warningExpected @param tag for 'deployPath'.152
warningExpected @throws tag for 'MojoExecutionException'.153
error'||' should be on a new line.160
errorLine is longer than 120 characters.173
warningMissing a Javadoc comment.250
error'&&' should be on a new line.270
error'||' should be on a new line.271
errorLine is longer than 120 characters.272

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.38
infoMissing a Javadoc comment.40
warningMissing a Javadoc comment.42
warning'file' hides a field.42
warningMissing a Javadoc comment.47
warning'file' hides a field.47
warningMissing a Javadoc comment.52
warningMissing a Javadoc comment.57
warningMissing a Javadoc comment.62
warning'file' hides a field.67
errorMust have at least one statement.88
warningMissing a Javadoc comment.97
warningMissing a Javadoc comment.102

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

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.32
infoMissing a Javadoc comment.34
warningMissing a Javadoc comment.36
warningMissing a Javadoc comment.40
warningMissing a Javadoc comment.52
warningMissing a Javadoc comment.64