Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
63 363 357 327

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 1 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 29 31 34
org/apache/maven/plugin/eclipse/EclipseSourceDir.java 7 7 1
org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java 0 18 30
org/apache/maven/plugin/eclipse/InstallPluginsMojo.java 1 7 3
org/apache/maven/plugin/eclipse/M2EclipseMojo.java 3 1 1
org/apache/maven/plugin/eclipse/MakeArtifactsMojo.java 0 3 1
org/apache/maven/plugin/eclipse/Messages.java 2 4 1
org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java 0 1 1
org/apache/maven/plugin/eclipse/MyEclipsePlugin.java 13 7 3
org/apache/maven/plugin/eclipse/RadCleanMojo.java 0 1 1
org/apache/maven/plugin/eclipse/RadPlugin.java 18 7 4
org/apache/maven/plugin/eclipse/RemoveCacheMojo.java 0 1 1
org/apache/maven/plugin/eclipse/WorkspaceConfiguration.java 8 16 2
org/apache/maven/plugin/eclipse/osgiplugin/AbstractEclipseOsgiPlugin.java 2 8 1
org/apache/maven/plugin/eclipse/osgiplugin/EclipseOsgiPlugin.java 0 5 2
org/apache/maven/plugin/eclipse/osgiplugin/ExplodedPlugin.java 1 7 1
org/apache/maven/plugin/eclipse/osgiplugin/PackagedPlugin.java 0 5 1
org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocations.java 15 12 8
org/apache/maven/plugin/eclipse/writers/AbstractEclipseManifestWriter.java 2 7 7
org/apache/maven/plugin/eclipse/writers/AbstractEclipseWriter.java 0 5 1
org/apache/maven/plugin/eclipse/writers/EclipseAjdtWriter.java 6 2 3
org/apache/maven/plugin/eclipse/writers/EclipseAntExternalLaunchConfigurationWriter.java 1 7 1
org/apache/maven/plugin/eclipse/writers/EclipseClasspathWriter.java 0 3 11
org/apache/maven/plugin/eclipse/writers/EclipseLaunchConfigurationWriter.java 3 19 2
org/apache/maven/plugin/eclipse/writers/EclipseManifestWriter.java 2 7 3
org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java 0 2 9
org/apache/maven/plugin/eclipse/writers/EclipseProjectWriter.java 6 8 7
org/apache/maven/plugin/eclipse/writers/EclipseSettingsWriter.java 6 1 4
org/apache/maven/plugin/eclipse/writers/EclipseWriter.java 0 1 1
org/apache/maven/plugin/eclipse/writers/EclipseWriterConfig.java 2 10 4
org/apache/maven/plugin/eclipse/writers/MonitoredResource.java 4 2 1
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java 22 1 2
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java 13 1 5
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java 8 1 3
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java 10 3 2
org/apache/maven/plugin/eclipse/writers/rad/RadApplicationXMLWriter.java 32 3 10
org/apache/maven/plugin/eclipse/writers/rad/RadEjbClasspathWriter.java 12 3 5
org/apache/maven/plugin/eclipse/writers/rad/RadJ2EEWriter.java 4 3 5
org/apache/maven/plugin/eclipse/writers/rad/RadLibCopier.java 0 0 2
org/apache/maven/plugin/eclipse/writers/rad/RadManifestWriter.java 1 3 1
org/apache/maven/plugin/eclipse/writers/rad/RadWebSettingsWriter.java 16 2 3
org/apache/maven/plugin/eclipse/writers/rad/RadWebsiteConfigWriter.java 4 3 5
org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java 2 6 4
org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java 3 8 5
org/apache/maven/plugin/eclipse/writers/workspace/WorkspaceWriter.java 0 1 1
org/apache/maven/plugin/eclipse/writers/wtp/AbstractWtpResourceWriter.java 18 11 3
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java 32 3 17
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponent15Writer.java 0 1 1
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponentWriter.java 0 8 6
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpFacetsWriter.java 12 9 11
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpmodulesWriter.java 1 1 2
org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java 0 9 27
org/apache/maven/plugin/ide/IdeDependency.java 0 6 2
org/apache/maven/plugin/ide/IdeUtils.java 10 22 8
org/apache/maven/plugin/ide/JeeDescriptor.java 20 4 2
org/apache/maven/plugin/ide/JeeUtils.java 6 13 35

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
8 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
154 Errors Error
MemberName 0 Errors Error
JavadocMethod 339 Warnings Warning
JavadocType 5 Errors Error
JavadocVariable 363 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 19 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"
12 Errors Error
TabCharacter 2 Errors Error
WhitespaceAfter 4 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"
18 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"
13 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • 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
Warnings Missing a Javadoc comment. 36

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
Infos Missing a Javadoc comment. 88
Infos Missing a Javadoc comment. 90
Infos Missing a Javadoc comment. 92
Infos Missing a Javadoc comment. 94
Infos Missing a Javadoc comment. 96
Infos Missing a Javadoc comment. 98
Infos Missing a Javadoc comment. 100
Infos Missing a Javadoc comment. 102
Infos Missing a Javadoc comment. 104
Infos Missing a Javadoc comment. 106
Errors Line is longer than 120 characters. 108
Infos Missing a Javadoc comment. 108
Infos Missing a Javadoc comment. 110
Infos Missing a Javadoc comment. 113
Infos Missing a Javadoc comment. 115
Infos Missing a Javadoc comment. 117
Infos Missing a Javadoc comment. 120
Infos Missing a Javadoc comment. 122
Infos Missing a Javadoc comment. 124
Infos Missing a Javadoc comment. 126
Errors Line is longer than 120 characters. 128
Infos Missing a Javadoc comment. 128
Infos Missing a Javadoc comment. 130
Infos Missing a Javadoc comment. 132
Infos Missing a Javadoc comment. 134
Infos Missing a Javadoc comment. 136
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
Errors Line is longer than 120 characters. 217
Errors Line is longer than 120 characters. 244
Errors Line is longer than 120 characters. 264
Errors Line is longer than 120 characters. 357
Infos Missing a Javadoc comment. 470
Warnings Missing a Javadoc comment. 510
Warnings Missing a Javadoc comment. 515
Warnings Expected an @return tag. 703
Warnings Expected @param tag for 'addVersionToProjectName'. 711
Warnings Expected an @return tag. 719
Warnings Expected @param tag for 'addGroupIdToProjectName'. 727
Warnings Expected an @return tag. 755
Warnings Expected @throws tag for 'MojoExecutionException'. 756
Errors Line is longer than 120 characters. 761
Errors Line is longer than 120 characters. 773
Warnings Missing a Javadoc comment. 843
Errors '0.7f' is a magic number. 847
Errors '1.5f' is a magic number. 855
Warnings Missing a Javadoc comment. 880
Warnings Missing a Javadoc comment. 902
Errors Line is longer than 120 characters. 909
Errors Line is longer than 120 characters. 911
Errors Line is longer than 120 characters. 940
Errors Line is longer than 120 characters. 947
Errors Line is longer than 120 characters. 952
Warnings Missing a Javadoc comment. 973
Warnings Missing a Javadoc comment. 997
Errors '0.7f' is a magic number. 1009
Errors '1.5' is a magic number. 1022
Warnings Missing a Javadoc comment. 1061
Errors Line is longer than 120 characters. 1114
Warnings Expected @param tag for 'config'. 1279
Warnings Expected @throws tag for 'MojoExecutionException'. 1280
Warnings Missing a Javadoc comment. 1285
Errors Line is longer than 120 characters. 1290
Errors '0.7f' is a magic number. 1321
Errors '0.7f' is a magic number. 1380
Errors '1.5f' is a magic number. 1397
Errors '0.7f' is a magic number. 1402
Errors '0.7f' is a magic number. 1407
Warnings Missing a Javadoc comment. 1420
Warnings 'buildOutputDirectory' hides a field. 1420
Errors 'if' construct must use '{}'s. 1474
Warnings Missing a Javadoc comment. 1479
Warnings Missing a Javadoc comment. 1499
Warnings Missing a Javadoc comment. 1570
Warnings Missing a Javadoc comment. 1613
Warnings Missing a Javadoc comment. 1631
Warnings Missing a Javadoc comment. 1649
Warnings Missing a Javadoc comment. 1678
Errors '{' should be on a new line. 1727
Warnings 'projectNameTemplate' hides a field. 1739
Warnings 'addVersionToProjectName' hides a field. 1740
Warnings 'addGroupIdToProjectName' hides a field. 1741
Errors Line is longer than 120 characters. 1764
Errors '(' is not followed by whitespace. 1764
Errors ')' is not preceded with whitespace. 1764
Warnings Missing a Javadoc comment. 1775
Warnings Missing a Javadoc comment. 1812
Errors Line is longer than 120 characters. 1843
Errors Line is longer than 120 characters. 1860

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
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
Warnings Missing a Javadoc comment. 47
Warnings Expected an @return tag. 173
Warnings Expected an @return tag. 181
Warnings Expected @param tag for 'obj'. 181
Warnings Expected an @return tag. 190
Warnings Expected an @return tag. 198
Warnings Expected @param tag for 'obj'. 198

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'. 167
Warnings Expected @throws tag for 'MojoFailureException'. 167
Errors Line is longer than 120 characters. 180
Errors Line is longer than 120 characters. 187
Errors Line is longer than 120 characters. 194
Errors Line is longer than 120 characters. 203
Errors Line is longer than 120 characters. 213
Errors Line is longer than 120 characters. 221
Errors '(' is not followed by whitespace. 221
Warnings Missing a Javadoc comment. 229
Errors Line is longer than 120 characters. 236
Errors '(' is not followed by whitespace. 236
Warnings Missing a Javadoc comment. 250
Warnings Missing a Javadoc comment. 257
Warnings Missing a Javadoc comment. 262
Warnings Expected @param tag for 'model'. 275
Warnings Expected @param tag for 'models'. 275
Warnings Expected @throws tag for 'MojoFailureException'. 276
Errors Line is longer than 120 characters. 281
Errors Line is longer than 120 characters. 291
Warnings Expected an @return tag. 304
Errors Line is longer than 120 characters. 319
Warnings Expected an @return tag. 332
Errors Line is longer than 120 characters. 342
Errors Line is longer than 120 characters. 355
Errors ')' is not preceded with whitespace. 355
Errors Line is longer than 120 characters. 368
Warnings Expected @param tag for 'plugin'. 422
Warnings Expected @param tag for 'model'. 422
Warnings Expected @throws tag for 'MojoExecutionException'. 423
Errors Line is longer than 120 characters. 429
Errors Line is longer than 120 characters. 439
Errors Line is longer than 120 characters. 447
Errors Line is longer than 120 characters. 471
Errors Line is longer than 120 characters. 475
Errors Line is longer than 120 characters. 479
Warnings Missing a Javadoc comment. 488
Warnings 'stripQualifier' hides a field. 502
Warnings Expected @throws tag for 'MojoFailureException'. 533
Warnings Expected @throws tag for 'MojoExecutionException'. 533
Errors Line is longer than 120 characters. 541
Errors Line is longer than 120 characters. 542
Errors Line is longer than 120 characters. 557
Errors 'else' construct must use '{}'s. 588
Errors 'else' construct must use '{}'s. 605
Errors Line is longer than 120 characters. 640

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 132
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
Warnings Missing a Javadoc comment. 369
Warnings Expected an @return tag. 423
Warnings Expected @param tag for 'artifact'. 423

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44

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
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
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
Infos Missing a Javadoc comment. 28
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Infos Missing a Javadoc comment. 56
Infos Missing a Javadoc comment. 59
Errors ',' is not followed by whitespace. 120
Warnings Missing a Javadoc comment. 272
Errors Line is longer than 120 characters. 279
Warnings Missing a Javadoc comment. 292
Warnings Missing a Javadoc comment. 297
Warnings Missing a Javadoc comment. 302
Warnings Missing a Javadoc comment. 307
Warnings Missing a Javadoc comment. 312
Warnings Missing a Javadoc comment. 317

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
Infos Missing a Javadoc comment. 53
Infos Missing a Javadoc comment. 55
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 68
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 74
Infos Missing a Javadoc comment. 77
Infos Missing a Javadoc comment. 79
Infos Missing a Javadoc comment. 81
Infos Missing a Javadoc comment. 83
Infos Missing a Javadoc comment. 85
Infos Missing a Javadoc comment. 87
Infos Missing a Javadoc comment. 89
Infos Missing a Javadoc comment. 91
Infos Missing a Javadoc comment. 93
Warnings Unused @param tag for 'deps'. 131
Warnings Expected @param tag for 'config'. 134
Warnings Expected @param tag for 'config'. 158
Warnings Expected @throws tag for 'MojoExecutionException'. 159
Warnings Expected @param tag for 'config'. 204
Warnings Expected @throws tag for 'MojoExecutionException'. 205
Errors Line is longer than 120 characters. 308
Errors Line is longer than 120 characters. 326
Warnings Expected @throws tag for 'MojoExecutionException'. 340
Errors '{' should be on a new line. 354

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
Infos Missing a Javadoc comment. 11
Infos Missing a Javadoc comment. 13
Infos Missing a Javadoc comment. 15
Infos Missing a Javadoc comment. 17
Infos Missing a Javadoc comment. 19
Infos Missing a Javadoc comment. 21
Infos Missing a Javadoc comment. 23
Infos Missing a Javadoc comment. 25
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
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
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
Infos Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 49
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
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. 75
Infos Missing a Javadoc comment. 78
Infos Missing a Javadoc comment. 81
Infos Missing a Javadoc comment. 83
Infos Missing a Javadoc comment. 85
Infos Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 90
Errors Line is longer than 120 characters. 105
Warnings Expected @param tag for 'workspaceConfiguration'. 105
Warnings Expected @param tag for 'wtpDefaultServer'. 105
Warnings Expected @param tag for 'log'. 105
Errors Line is longer than 120 characters. 149
Warnings Unused @param tag for 'workspaceLocation'. 196
Warnings Expected @param tag for 'workspaceConfiguration'. 200
Warnings Expected @throws tag for 'FileNotFoundException'. 329
Errors Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 329
Warnings Expected @throws tag for 'XmlPullParserException'. 329
Warnings Expected @throws tag for 'IOException'. 329
Warnings Missing a Javadoc comment. 364
Errors Line is longer than 120 characters. 379
Errors Line is longer than 120 characters. 435
Errors '{' should be on a new line. 469
Warnings Unused @param tag for 'workspaceLocation'. 509
Warnings Expected @param tag for 'workspaceConfiguration'. 512
Errors Line is longer than 120 characters. 547

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
Errors Line is longer than 120 characters. 180
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
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Warnings Expected @throws tag for 'MojoExecutionException'. 77
Errors Line is longer than 120 characters. 139
Errors Line is longer than 120 characters. 143
Warnings Missing a Javadoc comment. 148

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 34
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 265 lines (max allowed is 150). 156
Warnings Expected @throws tag for 'MojoExecutionException'. 157
Errors Line is longer than 120 characters. 170
Errors Inner assignments should be avoided. 199
Errors Line is longer than 120 characters. 252
Errors Line is longer than 120 characters. 352
Warnings Missing a Javadoc comment. 424
Errors Method length is 192 lines (max allowed is 150). 437
Warnings Missing a Javadoc comment. 437
Errors Line is longer than 120 characters. 538
Errors Line is longer than 120 characters. 571
Errors '1.5' is a magic number. 594
Errors '1.5' is a magic number. 609

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
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
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 Expected an @return tag. 156
Warnings Missing a Javadoc comment. 161
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
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 43
Warnings Expected @param tag for 'config'. 54
Warnings Expected @throws tag for 'MojoExecutionException'. 55
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 Line is longer than 120 characters. 189
Errors '20' is a magic number. 213

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
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
Errors Method length is 190 lines (max allowed is 150). 85
Warnings Expected @throws tag for 'MojoExecutionException'. 86
Errors Line is longer than 120 characters. 133
Errors Line is longer than 120 characters. 137
Errors Line is longer than 120 characters. 164
Warnings Missing a Javadoc comment. 278
Warnings Missing a Javadoc comment. 294
Errors Line is longer than 120 characters. 305
Warnings Missing a Javadoc comment. 312
Errors Line is longer than 120 characters. 323
Warnings Expected @param tag for 'writer'. 335
Warnings Expected @param tag for 'name'. 335
Warnings Expected @param tag for 'location'. 335
Warnings Expected @param tag for 'type'. 335

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Errors Line is longer than 120 characters. 50
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Warnings Expected @throws tag for 'MojoExecutionException'. 58
Errors Line is longer than 120 characters. 118
Errors Line is longer than 120 characters. 122

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
Infos Missing a Javadoc comment. 148
Infos Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 157
Errors Line is longer than 120 characters. 191
Errors Line is longer than 120 characters. 201
Warnings Expected an @return tag. 489
Warnings Expected @param tag for 'addVersionToProjectName'. 499
Warnings Missing a Javadoc comment. 504
Warnings Missing a Javadoc comment. 509
Warnings Missing a Javadoc comment. 514
Warnings Missing a Javadoc comment. 519
Warnings Unused @param tag for 'buildCommands'. 553
Warnings Expected @param tag for 'wtpapplicationxml'. 555

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
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
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
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
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
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
Errors Line is longer than 120 characters. 99
Warnings Expected @param tag for 'configFile'. 170

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

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Infos Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29
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
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
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
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
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
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Warnings Expected @param tag for 'strutsProps'. 52
Warnings Expected @throws tag for 'MojoExecutionException'. 67
Errors Line is longer than 120 characters. 80
Warnings Expected an @return tag. 181

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
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Infos Missing a Javadoc comment. 77
Infos Missing a Javadoc comment. 79
Infos Missing a Javadoc comment. 81
Infos Missing a Javadoc comment. 83
Infos Missing a Javadoc comment. 85
Infos Missing a Javadoc comment. 87
Infos Missing a Javadoc comment. 89
Infos Missing a Javadoc comment. 91
Infos Missing a Javadoc comment. 93
Infos Missing a Javadoc comment. 95
Infos Missing a Javadoc comment. 97
Infos Missing a Javadoc comment. 99
Infos Missing a Javadoc comment. 101
Infos Missing a Javadoc comment. 103
Infos Missing a Javadoc comment. 105
Infos Missing a Javadoc comment. 107
Infos Missing a Javadoc comment. 109
Infos Missing a Javadoc comment. 111
Infos Missing a Javadoc comment. 113
Infos Missing a Javadoc comment. 115
Infos Missing a Javadoc comment. 117
Infos Missing a Javadoc comment. 119
Infos Missing a Javadoc comment. 121
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
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Infos Missing a Javadoc comment. 77
Infos Missing a Javadoc comment. 79
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
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Infos Missing a Javadoc comment. 55
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
Infos Missing a Javadoc comment. 45
Warnings Expected @param tag for 'project'. 54
Warnings Expected @throws tag for 'MojoExecutionException'. 55
Warnings Missing a Javadoc comment. 116

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

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 50
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
Errors Line is longer than 120 characters. 114
Warnings Expected @throws tag for 'MojoExecutionException'. 130
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
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
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
Infos Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings 'profileName' hides a field. 34
Warnings Missing a Javadoc comment. 50
Errors Line is longer than 120 characters. 68
Errors Line is longer than 120 characters. 72
Warnings Missing a Javadoc comment. 80
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
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 53
Warnings 'logger' hides a field. 53
Warnings 'config' hides a field. 53
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 108
Errors Line is longer than 120 characters. 123
Errors Line is longer than 120 characters. 128
Warnings Missing a Javadoc comment. 135

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. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
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. 257
Errors Line is longer than 120 characters. 279

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
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
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Infos Missing a Javadoc comment. 77
Infos Missing a Javadoc comment. 79
Infos Missing a Javadoc comment. 81
Infos Missing a Javadoc comment. 83
Infos Missing a Javadoc comment. 85
Infos Missing a Javadoc comment. 87
Infos Missing a Javadoc comment. 89
Infos Missing a Javadoc comment. 91
Infos Missing a Javadoc comment. 93
Infos Missing a Javadoc comment. 95
Infos Missing a Javadoc comment. 97
Infos Missing a Javadoc comment. 99
Infos Missing a Javadoc comment. 101
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
Warnings Expected @param tag for 'writer'. 122
Warnings Expected @param tag for 'packaging'. 122
Warnings Expected @param tag for 'buildOutputDirectory'. 122
Warnings Expected @param tag for 'sourceDirs'. 123
Warnings Expected @param tag for 'localRepository'. 123
Warnings Expected @throws tag for 'MojoExecutionException'. 124
Errors Line is longer than 120 characters. 147
Errors Line is longer than 120 characters. 159
Errors Line contains a tab character. 164
Errors Line contains a tab character. 168
Warnings Expected @param tag for 'writer'. 227

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
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
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Warnings Expected @throws tag for 'MojoExecutionException'. 87
Errors Line is longer than 120 characters. 105
Warnings Expected @param tag for 'writer'. 118
Warnings Expected @param tag for 'packaging'. 118
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
Warnings Expected @param tag for 'writer'. 174
Warnings Expected @param tag for 'facetName'. 174
Warnings Expected @param tag for 'writer'. 190
Warnings Expected @param tag for 'facetName'. 190
Warnings Expected @param tag for 'facetVersion'. 190
Warnings Expected @param tag for 'writer'. 204

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. 421
Warnings Missing a Javadoc comment. 426
Warnings 'logger' hides a field. 482
Warnings Expected @param tag for 'logger'. 482
Warnings Expected @throws tag for 'MojoExecutionException'. 491
Warnings Expected @throws tag for 'MojoFailureException'. 491
Errors Method length is 189 lines (max allowed is 150). 523
Warnings 'project' hides a field. 530
Errors Line is longer than 120 characters. 567
Errors Line is longer than 120 characters. 598
Errors Line is longer than 120 characters. 606
Errors Line is longer than 120 characters. 624
Errors Line is longer than 120 characters. 656
Errors 'public' modifier out of order with the JLS suggestions. 721
Errors Line is longer than 120 characters. 751
Errors Line is longer than 120 characters. 754
Errors '{' should be on a new line. 814
Errors Line is longer than 120 characters. 833
Warnings Missing a Javadoc comment. 850
Warnings 'artifactFactory' hides a field. 850
Errors Line is longer than 120 characters. 873
Errors '(' is not followed by whitespace. 947
Errors ')' is not preceded with whitespace. 947
Errors '{' should be on a new line. 947
Errors '(' is not followed by whitespace. 958
Errors ')' is not preceded with whitespace. 958
Errors '{' should be on a new line. 958
Errors '(' is not followed by whitespace. 959
Errors ')' is not preceded with whitespace. 959
Errors '{' should be on a new line. 959
Errors Line is longer than 120 characters. 960
Errors Line is longer than 120 characters. 986
Errors Line is longer than 120 characters. 990
Errors Line is longer than 120 characters. 1029
Errors Line is longer than 120 characters. 1048

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
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
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Infos Missing a Javadoc comment. 67
Infos Missing a Javadoc comment. 69
Warnings Expected @param tag for 'log'. 97
Errors Line is longer than 120 characters. 118
Warnings Missing a Javadoc comment. 130
Warnings Expected @param tag for 'optionName'. 150
Warnings Unused @param tag for 'artifacts'. 215
Warnings Expected an @return tag. 219
Warnings Expected @param tag for 'dependencies'. 219
Errors Line is longer than 120 characters. 248
Warnings Expected @param tag for 'subConfiguration'. 287
Warnings Expected @param tag for 'log'. 329
Warnings Expected an @return tag. 357
Warnings Expected @param tag for 'template'. 357
Warnings Expected @param tag for 'dep'. 357
Warnings Missing a Javadoc comment. 374
Warnings Missing a Javadoc comment. 379
Warnings Missing a Javadoc comment. 385
Warnings Expected @param tag for 'localRepository'. 395
Errors '{' should be on a new line. 395
Errors Line is longer than 120 characters. 396
Errors ')' is not preceded with whitespace. 396
Warnings Missing a Javadoc comment. 480
Errors ';' is not followed by whitespace. 490
Errors ';' is not followed by whitespace. 498
Warnings Missing a Javadoc comment. 504
Warnings Unused @param tag for 'project'. 581
Warnings Expected @param tag for 'plugins'. 584
Warnings Expected @param tag for 'optionName'. 584
Warnings Missing a Javadoc comment. 623
Warnings Missing a Javadoc comment. 632

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. 23
Infos Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29
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
Infos Missing a Javadoc comment. 33
Errors Name 'ejbMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Infos Missing a Javadoc comment. 35
Errors Name 'jeeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Infos Missing a Javadoc comment. 37
Errors Name 'jspMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Infos Missing a Javadoc comment. 39
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
Warnings Missing a Javadoc comment. 222
Warnings Missing a Javadoc comment. 231
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
Warnings Missing a Javadoc comment. 267
Errors 'if' construct must use '{}'s. 276
Errors Line is longer than 120 characters. 276
Warnings Missing a Javadoc comment. 299
Warnings Missing a Javadoc comment. 304
Errors 'if' construct must use '{}'s. 313
Errors 'if' construct must use '{}'s. 319