The following document contains the results of Checkstyle 10.12.7 with global-build-tools/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
63 0 6173 0

Files

File  I  W  E
org/apache/maven/plugin/eclipse/AbstractWorkspaceMojo.java 0 5 0
org/apache/maven/plugin/eclipse/BuildCommand.java 0 88 0
org/apache/maven/plugin/eclipse/ConfigureWorkspaceMojo.java 0 16 0
org/apache/maven/plugin/eclipse/Constants.java 0 8 0
org/apache/maven/plugin/eclipse/EclipseCleanMojo.java 0 26 0
org/apache/maven/plugin/eclipse/EclipseConfigFile.java 0 13 0
org/apache/maven/plugin/eclipse/EclipsePlugin.java 0 776 0
org/apache/maven/plugin/eclipse/EclipseSourceDir.java 0 88 0
org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java 0 449 0
org/apache/maven/plugin/eclipse/InstallPluginsMojo.java 0 111 0
org/apache/maven/plugin/eclipse/LinkedResource.java 0 64 0
org/apache/maven/plugin/eclipse/Messages.java 0 23 0
org/apache/maven/plugin/eclipse/MyEclipseCleanMojo.java 0 11 0
org/apache/maven/plugin/eclipse/MyEclipsePlugin.java 0 133 0
org/apache/maven/plugin/eclipse/RadCleanMojo.java 0 46 0
org/apache/maven/plugin/eclipse/RadPlugin.java 0 162 0
org/apache/maven/plugin/eclipse/RemoveCacheMojo.java 0 30 0
org/apache/maven/plugin/eclipse/WorkspaceConfiguration.java 0 36 0
org/apache/maven/plugin/eclipse/WorkspaceDependencyResolveMojo.java 0 83 0
org/apache/maven/plugin/eclipse/messages.properties 0 3 0
org/apache/maven/plugin/eclipse/osgiplugin/AbstractEclipseOsgiPlugin.java 0 39 0
org/apache/maven/plugin/eclipse/osgiplugin/EclipseOsgiPlugin.java 0 6 0
org/apache/maven/plugin/eclipse/osgiplugin/ExplodedPlugin.java 0 31 0
org/apache/maven/plugin/eclipse/osgiplugin/PackagedPlugin.java 0 13 0
org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocations.java 0 318 0
org/apache/maven/plugin/eclipse/writers/AbstractEclipseManifestWriter.java 0 118 0
org/apache/maven/plugin/eclipse/writers/AbstractEclipseWriter.java 0 4 0
org/apache/maven/plugin/eclipse/writers/EclipseAjdtWriter.java 0 64 0
org/apache/maven/plugin/eclipse/writers/EclipseAntExternalLaunchConfigurationWriter.java 0 23 0
org/apache/maven/plugin/eclipse/writers/EclipseClasspathWriter.java 0 279 0
org/apache/maven/plugin/eclipse/writers/EclipseLaunchConfigurationWriter.java 0 84 0
org/apache/maven/plugin/eclipse/writers/EclipseManifestWriter.java 0 51 0
org/apache/maven/plugin/eclipse/writers/EclipseProjectWriter.java 0 200 0
org/apache/maven/plugin/eclipse/writers/EclipseWriter.java 0 2 0
org/apache/maven/plugin/eclipse/writers/EclipseWriterConfig.java 0 54 0
org/apache/maven/plugin/eclipse/writers/MonitoredResource.java 0 7 0
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseHibernateWriter.java 0 75 0
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseMetadataWriter.java 0 73 0
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseSpringBeansWriter.java 0 74 0
org/apache/maven/plugin/eclipse/writers/myeclipse/MyEclipseStrutsDataWriter.java 0 85 0
org/apache/maven/plugin/eclipse/writers/rad/RadApplicationXMLWriter.java 0 282 0
org/apache/maven/plugin/eclipse/writers/rad/RadEjbClasspathWriter.java 0 123 0
org/apache/maven/plugin/eclipse/writers/rad/RadJ2EEWriter.java 0 72 0
org/apache/maven/plugin/eclipse/writers/rad/RadLibCopier.java 0 42 0
org/apache/maven/plugin/eclipse/writers/rad/RadManifestWriter.java 0 36 0
org/apache/maven/plugin/eclipse/writers/rad/RadWebSettingsWriter.java 0 85 0
org/apache/maven/plugin/eclipse/writers/rad/RadWebsiteConfigWriter.java 0 23 0
org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java 0 39 0
org/apache/maven/plugin/eclipse/writers/workspace/EclipseSettingsWriter.java 0 80 0
org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java 0 55 0
org/apache/maven/plugin/eclipse/writers/workspace/WorkspaceWriter.java 0 2 0
org/apache/maven/plugin/eclipse/writers/wtp/AbstractWtpResourceWriter.java 0 155 0
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpApplicationXMLWriter.java 0 310 0
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponent15Writer.java 0 13 0
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpComponentWriter.java 0 100 0
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpFacetsWriter.java 0 121 0
org/apache/maven/plugin/eclipse/writers/wtp/EclipseWtpmodulesWriter.java 0 54 0
org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java 0 284 0
org/apache/maven/plugin/ide/IdeDependency.java 0 79 0
org/apache/maven/plugin/ide/IdeUtils.java 0 253 0
org/apache/maven/plugin/ide/JeeDescriptor.java 0 30 0
org/apache/maven/plugin/ide/JeeUtils.java 0 164 0

Details

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 43
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 48
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 53
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 58

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 51
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 60
 Warning whitespace ParenPad '(' is followed by whitespace. 61
 Warning whitespace ParenPad ')' is preceded with whitespace. 61
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 65
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 71
 Warning whitespace ParenPad '(' is followed by whitespace. 74
 Warning whitespace ParenPad ')' is preceded with whitespace. 74
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 85
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 87
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 95
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 99
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 107
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 107
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 123
 Warning whitespace ParenPad ')' is preceded with whitespace. 123
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 130
 Warning whitespace ParenPad ')' is preceded with whitespace. 130
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 135
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 138
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 140
 Warning whitespace ParenPad ')' is preceded with whitespace. 140
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 150
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 155
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 162
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 163
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad ')' is preceded with whitespace. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 170
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 172
 Warning whitespace ParenPad ')' is preceded with whitespace. 172
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 183
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 184
 Warning whitespace ParenPad '(' is followed by whitespace. 186
 Warning whitespace ParenPad ')' is preceded with whitespace. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 187
 Warning whitespace ParenPad ')' is preceded with whitespace. 187
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190
 Warning whitespace ParenPad '(' is followed by whitespace. 191
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 191
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 203
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 204
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 206
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 207
 Warning whitespace ParenPad '(' is followed by whitespace. 209
 Warning whitespace ParenPad ')' is preceded with whitespace. 209
 Warning whitespace ParenPad '(' is followed by whitespace. 210
 Warning whitespace ParenPad ')' is preceded with whitespace. 210
 Warning whitespace ParenPad '(' is followed by whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 212
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 215
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 220
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 221

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 41
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 57
 Warning whitespace ParenPad '(' is followed by whitespace. 59
 Warning whitespace ParenPad ')' is preceded with whitespace. 59
 Warning whitespace ParenPad '(' is followed by whitespace. 60
 Warning whitespace ParenPad ')' is preceded with whitespace. 60
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 63
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 65
 Warning whitespace ParenPad '(' is followed by whitespace. 66
 Warning whitespace ParenPad ')' is preceded with whitespace. 66
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 69
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning whitespace ParenPad '(' is followed by whitespace. 77
 Warning whitespace ParenPad ')' is preceded with whitespace. 77

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 28
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 41

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 83
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 89
 Warning whitespace ParenPad ')' is preceded with whitespace. 89
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 90
 Warning whitespace ParenPad '(' is followed by whitespace. 94
 Warning whitespace ParenPad ')' is preceded with whitespace. 94
 Warning whitespace ParenPad '(' is followed by whitespace. 95
 Warning whitespace ParenPad ')' is preceded with whitespace. 95
 Warning whitespace ParenPad '(' is followed by whitespace. 96
 Warning whitespace ParenPad ')' is preceded with whitespace. 96
 Warning whitespace ParenPad '(' is followed by whitespace. 98
 Warning whitespace ParenPad ')' is preceded with whitespace. 98
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 101
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad ')' is preceded with whitespace. 104
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 113
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 125
 Warning whitespace ParenPad '(' is followed by whitespace. 126
 Warning whitespace ParenPad ')' is preceded with whitespace. 126
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 135
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 145
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 153
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 161

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 64
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 74
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 84
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 94
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 104
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 114
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 124
 Warning javadoc JavadocMethod Unused @param tag for 'location'. 131
 Warning coding HiddenField 'url' hides a field. 133
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 134
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 145
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 156

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 107
 Warning javadoc JavadocVariable Missing a Javadoc comment. 158
 Warning javadoc JavadocVariable Missing a Javadoc comment. 160
 Warning javadoc JavadocVariable Missing a Javadoc comment. 162
 Warning annotation MissingDeprecated Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC 192
 Warning javadoc JavadocBlockTagLocation Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC 192
 Warning javadoc JavadocParagraph Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC 192
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC 192
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 17 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC 192
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 236
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 252
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 266
 Warning annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 296
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 370
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 386
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 534
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 534
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 536
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 536
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 538
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 538
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 564
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 661
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 671
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 681
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 691
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 701
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 711
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 721
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 731
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 741
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 751
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 761
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 771
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 781
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 791
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 801
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 811
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 821
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 831
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 841
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 849
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 857
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 865
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 873
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 883
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 893
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 901
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 909
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 918
 Warning whitespace ParenPad '(' is followed by whitespace. 922
 Warning whitespace ParenPad '(' is followed by whitespace. 922
 Warning whitespace ParenPad ')' is preceded with whitespace. 924
 Warning whitespace ParenPad ')' is preceded with whitespace. 924
 Warning whitespace ParenPad '(' is followed by whitespace. 925
 Warning whitespace ParenPad ')' is preceded with whitespace. 925
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equals comparison. 925
 Warning whitespace ParenPad '(' is followed by whitespace. 925
 Warning whitespace ParenPad ')' is preceded with whitespace. 925
 Warning whitespace ParenPad '(' is followed by whitespace. 934
 Warning whitespace ParenPad ')' is preceded with whitespace. 934
 Warning whitespace ParenPad '(' is followed by whitespace. 935
 Warning whitespace ParenPad ')' is preceded with whitespace. 935
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 938
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 942
 Warning whitespace ParenPad '(' is followed by whitespace. 943
 Warning whitespace ParenPad ')' is preceded with whitespace. 943
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 946
 Warning whitespace ParenPad '(' is followed by whitespace. 947
 Warning whitespace ParenPad ')' is preceded with whitespace. 947
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 951
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 961
 Warning whitespace ParenPad '(' is followed by whitespace. 962
 Warning whitespace ParenPad ')' is preceded with whitespace. 962
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 966
 Warning whitespace ParenPad '(' is followed by whitespace. 967
 Warning whitespace ParenPad ')' is preceded with whitespace. 967
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 971
 Warning whitespace ParenPad '(' is followed by whitespace. 972
 Warning whitespace ParenPad ')' is preceded with whitespace. 972
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 975
 Warning whitespace ParenPad '(' is followed by whitespace. 976
 Warning whitespace ParenPad ')' is preceded with whitespace. 976
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 980
 Warning whitespace ParenPad '(' is followed by whitespace. 981
 Warning whitespace ParenPad ')' is preceded with whitespace. 981
 Warning whitespace ParenPad '(' is followed by whitespace. 982
 Warning whitespace ParenPad ')' is preceded with whitespace. 982
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 986
 Warning whitespace ParenPad '(' is followed by whitespace. 987
 Warning whitespace ParenPad ')' is preceded with whitespace. 987
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 990
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 995
 Warning whitespace ParenPad '(' is followed by whitespace. 999
 Warning whitespace ParenPad ')' is preceded with whitespace. 999
 Warning whitespace ParenPad '(' is followed by whitespace. 1000
 Warning whitespace ParenPad ')' is preceded with whitespace. 1000
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1013
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1015
 Warning whitespace EmptyForIteratorPad ';' is followed by whitespace. 1016
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1017
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1021
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1022
 Warning whitespace ParenPad '(' is followed by whitespace. 1023
 Warning whitespace ParenPad ')' is preceded with whitespace. 1023
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1031
 Warning whitespace ParenPad '(' is followed by whitespace. 1032
 Warning whitespace ParenPad ')' is preceded with whitespace. 1032
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1033
 Warning whitespace ParenPad '(' is followed by whitespace. 1036
 Warning whitespace ParenPad ')' is preceded with whitespace. 1036
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1037
 Warning whitespace ParenPad '(' is followed by whitespace. 1040
 Warning whitespace ParenPad ')' is preceded with whitespace. 1040
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1041
 Warning whitespace ParenPad '(' is followed by whitespace. 1044
 Warning whitespace ParenPad ')' is preceded with whitespace. 1044
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1045
 Warning whitespace ParenPad '(' is followed by whitespace. 1048
 Warning whitespace ParenPad ')' is preceded with whitespace. 1048
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1049
 Warning whitespace ParenPad '(' is followed by whitespace. 1050
 Warning whitespace ParenPad '(' is followed by whitespace. 1050
 Warning whitespace ParenPad ')' is preceded with whitespace. 1050
 Warning whitespace ParenPad ')' is preceded with whitespace. 1050
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1057
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1057
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1064
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1069
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1074
 Warning whitespace ParenPad '(' is followed by whitespace. 1076
 Warning whitespace ParenPad ')' is preceded with whitespace. 1076
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1077
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1083
 Warning whitespace ParenPad '(' is followed by whitespace. 1084
 Warning whitespace ParenPad '(' is followed by whitespace. 1084
 Warning whitespace ParenPad ')' is preceded with whitespace. 1084
 Warning whitespace ParenPad ')' is preceded with whitespace. 1084
 Warning whitespace ParenPad '(' is followed by whitespace. 1085
 Warning whitespace ParenPad ')' is preceded with whitespace. 1085
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1091
 Warning whitespace ParenPad '(' is followed by whitespace. 1093
 Warning whitespace ParenPad ')' is preceded with whitespace. 1093
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1094
 Warning whitespace ParenPad '(' is followed by whitespace. 1095
 Warning whitespace ParenPad '(' is followed by whitespace. 1096
 Warning whitespace ParenPad ')' is preceded with whitespace. 1096
 Warning whitespace ParenPad ')' is preceded with whitespace. 1096
 Warning whitespace ParenPad '(' is followed by whitespace. 1099
 Warning whitespace ParenPad ')' is preceded with whitespace. 1099
 Warning whitespace ParenPad '(' is followed by whitespace. 1100
 Warning whitespace ParenPad ')' is preceded with whitespace. 1100
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1103
 Warning whitespace ParenPad '(' is followed by whitespace. 1104
 Warning whitespace ParenPad ')' is preceded with whitespace. 1104
 Warning whitespace ParenPad '(' is followed by whitespace. 1107
 Warning whitespace ParenPad ')' is preceded with whitespace. 1107
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1108
 Warning whitespace ParenPad '(' is followed by whitespace. 1109
 Warning whitespace ParenPad '(' is followed by whitespace. 1109
 Warning whitespace ParenPad ')' is preceded with whitespace. 1109
 Warning whitespace ParenPad ')' is preceded with whitespace. 1109
 Warning whitespace ParenPad '(' is followed by whitespace. 1113
 Warning whitespace ParenPad ')' is preceded with whitespace. 1113
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1114
 Warning whitespace ParenPad '(' is followed by whitespace. 1115
 Warning whitespace ParenPad '(' is followed by whitespace. 1115
 Warning whitespace ParenPad ')' is preceded with whitespace. 1115
 Warning whitespace ParenPad ')' is preceded with whitespace. 1115
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1120
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1125
 Warning whitespace ParenPad '(' is followed by whitespace. 1126
 Warning whitespace ParenPad ')' is preceded with whitespace. 1126
 Warning whitespace ParenPad '(' is followed by whitespace. 1129
 Warning whitespace ParenPad ')' is preceded with whitespace. 1129
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1130
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1132
 Warning whitespace ParenPad '(' is followed by whitespace. 1133
 Warning whitespace ParenPad ')' is preceded with whitespace. 1133
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1137
 Warning whitespace ParenPad '(' is followed by whitespace. 1138
 Warning whitespace ParenPad ')' is preceded with whitespace. 1139
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1150
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1150
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1157
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1162
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1164
 Warning whitespace ParenPad '(' is followed by whitespace. 1166
 Warning whitespace ParenPad '(' is followed by whitespace. 1166
 Warning whitespace ParenPad ')' is preceded with whitespace. 1168
 Warning whitespace ParenPad ')' is preceded with whitespace. 1168
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1177
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1177
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1181
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 1185
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1187
 Warning whitespace ParenPad '(' is followed by whitespace. 1193
 Warning whitespace ParenPad ')' is preceded with whitespace. 1193
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1196
 Warning whitespace ParenPad '(' is followed by whitespace. 1198
 Warning whitespace ParenPad ')' is preceded with whitespace. 1198
 Warning whitespace ParenPad '(' is followed by whitespace. 1201
 Warning whitespace ParenPad ')' is preceded with whitespace. 1201
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1205
 Warning whitespace ParenPad '(' is followed by whitespace. 1206
 Warning whitespace ParenPad ')' is preceded with whitespace. 1206
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1210
 Warning whitespace ParenPad '(' is followed by whitespace. 1211
 Warning whitespace ParenPad ')' is preceded with whitespace. 1211
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1214
 Warning whitespace ParenPad '(' is followed by whitespace. 1215
 Warning whitespace ParenPad ')' is preceded with whitespace. 1215
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1218
 Warning whitespace ParenPad '(' is followed by whitespace. 1219
 Warning whitespace ParenPad ')' is preceded with whitespace. 1219
 Warning whitespace ParenPad '(' is followed by whitespace. 1223
 Warning whitespace ParenPad ')' is preceded with whitespace. 1223
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1226
 Warning whitespace ParenPad '(' is followed by whitespace. 1227
 Warning whitespace ParenPad ')' is preceded with whitespace. 1227
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equals comparison. 1228
 Warning whitespace ParenPad '(' is followed by whitespace. 1228
 Warning whitespace ParenPad ')' is preceded with whitespace. 1228
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1229
 Warning whitespace ParenPad '(' is followed by whitespace. 1230
 Warning whitespace ParenPad ')' is preceded with whitespace. 1230
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1235
 Warning whitespace ParenPad '(' is followed by whitespace. 1236
 Warning whitespace ParenPad ')' is preceded with whitespace. 1236
 Warning whitespace ParenPad '(' is followed by whitespace. 1243
 Warning whitespace ParenPad ')' is preceded with whitespace. 1243
 Warning whitespace ParenPad '(' is followed by whitespace. 1245
 Warning whitespace ParenPad '(' is followed by whitespace. 1245
 Warning whitespace ParenPad ')' is preceded with whitespace. 1246
 Warning whitespace ParenPad ')' is preceded with whitespace. 1246
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1251
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1253
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1255
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1258
 Warning whitespace ParenPad '(' is followed by whitespace. 1260
 Warning whitespace ParenPad '(' is followed by whitespace. 1260
 Warning whitespace ParenPad ')' is preceded with whitespace. 1261
 Warning whitespace ParenPad ')' is preceded with whitespace. 1261
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1265
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1268
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1270
 Warning whitespace ParenPad '(' is followed by whitespace. 1271
 Warning whitespace ParenPad ')' is preceded with whitespace. 1271
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1274
 Warning whitespace ParenPad '(' is followed by whitespace. 1275
 Warning whitespace ParenPad ')' is preceded with whitespace. 1275
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1278
 Warning whitespace ParenPad '(' is followed by whitespace. 1279
 Warning whitespace ParenPad ')' is preceded with whitespace. 1279
 Warning whitespace ParenPad '(' is followed by whitespace. 1280
 Warning whitespace ParenPad ')' is preceded with whitespace. 1280
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1284
 Warning whitespace ParenPad '(' is followed by whitespace. 1289
 Warning whitespace ParenPad ')' is preceded with whitespace. 1289
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1291
 Warning whitespace ParenPad '(' is followed by whitespace. 1293
 Warning whitespace ParenPad ')' is preceded with whitespace. 1293
 Warning whitespace ParenPad '(' is followed by whitespace. 1294
 Warning whitespace ParenPad ')' is preceded with whitespace. 1294
 Warning whitespace ParenPad '(' is followed by whitespace. 1296
 Warning whitespace ParenPad ')' is preceded with whitespace. 1296
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1300
 Warning whitespace ParenPad '(' is followed by whitespace. 1304
 Warning whitespace ParenPad ')' is preceded with whitespace. 1304
 Warning whitespace ParenPad '(' is followed by whitespace. 1305
 Warning whitespace ParenPad ')' is preceded with whitespace. 1305
 Warning whitespace ParenPad '(' is followed by whitespace. 1306
 Warning whitespace ParenPad ')' is preceded with whitespace. 1306
 Warning whitespace ParenPad '(' is followed by whitespace. 1307
 Warning whitespace ParenPad ')' is preceded with whitespace. 1307
 Warning whitespace ParenPad '(' is followed by whitespace. 1308
 Warning whitespace ParenPad ')' is preceded with whitespace. 1308
 Warning whitespace ParenPad '(' is followed by whitespace. 1309
 Warning whitespace ParenPad ')' is preceded with whitespace. 1309
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1313
 Warning whitespace ParenPad '(' is followed by whitespace. 1314
 Warning whitespace ParenPad '(' is followed by whitespace. 1314
 Warning whitespace ParenPad ')' is preceded with whitespace. 1314
 Warning whitespace ParenPad ')' is preceded with whitespace. 1315
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1318
 Warning whitespace ParenPad '(' is followed by whitespace. 1319
 Warning whitespace ParenPad '(' is followed by whitespace. 1319
 Warning whitespace ParenPad ')' is preceded with whitespace. 1319
 Warning whitespace ParenPad ')' is preceded with whitespace. 1319
 Warning whitespace ParenPad '(' is followed by whitespace. 1322
 Warning whitespace ParenPad ')' is preceded with whitespace. 1322
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1326
 Warning whitespace ParenPad '(' is followed by whitespace. 1327
 Warning whitespace ParenPad ')' is preceded with whitespace. 1327
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1331
 Warning whitespace ParenPad '(' is followed by whitespace. 1332
 Warning whitespace ParenPad ')' is preceded with whitespace. 1333
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1336
 Warning whitespace ParenPad '(' is followed by whitespace. 1337
 Warning whitespace ParenPad ')' is preceded with whitespace. 1338
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1341
 Warning whitespace ParenPad '(' is followed by whitespace. 1342
 Warning whitespace ParenPad ')' is preceded with whitespace. 1343
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1346
 Warning whitespace ParenPad '(' is followed by whitespace. 1347
 Warning whitespace ParenPad ')' is preceded with whitespace. 1348
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1353
 Warning whitespace ParenPad '(' is followed by whitespace. 1354
 Warning whitespace ParenPad ')' is preceded with whitespace. 1354
 Warning whitespace ParenPad '(' is followed by whitespace. 1360
 Warning whitespace ParenPad ')' is preceded with whitespace. 1360
 Warning whitespace ParenPad '(' is followed by whitespace. 1361
 Warning whitespace ParenPad '(' is followed by whitespace. 1361
 Warning whitespace ParenPad ')' is preceded with whitespace. 1361
 Warning whitespace ParenPad ')' is preceded with whitespace. 1361
 Warning whitespace ParenPad '(' is followed by whitespace. 1362
 Warning whitespace ParenPad ')' is preceded with whitespace. 1362
 Warning whitespace ParenPad '(' is followed by whitespace. 1364
 Warning whitespace ParenPad ')' is preceded with whitespace. 1364
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1372
 Warning whitespace ParenPad '(' is followed by whitespace. 1373
 Warning whitespace ParenPad ')' is preceded with whitespace. 1373
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1376
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1384
 Warning whitespace ParenPad '(' is followed by whitespace. 1385
 Warning whitespace ParenPad ')' is preceded with whitespace. 1385
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1388
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1408
 Warning whitespace ParenPad '(' is followed by whitespace. 1413
 Warning whitespace ParenPad ')' is preceded with whitespace. 1413
 Warning whitespace ParenPad '(' is followed by whitespace. 1417
 Warning whitespace ParenPad ')' is preceded with whitespace. 1417
 Warning whitespace ParenPad '(' is followed by whitespace. 1419
 Warning whitespace ParenPad ')' is preceded with whitespace. 1419
 Warning whitespace ParenPad '(' is followed by whitespace. 1421
 Warning whitespace ParenPad ')' is preceded with whitespace. 1421
 Warning whitespace ParenPad '(' is followed by whitespace. 1423
 Warning whitespace ParenPad ')' is preceded with whitespace. 1423
 Warning whitespace ParenPad '(' is followed by whitespace. 1425
 Warning whitespace ParenPad ')' is preceded with whitespace. 1425
 Warning whitespace ParenPad '(' is followed by whitespace. 1427
 Warning whitespace ParenPad ')' is preceded with whitespace. 1427
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1431
 Warning whitespace ParenPad '(' is followed by whitespace. 1432
 Warning whitespace ParenPad ')' is preceded with whitespace. 1432
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1435
 Warning whitespace ParenPad '(' is followed by whitespace. 1439
 Warning whitespace ParenPad ')' is preceded with whitespace. 1439
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1444
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1446
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1448
 Warning whitespace ParenPad '(' is followed by whitespace. 1449
 Warning whitespace ParenPad ')' is preceded with whitespace. 1449
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1452
 Warning whitespace ParenPad '(' is followed by whitespace. 1453
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1453
 Warning whitespace ParenPad ')' is preceded with whitespace. 1453
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1459
 Warning whitespace ParenPad '(' is followed by whitespace. 1460
 Warning whitespace ParenPad ')' is preceded with whitespace. 1460
 Warning whitespace ParenPad '(' is followed by whitespace. 1461
 Warning whitespace ParenPad ')' is preceded with whitespace. 1461
 Warning whitespace ParenPad '(' is followed by whitespace. 1464
 Warning whitespace ParenPad ')' is preceded with whitespace. 1464
 Warning whitespace ParenPad '(' is followed by whitespace. 1466
 Warning whitespace ParenPad ')' is preceded with whitespace. 1466
 Warning whitespace ParenPad '(' is followed by whitespace. 1467
 Warning whitespace ParenPad ')' is preceded with whitespace. 1467
 Warning whitespace ParenPad '(' is followed by whitespace. 1468
 Warning whitespace ParenPad ')' is preceded with whitespace. 1468
 Warning whitespace ParenPad '(' is followed by whitespace. 1469
 Warning whitespace ParenPad ')' is preceded with whitespace. 1469
 Warning whitespace ParenPad '(' is followed by whitespace. 1470
 Warning whitespace ParenPad ')' is preceded with whitespace. 1470
 Warning whitespace ParenPad '(' is followed by whitespace. 1471
 Warning whitespace ParenPad ')' is preceded with whitespace. 1471
 Warning whitespace ParenPad '(' is followed by whitespace. 1472
 Warning whitespace ParenPad ')' is preceded with whitespace. 1472
 Warning whitespace ParenPad '(' is followed by whitespace. 1473
 Warning whitespace ParenPad ')' is preceded with whitespace. 1473
 Warning whitespace ParenPad '(' is followed by whitespace. 1474
 Warning whitespace ParenPad ')' is preceded with whitespace. 1474
 Warning whitespace ParenPad '(' is followed by whitespace. 1475
 Warning whitespace ParenPad ')' is preceded with whitespace. 1475
 Warning whitespace ParenPad '(' is followed by whitespace. 1476
 Warning whitespace ParenPad ')' is preceded with whitespace. 1476
 Warning whitespace ParenPad '(' is followed by whitespace. 1477
 Warning whitespace ParenPad ')' is preceded with whitespace. 1477
 Warning whitespace ParenPad '(' is followed by whitespace. 1478
 Warning whitespace ParenPad ')' is preceded with whitespace. 1478
 Warning whitespace ParenPad '(' is followed by whitespace. 1479
 Warning whitespace ParenPad ')' is preceded with whitespace. 1479
 Warning whitespace ParenPad '(' is followed by whitespace. 1480
 Warning whitespace ParenPad ')' is preceded with whitespace. 1480
 Warning whitespace ParenPad '(' is followed by whitespace. 1482
 Warning whitespace ParenPad ')' is preceded with whitespace. 1482
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1494
 Warning whitespace ParenPad '(' is followed by whitespace. 1496
 Warning whitespace ParenPad ')' is preceded with whitespace. 1496
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1497
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1499
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1500
 Warning whitespace ParenPad '(' is followed by whitespace. 1502
 Warning whitespace ParenPad ')' is preceded with whitespace. 1502
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1503
 Warning whitespace ParenPad '(' is followed by whitespace. 1505
 Warning whitespace ParenPad ')' is preceded with whitespace. 1506
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1508
 Warning whitespace ParenPad '(' is followed by whitespace. 1509
 Warning whitespace ParenPad ')' is preceded with whitespace. 1509
 Warning whitespace ParenPad '(' is followed by whitespace. 1510
 Warning whitespace ParenPad ')' is preceded with whitespace. 1510
 Warning whitespace ParenPad '(' is followed by whitespace. 1511
 Warning whitespace ParenPad ')' is preceded with whitespace. 1511
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1514
 Warning whitespace ParenPad '(' is followed by whitespace. 1515
 Warning whitespace ParenPad ')' is preceded with whitespace. 1516
 Warning whitespace ParenPad '(' is followed by whitespace. 1517
 Warning whitespace ParenPad ')' is preceded with whitespace. 1517
 Warning whitespace ParenPad '(' is followed by whitespace. 1518
 Warning whitespace ParenPad ')' is preceded with whitespace. 1518
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1519
 Warning whitespace ParenPad '(' is followed by whitespace. 1520
 Warning whitespace ParenPad ')' is preceded with whitespace. 1520
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1524
 Warning whitespace ParenPad '(' is followed by whitespace. 1525
 Warning whitespace ParenPad ')' is preceded with whitespace. 1526
 Warning whitespace ParenPad '(' is followed by whitespace. 1532
 Warning whitespace ParenPad ')' is preceded with whitespace. 1532
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1533
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1535
 Warning whitespace ParenPad '(' is followed by whitespace. 1536
 Warning whitespace ParenPad ')' is preceded with whitespace. 1536
 Warning whitespace ParenPad '(' is followed by whitespace. 1538
 Warning whitespace ParenPad ')' is preceded with whitespace. 1538
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1539
 Warning whitespace ParenPad '(' is followed by whitespace. 1540
 Warning whitespace ParenPad ')' is preceded with whitespace. 1540
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1543
 Warning whitespace ParenPad '(' is followed by whitespace. 1544
 Warning whitespace ParenPad ')' is preceded with whitespace. 1544
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1554
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1555
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1559
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1565
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1567
 Warning whitespace ParenPad '(' is followed by whitespace. 1568
 Warning whitespace ParenPad ')' is preceded with whitespace. 1568
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1574
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1574
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1581
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1586
 Warning whitespace ParenPad '(' is followed by whitespace. 1587
 Warning whitespace ParenPad ')' is preceded with whitespace. 1587
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1591
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1593
 Warning whitespace ParenPad '(' is followed by whitespace. 1594
 Warning whitespace ParenPad ')' is preceded with whitespace. 1594
 Warning whitespace ParenPad '(' is followed by whitespace. 1597
 Warning whitespace ParenPad ')' is preceded with whitespace. 1597
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1601
 Warning whitespace ParenPad '(' is followed by whitespace. 1602
 Warning whitespace ParenPad ')' is preceded with whitespace. 1602
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1605
 Warning whitespace ParenPad '(' is followed by whitespace. 1606
 Warning whitespace ParenPad ')' is preceded with whitespace. 1606
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1615
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1615
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1622
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1626
 Warning whitespace ParenPad '(' is followed by whitespace. 1627
 Warning whitespace ParenPad ')' is preceded with whitespace. 1628
 Warning whitespace ParenPad '(' is followed by whitespace. 1629
 Warning whitespace ParenPad ')' is preceded with whitespace. 1629
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1633
 Warning whitespace ParenPad '(' is followed by whitespace. 1634
 Warning whitespace ParenPad ')' is preceded with whitespace. 1634
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1640
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1640
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1647
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1652
 Warning whitespace ParenPad '(' is followed by whitespace. 1653
 Warning whitespace ParenPad ')' is preceded with whitespace. 1653
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1657
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1659
 Warning whitespace ParenPad '(' is followed by whitespace. 1660
 Warning whitespace ParenPad ')' is preceded with whitespace. 1660
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1663
 Warning whitespace ParenPad '(' is followed by whitespace. 1664
 Warning whitespace ParenPad ')' is preceded with whitespace. 1664
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1669
 Warning whitespace ParenPad '(' is followed by whitespace. 1670
 Warning whitespace ParenPad ')' is preceded with whitespace. 1670
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1674
 Warning whitespace ParenPad '(' is followed by whitespace. 1675
 Warning whitespace ParenPad ')' is preceded with whitespace. 1675
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1679
 Warning whitespace ParenPad '(' is followed by whitespace. 1681
 Warning whitespace ParenPad ')' is preceded with whitespace. 1681
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 1686
 Warning coding HiddenField 'buildOutputDirectory' hides a field. 1686
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1688
 Warning whitespace ParenPad '(' is followed by whitespace. 1691
 Warning whitespace ParenPad ')' is preceded with whitespace. 1691
 Warning whitespace ParenPad '(' is followed by whitespace. 1696
 Warning whitespace ParenPad ')' is preceded with whitespace. 1696
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1698
 Warning whitespace ParenPad '(' is followed by whitespace. 1699
 Warning whitespace ParenPad ')' is preceded with whitespace. 1700
 Warning whitespace ParenPad '(' is followed by whitespace. 1702
 Warning whitespace ParenPad ')' is preceded with whitespace. 1703
 Warning whitespace ParenPad '(' is followed by whitespace. 1704
 Warning whitespace ParenPad ')' is preceded with whitespace. 1704
 Warning whitespace ParenPad '(' is followed by whitespace. 1709
 Warning whitespace ParenPad ')' is preceded with whitespace. 1709
 Warning whitespace ParenPad '(' is followed by whitespace. 1711
 Warning whitespace ParenPad ')' is preceded with whitespace. 1712
 Warning whitespace ParenPad '(' is followed by whitespace. 1716
 Warning whitespace ParenPad ')' is preceded with whitespace. 1717
 Warning whitespace ParenPad '(' is followed by whitespace. 1719
 Warning whitespace ParenPad ')' is preceded with whitespace. 1720
 Warning whitespace ParenPad '(' is followed by whitespace. 1726
 Warning whitespace ParenPad ')' is preceded with whitespace. 1726
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1730
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1735
 Warning whitespace ParenPad '(' is followed by whitespace. 1736
 Warning whitespace ParenPad ')' is preceded with whitespace. 1736
 Warning whitespace ParenPad '(' is followed by whitespace. 1737
 Warning whitespace ParenPad ')' is preceded with whitespace. 1737
 Warning whitespace ParenPad '(' is followed by whitespace. 1738
 Warning whitespace ParenPad ')' is preceded with whitespace. 1738
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1741
 Warning whitespace ParenPad '(' is followed by whitespace. 1742
 Warning whitespace ParenPad ')' is preceded with whitespace. 1742
 Warning whitespace ParenPad '(' is followed by whitespace. 1743
 Warning whitespace ParenPad ')' is preceded with whitespace. 1743
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1746
 Warning whitespace ParenPad '(' is followed by whitespace. 1747
 Warning whitespace ParenPad ')' is preceded with whitespace. 1747
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1749
 Warning whitespace ParenPad '(' is followed by whitespace. 1749
 Warning whitespace ParenPad ')' is preceded with whitespace. 1749
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1755
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1757
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1759
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1762
 Warning whitespace ParenPad '(' is followed by whitespace. 1764
 Warning whitespace ParenPad '(' is followed by whitespace. 1765
 Warning whitespace ParenPad ')' is preceded with whitespace. 1765
 Warning whitespace ParenPad ')' is preceded with whitespace. 1765
 Warning whitespace ParenPad '(' is followed by whitespace. 1767
 Warning whitespace ParenPad ')' is preceded with whitespace. 1768
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1776
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1778
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1779
 Warning whitespace ParenPad '(' is followed by whitespace. 1781
 Warning whitespace ParenPad ')' is preceded with whitespace. 1781
 Warning coding HiddenField 'excludes' hides a field. 1783
 Warning whitespace ParenPad '(' is followed by whitespace. 1786
 Warning whitespace ParenPad ')' is preceded with whitespace. 1786
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1794
 Warning whitespace ParenPad '(' is followed by whitespace. 1795
 Warning whitespace ParenPad ')' is preceded with whitespace. 1795
 Warning whitespace ParenPad '(' is followed by whitespace. 1800
 Warning whitespace ParenPad '(' is followed by whitespace. 1801
 Warning whitespace ParenPad ')' is preceded with whitespace. 1801
 Warning whitespace ParenPad ')' is preceded with whitespace. 1801
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1804
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1808
 Warning whitespace ParenPad '(' is followed by whitespace. 1814
 Warning whitespace ParenPad ')' is preceded with whitespace. 1814
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1815
 Warning whitespace ParenPad '(' is followed by whitespace. 1821
 Warning whitespace ParenPad ')' is preceded with whitespace. 1822
 Warning whitespace ParenPad '(' is followed by whitespace. 1823
 Warning whitespace ParenPad ')' is preceded with whitespace. 1823
 Warning whitespace ParenPad '(' is followed by whitespace. 1830
 Warning whitespace ParenPad ')' is preceded with whitespace. 1830
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1831
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1832
 Warning whitespace ParenPad '(' is followed by whitespace. 1832
 Warning whitespace ParenPad ')' is preceded with whitespace. 1832
 Warning whitespace ParenPad '(' is followed by whitespace. 1834
 Warning whitespace ParenPad ')' is preceded with whitespace. 1834
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1836
 Warning whitespace ParenPad '(' is followed by whitespace. 1837
 Warning whitespace ParenPad ')' is preceded with whitespace. 1839
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1842
 Warning whitespace ParenPad '(' is followed by whitespace. 1843
 Warning whitespace ParenPad ')' is preceded with whitespace. 1845
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1861
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1863
 Warning whitespace ParenPad '(' is followed by whitespace. 1864
 Warning whitespace ParenPad ')' is preceded with whitespace. 1864
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1865
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1875
 Warning whitespace ParenPad '(' is followed by whitespace. 1876
 Warning whitespace ParenPad ')' is preceded with whitespace. 1876
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1878
 Warning whitespace ParenPad '(' is followed by whitespace. 1880
 Warning whitespace ParenPad ')' is preceded with whitespace. 1880
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1882
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1888
 Warning whitespace ParenPad '(' is followed by whitespace. 1890
 Warning whitespace ParenPad '(' is followed by whitespace. 1891
 Warning whitespace ParenPad ')' is preceded with whitespace. 1891
 Warning whitespace ParenPad ')' is preceded with whitespace. 1891
 Warning whitespace ParenPad '(' is followed by whitespace. 1893
 Warning whitespace ParenPad ')' is preceded with whitespace. 1894
 Warning whitespace ParenPad '(' is followed by whitespace. 1898
 Warning whitespace ParenPad ')' is preceded with whitespace. 1898
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1900
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1906
 Warning whitespace ParenPad '(' is followed by whitespace. 1908
 Warning whitespace ParenPad '(' is followed by whitespace. 1909
 Warning whitespace ParenPad ')' is preceded with whitespace. 1909
 Warning whitespace ParenPad ')' is preceded with whitespace. 1909
 Warning whitespace ParenPad '(' is followed by whitespace. 1911
 Warning whitespace ParenPad ')' is preceded with whitespace. 1912
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1918
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1922
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1923
 Warning whitespace ParenPad '(' is followed by whitespace. 1924
 Warning whitespace ParenPad ')' is preceded with whitespace. 1924
 Warning whitespace ParenPad '(' is followed by whitespace. 1925
 Warning whitespace ParenPad ')' is preceded with whitespace. 1925
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1926
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1936
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1940
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1941
 Warning whitespace ParenPad '(' is followed by whitespace. 1942
 Warning whitespace ParenPad ')' is preceded with whitespace. 1942
 Warning whitespace ParenPad '(' is followed by whitespace. 1943
 Warning whitespace ParenPad ')' is preceded with whitespace. 1943
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1944
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1945
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1955
 Warning whitespace ParenPad '(' is followed by whitespace. 1956
 Warning whitespace ParenPad ')' is preceded with whitespace. 1956
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1958
 Warning whitespace ParenPad '(' is followed by whitespace. 1959
 Warning whitespace ParenPad ')' is preceded with whitespace. 1959
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1961
 Warning whitespace ParenPad '(' is followed by whitespace. 1962
 Warning whitespace ParenPad ')' is preceded with whitespace. 1962
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1964
 Warning whitespace ParenPad '(' is followed by whitespace. 1965
 Warning whitespace ParenPad ')' is preceded with whitespace. 1965
 Warning whitespace ParenPad '(' is followed by whitespace. 1966
 Warning whitespace ParenPad ')' is preceded with whitespace. 1966
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1968
 Warning whitespace ParenPad '(' is followed by whitespace. 1969
 Warning whitespace ParenPad ')' is preceded with whitespace. 1969
 Warning whitespace ParenPad '(' is followed by whitespace. 1969
 Warning whitespace ParenPad ')' is preceded with whitespace. 1969
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1970
 Warning whitespace ParenPad '(' is followed by whitespace. 1971
 Warning whitespace ParenPad ')' is preceded with whitespace. 1971
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1984
 Warning whitespace ParenPad '(' is followed by whitespace. 1985
 Warning whitespace ParenPad ')' is preceded with whitespace. 1985
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1987
 Warning whitespace ParenPad '(' is followed by whitespace. 1988
 Warning whitespace ParenPad ')' is preceded with whitespace. 1988
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1990
 Warning whitespace ParenPad '(' is followed by whitespace. 1991
 Warning whitespace ParenPad ')' is preceded with whitespace. 1991
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1993
 Warning whitespace ParenPad '(' is followed by whitespace. 1994
 Warning whitespace ParenPad ')' is preceded with whitespace. 1994
 Warning whitespace ParenPad '(' is followed by whitespace. 1995
 Warning whitespace ParenPad ')' is preceded with whitespace. 1995
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1997
 Warning whitespace ParenPad '(' is followed by whitespace. 1998
 Warning whitespace ParenPad ')' is preceded with whitespace. 1998
 Warning whitespace ParenPad '(' is followed by whitespace. 1998
 Warning whitespace ParenPad ')' is preceded with whitespace. 1998
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1999
 Warning whitespace ParenPad '(' is followed by whitespace. 2000
 Warning whitespace ParenPad ')' is preceded with whitespace. 2000
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 2014
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2015
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2018
 Warning whitespace ParenPad '(' is followed by whitespace. 2021
 Warning whitespace ParenPad ')' is preceded with whitespace. 2021
 Warning whitespace ParenPad '(' is followed by whitespace. 2022
 Warning whitespace ParenPad ')' is preceded with whitespace. 2022
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2023
 Warning whitespace ParenPad '(' is followed by whitespace. 2024
 Warning whitespace ParenPad ')' is preceded with whitespace. 2024
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2025
 Warning whitespace ParenPad '(' is followed by whitespace. 2030
 Warning whitespace ParenPad ')' is preceded with whitespace. 2030
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2032
 Warning whitespace ParenPad '(' is followed by whitespace. 2033
 Warning whitespace ParenPad '(' is followed by whitespace. 2033
 Warning whitespace ParenPad ')' is preceded with whitespace. 2033
 Warning whitespace ParenPad ')' is preceded with whitespace. 2033
 Warning whitespace ParenPad '(' is followed by whitespace. 2035
 Warning whitespace ParenPad ')' is preceded with whitespace. 2035
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2043
 Warning coding HiddenField 'projectNameTemplate' hides a field. 2044
 Warning coding HiddenField 'addVersionToProjectName' hides a field. 2045
 Warning coding HiddenField 'addGroupIdToProjectName' hides a field. 2046
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2050
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 2052
 Warning whitespace ParenPad '(' is followed by whitespace. 2052
 Warning whitespace ParenPad ')' is preceded with whitespace. 2052
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2054
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 2055
 Warning whitespace ParenPad '(' is followed by whitespace. 2055
 Warning whitespace ParenPad ')' is preceded with whitespace. 2055
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2058
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 2059
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2061
 Warning whitespace ParenPad '(' is followed by whitespace. 2062
 Warning whitespace ParenPad ')' is preceded with whitespace. 2062
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 2064
 Warning whitespace ParenPad '(' is followed by whitespace. 2067
 Warning whitespace ParenPad ')' is preceded with whitespace. 2067
 Warning whitespace ParenPad '(' is followed by whitespace. 2069
 Warning whitespace ParenPad ')' is preceded with whitespace. 2069
 Warning whitespace ParenPad '(' is followed by whitespace. 2074
 Warning whitespace ParenPad ')' is preceded with whitespace. 2075
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 2081
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2082
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 2086
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2087
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2089
 Warning whitespace ParenPad '(' is followed by whitespace. 2092
 Warning whitespace ParenPad '(' is followed by whitespace. 2092
 Warning whitespace ParenPad ')' is preceded with whitespace. 2092
 Warning whitespace ParenPad ')' is preceded with whitespace. 2092
 Warning whitespace ParenPad '(' is followed by whitespace. 2093
 Warning whitespace ParenPad ')' is preceded with whitespace. 2093
 Warning whitespace ParenPad '(' is followed by whitespace. 2095
 Warning whitespace ParenPad ')' is preceded with whitespace. 2096
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2105
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2107
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2110
 Warning whitespace ParenPad '(' is followed by whitespace. 2112
 Warning whitespace ParenPad ')' is preceded with whitespace. 2112
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2114
 Warning whitespace ParenPad '(' is followed by whitespace. 2115
 Warning whitespace ParenPad ')' is preceded with whitespace. 2115
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2125
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2136
 Warning whitespace ParenPad '(' is followed by whitespace. 2137
 Warning whitespace ParenPad ')' is preceded with whitespace. 2137
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2148
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2151
 Warning whitespace ParenPad '(' is followed by whitespace. 2153
 Warning whitespace ParenPad ')' is preceded with whitespace. 2153
 Warning whitespace ParenPad '(' is followed by whitespace. 2154
 Warning whitespace ParenPad ')' is preceded with whitespace. 2154
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2155
 Warning whitespace ParenPad '(' is followed by whitespace. 2156
 Warning whitespace ParenPad ')' is preceded with whitespace. 2156
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2157
 Warning whitespace ParenPad '(' is followed by whitespace. 2158
 Warning whitespace ParenPad ')' is preceded with whitespace. 2158
 Warning whitespace ParenPad '(' is followed by whitespace. 2159
 Warning whitespace ParenPad ')' is preceded with whitespace. 2159
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2163
 Warning whitespace ParenPad '(' is followed by whitespace. 2164
 Warning whitespace ParenPad ')' is preceded with whitespace. 2168
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2182
 Warning whitespace ParenPad '(' is followed by whitespace. 2183
 Warning whitespace ParenPad ')' is preceded with whitespace. 2183
 Warning whitespace ParenPad '(' is followed by whitespace. 2185
 Warning whitespace ParenPad ')' is preceded with whitespace. 2185
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2195
 Warning whitespace ParenPad '(' is followed by whitespace. 2196
 Warning whitespace ParenPad ')' is preceded with whitespace. 2196
 Warning whitespace ParenPad '(' is followed by whitespace. 2197
 Warning whitespace ParenPad ')' is preceded with whitespace. 2197

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

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 33
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 33
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 41
 Warning annotation MissingDeprecated Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 52
 Warning javadoc JavadocBlockTagLocation Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 52
 Warning javadoc JavadocParagraph Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 52
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 52
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 52
 Warning annotation MissingDeprecated Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 57
 Warning javadoc JavadocBlockTagLocation Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 57
 Warning javadoc JavadocParagraph Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 57
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 57
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 12 has parse error. Missed HTML close tag 'String'. Sometimes it means that close tag missed for one of previous tags. 57
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 79
 Warning whitespace ParenPad '(' is followed by whitespace. 80
 Warning whitespace ParenPad ')' is preceded with whitespace. 80
 Warning whitespace ParenPad '(' is followed by whitespace. 84
 Warning whitespace ParenPad ')' is preceded with whitespace. 84
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 95
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 105
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 119
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 129
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 150
 Warning whitespace ParenPad ')' is preceded with whitespace. 150
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 155
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 155
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 161
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 171
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 181
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 192
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 201
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 211
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 221
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 229
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 239
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 247
 Warning whitespace ParenPad '(' is followed by whitespace. 249
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 249
 Warning whitespace ParenPad ')' is preceded with whitespace. 249
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 256
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 264
 Warning whitespace ParenPad '(' is followed by whitespace. 265
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 265
 Warning whitespace ParenPad ')' is preceded with whitespace. 265
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 271
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 272
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 280
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 280
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 284
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 284
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 289
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 289
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 298
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 301
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 303
 Warning whitespace ParenPad '(' is followed by whitespace. 308
 Warning whitespace ParenPad ')' is preceded with whitespace. 308
 Warning whitespace ParenPad '(' is followed by whitespace. 309
 Warning whitespace ParenPad ')' is preceded with whitespace. 309
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 313
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 320
 Warning whitespace ParenPad '(' is followed by whitespace. 321
 Warning whitespace ParenPad ')' is preceded with whitespace. 321
 Warning whitespace ParenPad '(' is followed by whitespace. 322
 Warning whitespace ParenPad ')' is preceded with whitespace. 322
 Warning whitespace ParenPad '(' is followed by whitespace. 328
 Warning whitespace ParenPad ')' is preceded with whitespace. 328
 Warning whitespace ParenPad '(' is followed by whitespace. 329
 Warning whitespace ParenPad ')' is preceded with whitespace. 329
 Warning whitespace ParenPad '(' is followed by whitespace. 333
 Warning whitespace ParenPad ')' is preceded with whitespace. 333
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 334
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 340
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 346

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 111
 Warning whitespace ParenPad ')' is preceded with whitespace. 111
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 121
 Warning whitespace ParenPad ')' is preceded with whitespace. 121
 Warning whitespace NoWhitespaceBefore ',' is preceded with whitespace. 196
 Warning whitespace NoWhitespaceBefore ',' is preceded with whitespace. 202
 Warning whitespace NoWhitespaceBefore ',' is preceded with whitespace. 208
 Warning whitespace NoWhitespaceBefore ',' is preceded with whitespace. 214
 Warning whitespace NoWhitespaceBefore ',' is preceded with whitespace. 220
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 228
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 230
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 235
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 239
 Warning whitespace ParenPad '(' is followed by whitespace. 241
 Warning whitespace ParenPad ')' is preceded with whitespace. 241
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 247
 Warning whitespace ParenPad '(' is followed by whitespace. 248
 Warning whitespace ParenPad ')' is preceded with whitespace. 249
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 255
 Warning whitespace ParenPad '(' is followed by whitespace. 256
 Warning whitespace ParenPad ')' is preceded with whitespace. 257
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 265
 Warning whitespace ParenPad '(' is followed by whitespace. 266
 Warning whitespace ParenPad '(' is followed by whitespace. 266
 Warning whitespace ParenPad ')' is preceded with whitespace. 266
 Warning whitespace ParenPad ')' is preceded with whitespace. 266
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 275
 Warning whitespace ParenPad '(' is followed by whitespace. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 276
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 281
 Warning whitespace ParenPad '(' is followed by whitespace. 281
 Warning whitespace ParenPad ')' is preceded with whitespace. 282
 Warning whitespace ParenPad ')' is preceded with whitespace. 282
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 285
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 288
 Warning whitespace ParenPad '(' is followed by whitespace. 289
 Warning whitespace ParenPad ')' is preceded with whitespace. 289
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 290
 Warning whitespace ParenPad '(' is followed by whitespace. 291
 Warning whitespace ParenPad ')' is preceded with whitespace. 291
 Warning whitespace ParenPad '(' is followed by whitespace. 295
 Warning whitespace ParenPad ')' is preceded with whitespace. 295
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning whitespace ParenPad '(' is followed by whitespace. 300
 Warning whitespace ParenPad ')' is preceded with whitespace. 300
 Warning whitespace ParenPad '(' is followed by whitespace. 302
 Warning whitespace ParenPad '(' is followed by whitespace. 302
 Warning whitespace ParenPad ')' is preceded with whitespace. 302
 Warning whitespace ParenPad ')' is preceded with whitespace. 302
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 306
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 308
 Warning whitespace ParenPad '(' is followed by whitespace. 309
 Warning whitespace ParenPad '(' is followed by whitespace. 309
 Warning whitespace ParenPad ')' is preceded with whitespace. 310
 Warning whitespace ParenPad ')' is preceded with whitespace. 310
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 311
 Warning whitespace ParenPad '(' is followed by whitespace. 311
 Warning whitespace ParenPad ')' is preceded with whitespace. 311
 Warning whitespace ParenPad '(' is followed by whitespace. 312
 Warning whitespace ParenPad ')' is preceded with whitespace. 312
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 316
 Warning whitespace ParenPad '(' is followed by whitespace. 317
 Warning whitespace ParenPad '(' is followed by whitespace. 317
 Warning whitespace ParenPad ')' is preceded with whitespace. 317
 Warning whitespace ParenPad ')' is preceded with whitespace. 317
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 323
 Warning whitespace ParenPad '(' is followed by whitespace. 324
 Warning whitespace ParenPad ')' is preceded with whitespace. 324
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 327
 Warning whitespace ParenPad '(' is followed by whitespace. 328
 Warning whitespace ParenPad '(' is followed by whitespace. 328
 Warning whitespace ParenPad ')' is preceded with whitespace. 328
 Warning whitespace ParenPad ')' is preceded with whitespace. 328
 Warning whitespace ParenPad '(' is followed by whitespace. 332
 Warning whitespace ParenPad ')' is preceded with whitespace. 332
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 335
 Warning whitespace ParenPad '(' is followed by whitespace. 339
 Warning whitespace ParenPad ')' is preceded with whitespace. 339
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 345
 Warning whitespace ParenPad '(' is followed by whitespace. 346
 Warning whitespace ParenPad '(' is followed by whitespace. 346
 Warning whitespace ParenPad ')' is preceded with whitespace. 346
 Warning whitespace ParenPad ')' is preceded with whitespace. 346
 Warning whitespace ParenPad '(' is followed by whitespace. 347
 Warning whitespace ParenPad '(' is followed by whitespace. 347
 Warning whitespace ParenPad ')' is preceded with whitespace. 347
 Warning whitespace ParenPad ')' is preceded with whitespace. 347
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 351
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 356
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 361
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 366
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 373
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 374
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 378
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 381
 Warning whitespace ParenPad '(' is followed by whitespace. 382
 Warning whitespace ParenPad ')' is preceded with whitespace. 382
 Warning whitespace ParenPad '(' is followed by whitespace. 383
 Warning whitespace ParenPad ')' is preceded with whitespace. 383
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 385
 Warning whitespace ParenPad '(' is followed by whitespace. 387
 Warning whitespace ParenPad ')' is preceded with whitespace. 387
 Warning whitespace ParenPad '(' is followed by whitespace. 389
 Warning whitespace ParenPad ')' is preceded with whitespace. 389
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 393
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 395
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 397
 Warning whitespace ParenPad '(' is followed by whitespace. 399
 Warning whitespace ParenPad ')' is preceded with whitespace. 399
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 400
 Warning whitespace ParenPad '(' is followed by whitespace. 401
 Warning whitespace ParenPad ')' is preceded with whitespace. 401
 Warning whitespace ParenPad '(' is followed by whitespace. 402
 Warning whitespace ParenPad ')' is preceded with whitespace. 402
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 404
 Warning whitespace ParenPad '(' is followed by whitespace. 405
 Warning whitespace ParenPad ')' is preceded with whitespace. 405
 Warning whitespace ParenPad '(' is followed by whitespace. 408
 Warning whitespace ParenPad '(' is followed by whitespace. 408
 Warning whitespace ParenPad ')' is preceded with whitespace. 408
 Warning whitespace ParenPad ')' is preceded with whitespace. 408
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 409
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 411
 Warning whitespace ParenPad '(' is followed by whitespace. 412
 Warning whitespace ParenPad ')' is preceded with whitespace. 412
 Warning whitespace ParenPad '(' is followed by whitespace. 413
 Warning whitespace ParenPad ')' is preceded with whitespace. 413
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 415
 Warning whitespace ParenPad '(' is followed by whitespace. 416
 Warning whitespace ParenPad ')' is preceded with whitespace. 416
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 421
 Warning whitespace ParenPad '(' is followed by whitespace. 422
 Warning whitespace ParenPad ')' is preceded with whitespace. 422
 Warning whitespace ParenPad '(' is followed by whitespace. 423
 Warning whitespace ParenPad ')' is preceded with whitespace. 423
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 426
 Warning whitespace ParenPad '(' is followed by whitespace. 427
 Warning whitespace ParenPad ')' is preceded with whitespace. 427
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 428
 Warning whitespace ParenPad '(' is followed by whitespace. 429
 Warning whitespace ParenPad ')' is preceded with whitespace. 432
 Warning blocks LeftCurly '{' at column 33 should be on the previous line. 434
 Warning blocks LeftCurly '{' at column 37 should be on the previous line. 437
 Warning whitespace ParenPad '(' is followed by whitespace. 439
 Warning whitespace ParenPad ')' is preceded with whitespace. 442
 Warning whitespace ParenPad '(' is followed by whitespace. 446
 Warning whitespace ParenPad ')' is preceded with whitespace. 448
 Warning whitespace ParenPad '(' is followed by whitespace. 452
 Warning whitespace ParenPad ')' is preceded with whitespace. 452
 Warning whitespace ParenPad '(' is followed by whitespace. 458
 Warning whitespace ParenPad ')' is preceded with whitespace. 458
 Warning blocks LeftCurly '{' at column 37 should be on the previous line. 459
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 468
 Warning whitespace ParenPad '(' is followed by whitespace. 470
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 479
 Warning whitespace ParenPad '(' is followed by whitespace. 480
 Warning whitespace ParenPad ')' is preceded with whitespace. 480
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 482
 Warning whitespace ParenPad '(' is followed by whitespace. 483
 Warning whitespace ParenPad ')' is preceded with whitespace. 483
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 484
 Warning whitespace ParenPad '(' is followed by whitespace. 485
 Warning whitespace ParenPad ')' is preceded with whitespace. 485
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 500
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 502
 Warning whitespace ParenPad '(' is followed by whitespace. 505
 Warning whitespace ParenPad ')' is preceded with whitespace. 505
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 506
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 508
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 512
 Warning whitespace ParenPad '(' is followed by whitespace. 513
 Warning whitespace ParenPad ')' is preceded with whitespace. 514
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 529
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 531
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 534
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 536
 Warning whitespace ParenPad '(' is followed by whitespace. 537
 Warning whitespace ParenPad '(' is followed by whitespace. 537
 Warning whitespace ParenPad ')' is preceded with whitespace. 537
 Warning whitespace ParenPad ')' is preceded with whitespace. 537
 Warning whitespace ParenPad '(' is followed by whitespace. 544
 Warning whitespace ParenPad '(' is followed by whitespace. 544
 Warning whitespace ParenPad ')' is preceded with whitespace. 544
 Warning whitespace ParenPad ')' is preceded with whitespace. 544
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 545
 Warning whitespace ParenPad '(' is followed by whitespace. 546
 Warning whitespace ParenPad ')' is preceded with whitespace. 546
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 549
 Warning whitespace ParenPad '(' is followed by whitespace. 550
 Warning whitespace ParenPad '(' is followed by whitespace. 550
 Warning whitespace ParenPad ')' is preceded with whitespace. 550
 Warning whitespace ParenPad ')' is preceded with whitespace. 550
 Warning whitespace ParenPad '(' is followed by whitespace. 554
 Warning whitespace ParenPad ')' is preceded with whitespace. 554
 Warning whitespace ParenPad '(' is followed by whitespace. 556
 Warning whitespace ParenPad ')' is preceded with whitespace. 556
 Warning whitespace ParenPad '(' is followed by whitespace. 558
 Warning whitespace ParenPad ')' is preceded with whitespace. 558
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 562
 Warning whitespace ParenPad '(' is followed by whitespace. 563
 Warning whitespace ParenPad ')' is preceded with whitespace. 563
 Warning whitespace ParenPad '(' is followed by whitespace. 567
 Warning whitespace ParenPad ')' is preceded with whitespace. 567
 Warning whitespace ParenPad '(' is followed by whitespace. 569
 Warning whitespace ParenPad ')' is preceded with whitespace. 569
 Warning whitespace ParenPad '(' is followed by whitespace. 570
 Warning whitespace ParenPad ')' is preceded with whitespace. 570
 Warning whitespace ParenPad '(' is followed by whitespace. 573
 Warning whitespace ParenPad ')' is preceded with whitespace. 573
 Warning whitespace ParenPad '(' is followed by whitespace. 574
 Warning whitespace ParenPad ')' is preceded with whitespace. 574
 Warning whitespace ParenPad '(' is followed by whitespace. 575
 Warning whitespace ParenPad ')' is preceded with whitespace. 575
 Warning whitespace ParenPad '(' is followed by whitespace. 576
 Warning whitespace ParenPad ')' is preceded with whitespace. 576
 Warning whitespace ParenPad '(' is followed by whitespace. 577
 Warning whitespace ParenPad ')' is preceded with whitespace. 577
 Warning whitespace ParenPad '(' is followed by whitespace. 579
 Warning whitespace ParenPad ')' is preceded with whitespace. 579
 Warning whitespace ParenPad '(' is followed by whitespace. 581
 Warning whitespace ParenPad ')' is preceded with whitespace. 581
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 582
 Warning whitespace ParenPad '(' is followed by whitespace. 594
 Warning whitespace ParenPad ')' is preceded with whitespace. 594
 Warning whitespace ParenPad '(' is followed by whitespace. 595
 Warning whitespace ParenPad ')' is preceded with whitespace. 595
 Warning whitespace ParenPad '(' is followed by whitespace. 596
 Warning whitespace ParenPad ')' is preceded with whitespace. 596
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 600
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 602
 Warning whitespace ParenPad '(' is followed by whitespace. 603
 Warning whitespace ParenPad ')' is preceded with whitespace. 603
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 614
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 616
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 620
 Warning whitespace ParenPad '(' is followed by whitespace. 625
 Warning whitespace ParenPad ')' is preceded with whitespace. 626
 Warning whitespace ParenPad '(' is followed by whitespace. 628
 Warning whitespace ParenPad ')' is preceded with whitespace. 629
 Warning whitespace ParenPad '(' is followed by whitespace. 632
 Warning whitespace ParenPad ')' is preceded with whitespace. 633
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 635
 Warning whitespace ParenPad '(' is followed by whitespace. 636
 Warning whitespace ParenPad ')' is preceded with whitespace. 636
 Warning whitespace ParenPad '(' is followed by whitespace. 638
 Warning whitespace ParenPad ')' is preceded with whitespace. 638
 Warning whitespace ParenPad '(' is followed by whitespace. 639
 Warning whitespace ParenPad ')' is preceded with whitespace. 639
 Warning whitespace ParenPad '(' is followed by whitespace. 641
 Warning whitespace ParenPad ')' is preceded with whitespace. 641
 Warning whitespace ParenPad '(' is followed by whitespace. 643
 Warning whitespace ParenPad ')' is preceded with whitespace. 643
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 646
 Warning whitespace ParenPad '(' is followed by whitespace. 647
 Warning whitespace ParenPad ')' is preceded with whitespace. 648
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 651
 Warning whitespace ParenPad '(' is followed by whitespace. 652
 Warning whitespace ParenPad ')' is preceded with whitespace. 652
 Warning whitespace ParenPad '(' is followed by whitespace. 655
 Warning whitespace ParenPad '(' is followed by whitespace. 655
 Warning whitespace ParenPad ')' is preceded with whitespace. 655
 Warning whitespace ParenPad ')' is preceded with whitespace. 655
 Warning whitespace ParenPad '(' is followed by whitespace. 656
 Warning whitespace ParenPad '(' is followed by whitespace. 656
 Warning whitespace ParenPad ')' is preceded with whitespace. 656
 Warning whitespace ParenPad ')' is preceded with whitespace. 656
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 661
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 666
 Warning whitespace ParenPad '(' is followed by whitespace. 667
 Warning whitespace ParenPad ')' is preceded with whitespace. 667
 Warning whitespace ParenPad '(' is followed by whitespace. 668
 Warning whitespace ParenPad ')' is preceded with whitespace. 668
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 670
 Warning whitespace ParenPad '(' is followed by whitespace. 671
 Warning whitespace ParenPad ')' is preceded with whitespace. 671
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 675
 Warning whitespace ParenPad '(' is followed by whitespace. 676
 Warning whitespace ParenPad ')' is preceded with whitespace. 676
 Warning whitespace ParenPad '(' is followed by whitespace. 677
 Warning whitespace ParenPad ')' is preceded with whitespace. 677
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 679
 Warning whitespace ParenPad '(' is followed by whitespace. 680
 Warning whitespace ParenPad ')' is preceded with whitespace. 680
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 685
 Warning whitespace ParenPad '(' is followed by whitespace. 687
 Warning whitespace ParenPad ')' is preceded with whitespace. 687
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 690
 Warning whitespace ParenPad '(' is followed by whitespace. 692
 Warning whitespace ParenPad ')' is preceded with whitespace. 692
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 695
 Warning whitespace ParenPad '(' is followed by whitespace. 697
 Warning whitespace ParenPad ')' is preceded with whitespace. 698
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 701
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 708
 Warning whitespace ParenPad '(' is followed by whitespace. 709
 Warning whitespace ParenPad ')' is preceded with whitespace. 709
 Warning coding HiddenField 'stripQualifier' hides a field. 721
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 722
 Warning whitespace ParenPad '(' is followed by whitespace. 723
 Warning whitespace ParenPad ')' is preceded with whitespace. 723
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 724
 Warning coding ParameterAssignment Assignment of parameter 'version' is not allowed. 725
 Warning whitespace ParenPad '(' is followed by whitespace. 725
 Warning whitespace ParenPad '(' is followed by whitespace. 725
 Warning whitespace ParenPad ')' is preceded with whitespace. 725
 Warning whitespace ParenPad ')' is preceded with whitespace. 725
 Warning whitespace ParenPad '(' is followed by whitespace. 727
 Warning whitespace ParenPad ')' is preceded with whitespace. 727
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 728
 Warning whitespace ParenPad '(' is followed by whitespace. 729
 Warning whitespace ParenPad ')' is preceded with whitespace. 729
 Warning whitespace ParenPad '(' is followed by whitespace. 730
 Warning whitespace ParenPad ')' is preceded with whitespace. 730
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 731
 Warning coding ParameterAssignment Assignment of parameter 'version' is not allowed. 732
 Warning whitespace ParenPad '(' is followed by whitespace. 732
 Warning whitespace ParenPad ')' is preceded with whitespace. 732
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 735
 Warning coding ParameterAssignment Assignment of parameter 'version' is not allowed. 736
 Warning whitespace ParenPad '(' is followed by whitespace. 736
 Warning whitespace ParenPad ')' is preceded with whitespace. 736
 Warning whitespace ParenPad '(' is followed by whitespace. 737
 Warning whitespace ParenPad ')' is preceded with whitespace. 737
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 747
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 748
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 752
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 754
 Warning whitespace ParenPad '(' is followed by whitespace. 755
 Warning whitespace ParenPad ')' is preceded with whitespace. 755
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 758
 Warning whitespace ParenPad '(' is followed by whitespace. 760
 Warning whitespace ParenPad ')' is preceded with whitespace. 760
 Warning whitespace ParenPad '(' is followed by whitespace. 761
 Warning whitespace ParenPad ')' is preceded with whitespace. 761
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 764
 Warning whitespace ParenPad '(' is followed by whitespace. 765
 Warning whitespace ParenPad ')' is preceded with whitespace. 765
 Warning whitespace ParenPad '(' is followed by whitespace. 766
 Warning whitespace ParenPad ')' is preceded with whitespace. 766
 Warning whitespace ParenPad '(' is followed by whitespace. 767
 Warning whitespace ParenPad ')' is preceded with whitespace. 767
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 771
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 772
 Warning whitespace ParenPad '(' is followed by whitespace. 772
 Warning whitespace ParenPad ')' is preceded with whitespace. 772
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 775
 Warning whitespace ParenPad '(' is followed by whitespace. 777
 Warning whitespace ParenPad ')' is preceded with whitespace. 778
 Warning whitespace ParenPad '(' is followed by whitespace. 781
 Warning whitespace ParenPad ')' is preceded with whitespace. 781
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 790
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 792
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 793
 Warning whitespace ParenPad '(' is followed by whitespace. 793
 Warning whitespace ParenPad ')' is preceded with whitespace. 793
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 803
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 807
 Warning whitespace ParenPad '(' is followed by whitespace. 808
 Warning whitespace ParenPad ')' is preceded with whitespace. 808
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 811
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 813
 Warning whitespace ParenPad '(' is followed by whitespace. 814
 Warning whitespace ParenPad ')' is preceded with whitespace. 814
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 818
 Warning whitespace ParenPad '(' is followed by whitespace. 819
 Warning whitespace ParenPad ')' is preceded with whitespace. 819
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 822
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 834
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 836
 Warning whitespace ParenPad '(' is followed by whitespace. 837
 Warning whitespace ParenPad ')' is preceded with whitespace. 837
 Warning whitespace ParenPad '(' is followed by whitespace. 838
 Warning whitespace ParenPad ')' is preceded with whitespace. 838
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 839
 Warning whitespace ParenPad '(' is followed by whitespace. 840
 Warning whitespace ParenPad ')' is preceded with whitespace. 840
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 853
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 855
 Warning whitespace ParenPad '(' is followed by whitespace. 864
 Warning whitespace ParenPad ')' is preceded with whitespace. 864
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 868
 Warning whitespace ParenPad '(' is followed by whitespace. 872
 Warning whitespace ParenPad ')' is preceded with whitespace. 872
 Warning whitespace ParenPad '(' is followed by whitespace. 873
 Warning whitespace ParenPad '(' is followed by whitespace. 873
 Warning whitespace ParenPad ')' is preceded with whitespace. 873
 Warning whitespace ParenPad ')' is preceded with whitespace. 873
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 876
 Warning whitespace ParenPad '(' is followed by whitespace. 877
 Warning whitespace ParenPad '(' is followed by whitespace. 877
 Warning whitespace ParenPad ')' is preceded with whitespace. 877
 Warning whitespace ParenPad ')' is preceded with whitespace. 877
 Warning whitespace ParenPad '(' is followed by whitespace. 881
 Warning whitespace ParenPad ')' is preceded with whitespace. 881
 Warning whitespace ParenPad '(' is followed by whitespace. 884
 Warning whitespace ParenPad '(' is followed by whitespace. 884
 Warning whitespace ParenPad ')' is preceded with whitespace. 884
 Warning whitespace ParenPad ')' is preceded with whitespace. 884
 Warning whitespace ParenPad '(' is followed by whitespace. 885
 Warning whitespace ParenPad '(' is followed by whitespace. 885
 Warning whitespace ParenPad ')' is preceded with whitespace. 885
 Warning whitespace ParenPad ')' is preceded with whitespace. 885
 Warning whitespace ParenPad '(' is followed by whitespace. 886
 Warning whitespace ParenPad ')' is preceded with whitespace. 886
 Warning whitespace ParenPad '(' is followed by whitespace. 887
 Warning whitespace ParenPad ')' is preceded with whitespace. 887
 Warning whitespace ParenPad '(' is followed by whitespace. 889
 Warning whitespace ParenPad ')' is preceded with whitespace. 889
 Warning whitespace ParenPad '(' is followed by whitespace. 893
 Warning whitespace ParenPad ')' is preceded with whitespace. 893
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 903
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 906
 Warning whitespace ParenPad '(' is followed by whitespace. 912
 Warning whitespace ParenPad ')' is preceded with whitespace. 912
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 915
 Warning whitespace ParenPad '(' is followed by whitespace. 918
 Warning whitespace ParenPad ')' is preceded with whitespace. 918
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 919
 Warning whitespace ParenPad '(' is followed by whitespace. 921
 Warning whitespace ParenPad ')' is preceded with whitespace. 921
 Warning whitespace ParenPad '(' is followed by whitespace. 922
 Warning whitespace ParenPad ')' is preceded with whitespace. 922
 Warning whitespace ParenPad '(' is followed by whitespace. 923
 Warning whitespace ParenPad ')' is preceded with whitespace. 923
 Warning whitespace ParenPad '(' is followed by whitespace. 925
 Warning whitespace ParenPad ')' is preceded with whitespace. 925
 Warning whitespace ParenPad '(' is followed by whitespace. 928
 Warning whitespace ParenPad ')' is preceded with whitespace. 928

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 61
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 128
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 129
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 157
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 159
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 164
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 168
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 176
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 180
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 185
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 188
 Warning whitespace ParenPad ')' is preceded with whitespace. 188
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 189
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 197
 Warning whitespace ParenPad ')' is preceded with whitespace. 197
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 200
 Warning whitespace ParenPad '(' is followed by whitespace. 205
 Warning whitespace ParenPad ')' is preceded with whitespace. 205
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 208
 Warning whitespace ParenPad '(' is followed by whitespace. 209
 Warning whitespace ParenPad ')' is preceded with whitespace. 210
 Warning annotation MissingDeprecated Javadoc comment at column 8 has parse error. Missed HTML close tag 'ol'. Sometimes it means that close tag missed for one of previous tags. 222
 Warning javadoc JavadocBlockTagLocation Javadoc comment at column 8 has parse error. Missed HTML close tag 'ol'. Sometimes it means that close tag missed for one of previous tags. 222
 Warning javadoc JavadocParagraph Javadoc comment at column 8 has parse error. Missed HTML close tag 'ol'. Sometimes it means that close tag missed for one of previous tags. 222
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 8 has parse error. Missed HTML close tag 'ol'. Sometimes it means that close tag missed for one of previous tags. 222
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 8 has parse error. Missed HTML close tag 'ol'. Sometimes it means that close tag missed for one of previous tags. 222
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 241
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 243
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 248
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 257
 Warning whitespace ParenPad '(' is followed by whitespace. 258
 Warning whitespace ParenPad '(' is followed by whitespace. 258
 Warning whitespace ParenPad ')' is preceded with whitespace. 258
 Warning whitespace ParenPad ')' is preceded with whitespace. 258
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 263
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 269
 Warning whitespace ParenPad ')' is preceded with whitespace. 270
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 281
 Warning whitespace ParenPad ')' is preceded with whitespace. 281
 Warning whitespace ParenPad '(' is followed by whitespace. 289
 Warning whitespace ParenPad ')' is preceded with whitespace. 289
 Warning whitespace ParenPad '(' is followed by whitespace. 290
 Warning whitespace ParenPad ')' is preceded with whitespace. 290
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 294
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 299
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 301
 Warning whitespace ParenPad '(' is followed by whitespace. 302
 Warning whitespace ParenPad ')' is preceded with whitespace. 302
 Warning whitespace ParenPad '(' is followed by whitespace. 304
 Warning whitespace ParenPad ')' is preceded with whitespace. 304
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 307
 Warning whitespace ParenPad '(' is followed by whitespace. 308
 Warning whitespace ParenPad ')' is preceded with whitespace. 308
 Warning whitespace ParenPad '(' is followed by whitespace. 309
 Warning whitespace ParenPad ')' is preceded with whitespace. 309
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 312
 Warning whitespace ParenPad '(' is followed by whitespace. 317
 Warning whitespace ParenPad ')' is preceded with whitespace. 317
 Warning whitespace ParenPad '(' is followed by whitespace. 320
 Warning whitespace ParenPad ')' is preceded with whitespace. 320
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 325
 Warning whitespace ParenPad '(' is followed by whitespace. 326
 Warning whitespace ParenPad ')' is preceded with whitespace. 326
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 331
 Warning whitespace ParenPad '(' is followed by whitespace. 332
 Warning whitespace ParenPad ')' is preceded with whitespace. 332
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 338
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 340
 Warning whitespace ParenPad '(' is followed by whitespace. 341
 Warning whitespace ParenPad ')' is preceded with whitespace. 342
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 345
 Warning whitespace ParenPad '(' is followed by whitespace. 346
 Warning whitespace ParenPad ')' is preceded with whitespace. 347
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 354
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 358
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 360
 Warning whitespace ParenPad '(' is followed by whitespace. 361
 Warning whitespace ParenPad ')' is preceded with whitespace. 361
 Warning whitespace ParenPad '(' is followed by whitespace. 363
 Warning whitespace ParenPad ')' is preceded with whitespace. 363
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 366
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 372
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 374
 Warning whitespace ParenPad '(' is followed by whitespace. 375
 Warning whitespace ParenPad ')' is preceded with whitespace. 375
 Warning whitespace ParenPad '(' is followed by whitespace. 379
 Warning whitespace ParenPad ')' is preceded with whitespace. 379
 Warning whitespace ParenPad '(' is followed by whitespace. 381
 Warning whitespace ParenPad ')' is preceded with whitespace. 381
 Warning whitespace ParenPad '(' is followed by whitespace. 382
 Warning whitespace ParenPad ')' is preceded with whitespace. 382
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 386
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 390
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 403
 Warning whitespace ParenPad '(' is followed by whitespace. 404
 Warning whitespace ParenPad ')' is preceded with whitespace. 404
 Warning whitespace ParenPad '(' is followed by whitespace. 405
 Warning whitespace ParenPad ')' is preceded with whitespace. 405

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 45
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 50
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 55
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 60
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 65
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 70
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 75
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 80
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 88
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 94
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 94
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 101
 Warning whitespace ParenPad ')' is preceded with whitespace. 101
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 123
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 127
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 132
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 137
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 143
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 146
 Warning whitespace ParenPad ')' is preceded with whitespace. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning whitespace ParenPad '(' is followed by whitespace. 150
 Warning whitespace ParenPad ')' is preceded with whitespace. 150
 Warning whitespace ParenPad '(' is followed by whitespace. 151
 Warning whitespace ParenPad ')' is preceded with whitespace. 151
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 155
 Warning whitespace ParenPad '(' is followed by whitespace. 156
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 157
 Warning whitespace ParenPad ')' is preceded with whitespace. 157
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 161
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 169
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 170
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 172
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 173
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 176
 Warning whitespace ParenPad ')' is preceded with whitespace. 176
 Warning whitespace ParenPad '(' is followed by whitespace. 177
 Warning whitespace ParenPad ')' is preceded with whitespace. 177
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 180
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 186
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 187

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

Severity Category Rule Message Line
 Warning design FinalClass Class Messages should be declared as final. 30
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning whitespace ParenPad '(' is followed by whitespace. 35
 Warning whitespace ParenPad ')' is preceded with whitespace. 35
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 38
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 42
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 44
 Warning whitespace ParenPad '(' is followed by whitespace. 45
 Warning whitespace ParenPad ')' is preceded with whitespace. 45
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 48
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 54
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 56
 Warning whitespace ParenPad '(' is followed by whitespace. 57
 Warning whitespace ParenPad '(' is followed by whitespace. 57
 Warning whitespace ParenPad ')' is preceded with whitespace. 57
 Warning whitespace ParenPad ')' is preceded with whitespace. 57
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 60
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 66
 Warning whitespace ParenPad '(' is followed by whitespace. 67
 Warning whitespace ParenPad ')' is preceded with whitespace. 67

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 39
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 43
 Warning whitespace ParenPad '(' is followed by whitespace. 44
 Warning whitespace ParenPad ')' is preceded with whitespace. 44
 Warning whitespace ParenPad '(' is followed by whitespace. 45
 Warning whitespace ParenPad ')' is preceded with whitespace. 45
 Warning whitespace ParenPad '(' is followed by whitespace. 46
 Warning whitespace ParenPad ')' is preceded with whitespace. 46
 Warning whitespace ParenPad '(' is followed by whitespace. 47
 Warning whitespace ParenPad ')' is preceded with whitespace. 47

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 49
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 130
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 140
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 146
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 149
 Warning whitespace ParenPad ')' is preceded with whitespace. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 157
 Warning whitespace ParenPad ')' is preceded with whitespace. 157
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 160
 Warning whitespace ParenPad '(' is followed by whitespace. 161
 Warning whitespace ParenPad ')' is preceded with whitespace. 161
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 182
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning whitespace ParenPad '(' is followed by whitespace. 184
 Warning whitespace ParenPad ')' is preceded with whitespace. 184
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 185
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 187
 Warning whitespace ParenPad '(' is followed by whitespace. 188
 Warning whitespace ParenPad ')' is preceded with whitespace. 188
 Warning whitespace ParenPad '(' is followed by whitespace. 191
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 193
 Warning whitespace ParenPad ')' is preceded with whitespace. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad ')' is preceded with whitespace. 194
 Warning whitespace ParenPad '(' is followed by whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 198
 Warning whitespace ParenPad ')' is preceded with whitespace. 198
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 199
 Warning whitespace ParenPad '(' is followed by whitespace. 200
 Warning whitespace ParenPad ')' is preceded with whitespace. 200
 Warning whitespace ParenPad '(' is followed by whitespace. 203
 Warning whitespace ParenPad ')' is preceded with whitespace. 203
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 204
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 206
 Warning whitespace ParenPad '(' is followed by whitespace. 207
 Warning whitespace ParenPad ')' is preceded with whitespace. 207
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 211
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 213
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 219
 Warning whitespace ParenPad '(' is followed by whitespace. 220
 Warning whitespace ParenPad ')' is preceded with whitespace. 220
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 223
 Warning whitespace ParenPad '(' is followed by whitespace. 224
 Warning whitespace ParenPad ')' is preceded with whitespace. 224
 Warning whitespace ParenPad '(' is followed by whitespace. 227
 Warning whitespace ParenPad ')' is preceded with whitespace. 227
 Warning whitespace ParenPad '(' is followed by whitespace. 228
 Warning whitespace ParenPad ')' is preceded with whitespace. 228
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 237
 Warning whitespace ParenPad '(' is followed by whitespace. 240
 Warning whitespace ParenPad ')' is preceded with whitespace. 240
 Warning whitespace ParenPad '(' is followed by whitespace. 242
 Warning whitespace ParenPad ')' is preceded with whitespace. 242
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 243
 Warning whitespace ParenPad '(' is followed by whitespace. 244
 Warning whitespace ParenPad ')' is preceded with whitespace. 244
 Warning whitespace ParenPad '(' is followed by whitespace. 246
 Warning whitespace ParenPad ')' is preceded with whitespace. 246
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 247
 Warning whitespace ParenPad '(' is followed by whitespace. 248
 Warning whitespace ParenPad ')' is preceded with whitespace. 248
 Warning whitespace ParenPad '(' is followed by whitespace. 250
 Warning whitespace ParenPad ')' is preceded with whitespace. 250
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 251
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 253
 Warning whitespace ParenPad '(' is followed by whitespace. 254
 Warning whitespace ParenPad ')' is preceded with whitespace. 254
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 258
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 260
 Warning whitespace ParenPad '(' is followed by whitespace. 261
 Warning whitespace ParenPad ')' is preceded with whitespace. 261
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 267
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 268
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 273
 Warning whitespace ParenPad ')' is preceded with whitespace. 273
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 279
 Warning whitespace ParenPad ')' is preceded with whitespace. 279
 Warning whitespace ParenPad '(' is followed by whitespace. 282
 Warning whitespace ParenPad ')' is preceded with whitespace. 282
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 286
 Warning whitespace ParenPad '(' is followed by whitespace. 287
 Warning whitespace ParenPad ')' is preceded with whitespace. 287
 Warning whitespace ParenPad '(' is followed by whitespace. 289
 Warning whitespace ParenPad ')' is preceded with whitespace. 289
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 290
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 293
 Warning whitespace ParenPad '(' is followed by whitespace. 294
 Warning whitespace ParenPad ')' is preceded with whitespace. 294
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 297
 Warning whitespace ParenPad '(' is followed by whitespace. 299
 Warning whitespace ParenPad '(' is followed by whitespace. 300
 Warning whitespace ParenPad ')' is preceded with whitespace. 300
 Warning whitespace ParenPad ')' is preceded with whitespace. 300
 Warning whitespace ParenPad '(' is followed by whitespace. 303
 Warning whitespace ParenPad ')' is preceded with whitespace. 303
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 304
 Warning whitespace ParenPad '(' is followed by whitespace. 305
 Warning whitespace ParenPad ')' is preceded with whitespace. 305
 Warning whitespace ParenPad '(' is followed by whitespace. 307
 Warning whitespace ParenPad ')' is preceded with whitespace. 307
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 308
 Warning whitespace ParenPad '(' is followed by whitespace. 309
 Warning whitespace ParenPad ')' is preceded with whitespace. 309
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 315
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 320
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 325
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 330
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 335
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 340

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 40
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 49
 Warning whitespace ParenPad '(' is followed by whitespace. 50
 Warning whitespace ParenPad ')' is preceded with whitespace. 50
 Warning whitespace ParenPad '(' is followed by whitespace. 51
 Warning whitespace ParenPad ')' is preceded with whitespace. 51
 Warning whitespace ParenPad '(' is followed by whitespace. 52
 Warning whitespace ParenPad ')' is preceded with whitespace. 52
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 63
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 73
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 84
 Warning whitespace ParenPad '(' is followed by whitespace. 86
 Warning whitespace ParenPad ')' is preceded with whitespace. 86
 Warning whitespace ParenPad '(' is followed by whitespace. 87
 Warning whitespace ParenPad ')' is preceded with whitespace. 87
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 99
 Warning whitespace ParenPad ')' is preceded with whitespace. 99
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 103
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 104
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 145
 Warning whitespace ParenPad ')' is preceded with whitespace. 145
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 157
 Warning whitespace ParenPad ')' is preceded with whitespace. 157
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 176
 Warning whitespace ParenPad '(' is followed by whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 180
 Warning whitespace ParenPad '(' is followed by whitespace. 183
 Warning whitespace ParenPad ')' is preceded with whitespace. 183

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 55
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 119
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 127
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 146
 Warning whitespace ParenPad ')' is preceded with whitespace. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 150
 Warning whitespace ParenPad ')' is preceded with whitespace. 150
 Warning whitespace ParenPad '(' is followed by whitespace. 152
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 154
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 161
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 165
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 167
 Warning whitespace ParenPad '(' is followed by whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 Warning whitespace ParenPad '(' is followed by whitespace. 173
 Warning whitespace ParenPad ')' is preceded with whitespace. 173
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 176
 Warning whitespace ParenPad ')' is preceded with whitespace. 176
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 188
 Warning whitespace ParenPad ')' is preceded with whitespace. 188
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 195
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 197
 Warning whitespace ParenPad ')' is preceded with whitespace. 197
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 205
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 207
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 211
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 215
 Warning whitespace ParenPad '(' is followed by whitespace. 218
 Warning whitespace ParenPad ')' is preceded with whitespace. 218
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 232
 Warning whitespace ParenPad '(' is followed by whitespace. 233
 Warning whitespace ParenPad ')' is preceded with whitespace. 233
 Warning whitespace ParenPad '(' is followed by whitespace. 236
 Warning whitespace ParenPad ')' is preceded with whitespace. 236
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 237
 Warning whitespace ParenPad '(' is followed by whitespace. 238
 Warning whitespace ParenPad ')' is preceded with whitespace. 238
 Warning whitespace ParenPad '(' is followed by whitespace. 239
 Warning whitespace ParenPad ')' is preceded with whitespace. 239
 Warning whitespace ParenPad '(' is followed by whitespace. 241
 Warning whitespace ParenPad ')' is preceded with whitespace. 241
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 242
 Warning whitespace ParenPad '(' is followed by whitespace. 243
 Warning whitespace ParenPad ')' is preceded with whitespace. 243
 Warning whitespace ParenPad '(' is followed by whitespace. 244
 Warning whitespace ParenPad ')' is preceded with whitespace. 244
 Warning whitespace ParenPad '(' is followed by whitespace. 245
 Warning whitespace ParenPad ')' is preceded with whitespace. 245
 Warning whitespace ParenPad '(' is followed by whitespace. 246
 Warning whitespace ParenPad ')' is preceded with whitespace. 246
 Warning whitespace ParenPad '(' is followed by whitespace. 247
 Warning whitespace ParenPad ')' is preceded with whitespace. 247
 Warning whitespace ParenPad '(' is followed by whitespace. 248
 Warning whitespace ParenPad ')' is preceded with whitespace. 248
 Warning whitespace ParenPad '(' is followed by whitespace. 249
 Warning whitespace ParenPad ')' is preceded with whitespace. 249
 Warning whitespace ParenPad '(' is followed by whitespace. 250
 Warning whitespace ParenPad ')' is preceded with whitespace. 250
 Warning whitespace ParenPad '(' is followed by whitespace. 251
 Warning whitespace ParenPad ')' is preceded with whitespace. 251
 Warning whitespace ParenPad '(' is followed by whitespace. 252
 Warning whitespace ParenPad ')' is preceded with whitespace. 252
 Warning whitespace ParenPad '(' is followed by whitespace. 253
 Warning whitespace ParenPad ')' is preceded with whitespace. 253
 Warning whitespace ParenPad '(' is followed by whitespace. 255
 Warning whitespace ParenPad ')' is preceded with whitespace. 255
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 256
 Warning whitespace ParenPad '(' is followed by whitespace. 257
 Warning whitespace ParenPad ')' is preceded with whitespace. 257
 Warning whitespace ParenPad '(' is followed by whitespace. 258
 Warning whitespace ParenPad ')' is preceded with whitespace. 258
 Warning whitespace ParenPad '(' is followed by whitespace. 259
 Warning whitespace ParenPad ')' is preceded with whitespace. 259
 Warning whitespace ParenPad '(' is followed by whitespace. 260
 Warning whitespace ParenPad ')' is preceded with whitespace. 260
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 263
 Warning whitespace ParenPad '(' is followed by whitespace. 264
 Warning whitespace ParenPad ')' is preceded with whitespace. 264
 Warning whitespace ParenPad '(' is followed by whitespace. 265
 Warning whitespace ParenPad ')' is preceded with whitespace. 265
 Warning whitespace ParenPad '(' is followed by whitespace. 267
 Warning whitespace ParenPad ')' is preceded with whitespace. 267
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 277
 Warning whitespace ParenPad ')' is preceded with whitespace. 277
 Warning whitespace ParenPad '(' is followed by whitespace. 280
 Warning whitespace ParenPad ')' is preceded with whitespace. 280
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 281
 Warning whitespace ParenPad '(' is followed by whitespace. 282
 Warning whitespace ParenPad ')' is preceded with whitespace. 282
 Warning whitespace ParenPad '(' is followed by whitespace. 284
 Warning whitespace ParenPad ')' is preceded with whitespace. 284
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 285
 Warning whitespace ParenPad '(' is followed by whitespace. 286
 Warning whitespace ParenPad ')' is preceded with whitespace. 286
 Warning whitespace ParenPad '(' is followed by whitespace. 287
 Warning whitespace ParenPad ')' is preceded with whitespace. 287
 Warning whitespace ParenPad '(' is followed by whitespace. 288
 Warning whitespace ParenPad ')' is preceded with whitespace. 288
 Warning whitespace ParenPad '(' is followed by whitespace. 289
 Warning whitespace ParenPad ')' is preceded with whitespace. 289
 Warning whitespace ParenPad '(' is followed by whitespace. 291
 Warning whitespace ParenPad ')' is preceded with whitespace. 291
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 293
 Warning whitespace ParenPad '(' is followed by whitespace. 294
 Warning whitespace ParenPad ')' is preceded with whitespace. 294
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 297
 Warning whitespace ParenPad '(' is followed by whitespace. 298
 Warning whitespace ParenPad ')' is preceded with whitespace. 298
 Warning whitespace ParenPad '(' is followed by whitespace. 300
 Warning whitespace ParenPad ')' is preceded with whitespace. 300
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 310
 Warning whitespace ParenPad '(' is followed by whitespace. 312
 Warning whitespace ParenPad ')' is preceded with whitespace. 312
 Warning whitespace ParenPad '(' is followed by whitespace. 313
 Warning whitespace ParenPad ')' is preceded with whitespace. 313
 Warning whitespace ParenPad '(' is followed by whitespace. 314
 Warning whitespace ParenPad ')' is preceded with whitespace. 314
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 315
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 317
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 318
 Warning whitespace ParenPad '(' is followed by whitespace. 320
 Warning whitespace ParenPad ')' is preceded with whitespace. 320
 Warning whitespace ParenPad '(' is followed by whitespace. 321
 Warning whitespace ParenPad ')' is preceded with whitespace. 321
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 322
 Warning whitespace ParenPad '(' is followed by whitespace. 323
 Warning whitespace ParenPad ')' is preceded with whitespace. 323
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 324
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 328
 Warning whitespace ParenPad '(' is followed by whitespace. 329
 Warning whitespace ParenPad ')' is preceded with whitespace. 333
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 347
 Warning whitespace ParenPad '(' is followed by whitespace. 352
 Warning whitespace ParenPad ')' is preceded with whitespace. 352
 Warning whitespace ParenPad '(' is followed by whitespace. 354
 Warning whitespace ParenPad ')' is preceded with whitespace. 354
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 360
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 361

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 47
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 56
 Warning whitespace ParenPad '(' is followed by whitespace. 57
 Warning whitespace ParenPad '(' is followed by whitespace. 57
 Warning whitespace ParenPad ')' is preceded with whitespace. 57
 Warning whitespace ParenPad ')' is preceded with whitespace. 57
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 60
 Warning whitespace ParenPad '(' is followed by whitespace. 61
 Warning whitespace ParenPad ')' is preceded with whitespace. 61
 Warning whitespace ParenPad '(' is followed by whitespace. 63
 Warning whitespace ParenPad '(' is followed by whitespace. 63
 Warning whitespace ParenPad ')' is preceded with whitespace. 63
 Warning whitespace ParenPad ')' is preceded with whitespace. 63
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 72
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 74
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 75
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 77
 Warning whitespace ParenPad '(' is followed by whitespace. 78
 Warning whitespace ParenPad ')' is preceded with whitespace. 78
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 81
 Warning whitespace ParenPad '(' is followed by whitespace. 82
 Warning whitespace ParenPad ')' is preceded with whitespace. 82
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 94
 Warning whitespace ParenPad '(' is followed by whitespace. 99
 Warning whitespace ParenPad ')' is preceded with whitespace. 101
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 103
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 50
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 55
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 60
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 65
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 70
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 75
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 80
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 85
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 90
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 95
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 100
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 105
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 110
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 115
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 120
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 125
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 140
 Warning whitespace ParenPad ')' is preceded with whitespace. 140
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 145
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 152
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 153

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

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 47
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 47
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 57
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 60
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 60
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 80
 Warning whitespace ParenPad '(' is followed by whitespace. 81
 Warning whitespace ParenPad ')' is preceded with whitespace. 81
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 86
 Warning whitespace ParenPad '(' is followed by whitespace. 87
 Warning whitespace ParenPad ')' is preceded with whitespace. 87
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 88
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 94
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 98
 Warning whitespace ParenPad ')' is preceded with whitespace. 98
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 99
 Warning whitespace ParenPad '(' is followed by whitespace. 100
 Warning whitespace ParenPad ')' is preceded with whitespace. 100
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 113
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 117
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 123
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 130
 Warning whitespace ParenPad ')' is preceded with whitespace. 130
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 143
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 153
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 154
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 155
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 160
 Warning whitespace ParenPad '(' is followed by whitespace. 161
 Warning whitespace ParenPad ')' is preceded with whitespace. 161
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 173
 Warning whitespace ParenPad ')' is preceded with whitespace. 173
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 176
 Warning whitespace ParenPad ')' is preceded with whitespace. 176
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 182
 Warning whitespace ParenPad '(' is followed by whitespace. 183
 Warning whitespace ParenPad ')' is preceded with whitespace. 183
 Warning whitespace ParenPad '(' is followed by whitespace. 185
 Warning whitespace ParenPad ')' is preceded with whitespace. 185
 Warning whitespace ParenPad '(' is followed by whitespace. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 191
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 193
 Warning whitespace ParenPad ')' is preceded with whitespace. 193
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 196
 Warning whitespace ParenPad ')' is preceded with whitespace. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 199
 Warning whitespace ParenPad ')' is preceded with whitespace. 199

org/apache/maven/plugin/eclipse/messages.properties

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 180 characters (found 261). 35
 Warning sizes LineLength Line is longer than 180 characters (found 276). 91
 Warning sizes LineLength Line is longer than 180 characters (found 277). 94

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 44
 Warning whitespace ParenPad '(' is followed by whitespace. 45
 Warning whitespace ParenPad ')' is preceded with whitespace. 45
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 49
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 54
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 59
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 65
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 67
 Warning coding HiddenField 'file' hides a field. 68
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 71
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 75
 Warning whitespace ParenPad '(' is followed by whitespace. 76
 Warning whitespace ParenPad ')' is preceded with whitespace. 76
 Warning whitespace ParenPad '(' is followed by whitespace. 77
 Warning whitespace ParenPad ')' is preceded with whitespace. 77
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 81
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 83
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 85
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 89
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 99
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 106
 Warning whitespace ParenPad ')' is preceded with whitespace. 106
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 109
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 118

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 40
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 49
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 58
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 67
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 88

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 41
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 46
 Warning whitespace ParenPad '(' is followed by whitespace. 47
 Warning whitespace ParenPad ')' is preceded with whitespace. 47
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 51
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 57
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 59
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 65
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 69
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 74
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 75
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 81
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 83
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 86
 Warning whitespace ParenPad ')' is preceded with whitespace. 86
 Warning whitespace ParenPad '(' is followed by whitespace. 91
 Warning whitespace ParenPad ')' is preceded with whitespace. 91
 Warning whitespace ParenPad '(' is followed by whitespace. 92
 Warning whitespace ParenPad ')' is preceded with whitespace. 92
 Warning whitespace ParenPad '(' is followed by whitespace. 93
 Warning whitespace ParenPad ')' is preceded with whitespace. 93
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 99
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 109
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 35
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 38
 Warning whitespace ParenPad '(' is followed by whitespace. 39
 Warning whitespace ParenPad ')' is preceded with whitespace. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 44
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 50
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 56
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 62

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 98
 Warning whitespace ParenPad '(' is followed by whitespace. 99
 Warning whitespace ParenPad '(' is followed by whitespace. 100
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad ')' is preceded with whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 121
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 125
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 130
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 140
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 145
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 150
 Warning whitespace ParenPad ')' is preceded with whitespace. 150
 Warning whitespace ParenPad '(' is followed by whitespace. 151
 Warning whitespace ParenPad ')' is preceded with whitespace. 151
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 159
 Warning whitespace ParenPad ')' is preceded with whitespace. 159
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning whitespace ParenPad '(' is followed by whitespace. 161
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad ')' is preceded with whitespace. 164
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 176
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 179
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 182
 Warning whitespace ParenPad '(' is followed by whitespace. 184
 Warning whitespace ParenPad ')' is preceded with whitespace. 184
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 187
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 193
 Warning whitespace ParenPad ')' is preceded with whitespace. 193
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 196
 Warning whitespace ParenPad ')' is preceded with whitespace. 196
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 216
 Warning whitespace ParenPad '(' is followed by whitespace. 220
 Warning whitespace ParenPad ')' is preceded with whitespace. 220
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 222
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 225
 Warning whitespace ParenPad '(' is followed by whitespace. 226
 Warning whitespace ParenPad ')' is preceded with whitespace. 226
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 228
 Warning whitespace ParenPad '(' is followed by whitespace. 234
 Warning whitespace ParenPad '(' is followed by whitespace. 234
 Warning whitespace ParenPad ')' is preceded with whitespace. 234
 Warning whitespace ParenPad ')' is preceded with whitespace. 234
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 236
 Warning whitespace ParenPad '(' is followed by whitespace. 241
 Warning whitespace ParenPad '(' is followed by whitespace. 241
 Warning whitespace ParenPad ')' is preceded with whitespace. 241
 Warning whitespace ParenPad ')' is preceded with whitespace. 242
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 244
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 249
 Warning whitespace ParenPad '(' is followed by whitespace. 250
 Warning whitespace ParenPad ')' is preceded with whitespace. 250
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 252
 Warning whitespace ParenPad '(' is followed by whitespace. 257
 Warning whitespace ParenPad '(' is followed by whitespace. 257
 Warning whitespace ParenPad ')' is preceded with whitespace. 257
 Warning whitespace ParenPad ')' is preceded with whitespace. 257
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 259
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 267
 Warning whitespace ParenPad '(' is followed by whitespace. 269
 Warning whitespace ParenPad ')' is preceded with whitespace. 269
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 270
 Warning whitespace ParenPad '(' is followed by whitespace. 270
 Warning whitespace ParenPad ')' is preceded with whitespace. 270
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 273
 Warning whitespace ParenPad ')' is preceded with whitespace. 273
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 289
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 292
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 296
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 302
 Warning whitespace ParenPad '(' is followed by whitespace. 303
 Warning whitespace ParenPad ')' is preceded with whitespace. 303
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 304
 Warning whitespace ParenPad '(' is followed by whitespace. 307
 Warning whitespace ParenPad ')' is preceded with whitespace. 307
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 312
 Warning whitespace ParenPad '(' is followed by whitespace. 313
 Warning whitespace ParenPad ')' is preceded with whitespace. 313
 Warning whitespace ParenPad '(' is followed by whitespace. 314
 Warning whitespace ParenPad ')' is preceded with whitespace. 314
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 319
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 335
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 339
 Warning whitespace ParenPad '(' is followed by whitespace. 340
 Warning whitespace ParenPad ')' is preceded with whitespace. 340
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 343
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 347
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 351
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 363
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 364
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 368
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 372
 Warning whitespace ParenPad '(' is followed by whitespace. 373
 Warning whitespace ParenPad ')' is preceded with whitespace. 373
 Warning whitespace ParenPad '(' is followed by whitespace. 374
 Warning whitespace ParenPad ')' is preceded with whitespace. 374
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 378
 Warning whitespace ParenPad '(' is followed by whitespace. 379
 Warning whitespace ParenPad ')' is preceded with whitespace. 379
 Warning whitespace ParenPad '(' is followed by whitespace. 381
 Warning whitespace ParenPad ')' is preceded with whitespace. 381
 Warning whitespace ParenPad '(' is followed by whitespace. 383
 Warning whitespace ParenPad '(' is followed by whitespace. 384
 Warning whitespace ParenPad ')' is preceded with whitespace. 384
 Warning whitespace ParenPad ')' is preceded with whitespace. 384
 Warning whitespace ParenPad '(' is followed by whitespace. 386
 Warning whitespace ParenPad '(' is followed by whitespace. 387
 Warning whitespace ParenPad ')' is preceded with whitespace. 387
 Warning whitespace ParenPad ')' is preceded with whitespace. 387
 Warning whitespace ParenPad '(' is followed by whitespace. 388
 Warning whitespace ParenPad ')' is preceded with whitespace. 388
 Warning whitespace ParenPad '(' is followed by whitespace. 390
 Warning whitespace ParenPad ')' is preceded with whitespace. 391
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 396
 Warning whitespace ParenPad '(' is followed by whitespace. 397
 Warning whitespace ParenPad ')' is preceded with whitespace. 397
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 403
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 406
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 409
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 414
 Warning whitespace ParenPad '(' is followed by whitespace. 416
 Warning whitespace ParenPad ')' is preceded with whitespace. 416
 Warning whitespace ParenPad '(' is followed by whitespace. 417
 Warning whitespace ParenPad ')' is preceded with whitespace. 418
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 420
 Warning whitespace ParenPad '(' is followed by whitespace. 421
 Warning whitespace ParenPad ')' is preceded with whitespace. 421
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 426
 Warning whitespace ParenPad '(' is followed by whitespace. 427
 Warning whitespace ParenPad ')' is preceded with whitespace. 427
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 431
 Warning whitespace ParenPad '(' is followed by whitespace. 432
 Warning whitespace ParenPad ')' is preceded with whitespace. 432
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 434
 Warning whitespace ParenPad '(' is followed by whitespace. 435
 Warning whitespace ParenPad ')' is preceded with whitespace. 435
 Warning whitespace ParenPad '(' is followed by whitespace. 436
 Warning whitespace ParenPad ')' is preceded with whitespace. 436
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 438
 Warning whitespace ParenPad '(' is followed by whitespace. 439
 Warning whitespace ParenPad ')' is preceded with whitespace. 439
 Warning whitespace ParenPad '(' is followed by whitespace. 440
 Warning whitespace ParenPad ')' is preceded with whitespace. 440
 Warning whitespace ParenPad '(' is followed by whitespace. 442
 Warning whitespace ParenPad ')' is preceded with whitespace. 442
 Warning whitespace ParenPad '(' is followed by whitespace. 443
 Warning whitespace ParenPad ')' is preceded with whitespace. 443
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 459
 Warning whitespace ParenPad '(' is followed by whitespace. 461
 Warning whitespace ParenPad ')' is preceded with whitespace. 461
 Warning whitespace ParenPad '(' is followed by whitespace. 462
 Warning whitespace ParenPad ')' is preceded with whitespace. 462
 Warning whitespace ParenPad '(' is followed by whitespace. 463
 Warning whitespace ParenPad ')' is preceded with whitespace. 463
 Warning whitespace ParenPad '(' is followed by whitespace. 464
 Warning whitespace ParenPad ')' is preceded with whitespace. 464
 Warning whitespace ParenPad '(' is followed by whitespace. 465
 Warning whitespace ParenPad '(' is followed by whitespace. 465
 Warning whitespace ParenPad ')' is preceded with whitespace. 465
 Warning whitespace ParenPad ')' is preceded with whitespace. 465
 Warning whitespace ParenPad '(' is followed by whitespace. 466
 Warning whitespace ParenPad ')' is preceded with whitespace. 466
 Warning whitespace ParenPad '(' is followed by whitespace. 467
 Warning whitespace ParenPad '(' is followed by whitespace. 467
 Warning whitespace ParenPad ')' is preceded with whitespace. 467
 Warning whitespace ParenPad ')' is preceded with whitespace. 467
 Warning whitespace ParenPad '(' is followed by whitespace. 468
 Warning whitespace ParenPad ')' is preceded with whitespace. 468
 Warning whitespace ParenPad '(' is followed by whitespace. 469
 Warning whitespace ParenPad '(' is followed by whitespace. 469
 Warning whitespace ParenPad ')' is preceded with whitespace. 469
 Warning whitespace ParenPad ')' is preceded with whitespace. 469
 Warning whitespace ParenPad '(' is followed by whitespace. 470
 Warning whitespace ParenPad ')' is preceded with whitespace. 470
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 474
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 480
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 485
 Warning whitespace ParenPad '(' is followed by whitespace. 489
 Warning whitespace ParenPad ')' is preceded with whitespace. 489
 Warning whitespace ParenPad '(' is followed by whitespace. 491
 Warning whitespace ParenPad '(' is followed by whitespace. 491
 Warning whitespace ParenPad ')' is preceded with whitespace. 492
 Warning whitespace ParenPad ')' is preceded with whitespace. 492
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 495
 Warning whitespace ParenPad '(' is followed by whitespace. 496
 Warning whitespace ParenPad ')' is preceded with whitespace. 496
 Warning whitespace ParenPad '(' is followed by whitespace. 499
 Warning whitespace ParenPad ')' is preceded with whitespace. 499
 Warning whitespace ParenPad '(' is followed by whitespace. 500
 Warning whitespace ParenPad ')' is preceded with whitespace. 500
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 502
 Warning whitespace ParenPad '(' is followed by whitespace. 503
 Warning whitespace ParenPad ')' is preceded with whitespace. 503
 Warning whitespace ParenPad '(' is followed by whitespace. 504
 Warning whitespace ParenPad ')' is preceded with whitespace. 504
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 506
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 508
 Warning whitespace ParenPad '(' is followed by whitespace. 509
 Warning whitespace ParenPad ')' is preceded with whitespace. 509
 Warning whitespace ParenPad '(' is followed by whitespace. 510
 Warning whitespace ParenPad ')' is preceded with whitespace. 510
 Warning whitespace ParenPad '(' is followed by whitespace. 511
 Warning whitespace ParenPad ')' is preceded with whitespace. 511
 Warning whitespace ParenPad '(' is followed by whitespace. 513
 Warning whitespace ParenPad ')' is preceded with whitespace. 513
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 517
 Warning whitespace ParenPad '(' is followed by whitespace. 518
 Warning whitespace ParenPad '(' is followed by whitespace. 518
 Warning whitespace ParenPad ')' is preceded with whitespace. 518
 Warning whitespace ParenPad ')' is preceded with whitespace. 518
 Warning whitespace ParenPad '(' is followed by whitespace. 522
 Warning whitespace ParenPad ')' is preceded with whitespace. 522
 Warning whitespace ParenPad '(' is followed by whitespace. 523
 Warning whitespace ParenPad ')' is preceded with whitespace. 523
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 524
 Warning whitespace ParenPad '(' is followed by whitespace. 525
 Warning whitespace ParenPad ')' is preceded with whitespace. 525
 Warning whitespace ParenPad '(' is followed by whitespace. 526
 Warning whitespace ParenPad ')' is preceded with whitespace. 526
 Warning whitespace ParenPad '(' is followed by whitespace. 527
 Warning whitespace ParenPad ')' is preceded with whitespace. 527
 Warning whitespace ParenPad '(' is followed by whitespace. 529
 Warning whitespace ParenPad ')' is preceded with whitespace. 529
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 530
 Warning whitespace ParenPad '(' is followed by whitespace. 531
 Warning whitespace ParenPad ')' is preceded with whitespace. 531
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 532
 Warning whitespace ParenPad '(' is followed by whitespace. 533
 Warning whitespace ParenPad ')' is preceded with whitespace. 533
 Warning whitespace ParenPad '(' is followed by whitespace. 535
 Warning whitespace ParenPad ')' is preceded with whitespace. 535
 Warning whitespace ParenPad '(' is followed by whitespace. 536
 Warning whitespace ParenPad ')' is preceded with whitespace. 537
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 540
 Warning whitespace ParenPad '(' is followed by whitespace. 541
 Warning whitespace ParenPad ')' is preceded with whitespace. 542
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 546
 Warning whitespace ParenPad '(' is followed by whitespace. 547
 Warning whitespace ParenPad ')' is preceded with whitespace. 547
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 560
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 566
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 568
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 570
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 572
 Warning whitespace ParenPad '(' is followed by whitespace. 573
 Warning whitespace ParenPad ')' is preceded with whitespace. 573
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 575
 Warning whitespace ParenPad '(' is followed by whitespace. 576
 Warning whitespace ParenPad ')' is preceded with whitespace. 576
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 580
 Warning whitespace ParenPad '(' is followed by whitespace. 581
 Warning whitespace ParenPad ')' is preceded with whitespace. 581
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 597
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 601
 Warning whitespace ParenPad '(' is followed by whitespace. 602
 Warning whitespace ParenPad ')' is preceded with whitespace. 602
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 603
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 605
 Warning whitespace ParenPad '(' is followed by whitespace. 606
 Warning whitespace ParenPad ')' is preceded with whitespace. 606
 Warning whitespace ParenPad '(' is followed by whitespace. 607
 Warning whitespace ParenPad ')' is preceded with whitespace. 607
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 609
 Warning whitespace ParenPad '(' is followed by whitespace. 610
 Warning whitespace ParenPad ')' is preceded with whitespace. 610
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 614
 Warning whitespace ParenPad '(' is followed by whitespace. 615
 Warning whitespace ParenPad ')' is preceded with whitespace. 615
 Warning whitespace ParenPad '(' is followed by whitespace. 619
 Warning whitespace ParenPad ')' is preceded with whitespace. 619
 Warning whitespace ParenPad '(' is followed by whitespace. 620
 Warning whitespace ParenPad '(' is followed by whitespace. 620
 Warning whitespace ParenPad ')' is preceded with whitespace. 620
 Warning whitespace ParenPad ')' is preceded with whitespace. 620

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 52
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 63
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 65
 Warning whitespace ParenPad '(' is followed by whitespace. 68
 Warning whitespace ParenPad ')' is preceded with whitespace. 68
 Warning whitespace ParenPad '(' is followed by whitespace. 69
 Warning whitespace ParenPad ')' is preceded with whitespace. 69
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 72
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning whitespace ParenPad '(' is followed by whitespace. 74
 Warning whitespace ParenPad ')' is preceded with whitespace. 74
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 88
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 90
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 98
 Warning whitespace ParenPad ')' is preceded with whitespace. 98
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 101
 Warning whitespace ParenPad '(' is followed by whitespace. 102
 Warning whitespace ParenPad ')' is preceded with whitespace. 102
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 119
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 130
 Warning whitespace ParenPad ')' is preceded with whitespace. 130
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 149
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 152
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning whitespace ParenPad '(' is followed by whitespace. 159
 Warning whitespace ParenPad ')' is preceded with whitespace. 159
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 162
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 163
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad ')' is preceded with whitespace. 164
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 169
 Warning whitespace ParenPad '(' is followed by whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 173
 Warning whitespace ParenPad ')' is preceded with whitespace. 173
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 176
 Warning whitespace ParenPad ')' is preceded with whitespace. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 181
 Warning whitespace ParenPad ')' is preceded with whitespace. 181
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 191
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 197
 Warning whitespace ParenPad ')' is preceded with whitespace. 197
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 209
 Warning whitespace ParenPad '(' is followed by whitespace. 211
 Warning whitespace ParenPad ')' is preceded with whitespace. 211
 Warning whitespace ParenPad '(' is followed by whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 212
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 223
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 227
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 229
 Warning whitespace ParenPad '(' is followed by whitespace. 230
 Warning whitespace ParenPad ')' is preceded with whitespace. 230
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 232
 Warning whitespace ParenPad '(' is followed by whitespace. 233
 Warning whitespace ParenPad '(' is followed by whitespace. 233
 Warning whitespace ParenPad ')' is preceded with whitespace. 233
 Warning whitespace ParenPad ')' is preceded with whitespace. 233
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 238
 Warning whitespace ParenPad '(' is followed by whitespace. 239
 Warning whitespace ParenPad ')' is preceded with whitespace. 240
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 249
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 257
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 257
 Warning javadoc JavadocMethod Unused @param tag for 'sourceDirs'. 261
 Warning javadoc JavadocMethod Unused @param tag for 'localRepository'. 262
 Warning javadoc JavadocMethod Unused @param tag for 'buildOutputDirectory'. 263
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 269
 Warning whitespace ParenPad ')' is preceded with whitespace. 269
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 275
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 283
 Warning whitespace ParenPad ')' is preceded with whitespace. 283
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 284
 Warning whitespace ParenPad '(' is followed by whitespace. 285
 Warning whitespace ParenPad ')' is preceded with whitespace. 285
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 290
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 293
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 299
 Warning whitespace ParenPad '(' is followed by whitespace. 300
 Warning whitespace ParenPad '(' is followed by whitespace. 300
 Warning whitespace ParenPad ')' is preceded with whitespace. 301
 Warning whitespace ParenPad ')' is preceded with whitespace. 301

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Warning coding HiddenField 'log' hides a field. 45
 Warning coding HiddenField 'config' hides a field. 45
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 46

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 42
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 81
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 90
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 92
 Warning whitespace ParenPad '(' is followed by whitespace. 93
 Warning whitespace ParenPad ')' is preceded with whitespace. 93
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 98
 Warning whitespace ParenPad ')' is preceded with whitespace. 98
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 112
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 125
 Warning whitespace ParenPad ')' is preceded with whitespace. 125
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 128
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 155
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 160
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 164
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 174
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 184
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 192
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 197
 Warning whitespace ParenPad '(' is followed by whitespace. 203
 Warning whitespace ParenPad ')' is preceded with whitespace. 203
 Warning whitespace ParenPad '(' is followed by whitespace. 204
 Warning whitespace ParenPad ')' is preceded with whitespace. 204
 Warning whitespace ParenPad '(' is followed by whitespace. 205
 Warning whitespace ParenPad ')' is preceded with whitespace. 205

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 34
 Warning coding HiddenField 'buildfilePath' hides a field. 42
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 43
 Warning whitespace ParenPad '(' is followed by whitespace. 45
 Warning whitespace ParenPad ')' is preceded with whitespace. 45
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 49
 Warning whitespace ParenPad '(' is followed by whitespace. 51
 Warning whitespace ParenPad ')' is preceded with whitespace. 51
 Warning whitespace ParenPad '(' is followed by whitespace. 53
 Warning whitespace ParenPad ')' is preceded with whitespace. 53
 Warning whitespace ParenPad '(' is followed by whitespace. 55
 Warning whitespace ParenPad ')' is preceded with whitespace. 55
 Warning whitespace ParenPad '(' is followed by whitespace. 57
 Warning whitespace ParenPad ')' is preceded with whitespace. 57
 Warning whitespace ParenPad '(' is followed by whitespace. 59
 Warning whitespace ParenPad ')' is preceded with whitespace. 60
 Warning whitespace ParenPad '(' is followed by whitespace. 62
 Warning whitespace ParenPad ')' is preceded with whitespace. 62
 Warning whitespace ParenPad '(' is followed by whitespace. 64
 Warning whitespace ParenPad ')' is preceded with whitespace. 65
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 69
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 74
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 79

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 56
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 160
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 165
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 172
 Warning whitespace ParenPad ')' is preceded with whitespace. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 177
 Warning whitespace ParenPad ')' is preceded with whitespace. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad ')' is preceded with whitespace. 194
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 198
 Warning whitespace ParenPad ')' is preceded with whitespace. 198
 Warning whitespace ParenPad '(' is followed by whitespace. 200
 Warning whitespace ParenPad ')' is preceded with whitespace. 200
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 204
 Warning whitespace ParenPad '(' is followed by whitespace. 207
 Warning whitespace ParenPad ')' is preceded with whitespace. 207
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 213
 Warning whitespace ParenPad '(' is followed by whitespace. 218
 Warning whitespace ParenPad ')' is preceded with whitespace. 218
 Warning whitespace ParenPad '(' is followed by whitespace. 219
 Warning whitespace ParenPad ')' is preceded with whitespace. 219
 Warning whitespace ParenPad '(' is followed by whitespace. 220
 Warning whitespace ParenPad ')' is preceded with whitespace. 220
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 221
 Warning whitespace ParenPad '(' is followed by whitespace. 221
 Warning whitespace ParenPad ')' is preceded with whitespace. 221
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 223
 Warning whitespace ParenPad '(' is followed by whitespace. 227
 Warning whitespace ParenPad ')' is preceded with whitespace. 228
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231
 Warning whitespace ParenPad '(' is followed by whitespace. 235
 Warning whitespace ParenPad ')' is preceded with whitespace. 235
 Warning whitespace ParenPad '(' is followed by whitespace. 237
 Warning whitespace ParenPad ')' is preceded with whitespace. 237
 Warning whitespace ParenPad '(' is followed by whitespace. 238
 Warning whitespace ParenPad ')' is preceded with whitespace. 238
 Warning whitespace ParenPad '(' is followed by whitespace. 240
 Warning whitespace ParenPad ')' is preceded with whitespace. 240
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 241
 Warning whitespace ParenPad '(' is followed by whitespace. 242
 Warning whitespace ParenPad ')' is preceded with whitespace. 242
 Warning whitespace ParenPad '(' is followed by whitespace. 246
 Warning whitespace ParenPad ')' is preceded with whitespace. 246
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 247
 Warning whitespace ParenPad '(' is followed by whitespace. 248
 Warning whitespace ParenPad ')' is preceded with whitespace. 248
 Warning whitespace ParenPad '(' is followed by whitespace. 252
 Warning whitespace ParenPad ')' is preceded with whitespace. 252
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 253
 Warning whitespace ParenPad '(' is followed by whitespace. 254
 Warning whitespace ParenPad ')' is preceded with whitespace. 254
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 261
 Warning blocks LeftCurly '{' at column 15 should be on the previous line. 263
 Warning whitespace ParenPad '(' is followed by whitespace. 264
 Warning whitespace ParenPad ')' is preceded with whitespace. 264
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 269
 Warning whitespace ParenPad ')' is preceded with whitespace. 269
 Warning whitespace ParenPad '(' is followed by whitespace. 270
 Warning whitespace ParenPad ')' is preceded with whitespace. 270
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 275
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 285
 Warning whitespace ParenPad '(' is followed by whitespace. 286
 Warning whitespace ParenPad ')' is preceded with whitespace. 286
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 289
 Warning whitespace ParenPad '(' is followed by whitespace. 295
 Warning whitespace ParenPad ')' is preceded with whitespace. 295
 Warning whitespace ParenPad '(' is followed by whitespace. 296
 Warning whitespace ParenPad ')' is preceded with whitespace. 296
 Warning whitespace ParenPad '(' is followed by whitespace. 298
 Warning whitespace ParenPad ')' is preceded with whitespace. 298
 Warning whitespace ParenPad '(' is followed by whitespace. 299
 Warning whitespace ParenPad ')' is preceded with whitespace. 299
 Warning whitespace ParenPad '(' is followed by whitespace. 303
 Warning whitespace ParenPad ')' is preceded with whitespace. 303
 Warning whitespace ParenPad '(' is followed by whitespace. 304
 Warning whitespace ParenPad ')' is preceded with whitespace. 304
 Warning whitespace ParenPad '(' is followed by whitespace. 305
 Warning whitespace ParenPad ')' is preceded with whitespace. 305
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 308
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 311
 Warning whitespace ParenPad '(' is followed by whitespace. 312
 Warning whitespace ParenPad ')' is preceded with whitespace. 312
 Warning whitespace ParenPad '(' is followed by whitespace. 313
 Warning whitespace ParenPad ')' is preceded with whitespace. 313
 Warning whitespace ParenPad '(' is followed by whitespace. 314
 Warning whitespace ParenPad ')' is preceded with whitespace. 314
 Warning whitespace ParenPad '(' is followed by whitespace. 316
 Warning whitespace ParenPad ')' is preceded with whitespace. 316
 Warning whitespace ParenPad '(' is followed by whitespace. 317
 Warning whitespace ParenPad ')' is preceded with whitespace. 317
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 319
 Warning whitespace ParenPad '(' is followed by whitespace. 320
 Warning whitespace ParenPad ')' is preceded with whitespace. 320
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 323
 Warning whitespace ParenPad '(' is followed by whitespace. 324
 Warning whitespace ParenPad ')' is preceded with whitespace. 324
 Warning whitespace ParenPad '(' is followed by whitespace. 335
 Warning whitespace ParenPad ')' is preceded with whitespace. 335
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 338
 Warning whitespace ParenPad '(' is followed by whitespace. 343
 Warning whitespace ParenPad ')' is preceded with whitespace. 343
 Warning whitespace ParenPad '(' is followed by whitespace. 345
 Warning whitespace ParenPad ')' is preceded with whitespace. 346
 Warning whitespace ParenPad '(' is followed by whitespace. 350
 Warning whitespace ParenPad ')' is preceded with whitespace. 355
 Warning whitespace ParenPad '(' is followed by whitespace. 362
 Warning whitespace ParenPad ')' is preceded with whitespace. 362
 Warning whitespace ParenPad '(' is followed by whitespace. 363
 Warning whitespace ParenPad ')' is preceded with whitespace. 363
 Warning whitespace ParenPad '(' is followed by whitespace. 364
 Warning whitespace ParenPad ')' is preceded with whitespace. 364
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 375
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 377
 Warning whitespace ParenPad '(' is followed by whitespace. 378
 Warning whitespace ParenPad ')' is preceded with whitespace. 378
 Warning whitespace ParenPad '(' is followed by whitespace. 379
 Warning whitespace ParenPad ')' is preceded with whitespace. 379
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 380
 Warning whitespace ParenPad '(' is followed by whitespace. 381
 Warning whitespace ParenPad ')' is preceded with whitespace. 381
 Warning whitespace ParenPad '(' is followed by whitespace. 382
 Warning whitespace ParenPad ')' is preceded with whitespace. 382
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 388
 Warning whitespace ParenPad '(' is followed by whitespace. 389
 Warning whitespace ParenPad ')' is preceded with whitespace. 389
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 396
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 398
 Warning whitespace ParenPad '(' is followed by whitespace. 399
 Warning whitespace ParenPad ')' is preceded with whitespace. 399
 Warning whitespace ParenPad '(' is followed by whitespace. 401
 Warning whitespace ParenPad ')' is preceded with whitespace. 401
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 402
 Warning whitespace ParenPad '(' is followed by whitespace. 403
 Warning whitespace ParenPad ')' is preceded with whitespace. 403
 Warning whitespace ParenPad '(' is followed by whitespace. 404
 Warning whitespace ParenPad ')' is preceded with whitespace. 404
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 410
 Warning whitespace ParenPad '(' is followed by whitespace. 411
 Warning whitespace ParenPad ')' is preceded with whitespace. 411
 Warning whitespace ParenPad '(' is followed by whitespace. 416
 Warning whitespace ParenPad ')' is preceded with whitespace. 416
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 421
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 424
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 430
 Warning whitespace ParenPad '(' is followed by whitespace. 431
 Warning whitespace ParenPad ')' is preceded with whitespace. 431
 Warning whitespace ParenPad '(' is followed by whitespace. 432
 Warning whitespace ParenPad ')' is preceded with whitespace. 432
 Warning whitespace ParenPad '(' is followed by whitespace. 433
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 433
 Warning whitespace ParenPad ')' is preceded with whitespace. 433
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 439
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 444
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 453
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 461
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 466
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 470
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 476
 Warning whitespace ParenPad '(' is followed by whitespace. 477
 Warning whitespace ParenPad ')' is preceded with whitespace. 477
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 480
 Warning whitespace ParenPad '(' is followed by whitespace. 481
 Warning whitespace ParenPad '(' is followed by whitespace. 481
 Warning whitespace ParenPad ')' is preceded with whitespace. 482
 Warning whitespace ParenPad ')' is preceded with whitespace. 482
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 488
 Warning whitespace ParenPad '(' is followed by whitespace. 493
 Warning whitespace ParenPad ')' is preceded with whitespace. 493
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 496
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 502
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 508
 Warning whitespace ParenPad '(' is followed by whitespace. 509
 Warning whitespace ParenPad ')' is preceded with whitespace. 509
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 510
 Warning whitespace ParenPad '(' is followed by whitespace. 514
 Warning whitespace ParenPad ')' is preceded with whitespace. 515
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 518
 Warning whitespace ParenPad '(' is followed by whitespace. 520
 Warning whitespace ParenPad ')' is preceded with whitespace. 520
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 525
 Warning whitespace ParenPad '(' is followed by whitespace. 528
 Warning whitespace ParenPad '(' is followed by whitespace. 528
 Warning whitespace ParenPad ')' is preceded with whitespace. 528
 Warning whitespace ParenPad ')' is preceded with whitespace. 528
 Warning whitespace ParenPad '(' is followed by whitespace. 536
 Warning whitespace ParenPad ')' is preceded with whitespace. 536
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 537
 Warning whitespace ParenPad '(' is followed by whitespace. 538
 Warning whitespace ParenPad ')' is preceded with whitespace. 538
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 539
 Warning whitespace ParenPad '(' is followed by whitespace. 540
 Warning whitespace ParenPad ')' is preceded with whitespace. 540
 Warning whitespace ParenPad '(' is followed by whitespace. 545
 Warning whitespace ParenPad ')' is preceded with whitespace. 545
 Warning whitespace ParenPad '(' is followed by whitespace. 546
 Warning whitespace ParenPad ')' is preceded with whitespace. 546
 Warning whitespace ParenPad '(' is followed by whitespace. 547
 Warning whitespace ParenPad ')' is preceded with whitespace. 547
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 550
 Warning whitespace ParenPad '(' is followed by whitespace. 551
 Warning whitespace ParenPad ')' is preceded with whitespace. 551
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 558
 Warning blocks LeftCurly '{' at column 11 should be on the previous line. 560
 Warning whitespace ParenPad '(' is followed by whitespace. 561
 Warning whitespace ParenPad ')' is preceded with whitespace. 561
 Warning whitespace ParenPad '(' is followed by whitespace. 565
 Warning whitespace ParenPad ')' is preceded with whitespace. 565
 Warning whitespace ParenPad '(' is followed by whitespace. 566
 Warning whitespace ParenPad ')' is preceded with whitespace. 566
 Warning whitespace ParenPad '(' is followed by whitespace. 567
 Warning whitespace ParenPad ')' is preceded with whitespace. 567
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 572
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 574
 Warning whitespace ParenPad '(' is followed by whitespace. 575
 Warning whitespace ParenPad ')' is preceded with whitespace. 575
 Warning whitespace ParenPad '(' is followed by whitespace. 579
 Warning whitespace ParenPad ')' is preceded with whitespace. 579
 Warning whitespace ParenPad '(' is followed by whitespace. 580
 Warning whitespace ParenPad ')' is preceded with whitespace. 580
 Warning whitespace ParenPad '(' is followed by whitespace. 581
 Warning whitespace ParenPad ')' is preceded with whitespace. 581
 Warning whitespace ParenPad '(' is followed by whitespace. 586
 Warning whitespace ParenPad ')' is preceded with whitespace. 586
 Warning whitespace ParenPad '(' is followed by whitespace. 587
 Warning whitespace ParenPad ')' is preceded with whitespace. 587
 Warning whitespace ParenPad '(' is followed by whitespace. 588
 Warning whitespace ParenPad ')' is preceded with whitespace. 588
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 589
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 591
 Warning whitespace ParenPad '(' is followed by whitespace. 592
 Warning whitespace ParenPad ')' is preceded with whitespace. 592
 Warning whitespace ParenPad '(' is followed by whitespace. 596
 Warning whitespace ParenPad ')' is preceded with whitespace. 596
 Warning whitespace ParenPad '(' is followed by whitespace. 597
 Warning whitespace ParenPad ')' is preceded with whitespace. 597
 Warning whitespace ParenPad '(' is followed by whitespace. 598
 Warning whitespace ParenPad ')' is preceded with whitespace. 598
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 605
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 607
 Warning whitespace ParenPad '(' is followed by whitespace. 608
 Warning whitespace ParenPad ')' is preceded with whitespace. 608
 Warning whitespace ParenPad '(' is followed by whitespace. 612
 Warning whitespace ParenPad ')' is preceded with whitespace. 612
 Warning whitespace ParenPad '(' is followed by whitespace. 613
 Warning whitespace ParenPad ')' is preceded with whitespace. 613
 Warning whitespace ParenPad '(' is followed by whitespace. 614
 Warning whitespace ParenPad ')' is preceded with whitespace. 614
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 621
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 623
 Warning whitespace ParenPad '(' is followed by whitespace. 624
 Warning whitespace ParenPad ')' is preceded with whitespace. 624
 Warning whitespace ParenPad '(' is followed by whitespace. 628
 Warning whitespace ParenPad ')' is preceded with whitespace. 628
 Warning whitespace ParenPad '(' is followed by whitespace. 629
 Warning whitespace ParenPad ')' is preceded with whitespace. 629
 Warning whitespace ParenPad '(' is followed by whitespace. 630
 Warning whitespace ParenPad ')' is preceded with whitespace. 630
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 636
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 644
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 647
 Warning whitespace ParenPad '(' is followed by whitespace. 648
 Warning whitespace ParenPad ')' is preceded with whitespace. 648
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 649
 Warning whitespace ParenPad '(' is followed by whitespace. 650
 Warning whitespace ParenPad ')' is preceded with whitespace. 650
 Warning whitespace ParenPad '(' is followed by whitespace. 650
 Warning whitespace ParenPad ')' is preceded with whitespace. 650

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 55
 Warning coding HiddenField 'filename' hides a field. 57
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 58
 Warning whitespace ParenPad '(' is followed by whitespace. 61
 Warning whitespace ParenPad ')' is preceded with whitespace. 61
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 64
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 66
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 68
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 75
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 78
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 84
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 90
 Warning whitespace ParenPad ')' is preceded with whitespace. 90
 Warning whitespace ParenPad '(' is followed by whitespace. 91
 Warning whitespace ParenPad ')' is preceded with whitespace. 91
 Warning whitespace ParenPad '(' is followed by whitespace. 93
 Warning whitespace ParenPad ')' is preceded with whitespace. 93
 Warning whitespace ParenPad '(' is followed by whitespace. 95
 Warning whitespace ParenPad '(' is followed by whitespace. 96
 Warning whitespace ParenPad ')' is preceded with whitespace. 96
 Warning whitespace ParenPad ')' is preceded with whitespace. 96
 Warning whitespace ParenPad '(' is followed by whitespace. 99
 Warning whitespace ParenPad ')' is preceded with whitespace. 99
 Warning whitespace ParenPad '(' is followed by whitespace. 101
 Warning whitespace ParenPad ')' is preceded with whitespace. 101
 Warning whitespace ParenPad '(' is followed by whitespace. 103
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 110
 Warning whitespace ParenPad '(' is followed by whitespace. 111
 Warning whitespace ParenPad ')' is preceded with whitespace. 111
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 128
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 138
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 157
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 162
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 167
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 174
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 179
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 184
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 193
 Warning whitespace ParenPad ')' is preceded with whitespace. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad ')' is preceded with whitespace. 194
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 199
 Warning whitespace ParenPad '(' is followed by whitespace. 200
 Warning whitespace ParenPad ')' is preceded with whitespace. 200
 Warning whitespace ParenPad '(' is followed by whitespace. 201
 Warning whitespace ParenPad ')' is preceded with whitespace. 201
 Warning whitespace ParenPad '(' is followed by whitespace. 202
 Warning whitespace ParenPad ')' is preceded with whitespace. 202
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 207
 Warning whitespace ParenPad '(' is followed by whitespace. 208
 Warning whitespace ParenPad ')' is preceded with whitespace. 208
 Warning whitespace ParenPad '(' is followed by whitespace. 209
 Warning whitespace ParenPad ')' is preceded with whitespace. 209
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 212
 Warning whitespace ParenPad '(' is followed by whitespace. 213
 Warning whitespace ParenPad ')' is preceded with whitespace. 213
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 44
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 56
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 58
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 62
 Warning whitespace ParenPad '(' is followed by whitespace. 65
 Warning whitespace ParenPad ')' is preceded with whitespace. 66
 Warning whitespace ParenPad '(' is followed by whitespace. 69
 Warning whitespace ParenPad ')' is preceded with whitespace. 69
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 81
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 88
 Warning whitespace ParenPad ')' is preceded with whitespace. 88
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 89
 Warning whitespace ParenPad '(' is followed by whitespace. 92
 Warning whitespace ParenPad ')' is preceded with whitespace. 92
 Warning whitespace ParenPad '(' is followed by whitespace. 94
 Warning whitespace ParenPad ')' is preceded with whitespace. 94
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 101
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 117
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 129
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 140
 Warning whitespace ParenPad ')' is preceded with whitespace. 140
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 144
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 153
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 157
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 163
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 172
 Warning whitespace ParenPad ')' is preceded with whitespace. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 176
 Warning whitespace ParenPad ')' is preceded with whitespace. 176
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 180
 Warning whitespace ParenPad '(' is followed by whitespace. 181
 Warning whitespace ParenPad ')' is preceded with whitespace. 181

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 59
 Warning design VisibilityModifier Variable 'linkNames' must be private and have accessor methods. 91
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 98
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 114
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 120
 Warning whitespace ParenPad '(' is followed by whitespace. 121
 Warning whitespace ParenPad ')' is preceded with whitespace. 121
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 125
 Warning whitespace ParenPad ')' is preceded with whitespace. 125
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 138
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 145
 Warning whitespace ParenPad '(' is followed by whitespace. 146
 Warning whitespace ParenPad ')' is preceded with whitespace. 146
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 149
 Warning whitespace ParenPad ')' is preceded with whitespace. 149
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 153
 Warning whitespace ParenPad '(' is followed by whitespace. 153
 Warning whitespace ParenPad ')' is preceded with whitespace. 153
 Warning whitespace ParenPad ')' is preceded with whitespace. 153
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 154
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 161
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 169
 Warning whitespace ParenPad '(' is followed by whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 176
 Warning whitespace ParenPad '(' is followed by whitespace. 177
 Warning whitespace ParenPad ')' is preceded with whitespace. 177
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 181
 Warning whitespace ParenPad '(' is followed by whitespace. 182
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 187
 Warning whitespace ParenPad ')' is preceded with whitespace. 187
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 193
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 197
 Warning whitespace ParenPad '(' is followed by whitespace. 198
 Warning whitespace ParenPad ')' is preceded with whitespace. 198
 Warning whitespace ParenPad '(' is followed by whitespace. 203
 Warning whitespace ParenPad ')' is preceded with whitespace. 203
 Warning whitespace ParenPad '(' is followed by whitespace. 205
 Warning whitespace ParenPad ')' is preceded with whitespace. 205
 Warning whitespace ParenPad '(' is followed by whitespace. 206
 Warning whitespace ParenPad ')' is preceded with whitespace. 206
 Warning whitespace ParenPad '(' is followed by whitespace. 209
 Warning whitespace ParenPad ')' is preceded with whitespace. 209
 Warning whitespace ParenPad '(' is followed by whitespace. 211
 Warning whitespace ParenPad ')' is preceded with whitespace. 211
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 217
 Warning whitespace ParenPad '(' is followed by whitespace. 220
 Warning whitespace ParenPad ')' is preceded with whitespace. 220
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 221
 Warning whitespace ParenPad '(' is followed by whitespace. 222
 Warning whitespace ParenPad ')' is preceded with whitespace. 222
 Warning whitespace ParenPad '(' is followed by whitespace. 223
 Warning whitespace ParenPad ')' is preceded with whitespace. 223
 Warning whitespace ParenPad '(' is followed by whitespace. 225
 Warning whitespace ParenPad ')' is preceded with whitespace. 225
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 234
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 235
 Warning whitespace ParenPad '(' is followed by whitespace. 235
 Warning whitespace ParenPad ')' is preceded with whitespace. 235
 Warning whitespace ParenPad '(' is followed by whitespace. 240
 Warning whitespace ParenPad ')' is preceded with whitespace. 240
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 243
 Warning whitespace ParenPad '(' is followed by whitespace. 244
 Warning whitespace ParenPad ')' is preceded with whitespace. 244
 Warning whitespace ParenPad '(' is followed by whitespace. 245
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 245
 Warning whitespace ParenPad ')' is preceded with whitespace. 245
 Warning whitespace ParenPad '(' is followed by whitespace. 251
 Warning whitespace ParenPad ')' is preceded with whitespace. 251
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 254
 Warning whitespace ParenPad '(' is followed by whitespace. 255
 Warning whitespace ParenPad ')' is preceded with whitespace. 255
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 258
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 260
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 261
 Warning whitespace ParenPad '(' is followed by whitespace. 261
 Warning whitespace ParenPad ')' is preceded with whitespace. 261
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 266
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 269
 Warning whitespace ParenPad '(' is followed by whitespace. 271
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 273
 Warning whitespace ParenPad ')' is preceded with whitespace. 274
 Warning whitespace ParenPad '(' is followed by whitespace. 276
 Warning whitespace ParenPad ')' is preceded with whitespace. 277
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 279
 Warning whitespace ParenPad '(' is followed by whitespace. 288
 Warning whitespace ParenPad ')' is preceded with whitespace. 288
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 293
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 295
 Warning whitespace ParenPad '(' is followed by whitespace. 296
 Warning whitespace ParenPad ')' is preceded with whitespace. 296
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning whitespace ParenPad '(' is followed by whitespace. 299
 Warning whitespace ParenPad ')' is preceded with whitespace. 299
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 302
 Warning whitespace ParenPad '(' is followed by whitespace. 303
 Warning whitespace ParenPad '(' is followed by whitespace. 303
 Warning whitespace ParenPad ')' is preceded with whitespace. 303
 Warning whitespace ParenPad ')' is preceded with whitespace. 303
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 309
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 311
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 312
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 316
 Warning whitespace ParenPad '(' is followed by whitespace. 317
 Warning whitespace ParenPad ')' is preceded with whitespace. 317
 Warning whitespace ParenPad '(' is followed by whitespace. 318
 Warning whitespace ParenPad '(' is followed by whitespace. 318
 Warning whitespace ParenPad ')' is preceded with whitespace. 318
 Warning whitespace ParenPad ')' is preceded with whitespace. 318
 Warning whitespace ParenPad '(' is followed by whitespace. 320
 Warning whitespace ParenPad ')' is preceded with whitespace. 320
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 327
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 329
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 330
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 334
 Warning whitespace ParenPad '(' is followed by whitespace. 335
 Warning whitespace ParenPad ')' is preceded with whitespace. 335
 Warning whitespace ParenPad '(' is followed by whitespace. 336
 Warning whitespace ParenPad '(' is followed by whitespace. 336
 Warning whitespace ParenPad ')' is preceded with whitespace. 336
 Warning whitespace ParenPad ')' is preceded with whitespace. 336
 Warning whitespace ParenPad '(' is followed by whitespace. 338
 Warning whitespace ParenPad ')' is preceded with whitespace. 338
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 344
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 345
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 346
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 349
 Warning whitespace ParenPad '(' is followed by whitespace. 351
 Warning whitespace ParenPad ')' is preceded with whitespace. 351
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 352
 Warning whitespace ParenPad '(' is followed by whitespace. 354
 Warning whitespace ParenPad ')' is preceded with whitespace. 354
 Warning whitespace ParenPad '(' is followed by whitespace. 356
 Warning whitespace ParenPad ')' is preceded with whitespace. 356
 Warning whitespace ParenPad '(' is followed by whitespace. 357
 Warning whitespace ParenPad ')' is preceded with whitespace. 357
 Warning whitespace ParenPad '(' is followed by whitespace. 360
 Warning whitespace ParenPad ')' is preceded with whitespace. 360
 Warning whitespace ParenPad '(' is followed by whitespace. 361
 Warning whitespace ParenPad '(' is followed by whitespace. 361
 Warning whitespace ParenPad ')' is preceded with whitespace. 361
 Warning whitespace ParenPad ')' is preceded with whitespace. 361
 Warning whitespace ParenPad '(' is followed by whitespace. 364
 Warning whitespace ParenPad ')' is preceded with whitespace. 364
 Warning whitespace ParenPad '(' is followed by whitespace. 366
 Warning whitespace ParenPad ')' is preceded with whitespace. 366
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 375
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 379
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 383
 Warning whitespace ParenPad '(' is followed by whitespace. 384
 Warning whitespace ParenPad ')' is preceded with whitespace. 384
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 385
 Warning whitespace ParenPad '(' is followed by whitespace. 398
 Warning whitespace ParenPad ')' is preceded with whitespace. 398
 Warning whitespace ParenPad '(' is followed by whitespace. 399
 Warning whitespace ParenPad ')' is preceded with whitespace. 399

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 43

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 37
 Warning annotation MissingDeprecated Javadoc comment at column 13 has parse error. Details: no viable alternative at input '{' while parsing JAVADOC_TAG 141
 Warning javadoc JavadocBlockTagLocation Javadoc comment at column 13 has parse error. Details: no viable alternative at input '{' while parsing JAVADOC_TAG 141
 Warning javadoc JavadocParagraph Javadoc comment at column 13 has parse error. Details: no viable alternative at input '{' while parsing JAVADOC_TAG 141
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 13 has parse error. Details: no viable alternative at input '{' while parsing JAVADOC_TAG 141
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 13 has parse error. Details: no viable alternative at input '{' while parsing JAVADOC_TAG 141
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 146
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 151
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 161
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 171
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 181
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 191
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 201
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 211
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 221
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 231
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 241
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 251
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 261
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 271
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 281
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 291
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 301
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 311
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 321
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 331
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 341
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 351
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 361
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 371
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 381
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 391
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 401
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 411
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 416
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 421
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 426
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 431
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 439
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 447
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 457
 Warning javadoc JavadocMethod Unused @param tag for 'buildCommands'. 464
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 467
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 477
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 487
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 497
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 507
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 515
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 523
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 533
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 543
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 553
 Warning javadoc JavadocMethod Unused @param tag for 'jeeversion'. 560
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 563

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 42

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 41
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 98
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 109
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 113
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 123
 Warning whitespace ParenPad ')' is preceded with whitespace. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 125
 Warning whitespace ParenPad ')' is preceded with whitespace. 125
 Warning whitespace ParenPad '(' is followed by whitespace. 126
 Warning whitespace ParenPad ')' is preceded with whitespace. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 130
 Warning whitespace ParenPad ')' is preceded with whitespace. 130
 Warning whitespace ParenPad '(' is followed by whitespace. 131
 Warning whitespace ParenPad ')' is preceded with whitespace. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 138
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 138
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning whitespace ParenPad '(' is followed by whitespace. 140
 Warning whitespace ParenPad ')' is preceded with whitespace. 140
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 145
 Warning whitespace ParenPad ')' is preceded with whitespace. 145
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 158
 Warning whitespace ParenPad '(' is followed by whitespace. 161
 Warning whitespace ParenPad ')' is preceded with whitespace. 161
 Warning whitespace ParenPad '(' is followed by whitespace. 161
 Warning whitespace ParenPad ')' is preceded with whitespace. 161
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 190

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 44
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 75
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 79
 Warning whitespace ParenPad '(' is followed by whitespace. 82
 Warning whitespace ParenPad ')' is preceded with whitespace. 82
 Warning whitespace ParenPad '(' is followed by whitespace. 83
 Warning whitespace ParenPad ')' is preceded with whitespace. 83
 Warning whitespace ParenPad '(' is followed by whitespace. 84
 Warning whitespace ParenPad ')' is preceded with whitespace. 84
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 85
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 92
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 96
 Warning whitespace ParenPad '(' is followed by whitespace. 97
 Warning whitespace ParenPad ')' is preceded with whitespace. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 102
 Warning whitespace ParenPad ')' is preceded with whitespace. 102
 Warning whitespace ParenPad '(' is followed by whitespace. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 103
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad ')' is preceded with whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 112
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace ParenPad ')' is preceded with whitespace. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 117
 Warning whitespace ParenPad ')' is preceded with whitespace. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 125
 Warning whitespace ParenPad ')' is preceded with whitespace. 125
 Warning whitespace ParenPad '(' is followed by whitespace. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 130
 Warning whitespace ParenPad '(' is followed by whitespace. 131
 Warning whitespace ParenPad ')' is preceded with whitespace. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 152
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 153
 Warning whitespace ParenPad '(' is followed by whitespace. 156
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 161
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 175
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 182
 Warning whitespace ParenPad '(' is followed by whitespace. 184
 Warning whitespace ParenPad '(' is followed by whitespace. 185
 Warning whitespace ParenPad ')' is preceded with whitespace. 185
 Warning whitespace ParenPad ')' is preceded with whitespace. 185
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 189

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 47
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 75
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 82
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 86
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 89
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 94
 Warning whitespace ParenPad '(' is followed by whitespace. 95
 Warning whitespace ParenPad ')' is preceded with whitespace. 95
 Warning whitespace ParenPad '(' is followed by whitespace. 100
 Warning whitespace ParenPad ')' is preceded with whitespace. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 102
 Warning whitespace ParenPad ')' is preceded with whitespace. 102
 Warning whitespace ParenPad '(' is followed by whitespace. 103
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad ')' is preceded with whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace ParenPad ')' is preceded with whitespace. 115
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 117
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning whitespace ParenPad '(' is followed by whitespace. 123
 Warning whitespace ParenPad ')' is preceded with whitespace. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 151
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 155
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning whitespace ParenPad '(' is followed by whitespace. 159
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 160
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 168
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 170
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 181
 Warning whitespace ParenPad '(' is followed by whitespace. 181
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 187
 Warning whitespace ParenPad ')' is preceded with whitespace. 187
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 44
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 68
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 72
 Warning whitespace ParenPad '(' is followed by whitespace. 76
 Warning whitespace ParenPad ')' is preceded with whitespace. 76
 Warning whitespace ParenPad '(' is followed by whitespace. 77
 Warning whitespace ParenPad ')' is preceded with whitespace. 77
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 83
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 87
 Warning whitespace ParenPad '(' is followed by whitespace. 90
 Warning whitespace ParenPad ')' is preceded with whitespace. 90
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 91
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 94
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 98
 Warning whitespace ParenPad '(' is followed by whitespace. 99
 Warning whitespace ParenPad ')' is preceded with whitespace. 99
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad ')' is preceded with whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 106
 Warning whitespace ParenPad ')' is preceded with whitespace. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning whitespace ParenPad '(' is followed by whitespace. 111
 Warning whitespace ParenPad ')' is preceded with whitespace. 111
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace ParenPad ')' is preceded with whitespace. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 125
 Warning whitespace ParenPad ')' is preceded with whitespace. 125
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 140
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 146
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 156
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 157
 Warning whitespace ParenPad ')' is preceded with whitespace. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 172
 Warning whitespace ParenPad ')' is preceded with whitespace. 172
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 173
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 174
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 187
 Warning whitespace ParenPad ')' is preceded with whitespace. 187
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 188
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 189
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 190
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 192
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 198
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 201
 Warning whitespace ParenPad '(' is followed by whitespace. 202
 Warning whitespace ParenPad ')' is preceded with whitespace. 202
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 203
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 204
 Warning whitespace ParenPad '(' is followed by whitespace. 204
 Warning whitespace ParenPad ')' is preceded with whitespace. 204

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 55
 Warning javadoc JavadocMethod Unused @param tag for 'sourceDirs'. 124
 Warning javadoc JavadocMethod Unused @param tag for 'localRepository'. 125
 Warning javadoc JavadocMethod Unused @param tag for 'buildOutputDirectory'. 126
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 139
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 146
 Warning whitespace ParenPad ')' is preceded with whitespace. 146
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 155
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 159
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning whitespace ParenPad '(' is followed by whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 176
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 183
 Warning whitespace ParenPad '(' is followed by whitespace. 184
 Warning whitespace ParenPad ')' is preceded with whitespace. 184
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190
 Warning whitespace ParenPad '(' is followed by whitespace. 191
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 196
 Warning whitespace ParenPad ')' is preceded with whitespace. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 198
 Warning whitespace ParenPad ')' is preceded with whitespace. 198
 Warning whitespace ParenPad '(' is followed by whitespace. 199
 Warning whitespace ParenPad ')' is preceded with whitespace. 199
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 209
 Warning whitespace ParenPad '(' is followed by whitespace. 211
 Warning whitespace ParenPad ')' is preceded with whitespace. 211
 Warning whitespace ParenPad '(' is followed by whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 212
 Warning whitespace ParenPad '(' is followed by whitespace. 213
 Warning whitespace ParenPad ')' is preceded with whitespace. 213
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning whitespace ParenPad '(' is followed by whitespace. 215
 Warning whitespace ParenPad ')' is preceded with whitespace. 215
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 228
 Warning whitespace ParenPad '(' is followed by whitespace. 229
 Warning whitespace ParenPad ')' is preceded with whitespace. 229
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 232
 Warning whitespace ParenPad '(' is followed by whitespace. 233
 Warning whitespace ParenPad ')' is preceded with whitespace. 233
 Warning whitespace ParenPad '(' is followed by whitespace. 234
 Warning whitespace ParenPad ')' is preceded with whitespace. 234
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 235
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 250
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 254
 Warning whitespace ParenPad '(' is followed by whitespace. 255
 Warning whitespace ParenPad ')' is preceded with whitespace. 255
 Warning whitespace ParenPad '(' is followed by whitespace. 255
 Warning whitespace ParenPad ')' is preceded with whitespace. 255
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 256
 Warning whitespace ParenPad '(' is followed by whitespace. 257
 Warning whitespace ParenPad ')' is preceded with whitespace. 257
 Warning whitespace ParenPad '(' is followed by whitespace. 258
 Warning whitespace ParenPad ')' is preceded with whitespace. 258
 Warning whitespace ParenPad '(' is followed by whitespace. 259
 Warning whitespace ParenPad ')' is preceded with whitespace. 259
 Warning whitespace ParenPad '(' is followed by whitespace. 259
 Warning whitespace ParenPad ')' is preceded with whitespace. 259
 Warning whitespace ParenPad ')' is preceded with whitespace. 260
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 261
 Warning whitespace ParenPad '(' is followed by whitespace. 264
 Warning whitespace ParenPad ')' is preceded with whitespace. 264
 Warning whitespace ParenPad '(' is followed by whitespace. 265
 Warning whitespace ParenPad ')' is preceded with whitespace. 265
 Warning whitespace ParenPad '(' is followed by whitespace. 266
 Warning whitespace ParenPad ')' is preceded with whitespace. 266
 Warning whitespace ParenPad '(' is followed by whitespace. 266
 Warning whitespace ParenPad ')' is preceded with whitespace. 266
 Warning whitespace ParenPad '(' is followed by whitespace. 266
 Warning whitespace ParenPad ')' is preceded with whitespace. 267
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 271
 Warning whitespace ParenPad ')' is preceded with whitespace. 271
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 273
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 277
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 286
 Warning whitespace ParenPad ')' is preceded with whitespace. 286
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 287
 Warning whitespace ParenPad '(' is followed by whitespace. 289
 Warning whitespace ParenPad ')' is preceded with whitespace. 289
 Warning whitespace ParenPad '(' is followed by whitespace. 290
 Warning whitespace ParenPad ')' is preceded with whitespace. 290
 Warning whitespace ParenPad '(' is followed by whitespace. 292
 Warning whitespace ParenPad ')' is preceded with whitespace. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 293
 Warning whitespace ParenPad '(' is followed by whitespace. 294
 Warning whitespace ParenPad ')' is preceded with whitespace. 294
 Warning whitespace ParenPad '(' is followed by whitespace. 295
 Warning whitespace ParenPad ')' is preceded with whitespace. 295
 Warning whitespace ParenPad '(' is followed by whitespace. 298
 Warning whitespace ParenPad ')' is preceded with whitespace. 298
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 299
 Warning whitespace ParenPad '(' is followed by whitespace. 301
 Warning whitespace ParenPad ')' is preceded with whitespace. 301
 Warning whitespace ParenPad '(' is followed by whitespace. 302
 Warning whitespace ParenPad ')' is preceded with whitespace. 302
 Warning whitespace ParenPad '(' is followed by whitespace. 304
 Warning whitespace ParenPad ')' is preceded with whitespace. 304
 Warning whitespace ParenPad '(' is followed by whitespace. 305
 Warning whitespace ParenPad ')' is preceded with whitespace. 305
 Warning whitespace ParenPad '(' is followed by whitespace. 306
 Warning whitespace ParenPad ')' is preceded with whitespace. 306
 Warning whitespace ParenPad '(' is followed by whitespace. 307
 Warning whitespace ParenPad ')' is preceded with whitespace. 307
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 311
 Warning whitespace ParenPad '(' is followed by whitespace. 313
 Warning whitespace ParenPad ')' is preceded with whitespace. 313
 Warning whitespace ParenPad '(' is followed by whitespace. 314
 Warning whitespace ParenPad ')' is preceded with whitespace. 314
 Warning whitespace ParenPad '(' is followed by whitespace. 315
 Warning whitespace ParenPad ')' is preceded with whitespace. 315
 Warning whitespace ParenPad '(' is followed by whitespace. 316
 Warning whitespace ParenPad ')' is preceded with whitespace. 316
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 328
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 330
 Warning whitespace ParenPad '(' is followed by whitespace. 333
 Warning whitespace ParenPad ')' is preceded with whitespace. 333
 Warning whitespace ParenPad '(' is followed by whitespace. 333
 Warning whitespace ParenPad ')' is preceded with whitespace. 333
 Warning whitespace ParenPad '(' is followed by whitespace. 334
 Warning whitespace ParenPad '(' is followed by whitespace. 334
 Warning whitespace ParenPad ')' is preceded with whitespace. 334
 Warning whitespace ParenPad ')' is preceded with whitespace. 334
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 344
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 346
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 348
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 353
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 355
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 368
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 370
 Warning whitespace ParenPad '(' is followed by whitespace. 372
 Warning whitespace ParenPad ')' is preceded with whitespace. 372
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 376
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 380
 Warning whitespace ParenPad '(' is followed by whitespace. 381
 Warning whitespace ParenPad '(' is followed by whitespace. 381
 Warning whitespace ParenPad ')' is preceded with whitespace. 381
 Warning whitespace ParenPad ')' is preceded with whitespace. 381
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 394
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 396
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 398
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 401
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 404
 Warning whitespace ParenPad '(' is followed by whitespace. 405
 Warning whitespace ParenPad ')' is preceded with whitespace. 405
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 412
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 414
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 417
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 419
 Warning whitespace ParenPad '(' is followed by whitespace. 420
 Warning whitespace ParenPad ')' is preceded with whitespace. 420
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 438
 Warning whitespace ParenPad '(' is followed by whitespace. 439
 Warning whitespace ParenPad ')' is preceded with whitespace. 439
 Warning whitespace ParenPad '(' is followed by whitespace. 440
 Warning whitespace ParenPad ')' is preceded with whitespace. 440
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 443
 Warning whitespace ParenPad '(' is followed by whitespace. 444
 Warning whitespace ParenPad ')' is preceded with whitespace. 444
 Warning whitespace ParenPad '(' is followed by whitespace. 445
 Warning whitespace ParenPad ')' is preceded with whitespace. 445
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 447
 Warning whitespace ParenPad '(' is followed by whitespace. 448
 Warning whitespace ParenPad ')' is preceded with whitespace. 448
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 450
 Warning whitespace ParenPad '(' is followed by whitespace. 452
 Warning whitespace ParenPad '(' is followed by whitespace. 452
 Warning whitespace ParenPad ')' is preceded with whitespace. 452
 Warning whitespace ParenPad ')' is preceded with whitespace. 452
 Warning whitespace ParenPad '(' is followed by whitespace. 454
 Warning whitespace ParenPad ')' is preceded with whitespace. 454
 Warning whitespace ParenPad '(' is followed by whitespace. 455
 Warning whitespace ParenPad ')' is preceded with whitespace. 455
 Warning whitespace ParenPad '(' is followed by whitespace. 456
 Warning whitespace ParenPad ')' is preceded with whitespace. 456
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 459
 Warning whitespace ParenPad '(' is followed by whitespace. 460
 Warning whitespace ParenPad ')' is preceded with whitespace. 460
 Warning whitespace ParenPad '(' is followed by whitespace. 461
 Warning whitespace ParenPad ')' is preceded with whitespace. 461
 Warning whitespace ParenPad '(' is followed by whitespace. 461
 Warning whitespace ParenPad ')' is preceded with whitespace. 461
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 465
 Warning whitespace ParenPad '(' is followed by whitespace. 466
 Warning whitespace ParenPad ')' is preceded with whitespace. 466
 Warning whitespace ParenPad '(' is followed by whitespace. 467
 Warning whitespace ParenPad ')' is preceded with whitespace. 467
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 469
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning whitespace ParenPad '(' is followed by whitespace. 474
 Warning whitespace ParenPad ')' is preceded with whitespace. 474
 Warning whitespace ParenPad '(' is followed by whitespace. 476
 Warning whitespace ParenPad ')' is preceded with whitespace. 476
 Warning whitespace ParenPad '(' is followed by whitespace. 477
 Warning whitespace ParenPad ')' is preceded with whitespace. 477
 Warning whitespace ParenPad '(' is followed by whitespace. 478
 Warning whitespace ParenPad ')' is preceded with whitespace. 478
 Warning whitespace ParenPad '(' is followed by whitespace. 479
 Warning whitespace ParenPad ')' is preceded with whitespace. 479
 Warning whitespace ParenPad '(' is followed by whitespace. 480
 Warning whitespace ParenPad ')' is preceded with whitespace. 480
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 483
 Warning whitespace ParenPad '(' is followed by whitespace. 484
 Warning whitespace ParenPad ')' is preceded with whitespace. 484
 Warning whitespace ParenPad '(' is followed by whitespace. 485
 Warning whitespace ParenPad ')' is preceded with whitespace. 485
 Warning whitespace ParenPad '(' is followed by whitespace. 485
 Warning whitespace ParenPad ')' is preceded with whitespace. 485
 Warning whitespace ParenPad '(' is followed by whitespace. 485
 Warning whitespace ParenPad ')' is preceded with whitespace. 486
 Warning whitespace ParenPad '(' is followed by whitespace. 487
 Warning whitespace ParenPad ')' is preceded with whitespace. 487
 Warning whitespace ParenPad '(' is followed by whitespace. 487
 Warning whitespace ParenPad ')' is preceded with whitespace. 487
 Warning whitespace ParenPad '(' is followed by whitespace. 487
 Warning whitespace ParenPad ')' is preceded with whitespace. 488
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 501
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 503
 Warning whitespace ParenPad '(' is followed by whitespace. 504
 Warning whitespace ParenPad ')' is preceded with whitespace. 504
 Warning whitespace ParenPad '(' is followed by whitespace. 504
 Warning whitespace ParenPad ')' is preceded with whitespace. 504
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 505
 Warning whitespace ParenPad '(' is followed by whitespace. 506
 Warning whitespace ParenPad ')' is preceded with whitespace. 506
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 521
 Warning whitespace ParenPad '(' is followed by whitespace. 522
 Warning whitespace ParenPad ')' is preceded with whitespace. 522
 Warning whitespace ParenPad '(' is followed by whitespace. 523
 Warning whitespace ParenPad ')' is preceded with whitespace. 523
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 524
 Warning whitespace ParenPad '(' is followed by whitespace. 525
 Warning whitespace ParenPad '(' is followed by whitespace. 525
 Warning whitespace ParenPad ')' is preceded with whitespace. 525
 Warning whitespace ParenPad ')' is preceded with whitespace. 525
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 531
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 535
 Warning whitespace ParenPad '(' is followed by whitespace. 536
 Warning whitespace ParenPad ')' is preceded with whitespace. 536
 Warning whitespace ParenPad '(' is followed by whitespace. 539
 Warning whitespace ParenPad ')' is preceded with whitespace. 539
 Warning whitespace ParenPad '(' is followed by whitespace. 540
 Warning whitespace ParenPad ')' is preceded with whitespace. 540

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 53
 Warning javadoc JavadocMethod Unused @param tag for 'sourceDirs'. 83
 Warning javadoc JavadocMethod Unused @param tag for 'localRepository'. 84
 Warning javadoc JavadocMethod Unused @param tag for 'buildOutputDirectory'. 85
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 90
 Warning whitespace ParenPad '(' is followed by whitespace. 92
 Warning whitespace ParenPad ')' is preceded with whitespace. 92
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 93
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 98
 Warning whitespace ParenPad '(' is followed by whitespace. 101
 Warning whitespace ParenPad ')' is preceded with whitespace. 101
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 106
 Warning whitespace ParenPad ')' is preceded with whitespace. 106
 Warning whitespace ParenPad ')' is preceded with whitespace. 106
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 113
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace ParenPad ')' is preceded with whitespace. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 124
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 131
 Warning whitespace ParenPad ')' is preceded with whitespace. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 136
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 140
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 145
 Warning whitespace ParenPad ')' is preceded with whitespace. 145
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning whitespace ParenPad '(' is followed by whitespace. 159
 Warning whitespace ParenPad ')' is preceded with whitespace. 159
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning whitespace ParenPad '(' is followed by whitespace. 167
 Warning whitespace ParenPad ')' is preceded with whitespace. 167
 Warning whitespace ParenPad '(' is followed by whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 182
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 183
 Warning whitespace ParenPad '(' is followed by whitespace. 186
 Warning whitespace ParenPad ')' is preceded with whitespace. 186
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 187
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 191
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 195
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 209
 Warning whitespace ParenPad '(' is followed by whitespace. 211
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 212
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 214
 Warning whitespace ParenPad '(' is followed by whitespace. 215
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 215
 Warning whitespace ParenPad ')' is preceded with whitespace. 215
 Warning whitespace ParenPad '(' is followed by whitespace. 215
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 215
 Warning whitespace ParenPad ')' is preceded with whitespace. 215
 Warning whitespace ParenPad ')' is preceded with whitespace. 217
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 220
 Warning whitespace ParenPad '(' is followed by whitespace. 221
 Warning whitespace ParenPad ')' is preceded with whitespace. 221
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 233
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 235
 Warning whitespace ParenPad '(' is followed by whitespace. 237
 Warning whitespace ParenPad ')' is preceded with whitespace. 237
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 241
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 245
 Warning whitespace ParenPad '(' is followed by whitespace. 246
 Warning whitespace ParenPad '(' is followed by whitespace. 246
 Warning whitespace ParenPad ')' is preceded with whitespace. 246
 Warning whitespace ParenPad ')' is preceded with whitespace. 246
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 258
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 262
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 264
 Warning whitespace ParenPad '(' is followed by whitespace. 265
 Warning whitespace ParenPad ')' is preceded with whitespace. 265
 Warning whitespace ParenPad '(' is followed by whitespace. 267
 Warning whitespace ParenPad ')' is preceded with whitespace. 267
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 269
 Warning whitespace ParenPad ')' is preceded with whitespace. 269
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 270
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 273
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 275
 Warning whitespace ParenPad '(' is followed by whitespace. 276
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 283
 Warning whitespace ParenPad '(' is followed by whitespace. 284
 Warning whitespace ParenPad ')' is preceded with whitespace. 284

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 45
 Warning javadoc JavadocMethod Unused @param tag for 'sourceDirs'. 58
 Warning javadoc JavadocMethod Unused @param tag for 'localRepository'. 59
 Warning javadoc JavadocMethod Unused @param tag for 'buildOutputDirectory'. 60
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 65
 Warning whitespace ParenPad '(' is followed by whitespace. 69
 Warning whitespace ParenPad ')' is preceded with whitespace. 69
 Warning whitespace ParenPad '(' is followed by whitespace. 70
 Warning whitespace ParenPad ')' is preceded with whitespace. 70
 Warning whitespace ParenPad '(' is followed by whitespace. 71
 Warning whitespace ParenPad ')' is preceded with whitespace. 71
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 72
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 74
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 80
 Warning whitespace ParenPad '(' is followed by whitespace. 81
 Warning whitespace ParenPad ')' is preceded with whitespace. 81
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 86
 Warning whitespace ParenPad ')' is preceded with whitespace. 86
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 98
 Warning whitespace ParenPad ')' is preceded with whitespace. 98
 Warning whitespace ParenPad '(' is followed by whitespace. 99
 Warning whitespace ParenPad ')' is preceded with whitespace. 99
 Warning whitespace ParenPad '(' is followed by whitespace. 100
 Warning whitespace ParenPad ')' is preceded with whitespace. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 101
 Warning whitespace ParenPad ')' is preceded with whitespace. 101
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 102
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 110
 Warning whitespace ParenPad '(' is followed by whitespace. 111
 Warning whitespace ParenPad ')' is preceded with whitespace. 111
 Warning whitespace ParenPad '(' is followed by whitespace. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 113
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 113
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace ParenPad ')' is preceded with whitespace. 115
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 116
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 120
 Warning whitespace ParenPad '(' is followed by whitespace. 121
 Warning whitespace ParenPad ')' is preceded with whitespace. 121
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 125
 Warning whitespace ParenPad ')' is preceded with whitespace. 125
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 130
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 138
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 43
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 52
 Warning whitespace ParenPad '(' is followed by whitespace. 56
 Warning whitespace ParenPad ')' is preceded with whitespace. 56
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 57
 Warning whitespace ParenPad '(' is followed by whitespace. 58
 Warning whitespace ParenPad ')' is preceded with whitespace. 58
 Warning whitespace ParenPad '(' is followed by whitespace. 60
 Warning whitespace ParenPad ')' is preceded with whitespace. 60
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 61
 Warning whitespace ParenPad '(' is followed by whitespace. 62
 Warning whitespace ParenPad ')' is preceded with whitespace. 62
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 76
 Warning whitespace ParenPad '(' is followed by whitespace. 78
 Warning whitespace ParenPad ')' is preceded with whitespace. 79
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 81
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 83
 Warning whitespace ParenPad '(' is followed by whitespace. 84
 Warning whitespace ParenPad '(' is followed by whitespace. 84
 Warning whitespace ParenPad ')' is preceded with whitespace. 84
 Warning whitespace ParenPad ')' is preceded with whitespace. 84
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 88
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 90
 Warning whitespace ParenPad '(' is followed by whitespace. 91
 Warning whitespace ParenPad ')' is preceded with whitespace. 91
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 106
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 113
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 139
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 157
 Warning whitespace ParenPad ')' is preceded with whitespace. 157

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 43
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 52
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 56
 Warning whitespace ParenPad '(' is followed by whitespace. 59
 Warning whitespace ParenPad ')' is preceded with whitespace. 59
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 60
 Warning whitespace ParenPad '(' is followed by whitespace. 63
 Warning whitespace ParenPad ')' is preceded with whitespace. 65
 Warning whitespace ParenPad '(' is followed by whitespace. 68
 Warning whitespace ParenPad ')' is preceded with whitespace. 68
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 78
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 84
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 86
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 87
 Warning whitespace ParenPad '(' is followed by whitespace. 91
 Warning whitespace ParenPad ')' is preceded with whitespace. 91
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 94
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 106
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 115
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 119
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 125
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 46
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 92
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 106
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 108
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 114
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace ParenPad ')' is preceded with whitespace. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 128
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning whitespace ParenPad '(' is followed by whitespace. 145
 Warning whitespace ParenPad ')' is preceded with whitespace. 145
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 149
 Warning whitespace ParenPad ')' is preceded with whitespace. 149
 Warning whitespace ParenPad ')' is preceded with whitespace. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 151
 Warning whitespace ParenPad ')' is preceded with whitespace. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 152
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 154
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 161
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad ')' is preceded with whitespace. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning whitespace ParenPad '(' is followed by whitespace. 167
 Warning whitespace ParenPad ')' is preceded with whitespace. 167
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning whitespace ParenPad '(' is followed by whitespace. 172
 Warning whitespace ParenPad ')' is preceded with whitespace. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 173
 Warning whitespace ParenPad ')' is preceded with whitespace. 173
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 180
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 185
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 187
 Warning whitespace ParenPad '(' is followed by whitespace. 188
 Warning whitespace ParenPad ')' is preceded with whitespace. 188
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 198
 Warning whitespace ParenPad ')' is preceded with whitespace. 198
 Warning whitespace ParenPad '(' is followed by whitespace. 200
 Warning whitespace ParenPad ')' is preceded with whitespace. 200
 Warning whitespace ParenPad '(' is followed by whitespace. 201
 Warning whitespace ParenPad ')' is preceded with whitespace. 201
 Warning whitespace ParenPad '(' is followed by whitespace. 204
 Warning whitespace ParenPad ')' is preceded with whitespace. 204
 Warning whitespace ParenPad '(' is followed by whitespace. 205
 Warning whitespace ParenPad ')' is preceded with whitespace. 205
 Warning coding HiddenField 'warContextRoot' hides a field. 224
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 225
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 227
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 231

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 43
 Warning javadoc JavadocMethod Unused @param tag for 'sourceDirs'. 56
 Warning javadoc JavadocMethod Unused @param tag for 'localRepository'. 57
 Warning javadoc JavadocMethod Unused @param tag for 'buildOutputDirectory'. 58
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 63
 Warning whitespace ParenPad '(' is followed by whitespace. 65
 Warning whitespace ParenPad ')' is preceded with whitespace. 65
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 66
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 68
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 74
 Warning whitespace ParenPad '(' is followed by whitespace. 75
 Warning whitespace ParenPad ')' is preceded with whitespace. 75
 Warning whitespace ParenPad '(' is followed by whitespace. 78
 Warning whitespace ParenPad ')' is preceded with whitespace. 78
 Warning whitespace ParenPad '(' is followed by whitespace. 79
 Warning whitespace ParenPad ')' is preceded with whitespace. 79
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 89
 Warning whitespace ParenPad '(' is followed by whitespace. 90
 Warning whitespace ParenPad ')' is preceded with whitespace. 90
 Warning whitespace ParenPad '(' is followed by whitespace. 91
 Warning whitespace ParenPad ')' is preceded with whitespace. 91
 Warning whitespace ParenPad '(' is followed by whitespace. 92
 Warning whitespace ParenPad ')' is preceded with whitespace. 92

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 43
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Warning coding HiddenField 'profileName' hides a field. 53
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 55
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 60
 Warning whitespace ParenPad '(' is followed by whitespace. 61
 Warning whitespace ParenPad ')' is preceded with whitespace. 61
 Warning whitespace ParenPad '(' is followed by whitespace. 64
 Warning whitespace ParenPad ')' is preceded with whitespace. 64
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 71
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 74
 Warning whitespace ParenPad '(' is followed by whitespace. 76
 Warning whitespace ParenPad ')' is preceded with whitespace. 76
 Warning whitespace ParenPad '(' is followed by whitespace. 78
 Warning whitespace ParenPad ')' is preceded with whitespace. 78
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 80
 Warning whitespace ParenPad '(' is followed by whitespace. 82
 Warning whitespace ParenPad ')' is preceded with whitespace. 82
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 86
 Warning whitespace ParenPad '(' is followed by whitespace. 87
 Warning whitespace ParenPad ')' is preceded with whitespace. 87
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 90
 Warning whitespace ParenPad '(' is followed by whitespace. 91
 Warning whitespace ParenPad ')' is preceded with whitespace. 91
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 94
 Warning whitespace ParenPad '(' is followed by whitespace. 95
 Warning whitespace ParenPad ')' is preceded with whitespace. 95
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 101
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 126
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 131

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 44
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 61
 Warning whitespace ParenPad '(' is followed by whitespace. 66
 Warning whitespace ParenPad ')' is preceded with whitespace. 66
 Warning whitespace ParenPad '(' is followed by whitespace. 67
 Warning whitespace ParenPad ')' is preceded with whitespace. 67
 Warning whitespace ParenPad '(' is followed by whitespace. 68
 Warning whitespace ParenPad ')' is preceded with whitespace. 68
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 71
 Warning whitespace ParenPad '(' is followed by whitespace. 72
 Warning whitespace ParenPad ')' is preceded with whitespace. 72
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 77
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 81
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 83
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 84
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 86
 Warning whitespace ParenPad ')' is preceded with whitespace. 86
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 91
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 93
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 94
 Warning whitespace ParenPad '(' is followed by whitespace. 95
 Warning whitespace ParenPad ')' is preceded with whitespace. 95
 Warning whitespace ParenPad '(' is followed by whitespace. 96
 Warning whitespace ParenPad ')' is preceded with whitespace. 96
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 101
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 103
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 106
 Warning whitespace ParenPad ')' is preceded with whitespace. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 112
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 114
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 117
 Warning whitespace ParenPad ')' is preceded with whitespace. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 123
 Warning whitespace ParenPad ')' is preceded with whitespace. 123
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 125
 Warning whitespace ParenPad ')' is preceded with whitespace. 125
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 130
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 138
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 150
 Warning whitespace ParenPad '(' is followed by whitespace. 151
 Warning whitespace ParenPad ')' is preceded with whitespace. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 153
 Warning whitespace ParenPad ')' is preceded with whitespace. 153
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 154
 Warning whitespace ParenPad '(' is followed by whitespace. 155
 Warning whitespace ParenPad ')' is preceded with whitespace. 155
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 159
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 167
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 40
 Warning annotation MissingDeprecated Javadoc comment at column 55 has parse error. Details: mismatched input ' ' expecting JAVADOC_INLINE_TAG_END while parsing JAVADOC_INLINE_TAG 48
 Warning javadoc JavadocBlockTagLocation Javadoc comment at column 55 has parse error. Details: mismatched input ' ' expecting JAVADOC_INLINE_TAG_END while parsing JAVADOC_INLINE_TAG 48
 Warning javadoc JavadocParagraph Javadoc comment at column 55 has parse error. Details: mismatched input ' ' expecting JAVADOC_INLINE_TAG_END while parsing JAVADOC_INLINE_TAG 48
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 55 has parse error. Details: mismatched input ' ' expecting JAVADOC_INLINE_TAG_END while parsing JAVADOC_INLINE_TAG 48
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 55 has parse error. Details: mismatched input ' ' expecting JAVADOC_INLINE_TAG_END while parsing JAVADOC_INLINE_TAG 48
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Warning coding HiddenField 'logger' hides a field. 79
 Warning coding HiddenField 'config' hides a field. 79
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 80
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 90
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 92
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 96
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 106
 Warning whitespace ParenPad ')' is preceded with whitespace. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 112
 Warning whitespace ParenPad '(' is followed by whitespace. 113
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning whitespace ParenPad '(' is followed by whitespace. 117
 Warning whitespace ParenPad ')' is preceded with whitespace. 117
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 131
 Warning whitespace ParenPad ')' is preceded with whitespace. 131
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 136
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 141
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 143
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 147
 Warning whitespace ParenPad '(' is followed by whitespace. 149
 Warning whitespace ParenPad ')' is preceded with whitespace. 149
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 152
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 154
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 163
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 167
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 173
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 45

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 43
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 82
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 83
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 84
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 89
 Warning whitespace ParenPad '(' is followed by whitespace. 90
 Warning whitespace ParenPad ')' is preceded with whitespace. 90
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 91
 Warning whitespace ParenPad '(' is followed by whitespace. 92
 Warning whitespace ParenPad ')' is preceded with whitespace. 92
 Warning whitespace ParenPad '(' is followed by whitespace. 94
 Warning whitespace ParenPad ')' is preceded with whitespace. 94
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 98
 Warning whitespace ParenPad ')' is preceded with whitespace. 98
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 101
 Warning whitespace ParenPad '(' is followed by whitespace. 102
 Warning whitespace ParenPad ')' is preceded with whitespace. 102
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad ')' is preceded with whitespace. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning whitespace ParenPad '(' is followed by whitespace. 111
 Warning whitespace ParenPad ')' is preceded with whitespace. 111
 Warning whitespace ParenPad '(' is followed by whitespace. 114
 Warning whitespace ParenPad ')' is preceded with whitespace. 114
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 118
 Warning whitespace ParenPad ')' is preceded with whitespace. 118
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 122
 Warning whitespace ParenPad '(' is followed by whitespace. 123
 Warning whitespace ParenPad ')' is preceded with whitespace. 123
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 140
 Warning whitespace ParenPad ')' is preceded with whitespace. 140
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 147
 Warning whitespace ParenPad '(' is followed by whitespace. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 152
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 154
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 158
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 173
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 174
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 175
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 176
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 177
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 182
 Warning whitespace ParenPad '(' is followed by whitespace. 188
 Warning whitespace ParenPad ')' is preceded with whitespace. 188
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 190
 Warning coding ParameterAssignment Assignment of parameter 'deployPath' is not allowed. 191
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 195
 Warning whitespace ParenPad '(' is followed by whitespace. 204
 Warning whitespace ParenPad ')' is preceded with whitespace. 204
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 205
 Warning whitespace ParenPad '(' is followed by whitespace. 210
 Warning whitespace ParenPad ')' is preceded with whitespace. 210
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 211
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 217
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 226
 Warning whitespace ParenPad '(' is followed by whitespace. 227
 Warning whitespace ParenPad '(' is followed by whitespace. 227
 Warning whitespace ParenPad ')' is preceded with whitespace. 227
 Warning whitespace ParenPad ')' is preceded with whitespace. 227
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 235
 Warning whitespace ParenPad '(' is followed by whitespace. 237
 Warning whitespace ParenPad ')' is preceded with whitespace. 237
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 240
 Warning whitespace ParenPad '(' is followed by whitespace. 242
 Warning whitespace ParenPad ')' is preceded with whitespace. 242
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 245
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 250
 Warning whitespace ParenPad '(' is followed by whitespace. 252
 Warning whitespace ParenPad ')' is preceded with whitespace. 252
 Warning whitespace ParenPad '(' is followed by whitespace. 255
 Warning whitespace ParenPad ')' is preceded with whitespace. 255
 Warning whitespace ParenPad '(' is followed by whitespace. 255
 Warning whitespace ParenPad ')' is preceded with whitespace. 255
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 256
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 263
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 270
 Warning whitespace ParenPad ')' is preceded with whitespace. 270
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 273
 Warning whitespace ParenPad ')' is preceded with whitespace. 273
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 277
 Warning whitespace ParenPad ')' is preceded with whitespace. 277
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 278
 Warning whitespace ParenPad ')' is preceded with whitespace. 278
 Warning whitespace ParenPad '(' is followed by whitespace. 282
 Warning whitespace ParenPad ')' is preceded with whitespace. 282
 Warning whitespace ParenPad '(' is followed by whitespace. 283
 Warning whitespace ParenPad ')' is preceded with whitespace. 283
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 291
 Warning whitespace ParenPad '(' is followed by whitespace. 294
 Warning whitespace ParenPad ')' is preceded with whitespace. 295
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 298
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 303
 Warning whitespace ParenPad '(' is followed by whitespace. 309
 Warning whitespace ParenPad ')' is preceded with whitespace. 309
 Warning whitespace ParenPad '(' is followed by whitespace. 310
 Warning whitespace ParenPad ')' is preceded with whitespace. 310
 Warning whitespace ParenPad '(' is followed by whitespace. 310
 Warning whitespace ParenPad ')' is preceded with whitespace. 310
 Warning whitespace ParenPad '(' is followed by whitespace. 311
 Warning whitespace ParenPad ')' is preceded with whitespace. 311
 Warning whitespace ParenPad '(' is followed by whitespace. 311
 Warning whitespace ParenPad ')' is preceded with whitespace. 311
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 312
 Warning whitespace ParenPad '(' is followed by whitespace. 313
 Warning whitespace ParenPad ')' is preceded with whitespace. 313

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 54
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 129
 Warning whitespace ParenPad ')' is preceded with whitespace. 129
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 130
 Warning whitespace ParenPad '(' is followed by whitespace. 143
 Warning whitespace ParenPad ')' is preceded with whitespace. 143
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 145
 Warning whitespace ParenPad '(' is followed by whitespace. 149
 Warning whitespace ParenPad ')' is preceded with whitespace. 149
 Warning whitespace ParenPad '(' is followed by whitespace. 155
 Warning whitespace ParenPad ')' is preceded with whitespace. 155
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 157
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 164
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 169
 Warning whitespace ParenPad '(' is followed by whitespace. 172
 Warning whitespace ParenPad ')' is preceded with whitespace. 172
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 186
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 188
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad ')' is preceded with whitespace. 194
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 197
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 209
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 210
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 211
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 215
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 217
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 226
 Warning whitespace ParenPad '(' is followed by whitespace. 229
 Warning whitespace ParenPad ')' is preceded with whitespace. 229
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 234
 Warning whitespace ParenPad '(' is followed by whitespace. 237
 Warning whitespace ParenPad ')' is preceded with whitespace. 237
 Warning whitespace ParenPad '(' is followed by whitespace. 239
 Warning whitespace ParenPad ')' is preceded with whitespace. 239
 Warning whitespace ParenPad '(' is followed by whitespace. 239
 Warning whitespace ParenPad ')' is preceded with whitespace. 239
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 240
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 242
 Warning whitespace ParenPad '(' is followed by whitespace. 247
 Warning whitespace ParenPad ')' is preceded with whitespace. 247
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 258
 Warning whitespace ParenPad '(' is followed by whitespace. 260
 Warning whitespace ParenPad ')' is preceded with whitespace. 260
 Warning whitespace ParenPad '(' is followed by whitespace. 261
 Warning whitespace ParenPad ')' is preceded with whitespace. 261
 Warning whitespace ParenPad '(' is followed by whitespace. 262
 Warning whitespace ParenPad ')' is preceded with whitespace. 262
 Warning whitespace ParenPad '(' is followed by whitespace. 263
 Warning whitespace ParenPad ')' is preceded with whitespace. 263
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 268
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 275
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning whitespace ParenPad '(' is followed by whitespace. 277
 Warning whitespace ParenPad ')' is preceded with whitespace. 277
 Warning whitespace ParenPad '(' is followed by whitespace. 279
 Warning whitespace ParenPad ')' is preceded with whitespace. 279
 Warning whitespace ParenPad '(' is followed by whitespace. 280
 Warning whitespace ParenPad ')' is preceded with whitespace. 280
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 290
 Warning whitespace ParenPad '(' is followed by whitespace. 292
 Warning whitespace ParenPad ')' is preceded with whitespace. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 293
 Warning whitespace ParenPad '(' is followed by whitespace. 294
 Warning whitespace ParenPad ')' is preceded with whitespace. 294
 Warning whitespace ParenPad '(' is followed by whitespace. 295
 Warning whitespace ParenPad ')' is preceded with whitespace. 295
 Warning whitespace ParenPad '(' is followed by whitespace. 296
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 310
 Warning whitespace ParenPad '(' is followed by whitespace. 311
 Warning whitespace ParenPad ')' is preceded with whitespace. 311
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 314
 Warning whitespace ParenPad '(' is followed by whitespace. 315
 Warning whitespace ParenPad ')' is preceded with whitespace. 315
 Warning whitespace ParenPad '(' is followed by whitespace. 316
 Warning whitespace ParenPad ')' is preceded with whitespace. 316
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 317
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 332
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 336
 Warning whitespace ParenPad '(' is followed by whitespace. 337
 Warning whitespace ParenPad ')' is preceded with whitespace. 337
 Warning whitespace ParenPad '(' is followed by whitespace. 337
 Warning whitespace ParenPad ')' is preceded with whitespace. 338
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 339
 Warning whitespace ParenPad '(' is followed by whitespace. 341
 Warning whitespace ParenPad ')' is preceded with whitespace. 341
 Warning whitespace ParenPad '(' is followed by whitespace. 341
 Warning whitespace ParenPad ')' is preceded with whitespace. 341
 Warning whitespace ParenPad '(' is followed by whitespace. 342
 Warning whitespace ParenPad ')' is preceded with whitespace. 342
 Warning sizes LineLength Line is longer than 180 characters (found 237). 343
 Warning whitespace ParenPad '(' is followed by whitespace. 343
 Warning whitespace ParenPad ')' is preceded with whitespace. 343
 Warning whitespace ParenPad '(' is followed by whitespace. 343
 Warning whitespace ParenPad ')' is preceded with whitespace. 343
 Warning whitespace ParenPad '(' is followed by whitespace. 343
 Warning whitespace ParenPad ')' is preceded with whitespace. 343
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 344
 Warning whitespace ParenPad '(' is followed by whitespace. 347
 Warning whitespace ParenPad ')' is preceded with whitespace. 347
 Warning whitespace ParenPad '(' is followed by whitespace. 348
 Warning whitespace ParenPad ')' is preceded with whitespace. 348
 Warning sizes LineLength Line is longer than 180 characters (found 237). 349
 Warning whitespace ParenPad '(' is followed by whitespace. 349
 Warning whitespace ParenPad ')' is preceded with whitespace. 349
 Warning whitespace ParenPad '(' is followed by whitespace. 349
 Warning whitespace ParenPad ')' is preceded with whitespace. 349
 Warning whitespace ParenPad '(' is followed by whitespace. 349
 Warning whitespace ParenPad ')' is preceded with whitespace. 349
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 350
 Warning whitespace ParenPad '(' is followed by whitespace. 353
 Warning whitespace ParenPad ')' is preceded with whitespace. 353
 Warning whitespace ParenPad '(' is followed by whitespace. 354
 Warning whitespace ParenPad ')' is preceded with whitespace. 354
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 355
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 359
 Warning whitespace ParenPad '(' is followed by whitespace. 360
 Warning whitespace ParenPad ')' is preceded with whitespace. 360
 Warning whitespace ParenPad '(' is followed by whitespace. 368
 Warning whitespace ParenPad ')' is preceded with whitespace. 368
 Warning whitespace ParenPad '(' is followed by whitespace. 369
 Warning whitespace ParenPad ')' is preceded with whitespace. 369
 Warning whitespace ParenPad '(' is followed by whitespace. 369
 Warning whitespace ParenPad ')' is preceded with whitespace. 369
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 370
 Warning whitespace ParenPad '(' is followed by whitespace. 372
 Warning whitespace ParenPad ')' is preceded with whitespace. 372
 Warning whitespace ParenPad '(' is followed by whitespace. 373
 Warning whitespace ParenPad ')' is preceded with whitespace. 374
 Warning whitespace ParenPad '(' is followed by whitespace. 376
 Warning whitespace ParenPad ')' is preceded with whitespace. 377
 Warning whitespace ParenPad '(' is followed by whitespace. 378
 Warning whitespace ParenPad ')' is preceded with whitespace. 378
 Warning whitespace ParenPad '(' is followed by whitespace. 379
 Warning whitespace ParenPad ')' is preceded with whitespace. 379
 Warning whitespace ParenPad '(' is followed by whitespace. 380
 Warning whitespace ParenPad ')' is preceded with whitespace. 380
 Warning whitespace ParenPad '(' is followed by whitespace. 383
 Warning whitespace ParenPad ')' is preceded with whitespace. 383
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 384
 Warning whitespace ParenPad '(' is followed by whitespace. 386
 Warning whitespace ParenPad ')' is preceded with whitespace. 386
 Warning whitespace ParenPad '(' is followed by whitespace. 387
 Warning whitespace ParenPad ')' is preceded with whitespace. 388
 Warning whitespace ParenPad '(' is followed by whitespace. 390
 Warning whitespace ParenPad ')' is preceded with whitespace. 391
 Warning whitespace ParenPad '(' is followed by whitespace. 392
 Warning whitespace ParenPad ')' is preceded with whitespace. 392
 Warning whitespace ParenPad '(' is followed by whitespace. 393
 Warning whitespace ParenPad ')' is preceded with whitespace. 393
 Warning whitespace ParenPad '(' is followed by whitespace. 394
 Warning whitespace ParenPad ')' is preceded with whitespace. 394
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 398
 Warning whitespace ParenPad '(' is followed by whitespace. 400
 Warning whitespace ParenPad ')' is preceded with whitespace. 400
 Warning whitespace ParenPad '(' is followed by whitespace. 401
 Warning whitespace ParenPad ')' is preceded with whitespace. 402
 Warning whitespace ParenPad '(' is followed by whitespace. 403
 Warning whitespace ParenPad ')' is preceded with whitespace. 404
 Warning whitespace ParenPad '(' is followed by whitespace. 405
 Warning whitespace ParenPad ')' is preceded with whitespace. 405
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 417
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 419
 Warning whitespace ParenPad '(' is followed by whitespace. 422
 Warning whitespace ParenPad ')' is preceded with whitespace. 422
 Warning whitespace ParenPad '(' is followed by whitespace. 422
 Warning whitespace ParenPad ')' is preceded with whitespace. 422
 Warning whitespace ParenPad '(' is followed by whitespace. 423
 Warning whitespace ParenPad '(' is followed by whitespace. 423
 Warning whitespace ParenPad ')' is preceded with whitespace. 423
 Warning whitespace ParenPad ')' is preceded with whitespace. 423
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 434
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 436
 Warning whitespace ParenPad '(' is followed by whitespace. 438
 Warning whitespace ParenPad ')' is preceded with whitespace. 438
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 442
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 446
 Warning whitespace ParenPad '(' is followed by whitespace. 447
 Warning whitespace ParenPad ')' is preceded with whitespace. 447
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 459
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 461
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 463
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 468
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 470
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 483
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 485
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 487
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 490
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 492
 Warning whitespace ParenPad '(' is followed by whitespace. 493
 Warning whitespace ParenPad ')' is preceded with whitespace. 493
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 500
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 502
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 505
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 507
 Warning whitespace ParenPad '(' is followed by whitespace. 508
 Warning whitespace ParenPad ')' is preceded with whitespace. 508
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 526
 Warning whitespace ParenPad '(' is followed by whitespace. 528
 Warning whitespace ParenPad ')' is preceded with whitespace. 528
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 529
 Warning whitespace ParenPad '(' is followed by whitespace. 532
 Warning whitespace ParenPad ')' is preceded with whitespace. 532
 Warning whitespace ParenPad '(' is followed by whitespace. 533
 Warning whitespace ParenPad ')' is preceded with whitespace. 533
 Warning whitespace ParenPad '(' is followed by whitespace. 534
 Warning whitespace ParenPad ')' is preceded with whitespace. 534
 Warning whitespace ParenPad '(' is followed by whitespace. 534
 Warning whitespace ParenPad ')' is preceded with whitespace. 534
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 535
 Warning whitespace ParenPad '(' is followed by whitespace. 536
 Warning whitespace ParenPad ')' is preceded with whitespace. 536
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 538
 Warning whitespace ParenPad '(' is followed by whitespace. 540
 Warning whitespace ParenPad '(' is followed by whitespace. 540
 Warning whitespace ParenPad ')' is preceded with whitespace. 540
 Warning whitespace ParenPad ')' is preceded with whitespace. 540
 Warning whitespace ParenPad '(' is followed by whitespace. 542
 Warning whitespace ParenPad ')' is preceded with whitespace. 542
 Warning whitespace ParenPad '(' is followed by whitespace. 543
 Warning whitespace ParenPad ')' is preceded with whitespace. 543
 Warning whitespace ParenPad '(' is followed by whitespace. 544
 Warning whitespace ParenPad ')' is preceded with whitespace. 544
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 547
 Warning whitespace ParenPad '(' is followed by whitespace. 548
 Warning whitespace ParenPad ')' is preceded with whitespace. 548
 Warning whitespace ParenPad '(' is followed by whitespace. 549
 Warning whitespace ParenPad ')' is preceded with whitespace. 549
 Warning whitespace ParenPad '(' is followed by whitespace. 549
 Warning whitespace ParenPad ')' is preceded with whitespace. 549
 Warning whitespace ParenPad '(' is followed by whitespace. 552
 Warning whitespace ParenPad ')' is preceded with whitespace. 552
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 553
 Warning whitespace ParenPad '(' is followed by whitespace. 554
 Warning whitespace ParenPad ')' is preceded with whitespace. 554
 Warning whitespace ParenPad '(' is followed by whitespace. 555
 Warning whitespace ParenPad ')' is preceded with whitespace. 555
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 557
 Warning whitespace ParenPad '(' is followed by whitespace. 559
 Warning whitespace ParenPad '(' is followed by whitespace. 559
 Warning whitespace ParenPad ')' is preceded with whitespace. 559
 Warning whitespace ParenPad ')' is preceded with whitespace. 559
 Warning whitespace ParenPad '(' is followed by whitespace. 562
 Warning whitespace ParenPad ')' is preceded with whitespace. 562
 Warning whitespace ParenPad '(' is followed by whitespace. 564
 Warning whitespace ParenPad ')' is preceded with whitespace. 564
 Warning whitespace ParenPad '(' is followed by whitespace. 565
 Warning whitespace ParenPad ')' is preceded with whitespace. 565
 Warning whitespace ParenPad '(' is followed by whitespace. 566
 Warning whitespace ParenPad ')' is preceded with whitespace. 566
 Warning whitespace ParenPad '(' is followed by whitespace. 567
 Warning whitespace ParenPad ')' is preceded with whitespace. 567
 Warning whitespace ParenPad '(' is followed by whitespace. 568
 Warning whitespace ParenPad ')' is preceded with whitespace. 568
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 571
 Warning whitespace ParenPad '(' is followed by whitespace. 572
 Warning whitespace ParenPad ')' is preceded with whitespace. 572
 Warning sizes LineLength Line is longer than 180 characters (found 197). 574
 Warning whitespace ParenPad '(' is followed by whitespace. 574
 Warning whitespace ParenPad ')' is preceded with whitespace. 574
 Warning whitespace ParenPad '(' is followed by whitespace. 574
 Warning whitespace ParenPad ')' is preceded with whitespace. 574
 Warning whitespace ParenPad '(' is followed by whitespace. 574
 Warning whitespace ParenPad ')' is preceded with whitespace. 575
 Warning sizes LineLength Line is longer than 180 characters (found 187). 576
 Warning whitespace ParenPad '(' is followed by whitespace. 576
 Warning whitespace ParenPad ')' is preceded with whitespace. 576
 Warning whitespace ParenPad '(' is followed by whitespace. 576
 Warning whitespace ParenPad ')' is preceded with whitespace. 576
 Warning whitespace ParenPad '(' is followed by whitespace. 576
 Warning whitespace ParenPad ')' is preceded with whitespace. 576
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 589
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 593
 Warning whitespace ParenPad '(' is followed by whitespace. 594
 Warning whitespace ParenPad ')' is preceded with whitespace. 594
 Warning whitespace ParenPad '(' is followed by whitespace. 595
 Warning whitespace ParenPad ')' is preceded with whitespace. 595
 Warning whitespace ParenPad '(' is followed by whitespace. 596
 Warning whitespace ParenPad ')' is preceded with whitespace. 596
 Warning whitespace ParenPad '(' is followed by whitespace. 598
 Warning whitespace ParenPad ')' is preceded with whitespace. 598
 Warning whitespace ParenPad '(' is followed by whitespace. 599
 Warning whitespace ParenPad ')' is preceded with whitespace. 599
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 600
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 617
 Warning whitespace ParenPad '(' is followed by whitespace. 618
 Warning whitespace ParenPad ')' is preceded with whitespace. 618
 Warning whitespace ParenPad '(' is followed by whitespace. 619
 Warning whitespace ParenPad ')' is preceded with whitespace. 619
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 620
 Warning whitespace ParenPad '(' is followed by whitespace. 621
 Warning whitespace ParenPad ')' is preceded with whitespace. 621
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 627
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 631
 Warning whitespace ParenPad '(' is followed by whitespace. 635
 Warning whitespace ParenPad ')' is preceded with whitespace. 635
 Warning whitespace ParenPad '(' is followed by whitespace. 636
 Warning whitespace ParenPad ')' is preceded with whitespace. 636

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 33
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 41
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 51
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 53
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 57
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 63
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 66
 Warning whitespace ParenPad '(' is followed by whitespace. 67
 Warning whitespace ParenPad ')' is preceded with whitespace. 67
 Warning whitespace ParenPad '(' is followed by whitespace. 68
 Warning whitespace ParenPad ')' is preceded with whitespace. 68
 Warning whitespace ParenPad '(' is followed by whitespace. 69
 Warning whitespace ParenPad ')' is preceded with whitespace. 69

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 49
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 67
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 77
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 86
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 94
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 101
 Warning whitespace ParenPad ')' is preceded with whitespace. 101
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 116
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 117
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 118
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 119
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 120
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 121
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 126
 Warning whitespace ParenPad '(' is followed by whitespace. 127
 Warning whitespace ParenPad ')' is preceded with whitespace. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 130
 Warning whitespace ParenPad '(' is followed by whitespace. 131
 Warning whitespace ParenPad ')' is preceded with whitespace. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 133
 Warning whitespace ParenPad ')' is preceded with whitespace. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 142
 Warning whitespace ParenPad '(' is followed by whitespace. 146
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning whitespace ParenPad '(' is followed by whitespace. 150
 Warning whitespace ParenPad ')' is preceded with whitespace. 150
 Warning whitespace ParenPad '(' is followed by whitespace. 152
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning whitespace ParenPad '(' is followed by whitespace. 153
 Warning whitespace ParenPad ')' is preceded with whitespace. 153
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad '(' is followed by whitespace. 155
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 161
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 166
 Warning whitespace ParenPad ')' is preceded with whitespace. 166
 Warning whitespace ParenPad '(' is followed by whitespace. 167
 Warning whitespace ParenPad ')' is preceded with whitespace. 167
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 169
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 Warning whitespace ParenPad '(' is followed by whitespace. 175
 Warning whitespace ParenPad ')' is preceded with whitespace. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 176
 Warning whitespace ParenPad ')' is preceded with whitespace. 176
 Warning whitespace ParenPad '(' is followed by whitespace. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 182
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 183
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 193
 Warning whitespace ParenPad ')' is preceded with whitespace. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad '(' is followed by whitespace. 195
 Warning whitespace ParenPad ')' is preceded with whitespace. 196
 Warning whitespace ParenPad ')' is preceded with whitespace. 196
 Warning whitespace ParenPad '(' is followed by whitespace. 200
 Warning whitespace ParenPad ')' is preceded with whitespace. 200
 Warning whitespace ParenPad '(' is followed by whitespace. 201
 Warning whitespace ParenPad ')' is preceded with whitespace. 201
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 202
 Warning whitespace ParenPad '(' is followed by whitespace. 204
 Warning whitespace ParenPad ')' is preceded with whitespace. 204
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 209
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 212
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning whitespace ParenPad '(' is followed by whitespace. 215
 Warning whitespace ParenPad ')' is preceded with whitespace. 215
 Warning whitespace ParenPad '(' is followed by whitespace. 216
 Warning whitespace ParenPad ')' is preceded with whitespace. 216
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 226
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 229
 Warning whitespace ParenPad '(' is followed by whitespace. 230
 Warning whitespace ParenPad ')' is preceded with whitespace. 230
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning whitespace ParenPad ')' is preceded with whitespace. 231

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 47
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 88
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 100
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 104
 Warning whitespace ParenPad '(' is followed by whitespace. 105
 Warning whitespace ParenPad ')' is preceded with whitespace. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 108
 Warning whitespace ParenPad ')' is preceded with whitespace. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 115
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 116
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 120
 Warning whitespace ParenPad ')' is preceded with whitespace. 120
 Warning whitespace ParenPad '(' is followed by whitespace. 121
 Warning whitespace ParenPad ')' is preceded with whitespace. 121
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 122
 Warning whitespace ParenPad '(' is followed by whitespace. 123
 Warning whitespace ParenPad ')' is preceded with whitespace. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 127
 Warning whitespace ParenPad '(' is followed by whitespace. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning whitespace ParenPad '(' is followed by whitespace. 135
 Warning whitespace ParenPad ')' is preceded with whitespace. 135
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 140
 Warning whitespace ParenPad '(' is followed by whitespace. 141
 Warning whitespace ParenPad ')' is preceded with whitespace. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 142
 Warning whitespace ParenPad ')' is preceded with whitespace. 142
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 147
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 150
 Warning whitespace ParenPad '(' is followed by whitespace. 151
 Warning whitespace ParenPad ')' is preceded with whitespace. 151
 Warning whitespace ParenPad '(' is followed by whitespace. 154
 Warning whitespace ParenPad ')' is preceded with whitespace. 154
 Warning whitespace ParenPad '(' is followed by whitespace. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 156
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning whitespace ParenPad ')' is preceded with whitespace. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 158
 Warning whitespace ParenPad ')' is preceded with whitespace. 158
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 159
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 161
 Warning whitespace ParenPad '(' is followed by whitespace. 162
 Warning whitespace ParenPad ')' is preceded with whitespace. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning whitespace ParenPad '(' is followed by whitespace. 167
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning whitespace ParenPad '(' is followed by whitespace. 174
 Warning whitespace ParenPad ')' is preceded with whitespace. 174
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 177
 Warning whitespace ParenPad '(' is followed by whitespace. 178
 Warning whitespace ParenPad ')' is preceded with whitespace. 178
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 181
 Warning whitespace ParenPad '(' is followed by whitespace. 182
 Warning whitespace ParenPad ')' is preceded with whitespace. 182
 Warning whitespace ParenPad '(' is followed by whitespace. 184
 Warning whitespace ParenPad ')' is preceded with whitespace. 184
 Warning whitespace ParenPad '(' is followed by whitespace. 187
 Warning whitespace ParenPad ')' is preceded with whitespace. 187
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 188
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning whitespace ParenPad '(' is followed by whitespace. 190
 Warning whitespace ParenPad ')' is preceded with whitespace. 190
 Warning whitespace ParenPad '(' is followed by whitespace. 192
 Warning whitespace ParenPad ')' is preceded with whitespace. 192
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad ')' is preceded with whitespace. 194
 Warning whitespace ParenPad ')' is preceded with whitespace. 194
 Warning whitespace ParenPad '(' is followed by whitespace. 197
 Warning whitespace ParenPad ')' is preceded with whitespace. 197
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 206
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 207
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 210
 Warning whitespace ParenPad '(' is followed by whitespace. 211
 Warning whitespace ParenPad ')' is preceded with whitespace. 211
 Warning whitespace ParenPad '(' is followed by whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 212
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 221
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 222
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 223
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 226
 Warning whitespace ParenPad '(' is followed by whitespace. 227
 Warning whitespace ParenPad ')' is preceded with whitespace. 227
 Warning whitespace ParenPad '(' is followed by whitespace. 228
 Warning whitespace ParenPad ')' is preceded with whitespace. 228
 Warning whitespace ParenPad '(' is followed by whitespace. 229
 Warning whitespace ParenPad ')' is preceded with whitespace. 229
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 236
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 237
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 240
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 242
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 247
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 248
 Warning whitespace ParenPad '(' is followed by whitespace. 250
 Warning whitespace ParenPad ')' is preceded with whitespace. 250
 Warning whitespace ParenPad '(' is followed by whitespace. 251
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 251
 Warning whitespace ParenPad ')' is preceded with whitespace. 251
 Warning whitespace ParenPad '(' is followed by whitespace. 252
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 252
 Warning whitespace ParenPad ')' is preceded with whitespace. 252

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 46
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 55
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 59
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 65
 Warning whitespace ParenPad '(' is followed by whitespace. 66
 Warning whitespace ParenPad ')' is preceded with whitespace. 66
 Warning whitespace ParenPad '(' is followed by whitespace. 70
 Warning whitespace ParenPad ')' is preceded with whitespace. 70
 Warning whitespace ParenPad '(' is followed by whitespace. 71
 Warning whitespace ParenPad ')' is preceded with whitespace. 71
 Warning whitespace ParenPad '(' is followed by whitespace. 73
 Warning whitespace ParenPad ')' is preceded with whitespace. 73
 Warning whitespace ParenPad '(' is followed by whitespace. 75
 Warning whitespace ParenPad ')' is preceded with whitespace. 75
 Warning whitespace ParenPad '(' is followed by whitespace. 77
 Warning whitespace ParenPad ')' is preceded with whitespace. 77
 Warning whitespace ParenPad '(' is followed by whitespace. 78
 Warning whitespace ParenPad ')' is preceded with whitespace. 78
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 86
 Warning whitespace ParenPad '(' is followed by whitespace. 88
 Warning whitespace ParenPad ')' is preceded with whitespace. 90
 Warning whitespace ParenPad '(' is followed by whitespace. 92
 Warning whitespace ParenPad ')' is preceded with whitespace. 92
 Warning whitespace ParenPad '(' is followed by whitespace. 93
 Warning whitespace ParenPad ')' is preceded with whitespace. 93
 Warning whitespace ParenPad '(' is followed by whitespace. 94
 Warning whitespace ParenPad '(' is followed by whitespace. 96
 Warning whitespace ParenPad ')' is preceded with whitespace. 97
 Warning whitespace ParenPad ')' is preceded with whitespace. 97
 Warning whitespace ParenPad '(' is followed by whitespace. 100
 Warning whitespace ParenPad ')' is preceded with whitespace. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 104
 Warning whitespace ParenPad ')' is preceded with whitespace. 104
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 105
 Warning whitespace ParenPad '(' is followed by whitespace. 106
 Warning whitespace ParenPad ')' is preceded with whitespace. 106
 Warning whitespace ParenPad '(' is followed by whitespace. 107
 Warning whitespace ParenPad ')' is preceded with whitespace. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 108
 Warning whitespace ParenPad ')' is preceded with whitespace. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 111
 Warning whitespace ParenPad ')' is preceded with whitespace. 111
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 115
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 119
 Warning whitespace ParenPad '(' is followed by whitespace. 121
 Warning whitespace ParenPad ')' is preceded with whitespace. 121
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning whitespace ParenPad '(' is followed by whitespace. 123
 Warning whitespace ParenPad ')' is preceded with whitespace. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 131
 Warning whitespace ParenPad ')' is preceded with whitespace. 131

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 89
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 200
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 210
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 220
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 230
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 240
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 250
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 260
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 270
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 280
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 290
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 300
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 310
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 320
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 330
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 340
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 350
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 360
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 370
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 380
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 390
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 395
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 400
 Warning coding HiddenField 'logger' hides a field. 455
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 456
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 465
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 467
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 473
 Warning whitespace ParenPad '(' is followed by whitespace. 480
 Warning whitespace ParenPad ')' is preceded with whitespace. 480
 Warning whitespace ParenPad '(' is followed by whitespace. 482
 Warning whitespace ParenPad ')' is preceded with whitespace. 482
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 498
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 500
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 502
 Warning coding HiddenField 'project' hides a field. 503
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 512
 Warning whitespace ParenPad '(' is followed by whitespace. 514
 Warning whitespace ParenPad ')' is preceded with whitespace. 515
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 520
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 525
 Warning whitespace ParenPad '(' is followed by whitespace. 526
 Warning whitespace ParenPad ')' is preceded with whitespace. 526
 Warning whitespace ParenPad '(' is followed by whitespace. 529
 Warning whitespace ParenPad ')' is preceded with whitespace. 529
 Warning whitespace ParenPad '(' is followed by whitespace. 532
 Warning whitespace ParenPad ')' is preceded with whitespace. 534
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 537
 Warning whitespace ParenPad '(' is followed by whitespace. 538
 Warning whitespace ParenPad ')' is preceded with whitespace. 538
 Warning whitespace ParenPad '(' is followed by whitespace. 539
 Warning whitespace ParenPad '(' is followed by whitespace. 539
 Warning whitespace ParenPad ')' is preceded with whitespace. 541
 Warning whitespace ParenPad ')' is preceded with whitespace. 541
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 554
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 556
 Warning whitespace ParenPad '(' is followed by whitespace. 560
 Warning whitespace ParenPad ')' is preceded with whitespace. 560
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 561
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 563
 Warning whitespace ParenPad '(' is followed by whitespace. 564
 Warning whitespace ParenPad ')' is preceded with whitespace. 564
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 567
 Warning whitespace ParenPad '(' is followed by whitespace. 568
 Warning whitespace ParenPad ')' is preceded with whitespace. 568
 Warning whitespace ParenPad '(' is followed by whitespace. 569
 Warning whitespace ParenPad '(' is followed by whitespace. 569
 Warning whitespace ParenPad ')' is preceded with whitespace. 571
 Warning whitespace ParenPad ')' is preceded with whitespace. 571
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 574
 Warning whitespace ParenPad '(' is followed by whitespace. 575
 Warning whitespace ParenPad ')' is preceded with whitespace. 575
 Warning whitespace ParenPad '(' is followed by whitespace. 576
 Warning whitespace ParenPad '(' is followed by whitespace. 576
 Warning whitespace ParenPad ')' is preceded with whitespace. 578
 Warning whitespace ParenPad ')' is preceded with whitespace. 578
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 584
 Warning whitespace ParenPad '(' is followed by whitespace. 586
 Warning whitespace ParenPad ')' is preceded with whitespace. 586
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 587
 Warning whitespace ParenPad '(' is followed by whitespace. 588
 Warning whitespace ParenPad ')' is preceded with whitespace. 588
 Warning whitespace ParenPad '(' is followed by whitespace. 594
 Warning whitespace ParenPad ')' is preceded with whitespace. 594
 Warning whitespace ParenPad '(' is followed by whitespace. 595
 Warning whitespace ParenPad ')' is preceded with whitespace. 595
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 596
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 614
 Warning blocks LeftCurly '{' at column 33 should be on the previous line. 617
 Warning blocks LeftCurly '{' at column 37 should be on the previous line. 622
 Warning whitespace ParenPad '(' is followed by whitespace. 624
 Warning whitespace ParenPad ')' is preceded with whitespace. 625
 Warning blocks LeftCurly '{' at column 33 should be on the previous line. 629
 Warning whitespace ParenPad '(' is followed by whitespace. 630
 Warning whitespace ParenPad ')' is preceded with whitespace. 630
 Warning blocks LeftCurly '{' at column 33 should be on the previous line. 633
 Warning blocks LeftCurly '{' at column 37 should be on the previous line. 635
 Warning blocks LeftCurly '{' at column 41 should be on the previous line. 637
 Warning blocks LeftCurly '{' at column 41 should be on the previous line. 641
 Warning whitespace ParenPad '(' is followed by whitespace. 652
 Warning whitespace ParenPad ')' is preceded with whitespace. 652
 Warning whitespace ParenPad '(' is followed by whitespace. 653
 Warning whitespace ParenPad ')' is preceded with whitespace. 653
 Warning whitespace ParenPad '(' is followed by whitespace. 654
 Warning whitespace ParenPad ')' is preceded with whitespace. 654
 Warning whitespace ParenPad '(' is followed by whitespace. 655
 Warning whitespace ParenPad ')' is preceded with whitespace. 655
 Warning whitespace ParenPad '(' is followed by whitespace. 658
 Warning whitespace ParenPad ')' is preceded with whitespace. 658
 Warning whitespace ParenPad '(' is followed by whitespace. 660
 Warning whitespace ParenPad ')' is preceded with whitespace. 660
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 661
 Warning whitespace ParenPad '(' is followed by whitespace. 662
 Warning whitespace ParenPad ')' is preceded with whitespace. 662
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 673
 Warning whitespace ParenPad '(' is followed by whitespace. 673
 Warning whitespace ParenPad ')' is preceded with whitespace. 673
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 676
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 701
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 706
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 707
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 713
 Warning whitespace ParenPad '(' is followed by whitespace. 714
 Warning whitespace ParenPad ')' is preceded with whitespace. 714
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 717
 Warning whitespace ParenPad '(' is followed by whitespace. 719
 Warning whitespace ParenPad ')' is preceded with whitespace. 722
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 728
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 735
 Warning whitespace ParenPad '(' is followed by whitespace. 740
 Warning whitespace ParenPad ')' is preceded with whitespace. 741
 Warning whitespace ParenPad '(' is followed by whitespace. 743
 Warning whitespace ParenPad ')' is preceded with whitespace. 743
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 744
 Warning whitespace ParenPad '(' is followed by whitespace. 745
 Warning whitespace ParenPad ')' is preceded with whitespace. 745
 Warning whitespace ParenPad '(' is followed by whitespace. 748
 Warning whitespace ParenPad ')' is preceded with whitespace. 748
 Warning whitespace ParenPad '(' is followed by whitespace. 750
 Warning whitespace ParenPad ')' is preceded with whitespace. 750
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 759
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 760
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 763
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 767
 Warning whitespace ParenPad '(' is followed by whitespace. 768
 Warning whitespace ParenPad ')' is preceded with whitespace. 768
 Warning whitespace ParenPad '(' is followed by whitespace. 773
 Warning whitespace ParenPad ')' is preceded with whitespace. 773
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 783
 Warning whitespace ParenPad '(' is followed by whitespace. 784
 Warning whitespace ParenPad ')' is preceded with whitespace. 784
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 794
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 796
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 798
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 799
 Warning whitespace ParenPad '(' is followed by whitespace. 801
 Warning whitespace ParenPad ')' is preceded with whitespace. 801
 Warning whitespace ParenPad '(' is followed by whitespace. 802
 Warning whitespace ParenPad ')' is preceded with whitespace. 802
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 803
 Warning whitespace ParenPad '(' is followed by whitespace. 804
 Warning whitespace ParenPad ')' is preceded with whitespace. 804
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 805
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 809
 Warning whitespace ParenPad '(' is followed by whitespace. 810
 Warning whitespace ParenPad ')' is preceded with whitespace. 814
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 826
 Warning coding HiddenField 'artifactFactory' hides a field. 830
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 833
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 836
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 839
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 841
 Warning whitespace ParenPad '(' is followed by whitespace. 842
 Warning whitespace ParenPad ')' is preceded with whitespace. 842
 Warning whitespace ParenPad '(' is followed by whitespace. 844
 Warning whitespace ParenPad ')' is preceded with whitespace. 846
 Warning whitespace ParenPad '(' is followed by whitespace. 848
 Warning whitespace ParenPad ')' is preceded with whitespace. 848
 Warning whitespace ParenPad '(' is followed by whitespace. 849
 Warning whitespace ParenPad ')' is preceded with whitespace. 849
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 852
 Warning whitespace ParenPad '(' is followed by whitespace. 854
 Warning whitespace ParenPad ')' is preceded with whitespace. 856
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 862
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 877
 Warning whitespace ParenPad '(' is followed by whitespace. 878
 Warning whitespace ParenPad ')' is preceded with whitespace. 878
 Warning whitespace ParenPad '(' is followed by whitespace. 879
 Warning whitespace ParenPad ')' is preceded with whitespace. 879
 Warning whitespace ParenPad '(' is followed by whitespace. 881
 Warning whitespace ParenPad ')' is preceded with whitespace. 881
 Warning whitespace ParenPad '(' is followed by whitespace. 882
 Warning whitespace ParenPad ')' is preceded with whitespace. 882
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 896
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 904
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 906
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 912
 Warning whitespace ParenPad '(' is followed by whitespace. 913
 Warning whitespace ParenPad ')' is preceded with whitespace. 914
 Warning whitespace ParenPad '(' is followed by whitespace. 918
 Warning whitespace ParenPad ')' is preceded with whitespace. 920
 Warning whitespace ParenPad '(' is followed by whitespace. 922
 Warning whitespace ParenPad ')' is preceded with whitespace. 922
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 924
 Warning whitespace ParenPad '(' is followed by whitespace. 930
 Warning whitespace ParenPad ')' is preceded with whitespace. 932
 Warning whitespace ParenPad '(' is followed by whitespace. 933
 Warning whitespace ParenPad ')' is preceded with whitespace. 933
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 936
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 938
 Warning whitespace ParenPad '(' is followed by whitespace. 939
 Warning whitespace ParenPad '(' is followed by whitespace. 939
 Warning whitespace ParenPad ')' is preceded with whitespace. 940
 Warning whitespace ParenPad ')' is preceded with whitespace. 940
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 945
 Warning whitespace ParenPad '(' is followed by whitespace. 947
 Warning whitespace ParenPad ')' is preceded with whitespace. 947
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 949
 Warning whitespace ParenPad '(' is followed by whitespace. 950
 Warning whitespace ParenPad ')' is preceded with whitespace. 950
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 951
 Warning whitespace ParenPad '(' is followed by whitespace. 952
 Warning whitespace ParenPad ')' is preceded with whitespace. 952
 Warning whitespace ParenPad '(' is followed by whitespace. 954
 Warning whitespace ParenPad ')' is preceded with whitespace. 954
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 955
 Warning whitespace ParenPad '(' is followed by whitespace. 956
 Warning whitespace ParenPad ')' is preceded with whitespace. 956
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 960
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 962
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 964
 Warning whitespace ParenPad '(' is followed by whitespace. 966
 Warning whitespace ParenPad '(' is followed by whitespace. 967
 Warning whitespace ParenPad ')' is preceded with whitespace. 968
 Warning whitespace ParenPad ')' is preceded with whitespace. 968
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 971
 Warning whitespace ParenPad '(' is followed by whitespace. 972
 Warning whitespace ParenPad '(' is followed by whitespace. 973
 Warning whitespace ParenPad ')' is preceded with whitespace. 974
 Warning whitespace ParenPad ')' is preceded with whitespace. 974
 Warning whitespace ParenPad '(' is followed by whitespace. 980
 Warning whitespace ParenPad ')' is preceded with whitespace. 980
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 995
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 999
 Warning whitespace ParenPad '(' is followed by whitespace. 1000
 Warning whitespace ParenPad '(' is followed by whitespace. 1000
 Warning whitespace ParenPad ')' is preceded with whitespace. 1000
 Warning whitespace ParenPad ')' is preceded with whitespace. 1000
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1003
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1004
 Warning whitespace ParenPad '(' is followed by whitespace. 1005
 Warning whitespace ParenPad '(' is followed by whitespace. 1005
 Warning whitespace ParenPad ')' is preceded with whitespace. 1005
 Warning whitespace ParenPad ')' is preceded with whitespace. 1005
 Warning whitespace ParenPad '(' is followed by whitespace. 1007
 Warning whitespace ParenPad ')' is preceded with whitespace. 1007
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1011
 Warning whitespace ParenPad '(' is followed by whitespace. 1012
 Warning whitespace ParenPad '(' is followed by whitespace. 1012
 Warning whitespace ParenPad ')' is preceded with whitespace. 1012
 Warning whitespace ParenPad ')' is preceded with whitespace. 1012
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1015
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1016
 Warning whitespace ParenPad '(' is followed by whitespace. 1017
 Warning whitespace ParenPad '(' is followed by whitespace. 1017
 Warning whitespace ParenPad ')' is preceded with whitespace. 1017
 Warning whitespace ParenPad ')' is preceded with whitespace. 1017
 Warning whitespace ParenPad '(' is followed by whitespace. 1019
 Warning whitespace ParenPad ')' is preceded with whitespace. 1019
 Warning whitespace ParenPad '(' is followed by whitespace. 1021
 Warning whitespace ParenPad ')' is preceded with whitespace. 1021
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1037
 Warning whitespace ParenPad '(' is followed by whitespace. 1038
 Warning whitespace ParenPad ')' is preceded with whitespace. 1038
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1048
 Warning whitespace ParenPad '(' is followed by whitespace. 1049
 Warning whitespace ParenPad ')' is preceded with whitespace. 1049
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1060
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1062
 Warning whitespace ParenPad '(' is followed by whitespace. 1063
 Warning whitespace ParenPad ')' is preceded with whitespace. 1063
 Warning whitespace ParenPad '(' is followed by whitespace. 1065
 Warning whitespace ParenPad ')' is preceded with whitespace. 1065
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1068

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 32
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 122
 Warning sizes ParameterNumber More than 12 parameters (found 15). 142
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 146
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 174
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 184
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 194
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 204
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 214
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 224
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 234
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 244
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 254
 Warning javadoc JavadocMethod Unused @param tag for 'groupId'. 261
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 264
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 274
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 284
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 294
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 304
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 314
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 324
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 334
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 344
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 354
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 364
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 374
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 384
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 394
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 404
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 414
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 424
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 434
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 444
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 454
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 464
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 474
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 484
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 494
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 504
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 512
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 520
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 521
 Warning whitespace ParenPad '(' is followed by whitespace. 523
 Warning whitespace ParenPad ')' is preceded with whitespace. 523
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 524
 Warning whitespace ParenPad '(' is followed by whitespace. 527
 Warning whitespace ParenPad ')' is preceded with whitespace. 527
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 529
 Warning whitespace ParenPad '(' is followed by whitespace. 532
 Warning whitespace ParenPad ')' is preceded with whitespace. 532
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 534
 Warning whitespace ParenPad '(' is followed by whitespace. 537
 Warning whitespace ParenPad ')' is preceded with whitespace. 537
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 539
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 543
 Warning whitespace ParenPad '(' is followed by whitespace. 544
 Warning whitespace ParenPad ')' is preceded with whitespace. 544
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 547
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 551
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 555
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 568
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 571
 Warning whitespace ParenPad '(' is followed by whitespace. 574
 Warning whitespace ParenPad ')' is preceded with whitespace. 574
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 581
 Warning whitespace ParenPad '(' is followed by whitespace. 582
 Warning whitespace ParenPad ')' is preceded with whitespace. 582
 Warning whitespace ParenPad '(' is followed by whitespace. 582
 Warning whitespace ParenPad ')' is preceded with whitespace. 582
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 588
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 589
 Warning whitespace ParenPad '(' is followed by whitespace. 590
 Warning whitespace ParenPad ')' is preceded with whitespace. 590
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 596
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 597
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 599
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 603
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 606
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 610

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

Severity Category Rule Message Line
 Warning design FinalClass Class IdeUtils should be declared as final. 51
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 52
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 106
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 108
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad '(' is followed by whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning whitespace ParenPad ')' is preceded with whitespace. 109
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 112
 Warning whitespace ParenPad '(' is followed by whitespace. 113
 Warning whitespace ParenPad '(' is followed by whitespace. 113
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning whitespace ParenPad ')' is preceded with whitespace. 113
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 117
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 119
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 121
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 125
 Warning whitespace ParenPad '(' is followed by whitespace. 126
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 133
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 140
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 142
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 146
 Warning whitespace ParenPad '(' is followed by whitespace. 147
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 159
 Warning whitespace ParenPad '(' is followed by whitespace. 160
 Warning whitespace ParenPad ')' is preceded with whitespace. 160
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 162
 Warning whitespace ParenPad '(' is followed by whitespace. 164
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 178
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 190
 Warning whitespace ParenPad '(' is followed by whitespace. 191
 Warning whitespace ParenPad ')' is preceded with whitespace. 191
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 193
 Warning whitespace ParenPad '(' is followed by whitespace. 194
 Warning whitespace ParenPad ')' is preceded with whitespace. 194
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 207
 Warning whitespace ParenPad '(' is followed by whitespace. 208
 Warning whitespace ParenPad ')' is preceded with whitespace. 208
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 238
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 238
 Warning javadoc JavadocMethod Unused @param tag for 'artifacts'. 247
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 249
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 252
 Warning whitespace ParenPad '(' is followed by whitespace. 254
 Warning whitespace ParenPad ')' is preceded with whitespace. 254
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 256
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 259
 Warning whitespace ParenPad '(' is followed by whitespace. 260
 Warning whitespace ParenPad ')' is preceded with whitespace. 260
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 263
 Warning whitespace ParenPad '(' is followed by whitespace. 264
 Warning whitespace ParenPad ')' is preceded with whitespace. 264
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 267
 Warning whitespace ParenPad '(' is followed by whitespace. 268
 Warning whitespace ParenPad ')' is preceded with whitespace. 268
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 271
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 275
 Warning whitespace ParenPad '(' is followed by whitespace. 276
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 289
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 291
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 293
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 294
 Warning whitespace ParenPad '(' is followed by whitespace. 295
 Warning whitespace ParenPad ')' is preceded with whitespace. 295
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 296
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 297
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 317
 Warning whitespace ParenPad '(' is followed by whitespace. 318
 Warning whitespace ParenPad ')' is preceded with whitespace. 318
 Warning whitespace ParenPad '(' is followed by whitespace. 319
 Warning whitespace ParenPad ')' is preceded with whitespace. 319
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 320
 Warning whitespace ParenPad '(' is followed by whitespace. 321
 Warning whitespace ParenPad ')' is preceded with whitespace. 321
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 335
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 337
 Warning whitespace ParenPad '(' is followed by whitespace. 337
 Warning whitespace ParenPad ')' is preceded with whitespace. 337
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 339
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 341
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 356
 Warning whitespace ParenPad '(' is followed by whitespace. 358
 Warning whitespace ParenPad ')' is preceded with whitespace. 358
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 360
 Warning whitespace ParenPad '(' is followed by whitespace. 361
 Warning whitespace ParenPad ')' is preceded with whitespace. 361
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 364
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 367
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 368
 Warning whitespace ParenPad '(' is followed by whitespace. 369
 Warning whitespace ParenPad ')' is preceded with whitespace. 369
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 371
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 373
 Warning whitespace ParenPad '(' is followed by whitespace. 374
 Warning whitespace ParenPad ')' is preceded with whitespace. 374
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 381
 Warning whitespace ParenPad '(' is followed by whitespace. 381
 Warning whitespace ParenPad ')' is preceded with whitespace. 381
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 387
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 387
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 398
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 400
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 402
 Warning whitespace ParenPad '(' is followed by whitespace. 403
 Warning whitespace ParenPad ')' is preceded with whitespace. 404
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 409
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 413
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 417
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 427
 Warning whitespace ParenPad '(' is followed by whitespace. 428
 Warning whitespace ParenPad ')' is preceded with whitespace. 428
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 439
 Warning whitespace ParenPad '(' is followed by whitespace. 440
 Warning whitespace ParenPad ')' is preceded with whitespace. 440
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 443
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 444
 Warning whitespace ParenPad '(' is followed by whitespace. 445
 Warning whitespace ParenPad ')' is preceded with whitespace. 445
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 448
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 449
 Warning whitespace ParenPad '(' is followed by whitespace. 450
 Warning whitespace ParenPad ')' is preceded with whitespace. 451
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 459
 Warning whitespace ParenPad '(' is followed by whitespace. 460
 Warning whitespace ParenPad ')' is preceded with whitespace. 460
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 477
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 479
 Warning whitespace ParenPad '(' is followed by whitespace. 480
 Warning whitespace ParenPad ')' is preceded with whitespace. 480
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 483
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 493
 Warning whitespace ParenPad '(' is followed by whitespace. 494
 Warning whitespace ParenPad ')' is preceded with whitespace. 494
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 498
 Warning whitespace ParenPad '(' is followed by whitespace. 500
 Warning whitespace ParenPad ')' is preceded with whitespace. 501
 Warning whitespace ParenPad '(' is followed by whitespace. 503
 Warning whitespace ParenPad ')' is preceded with whitespace. 503
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 525
 Warning whitespace ParenPad '(' is followed by whitespace. 529
 Warning whitespace ParenPad ')' is preceded with whitespace. 529
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 530
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 534
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 540
 Warning whitespace ParenPad '(' is followed by whitespace. 543
 Warning whitespace ParenPad ')' is preceded with whitespace. 543
 Warning whitespace ParenPad '(' is followed by whitespace. 543
 Warning whitespace ParenPad ')' is preceded with whitespace. 543
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 544
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 549
 Warning whitespace ParenPad '(' is followed by whitespace. 553
 Warning whitespace ParenPad ')' is preceded with whitespace. 553
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 556
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 557
 Warning whitespace ParenPad '(' is followed by whitespace. 558
 Warning whitespace ParenPad ')' is preceded with whitespace. 558
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 560
 Warning whitespace ParenPad '(' is followed by whitespace. 561
 Warning whitespace ParenPad ')' is preceded with whitespace. 561
 Warning whitespace ParenPad '(' is followed by whitespace. 564
 Warning whitespace ParenPad ')' is preceded with whitespace. 564
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 565
 Warning whitespace ParenPad '(' is followed by whitespace. 568
 Warning whitespace ParenPad ')' is preceded with whitespace. 568
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 569
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 573
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 580
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 582
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 584
 Warning coding ParameterAssignment Assignment of parameter 'fileToAdd' is not allowed. 585
 Warning whitespace ParenPad '(' is followed by whitespace. 588
 Warning whitespace ParenPad ')' is preceded with whitespace. 588
 Warning whitespace ParenPad '(' is followed by whitespace. 589
 Warning whitespace ParenPad ')' is preceded with whitespace. 589
 Warning whitespace ParenPad '(' is followed by whitespace. 593
 Warning whitespace ParenPad ')' is preceded with whitespace. 593
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 594
 Warning whitespace ParenPad '(' is followed by whitespace. 597
 Warning whitespace ParenPad ')' is preceded with whitespace. 597
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 598
 Warning whitespace ParenPad '(' is followed by whitespace. 606
 Warning whitespace ParenPad ')' is preceded with whitespace. 606
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 607
 Warning whitespace ParenPad '(' is followed by whitespace. 610
 Warning whitespace ParenPad ')' is preceded with whitespace. 610
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 613
 Warning whitespace ParenPad '(' is followed by whitespace. 617
 Warning whitespace ParenPad ')' is preceded with whitespace. 617
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 620
 Warning whitespace ParenPad '(' is followed by whitespace. 621
 Warning whitespace ParenPad ')' is preceded with whitespace. 621
 Warning whitespace ParenPad '(' is followed by whitespace. 622
 Warning whitespace ParenPad ')' is preceded with whitespace. 622
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 635
 Warning whitespace ParenPad '(' is followed by whitespace. 636
 Warning whitespace ParenPad ')' is preceded with whitespace. 636
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 650
 Warning whitespace ParenPad '(' is followed by whitespace. 651
 Warning whitespace ParenPad ')' is preceded with whitespace. 651
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 661
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 665
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 666
 Warning whitespace ParenPad '(' is followed by whitespace. 668
 Warning whitespace ParenPad ')' is preceded with whitespace. 668
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 669
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 671
 Warning whitespace ParenPad '(' is followed by whitespace. 674
 Warning whitespace ParenPad ')' is preceded with whitespace. 674
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 675
 Warning whitespace ParenPad '(' is followed by whitespace. 676
 Warning whitespace ParenPad ')' is preceded with whitespace. 676
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 683
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 684
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 687
 Warning whitespace ParenPad '(' is followed by whitespace. 689
 Warning whitespace ParenPad ')' is preceded with whitespace. 689
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 690
 Warning whitespace ParenPad '(' is followed by whitespace. 691
 Warning whitespace ParenPad ')' is preceded with whitespace. 691
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 700
 Warning whitespace ParenPad '(' is followed by whitespace. 702
 Warning whitespace ParenPad ')' is preceded with whitespace. 702
 Warning whitespace ParenPad '(' is followed by whitespace. 703
 Warning whitespace ParenPad ')' is preceded with whitespace. 703
 Warning whitespace ParenPad '(' is followed by whitespace. 704
 Warning whitespace ParenPad ')' is preceded with whitespace. 704
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 709

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

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 26
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 67
 Warning javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning javadoc JavadocVariable Missing a Javadoc comment. 71
 Warning javadoc JavadocVariable Missing a Javadoc comment. 73
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 76
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 77
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 78
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 79
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 82
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 94
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 102
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 110
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 118

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

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 30
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 31
 Warning javadoc JavadocVariable Missing a Javadoc comment. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 44
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 48
 Warning whitespace ParenPad '(' is followed by whitespace. 49
 Warning whitespace ParenPad ')' is preceded with whitespace. 49
 Warning whitespace ParenPad '(' is followed by whitespace. 50
 Warning whitespace ParenPad ')' is preceded with whitespace. 50
 Warning whitespace ParenPad '(' is followed by whitespace. 51
 Warning whitespace ParenPad ')' is preceded with whitespace. 51
 Warning whitespace ParenPad '(' is followed by whitespace. 52
 Warning whitespace ParenPad ')' is preceded with whitespace. 52
 Warning whitespace ParenPad '(' is followed by whitespace. 53
 Warning whitespace ParenPad ')' is preceded with whitespace. 53
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 64
 Warning whitespace ParenPad '(' is followed by whitespace. 65
 Warning whitespace ParenPad ')' is preceded with whitespace. 65
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 66
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 67
 Warning whitespace ParenPad '(' is followed by whitespace. 67
 Warning whitespace ParenPad ')' is preceded with whitespace. 67
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 70
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 82
 Warning whitespace ParenPad '(' is followed by whitespace. 83
 Warning whitespace ParenPad ')' is preceded with whitespace. 83
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 84
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 85
 Warning whitespace ParenPad '(' is followed by whitespace. 85
 Warning whitespace ParenPad ')' is preceded with whitespace. 85
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 88
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 100
 Warning whitespace ParenPad '(' is followed by whitespace. 101
 Warning whitespace ParenPad ')' is preceded with whitespace. 101
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 102
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 103
 Warning whitespace ParenPad '(' is followed by whitespace. 103
 Warning whitespace ParenPad ')' is preceded with whitespace. 103
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 106
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 118
 Warning whitespace ParenPad '(' is followed by whitespace. 119
 Warning whitespace ParenPad ')' is preceded with whitespace. 119
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 120
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 121
 Warning whitespace ParenPad '(' is followed by whitespace. 121
 Warning whitespace ParenPad ')' is preceded with whitespace. 121
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 124
 Warning javadoc JavadocMethod Unused @param tag for 'artifacts'. 132
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 138
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 141
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad '(' is followed by whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 146
 Warning javadoc JavadocMethod Unused @param tag for 'artifacts'. 156
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 161
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 165
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning whitespace ParenPad ')' is preceded with whitespace. 168
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 170
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 175
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179
 Warning whitespace ParenPad ')' is preceded with whitespace. 179
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 181
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 186
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad '(' is followed by whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 191
 Warning javadoc JavadocMethod Unused @param tag for 'artifacts'. 201
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 207
 Warning whitespace ParenPad '(' is followed by whitespace. 208
 Warning whitespace ParenPad ')' is preceded with whitespace. 208
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 211
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad '(' is followed by whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 216
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 221
 Warning whitespace ParenPad '(' is followed by whitespace. 225
 Warning whitespace ParenPad '(' is followed by whitespace. 225
 Warning whitespace ParenPad ')' is preceded with whitespace. 225
 Warning whitespace ParenPad ')' is preceded with whitespace. 225
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 227
 Warning javadoc JavadocMethod Unused @param tag for 'artifacts'. 237
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 242
 Warning whitespace ParenPad '(' is followed by whitespace. 243
 Warning whitespace ParenPad ')' is preceded with whitespace. 243
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 246
 Warning whitespace ParenPad '(' is followed by whitespace. 249
 Warning whitespace ParenPad '(' is followed by whitespace. 249
 Warning whitespace ParenPad ')' is preceded with whitespace. 249
 Warning whitespace ParenPad ')' is preceded with whitespace. 249
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 251
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 259
 Warning whitespace ParenPad '(' is followed by whitespace. 261
 Warning whitespace ParenPad ')' is preceded with whitespace. 261
 Warning whitespace ParenPad '(' is followed by whitespace. 262
 Warning whitespace ParenPad ')' is preceded with whitespace. 262
 Warning whitespace ParenPad '(' is followed by whitespace. 263
 Warning whitespace ParenPad ')' is preceded with whitespace. 263
 Warning whitespace ParenPad '(' is followed by whitespace. 264
 Warning whitespace ParenPad ')' is preceded with whitespace. 264
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 268
 Warning whitespace ParenPad '(' is followed by whitespace. 271
 Warning whitespace ParenPad ')' is preceded with whitespace. 272
 Warning whitespace ParenPad '(' is followed by whitespace. 275
 Warning whitespace ParenPad ')' is preceded with whitespace. 276
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 277
 Warning whitespace ParenPad '(' is followed by whitespace. 281
 Warning whitespace ParenPad ')' is preceded with whitespace. 282
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 283
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 289
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 291
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 292
 Warning whitespace ParenPad ')' is preceded with whitespace. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 293
 Warning whitespace ParenPad ')' is preceded with whitespace. 293
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 295
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 304
 Warning whitespace ParenPad '(' is followed by whitespace. 306
 Warning whitespace ParenPad ')' is preceded with whitespace. 307
 Warning whitespace ParenPad '(' is followed by whitespace. 311
 Warning whitespace ParenPad ')' is preceded with whitespace. 312
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 313
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 319
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 321
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 322
 Warning whitespace ParenPad '(' is followed by whitespace. 322
 Warning whitespace ParenPad ')' is preceded with whitespace. 322
 Warning whitespace ParenPad '(' is followed by whitespace. 323
 Warning whitespace ParenPad ')' is preceded with whitespace. 323
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 325
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 335
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 340
 Warning whitespace ParenPad '(' is followed by whitespace. 342
 Warning whitespace ParenPad ')' is preceded with whitespace. 343
 Warning whitespace ParenPad '(' is followed by whitespace. 347
 Warning whitespace ParenPad ')' is preceded with whitespace. 348
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 349
 Warning whitespace ParenPad '(' is followed by whitespace. 354
 Warning whitespace ParenPad ')' is preceded with whitespace. 355
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 356
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 362
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 364
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 365
 Warning whitespace ParenPad '(' is followed by whitespace. 365
 Warning whitespace ParenPad ')' is preceded with whitespace. 365
 Warning whitespace ParenPad '(' is followed by whitespace. 366
 Warning whitespace ParenPad ')' is preceded with whitespace. 366
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 368

Back to top

Version: 3.2.1-SNAPSHOT. Last Published: 2024-03-06.