Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1600415

Files

FilesIWE
org/apache/pluto/driver/deploy/CLI.java 00126
org/apache/pluto/driver/deploy/Deploy.java 00146
org/apache/pluto/driver/deploy/PortalRegistrarService.java 004
org/apache/pluto/driver/deploy/PortalRegistrarServiceImpl.java 0021
org/apache/pluto/driver/deploy/PortletApplicationExploder.java 0061
org/apache/pluto/driver/deploy/impl/ContextRegistryRegistrarService.java 0021
org/apache/pluto/driver/deploy/impl/PortletEntityRegistryRegistrarService.java 0034
org/apache/pluto/driver/deploy/impl/package.html 001
org/apache/pluto/driver/deploy/package.html 001

org/apache/pluto/driver/deploy/CLI.java

ErrorLine
Error Line does not match expected header line of ' Version 2.0, January 2004'. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 26
Error Class CLI should be declared as final. 29
Error Missing a Javadoc comment. 29
Error '{' should be on a new line. 29
Error '{' should be on a new line. 34
Error Parameter args should be final. 53
Error Expected @param tag for 'args'. 53
Error Array brackets at illegal position. 53
Error Expected @throws tag for 'Exception'. 53
Error '{' should be on a new line. 53
Error 'if' is not followed by whitespace. 57
Error '!=' is not preceded with whitespace. 57
Error '!=' is not followed by whitespace. 57
Error '{' should be on a new line. 57
Error Parameter args should be final. 68
Error '{' should be on a new line. 68
Error 'if' is not followed by whitespace. 75
Error '{' should be on a new line. 75
Error Line is longer than 80 characters. 76
Error 'if' is not followed by whitespace. 79
Error '!=' is not preceded with whitespace. 79
Error '!=' is not followed by whitespace. 79
Error '{' should be on a new line. 79
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 81
Error 'if' is not followed by whitespace. 83
Error '{' should be on a new line. 83
Error Line is longer than 80 characters. 84
Error '+' is not preceded with whitespace. 84
Error 'if' is not followed by whitespace. 89
Error '{' should be on a new line. 89
Error Line is longer than 80 characters. 90
Error '{' should be on a new line. 92
Error Line is longer than 80 characters. 93
Error 'if' is not followed by whitespace. 96
Error '{' should be on a new line. 96
Error Line is longer than 80 characters. 97
Error '+' is not preceded with whitespace. 97
Error Line is longer than 80 characters. 100
Error Line is longer than 80 characters. 101
Error Line is longer than 80 characters. 103
Error Expected an @return tag. 116
Error Parameter args should be final. 116
Error Expected @param tag for 'args'. 116
Error '{' should be on a new line. 116
Error '=' is not preceded with whitespace. 119
Error '=' is not followed by whitespace. 119
Error ';' is not followed by whitespace. 119
Error '<' is not preceded with whitespace. 119
Error '<' is not followed by whitespace. 119
Error ';' is not followed by whitespace. 119
Error '{' should be on a new line. 119
Error 'if' is not followed by whitespace. 122
Error '{' should be on a new line. 122
Error 'if' is not followed by whitespace. 126
Error '{' should be on a new line. 126
Error 'if' is not followed by whitespace. 130
Error '{' should be on a new line. 130
Error 'if' is not followed by whitespace. 133
Error '{' should be on a new line. 133
Error '{' should be on a new line. 134
Error 'if' is not followed by whitespace. 136
Error '{' should be on a new line. 136
Error '+' is not preceded with whitespace. 138
Error '+' is not followed by whitespace. 138
Error '+' is not preceded with whitespace. 138
Error '+' should be on a new line. 138
Error 'catch' is not followed by whitespace. 143
Error '{' should be on a new line. 143
Error 'if' is not followed by whitespace. 149
Error '{' should be on a new line. 149
Error '{' should be on a new line. 152
Error '+' is not preceded with whitespace. 153
Error '+' is not followed by whitespace. 153
Error '{' should be on a new line. 155
Error 'if' is not followed by whitespace. 160
Error '{' should be on a new line. 160
Error 'if' is not followed by whitespace. 166
Error '{' should be on a new line. 166
Error Line is longer than 80 characters. 167
Error '+' is not preceded with whitespace. 167
Error 'if' is not followed by whitespace. 170
Error '{' should be on a new line. 170
Error Line is longer than 80 characters. 171
Error 'if' is not followed by whitespace. 174
Error '{' should be on a new line. 174
Error Line is longer than 80 characters. 175
Error '+' is not preceded with whitespace. 175
Error '{' should be on a new line. 183
Error Line is longer than 80 characters. 186
Error '+' is not preceded with whitespace. 186
Error '+' is not followed by whitespace. 186
Error '+' is not preceded with whitespace. 187
Error '+' is not followed by whitespace. 187
Error Line is longer than 80 characters. 188
Error '+' is not preceded with whitespace. 188
Error '+' is not followed by whitespace. 188
Error '+' is not preceded with whitespace. 189
Error '+' is not followed by whitespace. 189
Error '+' is not preceded with whitespace. 190
Error '+' is not followed by whitespace. 190
Error '+' is not preceded with whitespace. 191
Error '+' is not followed by whitespace. 191
Error '+' is not preceded with whitespace. 192
Error '+' is not followed by whitespace. 192
Error '+' is not preceded with whitespace. 193
Error '+' is not followed by whitespace. 193
Error Line is longer than 80 characters. 194
Error '+' is not preceded with whitespace. 194
Error '+' is not followed by whitespace. 194
Error '{' should be on a new line. 201
Error '{' should be on a new line. 208
Error Missing a Javadoc comment. 209
Error Name 'portletApplication' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 209
Error Missing a Javadoc comment. 210
Error Name 'portalApplication' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 210
Error Missing a Javadoc comment. 211
Error Name 'destinationDirectory' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 211
Error Missing a Javadoc comment. 212
Error Name 'debug' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 212

org/apache/pluto/driver/deploy/Deploy.java

ErrorLine
Error Line does not match expected header line of ' Version 2.0, January 2004'. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Missing a Javadoc comment. 38
Error '{' should be on a new line. 38
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 44
Error Name 'webAppDescriptorService' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'portletAppDescriptorService' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 49
Error Name 'exploder' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 50
Error Name 'registrars' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 50
Error Missing a Javadoc comment. 52
Error Name 'debug' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 52
Error Missing a Javadoc comment. 54
Error Parameter webAppDescriptorService should be final. 54
Error 'webAppDescriptorService' hides a field. 54
Error Parameter portletAppDescriptorService should be final. 55
Error 'portletAppDescriptorService' hides a field. 55
Error '{' should be on a new line. 55
Error Expected an @return tag. 64
Error Method 'getWebAppDDService' is not designed for extension - needs to be abstract, final or empty. 64
Error '{' should be on a new line. 64
Error Line is longer than 80 characters. 71
Error Method 'setWebAppDDService' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter webAppDescriptorService should be final. 71
Error 'webAppDescriptorService' hides a field. 71
Error Expected @param tag for 'webAppDescriptorService'. 71
Error '{' should be on a new line. 71
Error Expected an @return tag. 79
Error Method 'getPortletAppDDService' is not designed for extension - needs to be abstract, final or empty. 79
Error '{' should be on a new line. 79
Error Line is longer than 80 characters. 87
Error Method 'setPortletAppDDService' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter portletAppDescriptorService should be final. 87
Error 'portletAppDescriptorService' hides a field. 87
Error Expected @param tag for 'portletAppDescriptorService'. 87
Error '{' should be on a new line. 87
Error Method 'getExploder' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '{' should be on a new line. 91
Error Method 'setExploder' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter exploder should be final. 95
Error 'exploder' hides a field. 95
Error '{' should be on a new line. 95
Error Method 'getRegistrars' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '{' should be on a new line. 99
Error Method 'setRegistrars' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter registrars should be final. 103
Error 'registrars' hides a field. 103
Error '{' should be on a new line. 103
Error Method 'addRegistrar' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Parameter registrar should be final. 107
Error '{' should be on a new line. 107
Error Method 'isDebug' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error '{' should be on a new line. 111
Error Method 'setDebug' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Parameter debug should be final. 115
Error 'debug' hides a field. 115
Error '{' should be on a new line. 115
Error Method 'deploy' is not designed for extension - needs to be abstract, final or empty. 126
Error Parameter warFile should be final. 126
Error Expected @param tag for 'warFile'. 126
Error Expected @throws tag for 'IOException'. 126
Error '{' should be on a new line. 126
Error 'if' is not followed by whitespace. 127
Error '{' should be on a new line. 127
Error 'while' is not followed by whitespace. 133
Error '{' should be on a new line. 133
Error 'cast' is not followed by whitespace. 134
Error Method 'updateDescriptors' is not designed for extension - needs to be abstract, final or empty. 139
Error Missing a Javadoc comment. 139
Error '{' should be on a new line. 140
Error '{' should be on a new line. 146
Error Missing a Javadoc comment. 158
Error Parameter webApp should be final. 158
Error Parameter portlet should be final. 158
Error '{' should be on a new line. 158
Error 'if' is not followed by whitespace. 159
Error '{' should be on a new line. 159
Error Line is longer than 80 characters. 160
Error '+' is not preceded with whitespace. 160
Error '+' is not followed by whitespace. 160
Error '+' is not preceded with whitespace. 160
Error '+' is not followed by whitespace. 160
Error '{' should be on a new line. 165
Error '{' should be on a new line. 167
Error Line is longer than 80 characters. 169
Error '}' should be alone on a line. 175
Error '{' should be on a new line. 175
Error Line is longer than 80 characters. 192
Error '+' is not preceded with whitespace. 192
Error '+' is not followed by whitespace. 192
Error '+' is not preceded with whitespace. 192
Error '+' is not followed by whitespace. 192
Error Missing a Javadoc comment. 198
Error Parameter webApp should be final. 198
Error Parameter servlet should be final. 199
Error Parameter portlet should be final. 200
Error '{' should be on a new line. 200
Error 'while' is not followed by whitespace. 206
Error '{' should be on a new line. 206
Error 'cast' is not followed by whitespace. 207
Error 'while' is not followed by whitespace. 214
Error '{' should be on a new line. 214
Error 'cast' is not followed by whitespace. 215
Error 'while' is not followed by whitespace. 222
Error '{' should be on a new line. 222
Error '==' is not preceded with whitespace. 224
Error '==' is not followed by whitespace. 224
Error '==' is not preceded with whitespace. 225
Error '==' is not followed by whitespace. 225
Error '{' should be on a new line. 225
Error Line is longer than 80 characters. 227
Error Line is longer than 80 characters. 229
Error '{' should be on a new line. 237
Error Line is longer than 80 characters. 238
Error Line is longer than 80 characters. 240
Error Missing a Javadoc comment. 253
Error Parameter webApp should be final. 253
Error Parameter portlet should be final. 254
Error '{' should be on a new line. 254
Error 'if' is not followed by whitespace. 255
Error '{' should be on a new line. 255
Error Line is longer than 80 characters. 256
Error '+' is not preceded with whitespace. 256
Error '+' is not followed by whitespace. 256
Error '+' is not preceded with whitespace. 256
Error '+' is not followed by whitespace. 256
Error '=' is not preceded with whitespace. 258
Error '+' is not preceded with whitespace. 258
Error '+' is not followed by whitespace. 258
Error '{' should be on a new line. 260
Error '{' should be on a new line. 262
Error '+' is not preceded with whitespace. 264
Error '+' is not followed by whitespace. 264
Error '{' should be on a new line. 269

org/apache/pluto/driver/deploy/PortalRegistrarService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 31
Error Expected @param tag for 'service'. 37
Error Expected @throws tag for 'IOException'. 38

org/apache/pluto/driver/deploy/PortalRegistrarServiceImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 40
Error Name 'portalRoot' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 40
Error Parameter portalRoot should be final. 48
Error 'portalRoot' hides a field. 48
Error Expected @param tag for 'portalRoot'. 48
Error '{' should be on a new line. 48
Error Line is longer than 80 characters. 57
Error Parameter portletAppDescriptorService should be final. 57
Error Expected @throws tag for 'IOException'. 58
Error '{' should be on a new line. 58
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 69
Error 'while' is not followed by whitespace. 74
Error '{' should be on a new line. 74
Error 'cast' is not followed by whitespace. 75
Error Line is longer than 80 characters. 76
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 78

org/apache/pluto/driver/deploy/PortletApplicationExploder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 35
Error Missing a Javadoc comment. 37
Error Name 'destination' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 39
Error Name 'validateJsp' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 39
Error Parameter destination should be final. 45
Error 'destination' hides a field. 45
Error Expected @param tag for 'destination'. 45
Error '{' should be on a new line. 45
Error Missing a Javadoc comment. 49
Error Parameter destination should be final. 49
Error 'destination' hides a field. 49
Error Parameter validate should be final. 49
Error '{' should be on a new line. 49
Error Missing a Javadoc comment. 54
Error Parameter war should be final. 54
Error '{' should be on a new line. 54
Error 'destination' hides a field. 55
Error '{' should be on a new line. 61
Error Line is longer than 80 characters. 65
Error 'if' is not followed by whitespace. 65
Error '{' should be on a new line. 65
Error '{' should be on a new line. 71
Error '}' should be alone on a line. 73
Error '{' should be on a new line. 73
Error '1024' is a magic number. 75
Error '{' should be on a new line. 79
Error Missing a Javadoc comment. 88
Error Parameter is should be final. 88
Error '{' should be on a new line. 88
Error 'while' is not followed by whitespace. 93
Error '!=' is not preceded with whitespace. 93
Error '!=' is not followed by whitespace. 93
Error '{' should be on a new line. 93
Error 'if' is not followed by whitespace. 94
Error '==' is not preceded with whitespace. 94
Error '==' is not followed by whitespace. 94
Error '==' is not preceded with whitespace. 94
Error '==' is not followed by whitespace. 94
Error '{' is not preceded with whitespace. 94
Error '{' should be on a new line. 94
Error 'cast' is not followed by whitespace. 96
Error 'if' is not followed by whitespace. 97
Error '{' is not preceded with whitespace. 97
Error '{' should be on a new line. 97
Error Line is longer than 80 characters. 98
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '+' is not followed by whitespace. 98
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error '+' is not preceded with whitespace. 98
Error '+' is not followed by whitespace. 98
Error Missing a Javadoc comment. 105
Error Parameter warName should be final. 105
Error '{' should be on a new line. 105

org/apache/pluto/driver/deploy/impl/ContextRegistryRegistrarService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 33
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Name 'webAppDir' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 39
Error Parameter webAppDir should be final. 39
Error 'webAppDir' hides a field. 39
Error '{' should be on a new line. 39
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter service should be final. 43
Error '{' should be on a new line. 44
Error '+' is not preceded with whitespace. 53
Error '+' is not followed by whitespace. 53
Error 'if' is not followed by whitespace. 54
Error '{' should be on a new line. 54
Error Line is longer than 80 characters. 55
Error '+' is not preceded with whitespace. 60
Error '+' is not followed by whitespace. 60

org/apache/pluto/driver/deploy/impl/PortletEntityRegistryRegistrarService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 37
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 42
Error Name 'portalRoot' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 42
Error Parameter portalRoot should be final. 50
Error 'portalRoot' hides a field. 50
Error Expected @param tag for 'portalRoot'. 50
Error '{' should be on a new line. 50
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter service should be final. 59
Error Expected @throws tag for 'IOException'. 60
Error '{' should be on a new line. 60
Error Line is longer than 80 characters. 61
Error '+' is not preceded with whitespace. 61
Error '+' is not followed by whitespace. 61
Error '+' is not preceded with whitespace. 61
Error '+' is not followed by whitespace. 61
Error Line is longer than 80 characters. 69
Error '+' is not preceded with whitespace. 69
Error '+' is not followed by whitespace. 69
Error '+' is not preceded with whitespace. 69
Error '+' is not followed by whitespace. 69
Error 'if' is not followed by whitespace. 70
Error '{' should be on a new line. 70
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 78
Error 'while' is not followed by whitespace. 83
Error '{' should be on a new line. 83
Error 'cast' is not followed by whitespace. 84
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 87

org/apache/pluto/driver/deploy/impl/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/pluto/driver/deploy/package.html

ErrorLine
Error Missing package documentation file.0