Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
6367279413

Files

FilesInfosWarningsErrors
org/apache/maven/plugin/eclipse/AbstractWorkspaceMojo.java042
org/apache/maven/plugin/eclipse/AddMavenRepoMojo.java013
org/apache/maven/plugin/eclipse/BuildCommand.java052
org/apache/maven/plugin/eclipse/ConfigureWorkspaceMojo.java013
org/apache/maven/plugin/eclipse/Constants.java602
org/apache/maven/plugin/eclipse/EclipseCleanMojo.java022
org/apache/maven/plugin/eclipse/EclipseConfigFile.java031
org/apache/maven/plugin/eclipse/EclipsePlugin.java71957
org/apache/maven/plugin/eclipse/EclipseSourceDir.java0717
org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java01029
org/apache/maven/plugin/eclipse/InstallPluginsMojo.java045
org/apache/maven/plugin/eclipse/LinkedResource.java0114
org/apache/maven/plugin/eclipse/MakeArtifactsMojo.java033
org/apache/maven/plugin/eclipse/Messages.java031
org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java012
org/apache/maven/plugin/eclipse/MyEclipsePlugin.java075
org/apache/maven/plugin/eclipse/RadCleanMojo.java012
org/apache/maven/plugin/eclipse/RadPlugin.java035
org/apache/maven/plugin/eclipse/RemoveCacheMojo.java012
org/apache/maven/plugin/eclipse/WorkspaceConfiguration.java0161
org/apache/maven/plugin/eclipse/osgiplugin/AbstractEclipseOsgiPlugin.java081
org/apache/maven/plugin/eclipse/osgiplugin/EclipseOsgiPlugin.java052
org/apache/maven/plugin/eclipse/osgiplugin/ExplodedPlugin.java061
org/apache/maven/plugin/eclipse/osgiplugin/PackagedPlugin.java051
org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocations.java219
org/apache/maven/plugin/eclipse/writers/AbstractEclipseManifestWriter.java276
org/apache/maven/plugin/eclipse/writers/AbstractEclipseWriter.java051
org/apache/maven/plugin/eclipse/writers/EclipseAjdtWriter.java013
org/apache/maven/plugin/eclipse/writers/EclipseAntExternalLaunchConfigurationWriter.java071
org/apache/maven/plugin/eclipse/writers/EclipseClasspathWriter.java0219
org/apache/maven/plugin/eclipse/writers/EclipseLaunchConfigurationWriter.java1172
org/apache/maven/plugin/eclipse/writers/EclipseManifestWriter.java053
org/apache/maven/plugin/eclipse/writers/EclipseOSGiManifestWriter.java028
org/apache/maven/plugin/eclipse/writers/EclipseProjectWriter.java016
org/apache/maven/plugin/eclipse/writers/EclipseWriter.java011
org/apache/maven/plugin/eclipse/writers/EclipseWriterConfig.java0124
org/apache/maven/plugin/eclipse/writers/MonitoredResource.java221
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java002
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java015
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java013
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java022
org/apache/maven/plugin/eclipse/writers/rad/RadApplicationXMLWriter.java0310
org/apache/maven/plugin/eclipse/writers/rad/RadEjbClasspathWriter.java035
org/apache/maven/plugin/eclipse/writers/rad/RadJ2EEWriter.java035
org/apache/maven/plugin/eclipse/writers/rad/RadLibCopier.java002
org/apache/maven/plugin/eclipse/writers/rad/RadManifestWriter.java021
org/apache/maven/plugin/eclipse/writers/rad/RadWebSettingsWriter.java013
org/apache/maven/plugin/eclipse/writers/rad/RadWebsiteConfigWriter.java035
org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java044
org/apache/maven/plugin/eclipse/writers/workspace/EclipseSettingsWriter.java0142
org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java045
org/apache/maven/plugin/eclipse/writers/workspace/WorkspaceWriter.java011
org/apache/maven/plugin/eclipse/writers/wtp/AbstractWtpResourceWriter.java14113
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java0317
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponent15Writer.java011
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponentWriter.java023
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpFacetsWriter.java018
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpmodulesWriter.java112
org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java0815
org/apache/maven/plugin/ide/IdeDependency.java062
org/apache/maven/plugin/ide/IdeUtils.java101612
org/apache/maven/plugin/ide/JeeDescriptor.java2042
org/apache/maven/plugin/ide/JeeUtils.java2836

Rules

RulesViolationsSeverity
FileLength1Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
62Errors Error
FileTabCharacter
  • eachLine: "true"
42Errors Error
LeftCurly
  • option: "nl"
1Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
143Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
260Warnings Warning
JavadocType
  • scope: "protected"
26Errors Error
JavadocVariable
  • scope: "protected"
67Infos Info
ConstantName4Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports19Errors Error
MethodLength4Errors Error
ParameterNumber2Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
46Errors Error
WhitespaceAfter5Errors Error
WhitespaceAround5Errors Error
ModifierOrder10Errors Error
RedundantModifier1Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces24Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
19Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment1Errors 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"
15Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'requiresProject'.25
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.29
ErrorsUnknown tag 'requiresProject'.30
WarningsMissing a Javadoc comment.36

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.203
WarningsMissing a Javadoc comment.220
Errors'17' is a magic number.223

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.31
ErrorsUnknown tag 'requiresProject'.32
WarningsMissing a Javadoc comment.52

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMissing a Javadoc comment.21
InfosMissing a Javadoc comment.24
InfosMissing a Javadoc comment.26
InfosMissing a Javadoc comment.28
InfosMissing a Javadoc comment.30
InfosMissing a Javadoc comment.32
InfosMissing a Javadoc comment.34

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.31
WarningsExpected @throws tag for 'MojoExecutionException'.84
WarningsMissing a Javadoc comment.117

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsUnused @param tag for 'location'.128
Warnings'url' hides a field.130
WarningsExpected @param tag for 'url'.130

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

ViolationMessageLine
ErrorsFile length is 2,169 lines (max allowed is 2,000).1
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.93
ErrorsUnknown tag 'execute'.94
ErrorsLine is longer than 120 characters.119
InfosMissing a Javadoc comment.124
ErrorsLine is longer than 120 characters.139
ErrorsLine is longer than 120 characters.149
InfosMissing a Javadoc comment.149
InfosMissing a Javadoc comment.151
InfosMissing a Javadoc comment.153
ErrorsLine is longer than 120 characters.156
InfosMissing a Javadoc comment.156
InfosMissing a Javadoc comment.158
InfosMissing a Javadoc comment.160
ErrorsLine is longer than 120 characters.233
ErrorsLine is longer than 120 characters.260
ErrorsLine is longer than 120 characters.280
ErrorsLine is longer than 120 characters.374
WarningsMissing a Javadoc comment.646
WarningsMissing a Javadoc comment.651
WarningsExpected an @return tag.839
WarningsExpected @param tag for 'addVersionToProjectName'.847
WarningsExpected an @return tag.855
WarningsExpected @param tag for 'addGroupIdToProjectName'.863
WarningsExpected an @return tag.907
WarningsExpected @throws tag for 'MojoExecutionException'.908
ErrorsLine is longer than 120 characters.926
Errors'0.7f' is a magic number.1024
Errors'1.5f' is a magic number.1032
ErrorsLine is longer than 120 characters.1086
ErrorsLine is longer than 120 characters.1088
ErrorsLine is longer than 120 characters.1117
ErrorsLine is longer than 120 characters.1124
ErrorsLine is longer than 120 characters.1129
WarningsMissing a Javadoc comment.1175
Errors'0.7f' is a magic number.1188
Errors'1.5' is a magic number.1201
Errors'(' is not followed by whitespace.1271
Errors')' is not preceded with whitespace.1271
Errors'(' is not followed by whitespace.1272
Errors')' is not preceded with whitespace.1272
ErrorsEmpty statement.1281
ErrorsLine is longer than 120 characters.1306
Errors'{' should be on a new line.1321
Errors'(' is not followed by whitespace.1322
Errors'(' is not followed by whitespace.1322
Errors')' is not preceded with whitespace.1324
Errors')' is not preceded with whitespace.1324
ErrorsLine is longer than 120 characters.1333
ErrorsLine is longer than 120 characters.1338
Errors'(' is not followed by whitespace.1490
Errors')' is not preceded with whitespace.1490
WarningsExpected @param tag for 'config'.1509
WarningsExpected @throws tag for 'MojoExecutionException'.1510
ErrorsLine is longer than 120 characters.1520
Errors'0.7f' is a magic number.1551
Errors'0.7f' is a magic number.1610
Errors'1.5f' is a magic number.1627
Errors'0.7f' is a magic number.1632
Errors'0.7f' is a magic number.1637
WarningsMissing a Javadoc comment.1650
Warnings'buildOutputDirectory' hides a field.1650
Errors'(' is not followed by whitespace.1694
Errors')' is not preceded with whitespace.1694
Errors'if' construct must use '{}'s.1710
Warnings'excludes' hides a field.1746
Errors'(' is not followed by whitespace.1798
Errors')' is not preceded with whitespace.1798
Errors'(' is not followed by whitespace.1799
Errors')' is not preceded with whitespace.1799
ErrorsLine is longer than 120 characters.1802
Errors')' is not preceded with whitespace.1803
ErrorsLine is longer than 120 characters.1809
ErrorsLine is longer than 120 characters.1810
Errors')' is not preceded with whitespace.1811
Warnings'projectNameTemplate' hides a field.2012
Warnings'addVersionToProjectName' hides a field.2013
Warnings'addGroupIdToProjectName' hides a field.2014
WarningsMissing a Javadoc comment.2054
WarningsMissing a Javadoc comment.2091
ErrorsLine is longer than 120 characters.2135
ErrorsLine is longer than 120 characters.2152

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected an @return tag.227
Errors'(' is not followed by whitespace.236
Errors')' is not preceded with whitespace.236
WarningsExpected an @return tag.244
WarningsExpected @param tag for 'obj'.244
WarningsExpected an @return tag.253
WarningsExpected an @return tag.261
WarningsExpected @param tag for 'obj'.261
WarningsExpected an @return tag.301
Errors'(' is not followed by whitespace.324
Errors')' is not preceded with whitespace.324
Errors'(' is not followed by whitespace.326
Errors')' is not preceded with whitespace.326
Errors'(' is not followed by whitespace.327
Errors')' is not preceded with whitespace.327
Errors'(' is not followed by whitespace.338
Errors'(' is not followed by whitespace.338
Errors')' is not preceded with whitespace.338
Errors')' is not preceded with whitespace.338
Errors'(' is not followed by whitespace.344
Errors')' is not preceded with whitespace.344
Errors'(' is not followed by whitespace.350
Errors')' is not preceded with whitespace.350

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.52
ErrorsUnknown tag 'requiresDependencyResolution'.54
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.145
ErrorsMore than 7 parameters.145
WarningsExpected @throws tag for 'MojoExecutionException'.167
WarningsExpected @throws tag for 'MojoFailureException'.167
ErrorsLine is longer than 120 characters.223

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.134
Errors';' is not followed by whitespace.158
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.177
Errors'17' is a magic number.180
Errors'19' is a magic number.181

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.40
ErrorsUnknown tag 'requiresProject'.41
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.129

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.64

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsUnknown tag 'goal'.11
WarningsExpected @throws tag for 'MojoExecutionException'.22

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsUnknown tag 'goal'.20
ErrorsUnknown tag 'execute'.22
Errors',' is not followed by whitespace.123
WarningsMissing a Javadoc comment.275
ErrorsLine is longer than 120 characters.289
WarningsMissing a Javadoc comment.303
WarningsMissing a Javadoc comment.308
WarningsMissing a Javadoc comment.313
WarningsMissing a Javadoc comment.318
WarningsMissing a Javadoc comment.323
WarningsMissing a Javadoc comment.328

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.33
WarningsMissing a Javadoc comment.47

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.46
ErrorsUnknown tag 'execute'.47
WarningsUnused @param tag for 'deps'.132
WarningsExpected @param tag for 'config'.135
ErrorsLine is longer than 120 characters.309
ErrorsLine is longer than 120 characters.327
WarningsExpected @throws tag for 'MojoExecutionException'.341

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnknown tag 'goal'.40
WarningsMissing a Javadoc comment.54

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.121

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
Warnings'file' hides a field.67
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected @throws tag for 'IOException'.42
WarningsExpected @throws tag for 'IOException'.51
WarningsExpected @throws tag for 'IOException'.60
WarningsExpected @throws tag for 'IOException'.69
WarningsMissing a Javadoc comment.87
ErrorsRedundant 'public' modifier.87

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.106
WarningsExpected an @return tag.115

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
InfosMissing a Javadoc comment.55
InfosMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.90
ErrorsLine is longer than 120 characters.105
ErrorsLine is longer than 120 characters.149
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.329
ErrorsLine is longer than 120 characters.380
ErrorsLine is longer than 120 characters.436
ErrorsLine contains a tab character.535
ErrorsLine contains a tab character.550
ErrorsLine is longer than 120 characters.551

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnused import - org.apache.maven.artifact.repository.ArtifactRepository.32
ErrorsUnused import - org.apache.maven.plugin.eclipse.EclipseSourceDir.34
ErrorsUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.36
InfosMissing a Javadoc comment.50
InfosMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.54
WarningsExpected @throws tag for 'MojoExecutionException'.230
ErrorsLine is longer than 120 characters.237
WarningsExpected @param tag for 'project'.255
WarningsExpected @throws tag for 'MojoExecutionException'.256
WarningsUnused @param tag for 'sourceDirs'.266
WarningsUnused @param tag for 'localRepository'.267
WarningsUnused @param tag for 'buildOutputDirectory'.268
ErrorsLine is longer than 120 characters.282

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected an @return tag.44
Warnings'log' hides a field.44
WarningsExpected @param tag for 'log'.44
Warnings'config' hides a field.44
WarningsExpected @param tag for 'config'.44

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected @param tag for 'log'.41
WarningsExpected @param tag for 'config'.41
Warnings'buildfilePath' hides a field.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMethod length is 246 lines (max allowed is 150).158
WarningsExpected @throws tag for 'MojoExecutionException'.159
ErrorsLine is longer than 120 characters.172
ErrorsInner assignments should be avoided.201
ErrorsLine is longer than 120 characters.337
Errors'(' is not followed by whitespace.372
Errors')' is not preceded with whitespace.372
Errors'(' is not followed by whitespace.374
Errors')' is not preceded with whitespace.374
Errors'(' is not followed by whitespace.396
Errors')' is not preceded with whitespace.396
Errors'(' is not followed by whitespace.398
Errors')' is not preceded with whitespace.398
Errors'(' is not followed by whitespace.410
Errors')' is not preceded with whitespace.410
ErrorsMethod length is 195 lines (max allowed is 150).438
WarningsMissing a Javadoc comment.438
ErrorsLine is longer than 120 characters.575
Errors'1.5' is a magic number.598
Errors'1.5' is a magic number.613

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
InfosMissing a Javadoc comment.46
WarningsExpected an @return tag.57
WarningsExpected @param tag for 'log'.57
WarningsExpected @param tag for 'config'.57
Warnings'filename' hides a field.57
WarningsExpected @param tag for 'filename'.57
WarningsMissing a Javadoc comment.64
ErrorsLine is longer than 120 characters.85
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.188
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.198
WarningsMissing a Javadoc comment.206

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected @param tag for 'project'.77
WarningsExpected @throws tag for 'MojoExecutionException'.78
ErrorsLine is longer than 120 characters.88
ErrorsLine is longer than 120 characters.91
WarningsExpected @param tag for 'log'.125
WarningsExpected @param tag for 'config'.125
WarningsExpected @throws tag for 'MojoExecutionException'.126

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
Errors'static' modifier out of order with the JLS suggestions.58
Errors'static' modifier out of order with the JLS suggestions.63
Errors'static' modifier out of order with the JLS suggestions.68
Errors'static' modifier out of order with the JLS suggestions.73
Errors'static' modifier out of order with the JLS suggestions.78
WarningsExpected @throws tag for 'MojoExecutionException'.84
WarningsMissing a Javadoc comment.117
ErrorsLine is longer than 120 characters.171
Errors'20' is a magic number.213

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMethod length is 213 lines (max allowed is 150).96
WarningsExpected @throws tag for 'MojoExecutionException'.97
ErrorsLine is longer than 120 characters.162
ErrorsLine is longer than 120 characters.166
ErrorsLine is longer than 120 characters.198
ErrorsLine is longer than 120 characters.416

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnused import - org.apache.maven.plugin.eclipse.EclipsePlugin.26
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.162
WarningsExpected an @return tag.452
WarningsExpected @param tag for 'addVersionToProjectName'.462
WarningsMissing a Javadoc comment.467
WarningsMissing a Javadoc comment.472
WarningsMissing a Javadoc comment.477
WarningsMissing a Javadoc comment.482
WarningsUnused @param tag for 'buildCommands'.516
WarningsExpected @param tag for 'wtpapplicationxml'.518
Errors'(' is not followed by whitespace.594
Errors')' is not preceded with whitespace.594
WarningsUnused @param tag for 'jeeversion'.610
WarningsExpected @param tag for 'jeeVersion'.612

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
InfosMissing a Javadoc comment.26
InfosMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.40

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsLine is longer than 120 characters.99

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsExpected @throws tag for 'MojoExecutionException'.59
ErrorsLine is longer than 120 characters.78
ErrorsLine is longer than 120 characters.93
Errors',' is not followed by whitespace.93
ErrorsLine is longer than 120 characters.165

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsExpected @throws tag for 'MojoExecutionException'.67
ErrorsLine is longer than 120 characters.73
ErrorsLine is longer than 120 characters.77

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsExpected @param tag for 'strutsProps'.52
WarningsExpected @throws tag for 'MojoExecutionException'.67
ErrorsLine is longer than 120 characters.80

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnused import - org.apache.maven.artifact.repository.ArtifactRepository.31
ErrorsUnused import - org.apache.maven.plugin.eclipse.EclipseSourceDir.34
ErrorsUnused import - org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter.37
WarningsUnused @param tag for 'sourceDirs'.127
WarningsUnused @param tag for 'localRepository'.128
WarningsUnused @param tag for 'buildOutputDirectory'.129
ErrorsLine is longer than 120 characters.263
ErrorsLine is longer than 120 characters.270
ErrorsLine is longer than 120 characters.489
ErrorsLine is longer than 120 characters.492
Errors'if' construct must use '{}'s.508
ErrorsLine is longer than 120 characters.538

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

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

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsUnused import - org.apache.maven.artifact.Artifact.24

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected @param tag for 'project'.54
WarningsExpected @throws tag for 'MojoExecutionException'.55

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsLine is longer than 120 characters.114
ErrorsLine is longer than 120 characters.140
Warnings'warContextRoot' hides a field.224

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

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

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsLine is longer than 120 characters.50
WarningsExpected @throws tag for 'MojoExecutionException'.60
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine is longer than 120 characters.135
ErrorsLine is longer than 120 characters.172
ErrorsLine is longer than 120 characters.176

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsMissing a Javadoc comment.17
ErrorsLine is longer than 120 characters.45
WarningsMissing a Javadoc comment.58
Warnings'logger' hides a field.58
Warnings'config' hides a field.58
WarningsMissing a Javadoc comment.69
ErrorsLine is longer than 120 characters.128
ErrorsLine is longer than 120 characters.133

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
InfosMissing a Javadoc comment.52
InfosMissing a Javadoc comment.54
InfosMissing a Javadoc comment.56
InfosMissing a Javadoc comment.58
InfosMissing a Javadoc comment.60
InfosMissing a Javadoc comment.62
InfosMissing a Javadoc comment.64
InfosMissing a Javadoc comment.66
InfosMissing a Javadoc comment.68
InfosMissing a Javadoc comment.70
InfosMissing a Javadoc comment.72
InfosMissing a Javadoc comment.74
InfosMissing a Javadoc comment.76
InfosMissing a Javadoc comment.78
WarningsExpected @param tag for 'project'.85
WarningsExpected @param tag for 'writer'.85
WarningsExpected @param tag for 'buildOutputDirectory'.86
WarningsExpected @throws tag for 'MojoExecutionException'.87
WarningsExpected @param tag for 'writer'.178
WarningsExpected @param tag for 'dep'.178
WarningsExpected @param tag for 'localRepository'.178
WarningsExpected @param tag for 'basedir'.179
WarningsExpected @param tag for 'deployPath'.179
WarningsExpected @throws tag for 'MojoExecutionException'.180
ErrorsLine is longer than 120 characters.200
WarningsMissing a Javadoc comment.288
ErrorsLine is longer than 120 characters.310

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

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

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected @throws tag for 'MojoExecutionException'.84
ErrorsLine is longer than 120 characters.100
ErrorsLine is longer than 120 characters.147
WarningsExpected @param tag for 'writer'.228

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsLine is longer than 120 characters.49
WarningsExpected @throws tag for 'MojoExecutionException'.87
ErrorsLine is longer than 120 characters.105
ErrorsLine is longer than 120 characters.135
ErrorsLine is longer than 120 characters.152
ErrorsLine is longer than 120 characters.163
ErrorsLine is longer than 120 characters.165
ErrorsLine is longer than 120 characters.186

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

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

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMore than 7 parameters.141
WarningsUnused @param tag for 'groupId'.260
WarningsExpected @param tag for 'classifier'.262
WarningsExpected an @return tag.510
WarningsExpected an @return tag.518
WarningsExpected @param tag for 'o'.518
WarningsExpected @param tag for 'project'.566

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
InfosMissing a Javadoc comment.53
InfosMissing a Javadoc comment.55
InfosMissing a Javadoc comment.57
InfosMissing a Javadoc comment.59
InfosMissing a Javadoc comment.61
InfosMissing a Javadoc comment.63
InfosMissing a Javadoc comment.65
InfosMissing a Javadoc comment.67
InfosMissing a Javadoc comment.69
InfosMissing a Javadoc comment.71
WarningsExpected @param tag for 'log'.104
ErrorsLine is longer than 120 characters.126
WarningsMissing a Javadoc comment.138
WarningsExpected @param tag for 'optionName'.158
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.196
WarningsUnused @param tag for 'artifacts'.247
WarningsExpected an @return tag.251
WarningsExpected @param tag for 'dependencies'.251
Errors'if' is not followed by whitespace.258
Errors'if' is not followed by whitespace.262
Errors'if' is not followed by whitespace.266
Errors'if' is not followed by whitespace.270
Errors'if' is not followed by whitespace.274
ErrorsLine is longer than 120 characters.318
WarningsExpected @param tag for 'subConfiguration'.357
WarningsExpected @param tag for 'log'.399
WarningsExpected an @return tag.428
WarningsExpected @param tag for 'template'.428
WarningsExpected @param tag for 'dep'.428
WarningsMissing a Javadoc comment.445
WarningsMissing a Javadoc comment.450
WarningsExpected @param tag for 'localRepository'.460
WarningsMissing a Javadoc comment.558
Errors';' is not followed by whitespace.568
Errors';' is not followed by whitespace.576
WarningsMissing a Javadoc comment.582

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMissing a Javadoc comment.21
InfosMissing a Javadoc comment.31
InfosMissing a Javadoc comment.33
InfosMissing a Javadoc comment.35
InfosMissing a Javadoc comment.37
InfosMissing a Javadoc comment.39
InfosMissing a Javadoc comment.41
InfosMissing a Javadoc comment.43
InfosMissing a Javadoc comment.45
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.49
InfosMissing a Javadoc comment.51
InfosMissing a Javadoc comment.53
InfosMissing a Javadoc comment.55
InfosMissing a Javadoc comment.57
InfosMissing a Javadoc comment.59
InfosMissing a Javadoc comment.61
InfosMissing a Javadoc comment.63
InfosMissing a Javadoc comment.65
InfosMissing a Javadoc comment.67
InfosMissing a Javadoc comment.69
WarningsExpected @param tag for 'jeeVersion'.77
WarningsExpected @param tag for 'ejbVersion'.77
WarningsExpected @param tag for 'servletVersion'.77
WarningsExpected @param tag for 'jspVersion'.77

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMissing a Javadoc comment.27
InfosMissing a Javadoc comment.29
InfosMissing a Javadoc comment.31
ErrorsName 'ejbMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
ErrorsName 'jeeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
ErrorsName 'jspMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.37
ErrorsName 'servletMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.39
ErrorsLine contains a tab character.46
Errors'static' modifier out of order with the JLS suggestions.60
Errors'if' construct must use '{}'s.62
Errors'else' construct must use '{}'s.64
Errors'static' modifier out of order with the JLS suggestions.74
Errors'if' construct must use '{}'s.76
Errors'else' construct must use '{}'s.78
Errors'static' modifier out of order with the JLS suggestions.88
Errors'if' construct must use '{}'s.90
Errors'else' construct must use '{}'s.92
Errors'static' modifier out of order with the JLS suggestions.102
Errors'if' construct must use '{}'s.104
Errors'else' construct must use '{}'s.106
WarningsUnused @param tag for 'artifacts'.113
WarningsExpected @param tag for 'project'.117
Errors'if' construct must use '{}'s.126
WarningsUnused @param tag for 'artifacts'.135
WarningsExpected @param tag for 'project'.139
Errors'if' construct must use '{}'s.148
ErrorsLine is longer than 120 characters.155
Errors'if' construct must use '{}'s.156
Errors'if' construct must use '{}'s.164
WarningsUnused @param tag for 'artifacts'.173
WarningsExpected @param tag for 'project'.178
Errors'if' construct must use '{}'s.187
ErrorsLine is longer than 120 characters.194
Errors'if' construct must use '{}'s.195
WarningsUnused @param tag for 'artifacts'.204
WarningsExpected @param tag for 'project'.208
Errors'if' construct must use '{}'s.217
Errors'if' construct must use '{}'s.241
ErrorsLine is longer than 120 characters.241
Errors'if' construct must use '{}'s.246
ErrorsLine is longer than 120 characters.246
Errors'if' construct must use '{}'s.277
ErrorsLine is longer than 120 characters.277
Errors'if' construct must use '{}'s.314
Errors'if' construct must use '{}'s.320