Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
6 88

Files

Files Errors
net/sf/phoenixjms/server/JMSServer.java 6
net/sf/phoenixjms/server/impl/OpenJMSServer.java 80
net/sf/phoenixjms/server/impl/package.html 1
net/sf/phoenixjms/server/package.html 1

net/sf/phoenixjms/server/JMSServer.java

Error Line
Missing a header - not enough lines in file. 1
'{' should be on the previous line. 18
Missing a Javadoc comment. 20
Redundant 'public' modifier. 20
Expected an @return tag. 25
Redundant 'public' modifier. 25

net/sf/phoenixjms/server/impl/OpenJMSServer.java

Error Line
Line does not match expected header line of ' ============================================================================'. 1
'{' should be on the previous line. 52
Line is longer than 80 characters. 54
Missing a Javadoc comment. 54
Name 'm_workingDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
',' is not followed by whitespace. 54
Missing a Javadoc comment. 55
Name 'm_server' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Missing a Javadoc comment. 56
Name 'm_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Missing a Javadoc comment. 58
Name 'm_init' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Missing a Javadoc comment. 60
'{' should be on the previous line. 61
Line is longer than 80 characters. 66
Parameter config should be final. 71
Parameter logger should be final. 71
Expected @throws tag for 'Exception'. 71
Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 84
Parameter context should be final. 84
'}' should be on the same line. 95
'if' construct must use '{}'s. 97
'if' is not followed by whitespace. 97
Line is longer than 80 characters. 98
'}' should be on the same line. 101
'if' construct must use '{}'s. 103
'if' is not followed by whitespace. 103
Line is longer than 80 characters. 104
'if' construct must use '{}'s. 110
'if' is not followed by whitespace. 110
'+' is not preceeded with whitespace. 111
'+' is not followed by whitespace. 111
'}' should be on the same line. 112
'if' construct must use '{}'s. 114
'if' is not followed by whitespace. 114
Line is longer than 80 characters. 115
',' is not followed by whitespace. 115
Method 'configure' is not designed for extension - needs to be abstract, final or empty. 125
'(' is followed by whitespace. 125
')' is preceeded with whitespace. 125
Expected @throws tag for 'ConfigurationException'. 126
Unable to get class information for ConfigurationException. 126
'{' should be on the previous line. 127
',' is not followed by whitespace. 129
',' is not followed by whitespace. 132
'if' construct must use '{}'s. 136
'if' is not followed by whitespace. 136
'else' is not followed by whitespace. 142
'{' is not preceeded with whitespace. 142
Line is longer than 80 characters. 153
Line is longer than 80 characters. 159
'}' should be on the same line. 170
'if' construct must use '{}'s. 172
'if' is not followed by whitespace. 172
',' is not followed by whitespace. 173
'}' should be on the same line. 174
'if' construct must use '{}'s. 176
'if' is not followed by whitespace. 176
',' is not followed by whitespace. 177
'}' should be on the same line. 178
'if' construct must use '{}'s. 180
'if' is not followed by whitespace. 180
',' is not followed by whitespace. 181
Line is longer than 80 characters. 190
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 195
Expected @throws tag for 'Exception'. 196
'{' should be on the previous line. 197
'if' is not followed by whitespace. 198
'{' is not preceeded with whitespace. 198
'}' should be on the same line. 204
'if' construct must use '{}'s. 206
'if' is not followed by whitespace. 206
',' is not followed by whitespace. 207
'}' should be on the same line. 208
'if' construct must use '{}'s. 210
'if' is not followed by whitespace. 210
',' is not followed by whitespace. 211
Method 'getProviderName' is not designed for extension - needs to be abstract, final or empty. 217
Missing a Javadoc comment. 217
'{' is not preceeded with whitespace. 217

net/sf/phoenixjms/server/impl/package.html

Error Line
Missing package documentation file. 0

net/sf/phoenixjms/server/package.html

Error Line
Missing package documentation file. 0