Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
64 0 6120 0

Files

File  I  W  E
org/apache/maven/plugin/eclipse/AbstractWorkspaceMojo.java 0 5 0
org/apache/maven/plugin/eclipse/BuildCommand.java 0 87 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 12 0
org/apache/maven/plugin/eclipse/EclipsePlugin.java 0 761 0
org/apache/maven/plugin/eclipse/EclipseSourceDir.java 0 73 0
org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java 0 452 0
org/apache/maven/plugin/eclipse/InstallPluginsMojo.java 0 109 0
org/apache/maven/plugin/eclipse/LinkedResource.java 0 63 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 81 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 114 0
org/apache/maven/plugin/eclipse/writers/AbstractEclipseWriter.java 0 4 0
org/apache/maven/plugin/eclipse/writers/EclipseAjdtWriter.java 0 65 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 52 0
org/apache/maven/plugin/eclipse/writers/MonitoredResource.java 0 7 0
org/apache/maven/plugin/eclipse/writers/SortedProperties.java 0 10 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 279 0
org/apache/maven/plugin/eclipse/writers/rad/RadEjbClasspathWriter.java 0 120 0
org/apache/maven/plugin/eclipse/writers/rad/RadJ2EEWriter.java 0 69 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 20 0
org/apache/maven/plugin/eclipse/writers/workspace/EclipseCodeFormatterProfile.java 0 39 0
org/apache/maven/plugin/eclipse/writers/workspace/EclipseSettingsWriter.java 0 81 0
org/apache/maven/plugin/eclipse/writers/workspace/EclipseWorkspaceWriter.java 0 50 0
org/apache/maven/plugin/eclipse/writers/workspace/WorkspaceWriter.java 0 2 0
org/apache/maven/plugin/eclipse/writers/wtp/AbstractWtpResourceWriter.java 0 156 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 283 0
org/apache/maven/plugin/ide/IdeDependency.java 0 78 0
org/apache/maven/plugin/ide/IdeUtils.java 0 250 0
org/apache/maven/plugin/ide/JeeDescriptor.java 0 30 0
org/apache/maven/plugin/ide/JeeUtils.java 0 160 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 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 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 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 javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 371
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 387
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 535
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 537
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 539
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 565
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 662
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 672
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 682
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 692
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 702
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 712
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 722
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 732
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 742
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 752
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 762
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 772
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 782
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 792
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 802
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 812
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 822
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 832
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 842
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 850
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 858
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 866
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 874
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 884
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 894
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 902
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 910
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 919
 Warning whitespace ParenPad '(' is followed by whitespace. 923
 Warning whitespace ParenPad '(' is followed by whitespace. 923
 Warning whitespace ParenPad ')' is preceded with whitespace. 925
 Warning whitespace ParenPad ')' is preceded with whitespace. 925
 Warning whitespace ParenPad '(' is followed by whitespace. 926
 Warning whitespace ParenPad ')' is preceded with whitespace. 926
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equals comparison. 926
 Warning whitespace ParenPad '(' is followed by whitespace. 926
 Warning whitespace ParenPad ')' is preceded with whitespace. 926
 Warning whitespace ParenPad '(' is followed by whitespace. 935
 Warning whitespace ParenPad ')' is preceded with whitespace. 935
 Warning whitespace ParenPad '(' is followed by whitespace. 936
 Warning whitespace ParenPad ')' is preceded with whitespace. 936
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 939
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 943
 Warning whitespace ParenPad '(' is followed by whitespace. 944
 Warning whitespace ParenPad ')' is preceded with whitespace. 944
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 947
 Warning whitespace ParenPad '(' is followed by whitespace. 948
 Warning whitespace ParenPad ')' is preceded with whitespace. 948
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 952
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 962
 Warning whitespace ParenPad '(' is followed by whitespace. 963
 Warning whitespace ParenPad ')' is preceded with whitespace. 963
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 967
 Warning whitespace ParenPad '(' is followed by whitespace. 968
 Warning whitespace ParenPad ')' is preceded with whitespace. 968
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 972
 Warning whitespace ParenPad '(' is followed by whitespace. 973
 Warning whitespace ParenPad ')' is preceded with whitespace. 973
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 976
 Warning whitespace ParenPad '(' is followed by whitespace. 977
 Warning whitespace ParenPad ')' is preceded with whitespace. 977
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 981
 Warning whitespace ParenPad '(' is followed by whitespace. 982
 Warning whitespace ParenPad ')' is preceded with whitespace. 982
 Warning whitespace ParenPad '(' is followed by whitespace. 983
 Warning whitespace ParenPad ')' is preceded with whitespace. 983
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 987
 Warning whitespace ParenPad '(' is followed by whitespace. 988
 Warning whitespace ParenPad ')' is preceded with whitespace. 988
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 991
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 996
 Warning whitespace ParenPad '(' is followed by whitespace. 1000
 Warning whitespace ParenPad ')' is preceded with whitespace. 1000
 Warning whitespace ParenPad '(' is followed by whitespace. 1001
 Warning whitespace ParenPad ')' is preceded with whitespace. 1001
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1014
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1016
 Warning whitespace EmptyForIteratorPad ';' is followed by whitespace. 1017
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1018
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1022
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1023
 Warning whitespace ParenPad '(' is followed by whitespace. 1024
 Warning whitespace ParenPad ')' is preceded with whitespace. 1024
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1032
 Warning whitespace ParenPad '(' is followed by whitespace. 1033
 Warning whitespace ParenPad ')' is preceded with whitespace. 1033
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1034
 Warning whitespace ParenPad '(' is followed by whitespace. 1037
 Warning whitespace ParenPad ')' is preceded with whitespace. 1037
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1038
 Warning whitespace ParenPad '(' is followed by whitespace. 1041
 Warning whitespace ParenPad ')' is preceded with whitespace. 1041
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1042
 Warning whitespace ParenPad '(' is followed by whitespace. 1045
 Warning whitespace ParenPad ')' is preceded with whitespace. 1045
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1046
 Warning whitespace ParenPad '(' is followed by whitespace. 1049
 Warning whitespace ParenPad ')' is preceded with whitespace. 1049
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1050
 Warning whitespace ParenPad '(' is followed by whitespace. 1051
 Warning whitespace ParenPad '(' is followed by whitespace. 1051
 Warning whitespace ParenPad ')' is preceded with whitespace. 1051
 Warning whitespace ParenPad ')' is preceded with whitespace. 1051
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1058
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1065
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1070
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1075
 Warning whitespace ParenPad '(' is followed by whitespace. 1077
 Warning whitespace ParenPad ')' is preceded with whitespace. 1077
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1078
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1084
 Warning whitespace ParenPad '(' is followed by whitespace. 1085
 Warning whitespace ParenPad '(' is followed by whitespace. 1085
 Warning whitespace ParenPad ')' is preceded with whitespace. 1085
 Warning whitespace ParenPad ')' is preceded with whitespace. 1085
 Warning whitespace ParenPad '(' is followed by whitespace. 1086
 Warning whitespace ParenPad ')' is preceded with whitespace. 1086
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1092
 Warning whitespace ParenPad '(' is followed by whitespace. 1094
 Warning whitespace ParenPad ')' is preceded with whitespace. 1094
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1095
 Warning whitespace ParenPad '(' is followed by whitespace. 1096
 Warning whitespace ParenPad '(' is followed by whitespace. 1097
 Warning whitespace ParenPad ')' is preceded with whitespace. 1097
 Warning whitespace ParenPad ')' is preceded with whitespace. 1097
 Warning whitespace ParenPad '(' is followed by whitespace. 1100
 Warning whitespace ParenPad ')' is preceded with whitespace. 1100
 Warning whitespace ParenPad '(' is followed by whitespace. 1101
 Warning whitespace ParenPad ')' is preceded with whitespace. 1101
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1104
 Warning whitespace ParenPad '(' is followed by whitespace. 1105
 Warning whitespace ParenPad ')' is preceded with whitespace. 1105
 Warning whitespace ParenPad '(' is followed by whitespace. 1108
 Warning whitespace ParenPad ')' is preceded with whitespace. 1108
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1109
 Warning whitespace ParenPad '(' is followed by whitespace. 1110
 Warning whitespace ParenPad '(' is followed by whitespace. 1110
 Warning whitespace ParenPad ')' is preceded with whitespace. 1110
 Warning whitespace ParenPad ')' is preceded with whitespace. 1110
 Warning whitespace ParenPad '(' is followed by whitespace. 1114
 Warning whitespace ParenPad ')' is preceded with whitespace. 1114
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1115
 Warning whitespace ParenPad '(' is followed by whitespace. 1116
 Warning whitespace ParenPad '(' is followed by whitespace. 1116
 Warning whitespace ParenPad ')' is preceded with whitespace. 1116
 Warning whitespace ParenPad ')' is preceded with whitespace. 1116
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1121
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1126
 Warning whitespace ParenPad '(' is followed by whitespace. 1127
 Warning whitespace ParenPad ')' is preceded with whitespace. 1127
 Warning whitespace ParenPad '(' is followed by whitespace. 1130
 Warning whitespace ParenPad ')' is preceded with whitespace. 1130
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1131
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1133
 Warning whitespace ParenPad '(' is followed by whitespace. 1134
 Warning whitespace ParenPad ')' is preceded with whitespace. 1134
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1138
 Warning whitespace ParenPad '(' is followed by whitespace. 1139
 Warning whitespace ParenPad ')' is preceded with whitespace. 1140
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1151
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1158
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1163
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1165
 Warning whitespace ParenPad '(' is followed by whitespace. 1167
 Warning whitespace ParenPad '(' is followed by whitespace. 1167
 Warning whitespace ParenPad ')' is preceded with whitespace. 1169
 Warning whitespace ParenPad ')' is preceded with whitespace. 1169
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1178
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1182
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 1186
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1188
 Warning whitespace ParenPad '(' is followed by whitespace. 1194
 Warning whitespace ParenPad ')' is preceded with whitespace. 1194
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1197
 Warning whitespace ParenPad '(' is followed by whitespace. 1199
 Warning whitespace ParenPad ')' is preceded with whitespace. 1199
 Warning whitespace ParenPad '(' is followed by whitespace. 1202
 Warning whitespace ParenPad ')' is preceded with whitespace. 1202
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1206
 Warning whitespace ParenPad '(' is followed by whitespace. 1207
 Warning whitespace ParenPad ')' is preceded with whitespace. 1207
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1211
 Warning whitespace ParenPad '(' is followed by whitespace. 1212
 Warning whitespace ParenPad ')' is preceded with whitespace. 1212
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1215
 Warning whitespace ParenPad '(' is followed by whitespace. 1216
 Warning whitespace ParenPad ')' is preceded with whitespace. 1216
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1219
 Warning whitespace ParenPad '(' is followed by whitespace. 1220
 Warning whitespace ParenPad ')' is preceded with whitespace. 1220
 Warning whitespace ParenPad '(' is followed by whitespace. 1224
 Warning whitespace ParenPad ')' is preceded with whitespace. 1224
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1227
 Warning whitespace ParenPad '(' is followed by whitespace. 1228
 Warning whitespace ParenPad ')' is preceded with whitespace. 1228
 Warning coding EqualsAvoidNull String literal expressions should be on the left side of an equals comparison. 1229
 Warning whitespace ParenPad '(' is followed by whitespace. 1229
 Warning whitespace ParenPad ')' is preceded with whitespace. 1229
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1230
 Warning whitespace ParenPad '(' is followed by whitespace. 1231
 Warning whitespace ParenPad ')' is preceded with whitespace. 1231
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1236
 Warning whitespace ParenPad '(' is followed by whitespace. 1237
 Warning whitespace ParenPad ')' is preceded with whitespace. 1237
 Warning whitespace ParenPad '(' is followed by whitespace. 1244
 Warning whitespace ParenPad ')' is preceded with whitespace. 1244
 Warning whitespace ParenPad '(' is followed by whitespace. 1246
 Warning whitespace ParenPad '(' is followed by whitespace. 1246
 Warning whitespace ParenPad ')' is preceded with whitespace. 1247
 Warning whitespace ParenPad ')' is preceded with whitespace. 1247
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1252
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1254
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1256
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1259
 Warning whitespace ParenPad '(' is followed by whitespace. 1261
 Warning whitespace ParenPad '(' is followed by whitespace. 1261
 Warning whitespace ParenPad ')' is preceded with whitespace. 1262
 Warning whitespace ParenPad ')' is preceded with whitespace. 1262
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1266
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1269
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1271
 Warning whitespace ParenPad '(' is followed by whitespace. 1272
 Warning whitespace ParenPad ')' is preceded with whitespace. 1272
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1275
 Warning whitespace ParenPad '(' is followed by whitespace. 1276
 Warning whitespace ParenPad ')' is preceded with whitespace. 1276
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1279
 Warning whitespace ParenPad '(' is followed by whitespace. 1280
 Warning whitespace ParenPad ')' is preceded with whitespace. 1280
 Warning whitespace ParenPad '(' is followed by whitespace. 1281
 Warning whitespace ParenPad ')' is preceded with whitespace. 1281
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1285
 Warning whitespace ParenPad '(' is followed by whitespace. 1290
 Warning whitespace ParenPad ')' is preceded with whitespace. 1290
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1292
 Warning whitespace ParenPad '(' is followed by whitespace. 1294
 Warning whitespace ParenPad ')' is preceded with whitespace. 1294
 Warning whitespace ParenPad '(' is followed by whitespace. 1295
 Warning whitespace ParenPad ')' is preceded with whitespace. 1295
 Warning whitespace ParenPad '(' is followed by whitespace. 1297
 Warning whitespace ParenPad ')' is preceded with whitespace. 1297
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1301
 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 whitespace ParenPad '(' is followed by whitespace. 1310
 Warning whitespace ParenPad ')' is preceded with whitespace. 1310
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1314
 Warning whitespace ParenPad '(' is followed by whitespace. 1315
 Warning whitespace ParenPad '(' is followed by whitespace. 1315
 Warning whitespace ParenPad ')' is preceded with whitespace. 1315
 Warning whitespace ParenPad ')' is preceded with whitespace. 1316
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1319
 Warning whitespace ParenPad '(' is followed by whitespace. 1320
 Warning whitespace ParenPad '(' is followed by whitespace. 1320
 Warning whitespace ParenPad ')' is preceded with whitespace. 1320
 Warning whitespace ParenPad ')' is preceded with whitespace. 1320
 Warning whitespace ParenPad '(' is followed by whitespace. 1323
 Warning whitespace ParenPad ')' is preceded with whitespace. 1323
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1327
 Warning whitespace ParenPad '(' is followed by whitespace. 1328
 Warning whitespace ParenPad ')' is preceded with whitespace. 1328
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1332
 Warning whitespace ParenPad '(' is followed by whitespace. 1333
 Warning whitespace ParenPad ')' is preceded with whitespace. 1334
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1337
 Warning whitespace ParenPad '(' is followed by whitespace. 1338
 Warning whitespace ParenPad ')' is preceded with whitespace. 1339
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1342
 Warning whitespace ParenPad '(' is followed by whitespace. 1343
 Warning whitespace ParenPad ')' is preceded with whitespace. 1344
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1347
 Warning whitespace ParenPad '(' is followed by whitespace. 1348
 Warning whitespace ParenPad ')' is preceded with whitespace. 1349
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1354
 Warning whitespace ParenPad '(' is followed by whitespace. 1355
 Warning whitespace ParenPad ')' is preceded with whitespace. 1355
 Warning whitespace ParenPad '(' is followed by whitespace. 1361
 Warning whitespace ParenPad ')' is preceded with whitespace. 1361
 Warning whitespace ParenPad '(' is followed by whitespace. 1362
 Warning whitespace ParenPad '(' is followed by whitespace. 1362
 Warning whitespace ParenPad ')' is preceded with whitespace. 1362
 Warning whitespace ParenPad ')' is preceded with whitespace. 1362
 Warning whitespace ParenPad '(' is followed by whitespace. 1363
 Warning whitespace ParenPad ')' is preceded with whitespace. 1363
 Warning whitespace ParenPad '(' is followed by whitespace. 1365
 Warning whitespace ParenPad ')' is preceded with whitespace. 1365
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1373
 Warning whitespace ParenPad '(' is followed by whitespace. 1374
 Warning whitespace ParenPad ')' is preceded with whitespace. 1374
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1377
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1385
 Warning whitespace ParenPad '(' is followed by whitespace. 1386
 Warning whitespace ParenPad ')' is preceded with whitespace. 1386
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1389
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1409
 Warning whitespace ParenPad '(' is followed by whitespace. 1414
 Warning whitespace ParenPad ')' is preceded with whitespace. 1414
 Warning whitespace ParenPad '(' is followed by whitespace. 1418
 Warning whitespace ParenPad ')' is preceded with whitespace. 1418
 Warning whitespace ParenPad '(' is followed by whitespace. 1420
 Warning whitespace ParenPad ')' is preceded with whitespace. 1420
 Warning whitespace ParenPad '(' is followed by whitespace. 1422
 Warning whitespace ParenPad ')' is preceded with whitespace. 1422
 Warning whitespace ParenPad '(' is followed by whitespace. 1424
 Warning whitespace ParenPad ')' is preceded with whitespace. 1424
 Warning whitespace ParenPad '(' is followed by whitespace. 1426
 Warning whitespace ParenPad ')' is preceded with whitespace. 1426
 Warning whitespace ParenPad '(' is followed by whitespace. 1428
 Warning whitespace ParenPad ')' is preceded with whitespace. 1428
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1432
 Warning whitespace ParenPad '(' is followed by whitespace. 1433
 Warning whitespace ParenPad ')' is preceded with whitespace. 1433
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1436
 Warning whitespace ParenPad '(' is followed by whitespace. 1440
 Warning whitespace ParenPad ')' is preceded with whitespace. 1440
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1445
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1447
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1449
 Warning whitespace ParenPad '(' is followed by whitespace. 1450
 Warning whitespace ParenPad ')' is preceded with whitespace. 1450
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1453
 Warning whitespace ParenPad '(' is followed by whitespace. 1454
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1454
 Warning whitespace ParenPad ')' is preceded with whitespace. 1454
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1460
 Warning whitespace ParenPad '(' is followed by whitespace. 1461
 Warning whitespace ParenPad ')' is preceded with whitespace. 1461
 Warning whitespace ParenPad '(' is followed by whitespace. 1462
 Warning whitespace ParenPad ')' is preceded with whitespace. 1462
 Warning whitespace ParenPad '(' is followed by whitespace. 1465
 Warning whitespace ParenPad ')' is preceded with whitespace. 1465
 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. 1481
 Warning whitespace ParenPad ')' is preceded with whitespace. 1481
 Warning whitespace ParenPad '(' is followed by whitespace. 1483
 Warning whitespace ParenPad ')' is preceded with whitespace. 1483
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1495
 Warning whitespace ParenPad '(' is followed by whitespace. 1497
 Warning whitespace ParenPad ')' is preceded with whitespace. 1497
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1498
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1500
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1501
 Warning whitespace ParenPad '(' is followed by whitespace. 1503
 Warning whitespace ParenPad ')' is preceded with whitespace. 1503
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1504
 Warning whitespace ParenPad '(' is followed by whitespace. 1506
 Warning whitespace ParenPad ')' is preceded with whitespace. 1507
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 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 whitespace ParenPad '(' is followed by whitespace. 1512
 Warning whitespace ParenPad ')' is preceded with whitespace. 1512
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1515
 Warning whitespace ParenPad '(' is followed by whitespace. 1516
 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 whitespace ParenPad '(' is followed by whitespace. 1519
 Warning whitespace ParenPad ')' is preceded with whitespace. 1519
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 1520
 Warning whitespace ParenPad '(' is followed by whitespace. 1521
 Warning whitespace ParenPad ')' is preceded with whitespace. 1521
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1525
 Warning whitespace ParenPad '(' is followed by whitespace. 1526
 Warning whitespace ParenPad ')' is preceded with whitespace. 1527
 Warning whitespace ParenPad '(' is followed by whitespace. 1533
 Warning whitespace ParenPad ')' is preceded with whitespace. 1533
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1534
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1536
 Warning whitespace ParenPad '(' is followed by whitespace. 1537
 Warning whitespace ParenPad ')' is preceded with whitespace. 1537
 Warning whitespace ParenPad '(' is followed by whitespace. 1539
 Warning whitespace ParenPad ')' is preceded with whitespace. 1539
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1540
 Warning whitespace ParenPad '(' is followed by whitespace. 1541
 Warning whitespace ParenPad ')' is preceded with whitespace. 1541
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1544
 Warning whitespace ParenPad '(' is followed by whitespace. 1545
 Warning whitespace ParenPad ')' is preceded with whitespace. 1545
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1555
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1556
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1560
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1566
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1568
 Warning whitespace ParenPad '(' is followed by whitespace. 1569
 Warning whitespace ParenPad ')' is preceded with whitespace. 1569
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1575
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1582
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1587
 Warning whitespace ParenPad '(' is followed by whitespace. 1588
 Warning whitespace ParenPad ')' is preceded with whitespace. 1588
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1592
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1594
 Warning whitespace ParenPad '(' is followed by whitespace. 1595
 Warning whitespace ParenPad ')' is preceded with whitespace. 1595
 Warning whitespace ParenPad '(' is followed by whitespace. 1598
 Warning whitespace ParenPad ')' is preceded with whitespace. 1598
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1602
 Warning whitespace ParenPad '(' is followed by whitespace. 1603
 Warning whitespace ParenPad ')' is preceded with whitespace. 1603
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1606
 Warning whitespace ParenPad '(' is followed by whitespace. 1607
 Warning whitespace ParenPad ')' is preceded with whitespace. 1607
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1616
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1623
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1627
 Warning whitespace ParenPad '(' is followed by whitespace. 1628
 Warning whitespace ParenPad ')' is preceded with whitespace. 1629
 Warning whitespace ParenPad '(' is followed by whitespace. 1630
 Warning whitespace ParenPad ')' is preceded with whitespace. 1630
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1634
 Warning whitespace ParenPad '(' is followed by whitespace. 1635
 Warning whitespace ParenPad ')' is preceded with whitespace. 1635
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1641
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1648
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1653
 Warning whitespace ParenPad '(' is followed by whitespace. 1654
 Warning whitespace ParenPad ')' is preceded with whitespace. 1654
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1658
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1660
 Warning whitespace ParenPad '(' is followed by whitespace. 1661
 Warning whitespace ParenPad ')' is preceded with whitespace. 1661
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1664
 Warning whitespace ParenPad '(' is followed by whitespace. 1665
 Warning whitespace ParenPad ')' is preceded with whitespace. 1665
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1670
 Warning whitespace ParenPad '(' is followed by whitespace. 1671
 Warning whitespace ParenPad ')' is preceded with whitespace. 1671
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1675
 Warning whitespace ParenPad '(' is followed by whitespace. 1676
 Warning whitespace ParenPad ')' is preceded with whitespace. 1676
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1680
 Warning whitespace ParenPad '(' is followed by whitespace. 1682
 Warning whitespace ParenPad ')' is preceded with whitespace. 1682
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 1687
 Warning coding HiddenField 'buildOutputDirectory' hides a field. 1687
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1689
 Warning whitespace ParenPad '(' is followed by whitespace. 1692
 Warning whitespace ParenPad ')' is preceded with whitespace. 1692
 Warning whitespace ParenPad '(' is followed by whitespace. 1697
 Warning whitespace ParenPad ')' is preceded with whitespace. 1697
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1699
 Warning whitespace ParenPad '(' is followed by whitespace. 1700
 Warning whitespace ParenPad ')' is preceded with whitespace. 1701
 Warning whitespace ParenPad '(' is followed by whitespace. 1703
 Warning whitespace ParenPad ')' is preceded with whitespace. 1704
 Warning whitespace ParenPad '(' is followed by whitespace. 1705
 Warning whitespace ParenPad ')' is preceded with whitespace. 1705
 Warning whitespace ParenPad '(' is followed by whitespace. 1710
 Warning whitespace ParenPad ')' is preceded with whitespace. 1710
 Warning whitespace ParenPad '(' is followed by whitespace. 1712
 Warning whitespace ParenPad ')' is preceded with whitespace. 1713
 Warning whitespace ParenPad '(' is followed by whitespace. 1717
 Warning whitespace ParenPad ')' is preceded with whitespace. 1718
 Warning whitespace ParenPad '(' is followed by whitespace. 1720
 Warning whitespace ParenPad ')' is preceded with whitespace. 1721
 Warning whitespace ParenPad '(' is followed by whitespace. 1727
 Warning whitespace ParenPad ')' is preceded with whitespace. 1727
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1731
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 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 whitespace ParenPad '(' is followed by whitespace. 1739
 Warning whitespace ParenPad ')' is preceded with whitespace. 1739
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1742
 Warning whitespace ParenPad '(' is followed by whitespace. 1743
 Warning whitespace ParenPad ')' is preceded with whitespace. 1743
 Warning whitespace ParenPad '(' is followed by whitespace. 1744
 Warning whitespace ParenPad ')' is preceded with whitespace. 1744
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1747
 Warning whitespace ParenPad '(' is followed by whitespace. 1748
 Warning whitespace ParenPad ')' is preceded with whitespace. 1748
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1750
 Warning whitespace ParenPad '(' is followed by whitespace. 1750
 Warning whitespace ParenPad ')' is preceded with whitespace. 1750
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1756
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1758
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1760
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1763
 Warning whitespace ParenPad '(' is followed by whitespace. 1765
 Warning whitespace ParenPad '(' is followed by whitespace. 1766
 Warning whitespace ParenPad ')' is preceded with whitespace. 1766
 Warning whitespace ParenPad ')' is preceded with whitespace. 1766
 Warning whitespace ParenPad '(' is followed by whitespace. 1768
 Warning whitespace ParenPad ')' is preceded with whitespace. 1769
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1777
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1779
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1780
 Warning whitespace ParenPad '(' is followed by whitespace. 1782
 Warning whitespace ParenPad ')' is preceded with whitespace. 1782
 Warning coding HiddenField 'excludes' hides a field. 1784
 Warning whitespace ParenPad '(' is followed by whitespace. 1787
 Warning whitespace ParenPad ')' is preceded with whitespace. 1787
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1795
 Warning whitespace ParenPad '(' is followed by whitespace. 1796
 Warning whitespace ParenPad ')' is preceded with whitespace. 1796
 Warning whitespace ParenPad '(' is followed by whitespace. 1801
 Warning whitespace ParenPad '(' is followed by whitespace. 1802
 Warning whitespace ParenPad ')' is preceded with whitespace. 1802
 Warning whitespace ParenPad ')' is preceded with whitespace. 1802
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1805
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1809
 Warning whitespace ParenPad '(' is followed by whitespace. 1815
 Warning whitespace ParenPad ')' is preceded with whitespace. 1815
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1816
 Warning whitespace ParenPad '(' is followed by whitespace. 1822
 Warning whitespace ParenPad ')' is preceded with whitespace. 1823
 Warning whitespace ParenPad '(' is followed by whitespace. 1824
 Warning whitespace ParenPad ')' is preceded with whitespace. 1824
 Warning whitespace ParenPad '(' is followed by whitespace. 1831
 Warning whitespace ParenPad ')' is preceded with whitespace. 1831
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1832
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1833
 Warning whitespace ParenPad '(' is followed by whitespace. 1833
 Warning whitespace ParenPad ')' is preceded with whitespace. 1833
 Warning whitespace ParenPad '(' is followed by whitespace. 1835
 Warning whitespace ParenPad ')' is preceded with whitespace. 1835
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1837
 Warning whitespace ParenPad '(' is followed by whitespace. 1838
 Warning whitespace ParenPad ')' is preceded with whitespace. 1840
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1843
 Warning whitespace ParenPad '(' is followed by whitespace. 1844
 Warning whitespace ParenPad ')' is preceded with whitespace. 1846
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1862
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1864
 Warning whitespace ParenPad '(' is followed by whitespace. 1865
 Warning whitespace ParenPad ')' is preceded with whitespace. 1865
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1866
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1876
 Warning whitespace ParenPad '(' is followed by whitespace. 1877
 Warning whitespace ParenPad ')' is preceded with whitespace. 1877
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1879
 Warning whitespace ParenPad '(' is followed by whitespace. 1881
 Warning whitespace ParenPad ')' is preceded with whitespace. 1881
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1883
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1889
 Warning whitespace ParenPad '(' is followed by whitespace. 1891
 Warning whitespace ParenPad '(' is followed by whitespace. 1892
 Warning whitespace ParenPad ')' is preceded with whitespace. 1892
 Warning whitespace ParenPad ')' is preceded with whitespace. 1892
 Warning whitespace ParenPad '(' is followed by whitespace. 1894
 Warning whitespace ParenPad ')' is preceded with whitespace. 1895
 Warning whitespace ParenPad '(' is followed by whitespace. 1899
 Warning whitespace ParenPad ')' is preceded with whitespace. 1899
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1901
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1907
 Warning whitespace ParenPad '(' is followed by whitespace. 1909
 Warning whitespace ParenPad '(' is followed by whitespace. 1910
 Warning whitespace ParenPad ')' is preceded with whitespace. 1910
 Warning whitespace ParenPad ')' is preceded with whitespace. 1910
 Warning whitespace ParenPad '(' is followed by whitespace. 1912
 Warning whitespace ParenPad ')' is preceded with whitespace. 1913
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1919
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1923
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1924
 Warning whitespace ParenPad '(' is followed by whitespace. 1925
 Warning whitespace ParenPad ')' is preceded with whitespace. 1925
 Warning whitespace ParenPad '(' is followed by whitespace. 1926
 Warning whitespace ParenPad ')' is preceded with whitespace. 1926
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1927
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1937
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1941
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1942
 Warning whitespace ParenPad '(' is followed by whitespace. 1943
 Warning whitespace ParenPad ')' is preceded with whitespace. 1943
 Warning whitespace ParenPad '(' is followed by whitespace. 1944
 Warning whitespace ParenPad ')' is preceded with whitespace. 1944
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1945
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1946
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1956
 Warning whitespace ParenPad '(' is followed by whitespace. 1957
 Warning whitespace ParenPad ')' is preceded with whitespace. 1957
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1959
 Warning whitespace ParenPad '(' is followed by whitespace. 1960
 Warning whitespace ParenPad ')' is preceded with whitespace. 1960
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1962
 Warning whitespace ParenPad '(' is followed by whitespace. 1963
 Warning whitespace ParenPad ')' is preceded with whitespace. 1963
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1965
 Warning whitespace ParenPad '(' is followed by whitespace. 1966
 Warning whitespace ParenPad ')' is preceded with whitespace. 1966
 Warning whitespace ParenPad '(' is followed by whitespace. 1967
 Warning whitespace ParenPad ')' is preceded with whitespace. 1967
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1969
 Warning whitespace ParenPad '(' is followed by whitespace. 1970
 Warning whitespace ParenPad ')' is preceded with whitespace. 1970
 Warning whitespace ParenPad '(' is followed by whitespace. 1970
 Warning whitespace ParenPad ')' is preceded with whitespace. 1970
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 1971
 Warning whitespace ParenPad '(' is followed by whitespace. 1972
 Warning whitespace ParenPad ')' is preceded with whitespace. 1972
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1985
 Warning whitespace ParenPad '(' is followed by whitespace. 1986
 Warning whitespace ParenPad ')' is preceded with whitespace. 1986
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1988
 Warning whitespace ParenPad '(' is followed by whitespace. 1989
 Warning whitespace ParenPad ')' is preceded with whitespace. 1989
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1991
 Warning whitespace ParenPad '(' is followed by whitespace. 1992
 Warning whitespace ParenPad ')' is preceded with whitespace. 1992
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1994
 Warning whitespace ParenPad '(' is followed by whitespace. 1995
 Warning whitespace ParenPad ')' is preceded with whitespace. 1995
 Warning whitespace ParenPad '(' is followed by whitespace. 1996
 Warning whitespace ParenPad ')' is preceded with whitespace. 1996
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 1998
 Warning whitespace ParenPad '(' is followed by whitespace. 1999
 Warning whitespace ParenPad ')' is preceded with whitespace. 1999
 Warning whitespace ParenPad '(' is followed by whitespace. 1999
 Warning whitespace ParenPad ')' is preceded with whitespace. 1999
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 2000
 Warning whitespace ParenPad '(' is followed by whitespace. 2001
 Warning whitespace ParenPad ')' is preceded with whitespace. 2001
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 2015
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2016
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2019
 Warning whitespace ParenPad '(' is followed by whitespace. 2022
 Warning whitespace ParenPad ')' is preceded with whitespace. 2022
 Warning whitespace ParenPad '(' is followed by whitespace. 2023
 Warning whitespace ParenPad ')' is preceded with whitespace. 2023
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2024
 Warning whitespace ParenPad '(' is followed by whitespace. 2025
 Warning whitespace ParenPad ')' is preceded with whitespace. 2025
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2026
 Warning whitespace ParenPad '(' is followed by whitespace. 2031
 Warning whitespace ParenPad ')' is preceded with whitespace. 2031
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2033
 Warning whitespace ParenPad '(' is followed by whitespace. 2034
 Warning whitespace ParenPad '(' is followed by whitespace. 2034
 Warning whitespace ParenPad ')' is preceded with whitespace. 2034
 Warning whitespace ParenPad ')' is preceded with whitespace. 2034
 Warning whitespace ParenPad '(' is followed by whitespace. 2036
 Warning whitespace ParenPad ')' is preceded with whitespace. 2036
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2044
 Warning coding HiddenField 'projectNameTemplate' hides a field. 2045
 Warning coding HiddenField 'addVersionToProjectName' hides a field. 2046
 Warning coding HiddenField 'addGroupIdToProjectName' hides a field. 2047
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2051
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 2053
 Warning whitespace ParenPad '(' is followed by whitespace. 2053
 Warning whitespace ParenPad ')' is preceded with whitespace. 2053
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2055
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 2056
 Warning whitespace ParenPad '(' is followed by whitespace. 2056
 Warning whitespace ParenPad ')' is preceded with whitespace. 2056
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2059
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 2060
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2062
 Warning whitespace ParenPad '(' is followed by whitespace. 2063
 Warning whitespace ParenPad ')' is preceded with whitespace. 2063
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 2065
 Warning whitespace ParenPad '(' is followed by whitespace. 2068
 Warning whitespace ParenPad ')' is preceded with whitespace. 2068
 Warning whitespace ParenPad '(' is followed by whitespace. 2070
 Warning whitespace ParenPad ')' is preceded with whitespace. 2070
 Warning whitespace ParenPad '(' is followed by whitespace. 2075
 Warning whitespace ParenPad ')' is preceded with whitespace. 2076
 Warning annotation MissingOverride Must include @java.lang.Override annotation when '@inheritDoc' Javadoc tag exists. 2082
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2083
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 2087
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2088
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2090
 Warning whitespace ParenPad '(' is followed by whitespace. 2093
 Warning whitespace ParenPad '(' is followed by whitespace. 2093
 Warning whitespace ParenPad ')' is preceded with whitespace. 2093
 Warning whitespace ParenPad ')' is preceded with whitespace. 2093
 Warning whitespace ParenPad '(' is followed by whitespace. 2094
 Warning whitespace ParenPad ')' is preceded with whitespace. 2094
 Warning whitespace ParenPad '(' is followed by whitespace. 2096
 Warning whitespace ParenPad ')' is preceded with whitespace. 2097
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2106
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2108
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2111
 Warning whitespace ParenPad '(' is followed by whitespace. 2113
 Warning whitespace ParenPad ')' is preceded with whitespace. 2113
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2115
 Warning whitespace ParenPad '(' is followed by whitespace. 2116
 Warning whitespace ParenPad ')' is preceded with whitespace. 2116
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2126
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2137
 Warning whitespace ParenPad '(' is followed by whitespace. 2138
 Warning whitespace ParenPad ')' is preceded with whitespace. 2138
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2149
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 2152
 Warning whitespace ParenPad '(' is followed by whitespace. 2154
 Warning whitespace ParenPad ')' is preceded with whitespace. 2154
 Warning whitespace ParenPad '(' is followed by whitespace. 2155
 Warning whitespace ParenPad ')' is preceded with whitespace. 2155
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 2156
 Warning whitespace ParenPad '(' is followed by whitespace. 2157
 Warning whitespace ParenPad ')' is preceded with whitespace. 2157
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2158
 Warning whitespace ParenPad '(' is followed by whitespace. 2159
 Warning whitespace ParenPad ')' is preceded with whitespace. 2159
 Warning whitespace ParenPad '(' is followed by whitespace. 2160
 Warning whitespace ParenPad ')' is preceded with whitespace. 2160
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 2164
 Warning whitespace ParenPad '(' is followed by whitespace. 2165
 Warning whitespace ParenPad ')' is preceded with whitespace. 2169
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2183
 Warning whitespace ParenPad '(' is followed by whitespace. 2184
 Warning whitespace ParenPad ')' is preceded with whitespace. 2184
 Warning whitespace ParenPad '(' is followed by whitespace. 2186
 Warning whitespace ParenPad ')' is preceded with whitespace. 2186
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2196
 Warning whitespace ParenPad '(' is followed by whitespace. 2197
 Warning whitespace ParenPad ')' is preceded with whitespace. 2197
 Warning whitespace ParenPad '(' is followed by whitespace. 2198
 Warning whitespace ParenPad ')' is preceded with whitespace. 2198

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

Severity Category Rule Message Line
 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 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 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 preceded with an empty line. 280
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 284
 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 javadoc JavadocParagraph Redundant <p> tag. 79
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 85
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 90
 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 javadoc JavadocParagraph Redundant <p> tag. 216
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 226
 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 javadoc JavadocParagraph Redundant <p> tag. 397
 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 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 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 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 preceded with an empty line. 257
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 265
 Warning whitespace ParenPad '(' is followed by whitespace. 266
 Warning whitespace ParenPad ')' is preceded with whitespace. 266
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 269
 Warning whitespace ParenPad '(' is followed by whitespace. 272
 Warning whitespace ParenPad ')' is preceded with whitespace. 273
 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 blocks LeftCurly '{' at column 13 should be on the previous line. 287
 Warning whitespace ParenPad '(' is followed by whitespace. 290
 Warning whitespace ParenPad ')' is preceded with whitespace. 290
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 296
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad '(' is followed by whitespace. 297
 Warning whitespace ParenPad ')' is preceded with whitespace. 298
 Warning whitespace ParenPad ')' is preceded with whitespace. 298

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 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. 128
 Warning whitespace ParenPad ')' is preceded with whitespace. 128
 Warning blocks LeftCurly '{' at column 21 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 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. 137
 Warning whitespace ParenPad '(' is followed by whitespace. 137
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning whitespace ParenPad ')' is preceded with whitespace. 138
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 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. 149
 Warning whitespace ParenPad ')' is preceded with whitespace. 149
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 156
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 161
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 165
 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 followed by whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 Warning whitespace ParenPad ')' is preceded with whitespace. 170
 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. 176
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 179
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad '(' is followed by whitespace. 180
 Warning whitespace ParenPad ')' is preceded with whitespace. 181
 Warning whitespace ParenPad ')' is preceded with whitespace. 181
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 185
 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. 193
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 198
 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 whitespace ParenPad '(' is followed by whitespace. 206
 Warning whitespace ParenPad ')' is preceded with whitespace. 206

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: token recognition error at: '@' while parsing 141
 Warning javadoc JavadocBlockTagLocation Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 141
 Warning javadoc JavadocParagraph Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 141
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 141
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 13 has parse error. Details: token recognition error at: '@' while parsing 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 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 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/SortedProperties.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 32
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 37
 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. 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. 61
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 64
 Warning whitespace ParenPad '(' is followed by whitespace. 65
 Warning whitespace ParenPad ')' is preceded with whitespace. 65

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 blocks LeftCurly '{' at column 5 should be on the previous line. 128
 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. 131
 Warning whitespace ParenPad '(' is followed by whitespace. 134
 Warning whitespace ParenPad ')' is preceded with whitespace. 134
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 136
 Warning whitespace ParenPad '(' is followed by whitespace. 139
 Warning whitespace ParenPad ')' is preceded with whitespace. 139
 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. 151
 Warning whitespace ParenPad ')' is preceded with whitespace. 152
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 156
 Warning whitespace ParenPad '(' is followed by whitespace. 157
 Warning whitespace ParenPad ')' is preceded with whitespace. 157
 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 blocks LeftCurly '{' at column 5 should be on the previous line. 173
 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. 180
 Warning whitespace ParenPad '(' is followed by whitespace. 181
 Warning whitespace ParenPad ')' is preceded with whitespace. 181
 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. 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 whitespace ParenPad '(' is followed by 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. 192
 Warning whitespace ParenPad ')' is preceded with 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. 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 blocks LeftCurly '{' at column 5 should be on the previous line. 206
 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 whitespace ParenPad '(' is followed by whitespace. 210
 Warning whitespace ParenPad ')' is preceded with whitespace. 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 blocks LeftCurly '{' at column 5 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 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 blocks LeftCurly '{' at column 5 should be on the previous line. 247
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 251
 Warning whitespace ParenPad '(' is followed by whitespace. 252
 Warning whitespace ParenPad ')' is preceded with whitespace. 252
 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 whitespace ParenPad '(' is followed by whitespace. 255
 Warning whitespace ParenPad ')' is preceded with whitespace. 255
 Warning whitespace ParenPad '(' is followed by whitespace. 256
 Warning whitespace ParenPad ')' is preceded with whitespace. 256
 Warning whitespace ParenPad '(' is followed by whitespace. 256
 Warning whitespace ParenPad ')' is preceded with whitespace. 256
 Warning whitespace ParenPad ')' is preceded with whitespace. 257
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 258
 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. 263
 Warning whitespace ParenPad ')' is preceded with whitespace. 263
 Warning whitespace ParenPad '(' is followed by whitespace. 263
 Warning whitespace ParenPad ')' is preceded with whitespace. 264
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 265
 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 17 should be on the previous line. 274
 Warning whitespace ParenPad '(' is followed by whitespace. 275
 Warning whitespace ParenPad ')' is preceded with whitespace. 275
 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. 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. 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. 291
 Warning whitespace ParenPad ')' is preceded with whitespace. 291
 Warning whitespace ParenPad '(' is followed by whitespace. 292
 Warning whitespace ParenPad ')' is preceded with whitespace. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 295
 Warning whitespace ParenPad ')' is preceded with whitespace. 295
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 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. 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. 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 blocks LeftCurly '{' at column 9 should be on the previous line. 308
 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. 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 blocks LeftCurly '{' at column 5 should be on the previous line. 325
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 327
 Warning whitespace ParenPad '(' is followed by whitespace. 330
 Warning whitespace ParenPad ')' is preceded with whitespace. 330
 Warning whitespace ParenPad '(' is followed by whitespace. 330
 Warning whitespace ParenPad ')' is preceded with whitespace. 330
 Warning whitespace ParenPad '(' is followed by whitespace. 331
 Warning whitespace ParenPad '(' is followed by whitespace. 331
 Warning whitespace ParenPad ')' is preceded with whitespace. 331
 Warning whitespace ParenPad ')' is preceded with whitespace. 331
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 341
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 343
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 345
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 350
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 352
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 365
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 367
 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. 373
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 377
 Warning whitespace ParenPad '(' is followed by whitespace. 378
 Warning whitespace ParenPad '(' is followed by whitespace. 378
 Warning whitespace ParenPad ')' is preceded with whitespace. 378
 Warning whitespace ParenPad ')' is preceded with whitespace. 378
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 391
 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. 398
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 401
 Warning whitespace ParenPad '(' is followed by whitespace. 402
 Warning whitespace ParenPad ')' is preceded with whitespace. 402
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 409
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 411
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 414
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 416
 Warning whitespace ParenPad '(' is followed by whitespace. 417
 Warning whitespace ParenPad ')' is preceded with whitespace. 417
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 435
 Warning whitespace ParenPad '(' is followed by whitespace. 436
 Warning whitespace ParenPad ')' is preceded with whitespace. 436
 Warning whitespace ParenPad '(' is followed by whitespace. 437
 Warning whitespace ParenPad ')' is preceded with whitespace. 437
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 440
 Warning whitespace ParenPad '(' is followed by whitespace. 441
 Warning whitespace ParenPad ')' is preceded with whitespace. 441
 Warning whitespace ParenPad '(' is followed by whitespace. 442
 Warning whitespace ParenPad ')' is preceded with whitespace. 442
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 444
 Warning whitespace ParenPad '(' is followed by whitespace. 445
 Warning whitespace ParenPad ')' is preceded with whitespace. 445
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 447
 Warning whitespace ParenPad '(' is followed by whitespace. 449
 Warning whitespace ParenPad '(' is followed by whitespace. 449
 Warning whitespace ParenPad ')' is preceded with whitespace. 449
 Warning whitespace ParenPad ')' is preceded with whitespace. 449
 Warning whitespace ParenPad '(' is followed by whitespace. 451
 Warning whitespace ParenPad ')' is preceded with whitespace. 451
 Warning whitespace ParenPad '(' is followed by whitespace. 452
 Warning whitespace ParenPad ')' is preceded with whitespace. 452
 Warning whitespace ParenPad '(' is followed by whitespace. 453
 Warning whitespace ParenPad ')' is preceded with whitespace. 453
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 456
 Warning whitespace ParenPad '(' is followed by whitespace. 457
 Warning whitespace ParenPad ')' is preceded with whitespace. 457
 Warning whitespace ParenPad '(' is followed by whitespace. 458
 Warning whitespace ParenPad ')' is preceded with whitespace. 458
 Warning whitespace ParenPad '(' is followed by whitespace. 458
 Warning whitespace ParenPad ')' is preceded with whitespace. 458
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 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 blocks LeftCurly '{' at column 17 should be on the previous line. 466
 Warning whitespace ParenPad '(' is followed by whitespace. 468
 Warning whitespace ParenPad '(' is followed by whitespace. 468
 Warning whitespace ParenPad ')' is preceded with whitespace. 468
 Warning whitespace ParenPad ')' is preceded with whitespace. 468
 Warning whitespace ParenPad '(' is followed by whitespace. 471
 Warning whitespace ParenPad ')' is preceded with whitespace. 471
 Warning whitespace ParenPad '(' is followed by whitespace. 473
 Warning whitespace ParenPad ')' is preceded with whitespace. 473
 Warning whitespace ParenPad '(' is followed by whitespace. 474
 Warning whitespace ParenPad ')' is preceded with whitespace. 474
 Warning whitespace ParenPad '(' is followed by whitespace. 475
 Warning whitespace ParenPad ')' is preceded with whitespace. 475
 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 blocks LeftCurly '{' at column 17 should be on the previous line. 480
 Warning whitespace ParenPad '(' is followed by whitespace. 481
 Warning whitespace ParenPad ')' is preceded with whitespace. 481
 Warning whitespace ParenPad '(' is followed by whitespace. 482
 Warning whitespace ParenPad ')' is preceded with whitespace. 482
 Warning whitespace ParenPad '(' is followed by whitespace. 482
 Warning whitespace ParenPad ')' is preceded with whitespace. 482
 Warning whitespace ParenPad '(' is followed by whitespace. 482
 Warning whitespace ParenPad ')' is preceded with whitespace. 483
 Warning whitespace ParenPad '(' is followed by whitespace. 484
 Warning whitespace ParenPad ')' is preceded with whitespace. 484
 Warning whitespace ParenPad '(' is followed by whitespace. 484
 Warning whitespace ParenPad ')' is preceded with whitespace. 484
 Warning whitespace ParenPad '(' is followed by whitespace. 484
 Warning whitespace ParenPad ')' is preceded with whitespace. 485
 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 whitespace ParenPad '(' is followed by whitespace. 501
 Warning whitespace ParenPad ')' is preceded with whitespace. 501
 Warning whitespace ParenPad '(' is followed by whitespace. 501
 Warning whitespace ParenPad ')' is preceded with whitespace. 501
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 502
 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. 518
 Warning whitespace ParenPad '(' is followed by whitespace. 519
 Warning whitespace ParenPad ')' is preceded with whitespace. 519
 Warning whitespace ParenPad '(' is followed by whitespace. 520
 Warning whitespace ParenPad ')' is preceded with whitespace. 520
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 521
 Warning whitespace ParenPad '(' is followed by whitespace. 522
 Warning whitespace ParenPad '(' is followed by whitespace. 522
 Warning whitespace ParenPad ')' is preceded with whitespace. 522
 Warning whitespace ParenPad ')' is preceded with whitespace. 522
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 528
 Warning blocks LeftCurly '{' at column 9 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. 536
 Warning whitespace ParenPad ')' is preceded with whitespace. 536
 Warning whitespace ParenPad '(' is followed by whitespace. 537
 Warning whitespace ParenPad ')' is preceded with whitespace. 537

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 blocks LeftCurly '{' at column 5 should be on the previous line. 87
 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 blocks LeftCurly '{' at column 13 should be on the previous line. 95
 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 followed by whitespace. 102
 Warning whitespace ParenPad ')' is preceded with 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 blocks LeftCurly '{' at column 17 should be on the previous line. 104
 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. 112
 Warning whitespace ParenPad ')' is preceded with whitespace. 112
 Warning whitespace ParenPad '(' is followed by whitespace. 115
 Warning whitespace ParenPad ')' is preceded with whitespace. 115
 Warning whitespace ParenPad '(' is followed by whitespace. 116
 Warning whitespace ParenPad ')' is preceded with whitespace. 116
 Warning whitespace ParenPad '(' is followed by whitespace. 117
 Warning whitespace ParenPad ')' is preceded with whitespace. 117
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 121
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 123
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 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 13 should be on the previous line. 133
 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. 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 5 should be on the previous line. 154
 Warning whitespace ParenPad '(' is followed by whitespace. 155
 Warning whitespace ParenPad ')' is preceded with whitespace. 155
 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. 159
 Warning whitespace ParenPad '(' is followed by whitespace. 163
 Warning whitespace ParenPad ')' is preceded with whitespace. 163
 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 preceded with whitespace. 164
 Warning whitespace ParenPad '(' is followed by whitespace. 167
 Warning whitespace ParenPad ')' is preceded with whitespace. 167
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 168
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 172
 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. 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. 183
 Warning whitespace ParenPad ')' is preceded with whitespace. 183
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 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 blocks LeftCurly '{' at column 9 should be on the previous line. 192
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 206
 Warning whitespace ParenPad '(' is followed by whitespace. 208
 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. 211
 Warning whitespace ParenPad '(' is followed by whitespace. 212
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 212
 Warning whitespace ParenPad '(' is followed by whitespace. 212
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 212
 Warning whitespace ParenPad ')' is preceded with whitespace. 214
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 217
 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. 230
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 232
 Warning whitespace ParenPad '(' is followed by whitespace. 234
 Warning whitespace ParenPad ')' is preceded with whitespace. 234
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 238
 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 followed by whitespace. 243
 Warning whitespace ParenPad ')' is preceded with whitespace. 243
 Warning whitespace ParenPad ')' is preceded with whitespace. 243
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 255
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 259
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 261
 Warning whitespace ParenPad '(' is followed by whitespace. 262
 Warning whitespace ParenPad ')' is preceded with whitespace. 262
 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 blocks LeftCurly '{' at column 17 should be on the previous line. 267
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 270
 Warning blocks LeftCurly '{' at column 25 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 13 should be on the previous line. 280
 Warning whitespace ParenPad '(' is followed by whitespace. 281
 Warning whitespace ParenPad ')' is preceded with whitespace. 281

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 blocks LeftCurly '{' at column 5 should be on the previous line. 62
 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. 69
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 71
 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 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 blocks LeftCurly '{' at column 5 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. 96
 Warning whitespace ParenPad ')' is preceded with whitespace. 96
 Warning whitespace ParenPad '(' is followed by whitespace. 97
 Warning whitespace ParenPad ')' is preceded with whitespace. 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. 99
 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 13 should be on the previous line. 107
 Warning whitespace ParenPad '(' is followed by whitespace. 108
 Warning whitespace ParenPad ')' is preceded with whitespace. 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 followed by whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning whitespace ParenPad ')' is preceded with whitespace. 110
 Warning whitespace ParenPad '(' is followed by whitespace. 112
 Warning whitespace ParenPad ')' is preceded with whitespace. 112
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 113
 Warning blocks LeftCurly '{' at column 13 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 13 should be on the previous line. 121
 Warning whitespace ParenPad '(' is followed by whitespace. 122
 Warning whitespace ParenPad ')' is preceded with whitespace. 122
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning whitespace ParenPad '(' is followed by whitespace. 126
 Warning whitespace ParenPad ')' is preceded with whitespace. 126
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 127
 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 blocks LeftCurly '{' at column 13 should be on the previous line. 135
 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 followed by whitespace. 138
 Warning whitespace ParenPad ')' is preceded with 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

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 blocks LeftCurly '{' at column 5 should be on the previous line. 60
 Warning whitespace ParenPad '(' is followed by whitespace. 62
 Warning whitespace ParenPad ')' is preceded with whitespace. 62
 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 blocks LeftCurly '{' at column 13 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. 75
 Warning whitespace ParenPad ')' is preceded with whitespace. 75
 Warning whitespace ParenPad '(' is followed by whitespace. 76
 Warning whitespace ParenPad ')' is preceded with whitespace. 76
 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 whitespace ParenPad '(' is followed by whitespace. 88
 Warning whitespace ParenPad ')' is preceded with whitespace. 88
 Warning whitespace ParenPad '(' is followed by whitespace. 89
 Warning whitespace ParenPad ')' is preceded with whitespace. 89

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. 45
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 62
 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
 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 9 should be on the previous line. 78
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 82
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 84
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 85
 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 13 should be on the previous line. 92
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 94
 Warning whitespace NoWhitespaceAfter ')' 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 followed by whitespace. 97
 Warning whitespace ParenPad ')' is preceded with whitespace. 97
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 102
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 104
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 105
 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 blocks LeftCurly '{' at column 13 should be on the previous line. 113
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 115
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 116
 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. 124
 Warning whitespace ParenPad ')' is preceded with whitespace. 124
 Warning blocks LeftCurly '{' at column 9 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 9 should be on the previous line. 131
 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. 139
 Warning blocks LeftCurly '{' at column 17 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. 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. 155
 Warning whitespace ParenPad ')' is preceded with whitespace. 155
 Warning blocks LeftCurly '{' at column 21 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 17 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 followed by whitespace. 164
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning whitespace ParenPad ')' is preceded with whitespace. 165
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 169
 Warning whitespace ParenPad '(' is followed by whitespace. 171
 Warning whitespace ParenPad ')' is preceded with whitespace. 171
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 174
 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. 180
 Warning whitespace ParenPad '(' is followed by whitespace. 181
 Warning whitespace ParenPad '(' is followed by whitespace. 181
 Warning whitespace ParenPad ')' is preceded with whitespace. 181
 Warning whitespace ParenPad ')' is preceded with whitespace. 181

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 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 javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 178
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 183
 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 blocks LeftCurly '{' at column 9 should be on the previous line. 191
 Warning coding ParameterAssignment Assignment of parameter 'deployPath' is not allowed. 192
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 196
 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. 206
 Warning whitespace ParenPad '(' is followed by whitespace. 211
 Warning whitespace ParenPad ')' is preceded with whitespace. 211
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 212
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 218
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 227
 Warning whitespace ParenPad '(' is followed by whitespace. 228
 Warning whitespace ParenPad '(' is followed by whitespace. 228
 Warning whitespace ParenPad ')' is preceded with whitespace. 228
 Warning whitespace ParenPad ')' is preceded with whitespace. 228
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 236
 Warning whitespace ParenPad '(' is followed by whitespace. 238
 Warning whitespace ParenPad ')' is preceded with whitespace. 238
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 241
 Warning whitespace ParenPad '(' is followed by whitespace. 243
 Warning whitespace ParenPad ')' is preceded with whitespace. 243
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 246
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 251
 Warning whitespace ParenPad '(' is followed by whitespace. 253
 Warning whitespace ParenPad ')' is preceded with whitespace. 253
 Warning whitespace ParenPad '(' is followed by whitespace. 256
 Warning whitespace ParenPad ')' is preceded with whitespace. 256
 Warning whitespace ParenPad '(' is followed by whitespace. 256
 Warning whitespace ParenPad ')' is preceded with whitespace. 256
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 257
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 264
 Warning whitespace ParenPad '(' is followed by whitespace. 269
 Warning whitespace ParenPad ')' is preceded with whitespace. 269
 Warning whitespace ParenPad '(' is followed by whitespace. 271
 Warning whitespace ParenPad ')' is preceded with whitespace. 271
 Warning whitespace ParenPad '(' is followed by whitespace. 273
 Warning whitespace ParenPad ')' is preceded with whitespace. 273
 Warning whitespace ParenPad '(' is followed by whitespace. 274
 Warning whitespace ParenPad ')' is preceded with whitespace. 274
 Warning blocks LeftCurly '{' at column 9 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. 279
 Warning whitespace ParenPad '(' is followed by whitespace. 279
 Warning whitespace ParenPad ')' is preceded with whitespace. 279
 Warning whitespace ParenPad ')' is preceded with whitespace. 279
 Warning whitespace ParenPad '(' is followed by whitespace. 283
 Warning whitespace ParenPad ')' is preceded with whitespace. 283
 Warning whitespace ParenPad '(' is followed by whitespace. 284
 Warning whitespace ParenPad ')' is preceded with whitespace. 284
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 292
 Warning whitespace ParenPad '(' is followed by whitespace. 295
 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 blocks LeftCurly '{' at column 9 should be on the previous line. 299
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 304
 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 whitespace ParenPad '(' is followed by whitespace. 312
 Warning whitespace ParenPad ')' is preceded with whitespace. 312
 Warning whitespace ParenPad '(' is followed by whitespace. 312
 Warning whitespace ParenPad ')' is preceded with whitespace. 312
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 313
 Warning whitespace ParenPad '(' is followed by whitespace. 314
 Warning whitespace ParenPad ')' is preceded with whitespace. 314

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 coding IllegalCatch Catching 'RuntimeException' is not allowed. 536
 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 preceded with whitespace. 539
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 552
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 554
 Warning whitespace ParenPad '(' is followed by whitespace. 558
 Warning whitespace ParenPad ')' is preceded with whitespace. 558
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 559
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 561
 Warning whitespace ParenPad '(' is followed by whitespace. 562
 Warning whitespace ParenPad ')' is preceded with whitespace. 562
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 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 followed by whitespace. 567
 Warning whitespace ParenPad ')' is preceded with whitespace. 569
 Warning whitespace ParenPad ')' is preceded with whitespace. 569
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 572
 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 followed by whitespace. 574
 Warning whitespace ParenPad ')' is preceded with whitespace. 576
 Warning whitespace ParenPad ')' is preceded with whitespace. 576
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 582
 Warning whitespace ParenPad '(' is followed by whitespace. 584
 Warning whitespace ParenPad ')' is preceded with whitespace. 584
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 585
 Warning whitespace ParenPad '(' is followed by whitespace. 586
 Warning whitespace ParenPad ')' is preceded with whitespace. 586
 Warning whitespace ParenPad '(' is followed by whitespace. 592
 Warning whitespace ParenPad ')' is preceded with whitespace. 592
 Warning whitespace ParenPad '(' is followed by whitespace. 593
 Warning whitespace ParenPad ')' is preceded with whitespace. 593
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 594
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 612
 Warning blocks LeftCurly '{' at column 33 should be on the previous line. 615
 Warning blocks LeftCurly '{' at column 37 should be on the previous line. 620
 Warning whitespace ParenPad '(' is followed by whitespace. 622
 Warning whitespace ParenPad ')' is preceded with whitespace. 623
 Warning blocks LeftCurly '{' at column 33 should be on the previous line. 627
 Warning whitespace ParenPad '(' is followed by whitespace. 628
 Warning whitespace ParenPad ')' is preceded with whitespace. 628
 Warning blocks LeftCurly '{' at column 33 should be on the previous line. 631
 Warning blocks LeftCurly '{' at column 37 should be on the previous line. 633
 Warning blocks LeftCurly '{' at column 41 should be on the previous line. 635
 Warning blocks LeftCurly '{' at column 41 should be on the previous line. 639
 Warning whitespace ParenPad '(' is followed by whitespace. 650
 Warning whitespace ParenPad ')' is preceded with whitespace. 650
 Warning whitespace ParenPad '(' is followed by whitespace. 651
 Warning whitespace ParenPad ')' is preceded with whitespace. 651
 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. 656
 Warning whitespace ParenPad ')' is preceded with whitespace. 656
 Warning whitespace ParenPad '(' is followed by whitespace. 658
 Warning whitespace ParenPad ')' is preceded with whitespace. 658
 Warning blocks LeftCurly '{' at column 29 should be on the previous line. 659
 Warning whitespace ParenPad '(' is followed by whitespace. 660
 Warning whitespace ParenPad ')' is preceded with whitespace. 660
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 671
 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. 674
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 699
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 704
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 705
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 711
 Warning whitespace ParenPad '(' is followed by whitespace. 712
 Warning whitespace ParenPad ')' is preceded with whitespace. 712
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 715
 Warning whitespace ParenPad '(' is followed by whitespace. 717
 Warning whitespace ParenPad ')' is preceded with whitespace. 720
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 726
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 733
 Warning whitespace ParenPad '(' is followed by whitespace. 738
 Warning whitespace ParenPad ')' is preceded with whitespace. 739
 Warning whitespace ParenPad '(' is followed by whitespace. 741
 Warning whitespace ParenPad ')' is preceded with whitespace. 741
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 742
 Warning whitespace ParenPad '(' is followed by whitespace. 743
 Warning whitespace ParenPad ')' is preceded with whitespace. 743
 Warning whitespace ParenPad '(' is followed by whitespace. 746
 Warning whitespace ParenPad ')' is preceded with whitespace. 746
 Warning whitespace ParenPad '(' is followed by whitespace. 748
 Warning whitespace ParenPad ')' is preceded with whitespace. 748
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 757
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 758
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 761
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 765
 Warning whitespace ParenPad '(' is followed by whitespace. 766
 Warning whitespace ParenPad ')' is preceded with whitespace. 766
 Warning whitespace ParenPad '(' is followed by whitespace. 771
 Warning whitespace ParenPad ')' is preceded with whitespace. 771
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 781
 Warning whitespace ParenPad '(' is followed by whitespace. 782
 Warning whitespace ParenPad ')' is preceded with whitespace. 782
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 792
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 794
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 796
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 797
 Warning whitespace ParenPad '(' is followed by whitespace. 799
 Warning whitespace ParenPad ')' is preceded with whitespace. 799
 Warning whitespace ParenPad '(' is followed by whitespace. 800
 Warning whitespace ParenPad ')' is preceded with whitespace. 800
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 801
 Warning whitespace ParenPad '(' is followed by whitespace. 802
 Warning whitespace ParenPad ')' is preceded with whitespace. 802
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 803
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 807
 Warning whitespace ParenPad '(' is followed by whitespace. 808
 Warning whitespace ParenPad ')' is preceded with whitespace. 812
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 824
 Warning coding HiddenField 'artifactFactory' hides a field. 828
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 831
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 834
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 837
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 839
 Warning whitespace ParenPad '(' is followed by whitespace. 840
 Warning whitespace ParenPad ')' is preceded with whitespace. 840
 Warning whitespace ParenPad '(' is followed by whitespace. 842
 Warning whitespace ParenPad ')' is preceded with whitespace. 844
 Warning whitespace ParenPad '(' is followed by whitespace. 846
 Warning whitespace ParenPad ')' is preceded with whitespace. 846
 Warning whitespace ParenPad '(' is followed by whitespace. 847
 Warning whitespace ParenPad ')' is preceded with whitespace. 847
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 850
 Warning whitespace ParenPad '(' is followed by whitespace. 852
 Warning whitespace ParenPad ')' is preceded with whitespace. 854
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 860
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 875
 Warning whitespace ParenPad '(' is followed by whitespace. 876
 Warning whitespace ParenPad ')' is preceded with whitespace. 876
 Warning whitespace ParenPad '(' is followed by whitespace. 877
 Warning whitespace ParenPad ')' is preceded with whitespace. 877
 Warning whitespace ParenPad '(' is followed by whitespace. 879
 Warning whitespace ParenPad ')' is preceded with whitespace. 879
 Warning whitespace ParenPad '(' is followed by whitespace. 880
 Warning whitespace ParenPad ')' is preceded with whitespace. 880
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 894
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 902
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 904
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 910
 Warning whitespace ParenPad '(' is followed by whitespace. 911
 Warning whitespace ParenPad ')' is preceded with whitespace. 912
 Warning whitespace ParenPad '(' is followed by whitespace. 916
 Warning whitespace ParenPad ')' is preceded with whitespace. 918
 Warning whitespace ParenPad '(' is followed by whitespace. 920
 Warning whitespace ParenPad ')' is preceded with whitespace. 920
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 922
 Warning whitespace ParenPad '(' is followed by whitespace. 928
 Warning whitespace ParenPad ')' is preceded with whitespace. 930
 Warning whitespace ParenPad '(' is followed by whitespace. 931
 Warning whitespace ParenPad ')' is preceded with whitespace. 931
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 934
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 936
 Warning whitespace ParenPad '(' is followed by whitespace. 937
 Warning whitespace ParenPad '(' is followed by whitespace. 937
 Warning whitespace ParenPad ')' is preceded with whitespace. 938
 Warning whitespace ParenPad ')' is preceded with whitespace. 938
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 943
 Warning whitespace ParenPad '(' is followed by whitespace. 945
 Warning whitespace ParenPad ')' is preceded with whitespace. 945
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 947
 Warning whitespace ParenPad '(' is followed by whitespace. 948
 Warning whitespace ParenPad ')' is preceded with whitespace. 948
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 949
 Warning whitespace ParenPad '(' is followed by whitespace. 950
 Warning whitespace ParenPad ')' is preceded with whitespace. 950
 Warning whitespace ParenPad '(' is followed by whitespace. 952
 Warning whitespace ParenPad ')' is preceded with whitespace. 952
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 953
 Warning whitespace ParenPad '(' is followed by whitespace. 954
 Warning whitespace ParenPad ')' is preceded with whitespace. 954
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 958
 Warning blocks LeftCurly '{' at column 21 should be on the previous line. 960
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 962
 Warning whitespace ParenPad '(' is followed by whitespace. 964
 Warning whitespace ParenPad '(' is followed by whitespace. 965
 Warning whitespace ParenPad ')' is preceded with whitespace. 966
 Warning whitespace ParenPad ')' is preceded with whitespace. 966
 Warning blocks LeftCurly '{' at column 25 should be on the previous line. 969
 Warning whitespace ParenPad '(' is followed by whitespace. 970
 Warning whitespace ParenPad '(' is followed by whitespace. 971
 Warning whitespace ParenPad ')' is preceded with whitespace. 972
 Warning whitespace ParenPad ')' is preceded with whitespace. 972
 Warning whitespace ParenPad '(' is followed by whitespace. 978
 Warning whitespace ParenPad ')' is preceded with whitespace. 978
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 993
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 997
 Warning whitespace ParenPad '(' is followed by whitespace. 998
 Warning whitespace ParenPad '(' is followed by whitespace. 998
 Warning whitespace ParenPad ')' is preceded with whitespace. 998
 Warning whitespace ParenPad ')' is preceded with whitespace. 998
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1001
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1002
 Warning whitespace ParenPad '(' is followed by whitespace. 1003
 Warning whitespace ParenPad '(' is followed by whitespace. 1003
 Warning whitespace ParenPad ')' is preceded with whitespace. 1003
 Warning whitespace ParenPad ')' is preceded with whitespace. 1003
 Warning whitespace ParenPad '(' is followed by whitespace. 1005
 Warning whitespace ParenPad ')' is preceded with whitespace. 1005
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1009
 Warning whitespace ParenPad '(' is followed by whitespace. 1010
 Warning whitespace ParenPad '(' is followed by whitespace. 1010
 Warning whitespace ParenPad ')' is preceded with whitespace. 1010
 Warning whitespace ParenPad ')' is preceded with whitespace. 1010
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 1013
 Warning whitespace NoWhitespaceAfter ')' is followed by whitespace. 1014
 Warning whitespace ParenPad '(' is followed by whitespace. 1015
 Warning whitespace ParenPad '(' is followed by whitespace. 1015
 Warning whitespace ParenPad ')' is preceded with whitespace. 1015
 Warning whitespace ParenPad ')' is preceded with whitespace. 1015
 Warning whitespace ParenPad '(' is followed by 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 blocks LeftCurly '{' at column 5 should be on the previous line. 1035
 Warning whitespace ParenPad '(' is followed by whitespace. 1036
 Warning whitespace ParenPad ')' is preceded with whitespace. 1036
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1046
 Warning whitespace ParenPad '(' is followed by whitespace. 1047
 Warning whitespace ParenPad ')' is preceded with whitespace. 1047
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1058
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1060
 Warning whitespace ParenPad '(' is followed by whitespace. 1061
 Warning whitespace ParenPad ')' is preceded with whitespace. 1061
 Warning whitespace ParenPad '(' is followed by whitespace. 1063
 Warning whitespace ParenPad ')' is preceded with whitespace. 1063
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 1066

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 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 preceded with an empty line. 238
 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 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 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 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 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 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