Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
1100467

Files

FilesIWE
org/ninjasoft/macpackager/AntMacPackager.java 0065
org/ninjasoft/macpackager/InfoBuilder.java 00177
org/ninjasoft/macpackager/MacPackager.java 00188
org/ninjasoft/macpackager/MavenAntPackager.java 0032
org/ninjasoft/macpackager/PackageException.java 004
org/ninjasoft/macpackager/package.html 001

org/ninjasoft/macpackager/AntMacPackager.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error Using the '.*' form of import should be avoided - java.util.*. 20
Error Using the '.*' form of import should be avoided - org.apache.tools.ant.*. 21
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 33
Error Line has trailing spaces. 35
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Variable 'filesets' must be private and have accessor methods. 42
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error ';' is followed by whitespace. 45
Error 'for' construct must use '{}'s. 51
Error '=' is not preceded with whitespace. 51
Error '=' is not followed by whitespace. 51
Error '<' is not preceded with whitespace. 51
Error '<' is not followed by whitespace. 51
Error Line has trailing spaces. 55
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Redundant throws: 'BuildException' is unchecked exception. 56
Error 'try' is not followed by whitespace. 59
Error '{' is not preceded with whitespace. 59
Error Line contains a tab character. 60
Error 'catch' is not preceded with whitespace. 61
Error '}' is not followed by whitespace. 61
Error 'catch' is not followed by whitespace. 61
Error '{' is not preceded with whitespace. 61
Error Line has trailing spaces. 65
Error Method 'addFileset' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter fileset should be final. 68
Error Line has trailing spaces. 71
Error Line contains a tab character. 72
Error Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter icon should be final. 72
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Method 'setInfoString' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Parameter infoString should be final. 75
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter mainClass should be final. 78
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter version should be final. 81
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Method 'setVmOptions' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter vmOptions should be final. 84
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Method 'setAppName' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter appName should be final. 87
Error Line contains a tab character. 89

org/ninjasoft/macpackager/InfoBuilder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error Using the '.*' form of import should be avoided - java.util.*. 20
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 36
Error Line has trailing spaces. 37
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error '+' should be on a new line. 38
Error Line is longer than 80 characters. 39
Error '+' should be on a new line. 39
Error '+' should be on a new line. 40
Error '+' should be on a new line. 41
Error '+' should be on a new line. 42
Error '+' should be on a new line. 43
Error '+' should be on a new line. 44
Error '+' should be on a new line. 45
Error '+' should be on a new line. 46
Error '+' should be on a new line. 47
Error '+' should be on a new line. 48
Error '+' should be on a new line. 49
Error '+' should be on a new line. 50
Error '+' should be on a new line. 51
Error '+' should be on a new line. 52
Error '+' should be on a new line. 53
Error '+' should be on a new line. 54
Error '+' should be on a new line. 55
Error '+' should be on a new line. 56
Error '+' should be on a new line. 57
Error '+' should be on a new line. 58
Error '+' should be on a new line. 59
Error '+' should be on a new line. 60
Error '+' should be on a new line. 61
Error '+' should be on a new line. 62
Error '+' should be on a new line. 63
Error '+' should be on a new line. 64
Error '+' should be on a new line. 65
Error '+' should be on a new line. 66
Error '+' should be on a new line. 67
Error '+' should be on a new line. 68
Error '+' should be on a new line. 69
Error '+' should be on a new line. 70
Error '+' should be on a new line. 71
Error '+' should be on a new line. 72
Error '+' should be on a new line. 73
Error '+' should be on a new line. 74
Error '+' should be on a new line. 75
Error Line has trailing spaces. 76
Error '+' should be on a new line. 76
Error '+' should be on a new line. 77
Error '+' should be on a new line. 78
Error '+' should be on a new line. 79
Error '+' should be on a new line. 80
Error '+' should be on a new line. 81
Error '+' should be on a new line. 82
Error '+' should be on a new line. 83
Error '+' should be on a new line. 84
Error Line has trailing spaces. 86
Error Method 'getXml' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error '=' is not preceded with whitespace. 91
Error '=' is not followed by whitespace. 91
Error '<' is not preceded with whitespace. 91
Error '<' is not followed by whitespace. 91
Error '==' is not preceded with whitespace. 98
Error '==' is not followed by whitespace. 98
Error '==' is not preceded with whitespace. 100
Error '==' is not followed by whitespace. 100
Error '==' is not preceded with whitespace. 102
Error '==' is not followed by whitespace. 102
Error '==' is not preceded with whitespace. 104
Error '==' is not followed by whitespace. 104
Error '==' is not preceded with whitespace. 106
Error '==' is not followed by whitespace. 106
Error '==' is not preceded with whitespace. 108
Error '==' is not followed by whitespace. 108
Error '==' is not preceded with whitespace. 110
Error '==' is not followed by whitespace. 110
Error ';' is followed by whitespace. 111
Error Line has trailing spaces. 122
Error Missing a Javadoc comment. 123
Error Line has trailing spaces. 126
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Method 'getBundleName' is not designed for extension - needs to be abstract, final or empty. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Method 'setBundleName' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter bundleName should be final. 138
Error 'bundleName' hides a field. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Method 'getInfoString' is not designed for extension - needs to be abstract, final or empty. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Method 'setInfoString' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter infoString should be final. 150
Error 'infoString' hides a field. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Unused @param tag for 'jarFiles'. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Method 'addJarFile' is not designed for extension - needs to be abstract, final or empty. 156
Error Parameter filename should be final. 156
Error Expected @param tag for 'filename'. 156
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Method 'getMainClass' is not designed for extension - needs to be abstract, final or empty. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. 169
Error Parameter mainClass should be final. 169
Error 'mainClass' hides a field. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 181
Error Parameter version should be final. 181
Error 'version' hides a field. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Method 'getVmOptions' is not designed for extension - needs to be abstract, final or empty. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Method 'setVmOptions' is not designed for extension - needs to be abstract, final or empty. 193
Error Parameter vmOptions should be final. 193
Error 'vmOptions' hides a field. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 195

org/ninjasoft/macpackager/MacPackager.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error Using the '.*' form of import should be avoided - java.util.*. 20
Error Line has trailing spaces. 25
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 32
Error Line has trailing spaces. 34
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Line has trailing spaces. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Line has trailing spaces. 48
Error Missing a Javadoc comment. 50
Error Name 'appExt' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Error Line has trailing spaces. 51
Error Method 'buildApplication' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error 'for' construct must use '{}'s. 61
Error ';' is followed by whitespace. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 66
Error 'if' construct must use '{}'s. 68
Error Line has trailing spaces. 80
Error Missing a Javadoc comment. 81
Error Parameter s should be final. 81
Error 'if' construct must use '{}'s. 82
Error Array brackets at illegal position. 86
Error 'for' construct must use '{}'s. 87
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
Error '<' is not preceded with whitespace. 87
Error '<' is not followed by whitespace. 87
Error Line has trailing spaces. 94
Error First sentence should end with a period. 95
Error Expected @throws tag for 'PackageException'. 99
Error 'if' construct must use '{}'s. 102
Error Line is longer than 80 characters. 103
Error 'if' construct must use '{}'s. 105
Error Line is longer than 80 characters. 106
Error Line has trailing spaces. 108
Error Missing a Javadoc comment. 109
Error Line is longer than 80 characters. 111
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 113
Error 'try' is not followed by whitespace. 120
Error '{' is not preceded with whitespace. 120
Error 'if' construct must use '{}'s. 123
Error Line is longer than 80 characters. 124
Error 'catch' is not preceded with whitespace. 125
Error '}' is not followed by whitespace. 125
Error 'catch' is not followed by whitespace. 125
Error '{' is not preceded with whitespace. 125
Error Line is longer than 80 characters. 126
Error 'catch' is not preceded with whitespace. 127
Error '}' is not followed by whitespace. 127
Error 'catch' is not followed by whitespace. 127
Error '{' is not preceded with whitespace. 127
Error Line is longer than 80 characters. 128
Error Line is longer than 80 characters. 132
Error ';' is followed by whitespace. 135
Error Line is longer than 80 characters. 137
Error Line has trailing spaces. 141
Error Missing a Javadoc comment. 142
Error 'try' is not followed by whitespace. 143
Error '{' is not preceded with whitespace. 143
Error Line is longer than 80 characters. 144
Error 'catch' is not preceded with whitespace. 148
Error '}' is not followed by whitespace. 148
Error 'catch' is not followed by whitespace. 148
Error '{' is not preceded with whitespace. 148
Error Line is longer than 80 characters. 149
Error 'try' is not followed by whitespace. 151
Error '{' is not preceded with whitespace. 151
Error Line is longer than 80 characters. 152
Error 'catch' is not preceded with whitespace. 156
Error '}' is not followed by whitespace. 156
Error 'catch' is not followed by whitespace. 156
Error '{' is not preceded with whitespace. 156
Error Line is longer than 80 characters. 157
Error Line has trailing spaces. 159
Error Line has trailing spaces. 161
Error First sentence should end with a period. 162
Error Parameter source should be final. 168
Error Expected @param tag for 'source'. 168
Error Parameter destination should be final. 168
Error Expected @param tag for 'destination'. 168
Error Expected @throws tag for 'PackageException'. 168
Error 'try' is not followed by whitespace. 169
Error '{' is not preceded with whitespace. 169
Error '1024' is a magic number. 172
Error 'while' construct must use '{}'s. 174
Error 'catch' is not preceded with whitespace. 178
Error '}' is not followed by whitespace. 178
Error 'catch' is not followed by whitespace. 178
Error '{' is not preceded with whitespace. 178
Error Line is longer than 80 characters. 179
Error Line has trailing spaces. 182
Error First sentence should end with a period. 183
Error Expected @throws tag for 'PackageException'. 187
Error 'try' is not followed by whitespace. 195
Error '{' is not preceded with whitespace. 195
Error 'if' construct must use '{}'s. 198
Error Line is longer than 80 characters. 199
Error 'catch' is not preceded with whitespace. 200
Error '}' is not followed by whitespace. 200
Error 'catch' is not followed by whitespace. 200
Error '{' is not preceded with whitespace. 200
Error Line is longer than 80 characters. 201
Error 'catch' is not preceded with whitespace. 202
Error '}' is not followed by whitespace. 202
Error 'catch' is not followed by whitespace. 202
Error '{' is not preceded with whitespace. 202
Error Line is longer than 80 characters. 203
Error Line has trailing spaces. 206
Error Line is longer than 80 characters. 208
Error Line has trailing spaces. 210
Error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 213
Error Expected @throws tag for 'PackageException'. 213
Error 'if' construct must use '{}'s. 214
Error Line is longer than 80 characters. 214
Error 'if' construct must use '{}'s. 215
Error Line is longer than 80 characters. 215
Error 'if' construct must use '{}'s. 216
Error Line is longer than 80 characters. 216
Error 'if' construct must use '{}'s. 217
Error Line is longer than 80 characters. 217
Error 'if' construct must use '{}'s. 218
Error 'if' construct must use '{}'s. 219
Error Line is longer than 80 characters. 219
Error 'if' construct must use '{}'s. 220
Error Line is longer than 80 characters. 220
Error 'if' construct must use '{}'s. 222
Error 'if' construct must use '{}'s. 225
Error 'if' construct must use '{}'s. 228
Error Line is longer than 80 characters. 229
Error Line has trailing spaces. 231
Error Method 'addJar' is not designed for extension - needs to be abstract, final or empty. 234
Error Missing a Javadoc comment. 234
Error Parameter jar should be final. 234
Error Line has trailing spaces. 237
Error Line contains a tab character. 238
Error Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 238
Error Missing a Javadoc comment. 238
Error Parameter icon should be final. 238
Error 'icon' hides a field. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error Method 'setInfoString' is not designed for extension - needs to be abstract, final or empty. 241
Error Missing a Javadoc comment. 241
Error Parameter infoString should be final. 241
Error 'infoString' hides a field. 241
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. 244
Error Missing a Javadoc comment. 244
Error Parameter mainClass should be final. 244
Error 'mainClass' hides a field. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error Parameter version should be final. 247
Error 'version' hides a field. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Method 'setVmOptions' is not designed for extension - needs to be abstract, final or empty. 250
Error Missing a Javadoc comment. 250
Error Parameter vmOptions should be final. 250
Error 'vmOptions' hides a field. 250
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Method 'setAppName' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error Parameter appName should be final. 253
Error 'appName' hides a field. 253
Error Line contains a tab character. 254
Error Line contains a tab character. 255

org/ninjasoft/macpackager/MavenAntPackager.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 31
Error Line has trailing spaces. 32
Error Method 'setJars' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter path should be final. 35
Error 'if' construct must use '{}'s. 39
Error Method 'addJar' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter filename should be final. 43
Error Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter icon should be final. 46
Error Method 'setInfoString' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter infoString should be final. 49
Error Method 'setMainClass' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter mainClass should be final. 52
Error Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter version should be final. 55
Error Method 'setVmOptions' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter vmOptions should be final. 58
Error Method 'setAppName' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter appName should be final. 61

org/ninjasoft/macpackager/PackageException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Missing a Javadoc comment. 24
Error Parameter s should be final. 24

org/ninjasoft/macpackager/package.html

ErrorLine
Error Missing package documentation file.0