Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
2400635

Files

FilesIWE
org/apache/avalon/cornerstone/blocks/connection/AbstractConnectionManager.java 00107
org/apache/avalon/cornerstone/blocks/connection/AvalonLoggerConnectionMonitor.java 0026
org/apache/avalon/cornerstone/blocks/connection/CDIConnectionManager.java 0010
org/apache/avalon/cornerstone/blocks/connection/CommonsLoggingConnectionMonitor.java 0030
org/apache/avalon/cornerstone/blocks/connection/Connection.java 00162
org/apache/avalon/cornerstone/blocks/connection/ConnectionMonitor.java 007
org/apache/avalon/cornerstone/blocks/connection/DefaultConnectionManager.java 0022
org/apache/avalon/cornerstone/blocks/connection/NullConnectionMonitor.java 0026
org/apache/avalon/cornerstone/services/connection/AbstractHandlerFactory.java 0052
org/apache/avalon/cornerstone/services/connection/AbstractService.java 00171
org/apache/avalon/cornerstone/services/connection/DefaultHandlerFactory.java 0021
org/apache/avalon/cornerstone/services/connection/package.html 001

org/apache/avalon/cornerstone/blocks/connection/AbstractConnectionManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 22
Error '{' should be on the previous line. 33
Error Missing a Javadoc comment. 34
Error Name 'm_connections' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 35
Error Name 'm_threadManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Variable 'm_threadManager' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 36
Error Variable 'monitor' must be private and have accessor methods. 36
Error Method 'connect' is not designed for extension - needs to be abstract, final or empty. 50
Error '(' is followed by whitespace. 50
Error Parameter name should be final. 50
Error Parameter socket should be final. 51
Error Parameter handlerFactory should be final. 52
Error Parameter threadPool should be final. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 55
Error 'if' is not followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error Line is longer than 80 characters. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error 'if' is not followed by whitespace. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error '500' is a magic number. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line is longer than 80 characters. 76
Error Method 'connect' is not designed for extension - needs to be abstract, final or empty. 83
Error '(' is followed by whitespace. 83
Error Parameter name should be final. 83
Error Parameter socket should be final. 84
Error Parameter handlerFactory should be final. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 87
Error Line is longer than 80 characters. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line is longer than 80 characters. 92
Error Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line is longer than 80 characters. 105
Error Line is longer than 80 characters. 113
Error Method 'disconnect' is not designed for extension - needs to be abstract, final or empty. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 115
Error 'cast' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error 'if' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error Comment matches to-do format 'TODO:'. 120
Error '}' should be on the same line. 122
Error '{' should be on the previous line. 124
Error Line is longer than 80 characters. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 131
Error Missing a Javadoc comment. 131
Error '{' should be on the previous line. 132
Error 'if' is not followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '{' should be on the previous line. 134
Error ')' is preceded with whitespace. 135
Error Line is longer than 80 characters. 137
Error 'cast' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error 'for' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '}' should be on the same line. 143
Error 'catch' is not followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error ')' is preceded with whitespace. 147

org/apache/avalon/cornerstone/blocks/connection/AvalonLoggerConnectionMonitor.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 11
Error Line is longer than 80 characters. 13
Error Method 'acceptingConnectionException' is not designed for extension - needs to be abstract, final or empty. 13
Error Missing a Javadoc comment. 13
Error Parameter clazz should be final. 13
Error Parameter message should be final. 13
Error Parameter ioe should be final. 13
Error Method 'unexpectedException' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error Parameter clazz should be final. 17
Error Parameter message should be final. 17
Error Parameter e should be final. 17
Error Line is longer than 80 characters. 22
Error Method 'shutdownSocketWarning' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error Parameter clazz should be final. 22
Error Parameter message should be final. 22
Error Parameter ioe should be final. 22
Error Method 'debugMessage' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Parameter clazz should be final. 26
Error Parameter message should be final. 26
Error Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter clazz should be final. 30

org/apache/avalon/cornerstone/blocks/connection/CDIConnectionManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Parameter threadManager should be final. 31
Error Parameter monitor should be final. 31

org/apache/avalon/cornerstone/blocks/connection/CommonsLoggingConnectionMonitor.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 25
Error '{' should be on the previous line. 31
Error Line is longer than 80 characters. 33
Error Method 'acceptingConnectionException' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter clazz should be final. 33
Error Parameter message should be final. 33
Error Parameter ioe should be final. 33
Error Method 'unexpectedException' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter clazz should be final. 38
Error Parameter message should be final. 38
Error Parameter e should be final. 38
Error '{' should be on the previous line. 39
Error Line is longer than 80 characters. 43
Error Method 'shutdownSocketWarning' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter clazz should be final. 43
Error Parameter message should be final. 43
Error Parameter ioe should be final. 43
Error Method 'debugMessage' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter clazz should be final. 48
Error Parameter message should be final. 48
Error '{' should be on the previous line. 49
Error Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter clazz should be final. 53
Error '{' should be on the previous line. 54

org/apache/avalon/cornerstone/blocks/connection/Connection.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 29
Error '{' should be on the previous line. 41
Error Missing a Javadoc comment. 42
Error Name 'm_serverSocket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 43
Error Name 'm_handlerFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 44
Error Name 'm_threadPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'm_runners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 48
Error Name 'm_thread' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Missing a Javadoc comment. 49
Error Variable 'monitor' must be private and have accessor methods. 49
Error Missing a Javadoc comment. 51
Error '(' is followed by whitespace. 51
Error 'monitor' hides a field. 54
Error '{' should be on the previous line. 55
Error Missing a Javadoc comment. 63
Error '{' should be on the previous line. 65
Error 'synchronized' is not followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error 'if' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error 'while' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error 'cast' is not followed by whitespace. 85
Error Missing a Javadoc comment. 92
Error '{' should be on the previous line. 93
Error 'while' is not followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error '{' should be on the previous line. 104
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '}' should be on the same line. 109
Error 'catch' is not followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error Must have at least one statement. 111
Error '}' should be on the same line. 113
Error 'catch' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 117
Error ')' is preceded with whitespace. 117
Error '}' should be on the same line. 118
Error 'catch' is not followed by whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '{' should be on the previous line. 120
Error ')' is preceded with whitespace. 122
Error 'synchronized' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '{' should be on the previous line. 127
Error Missing a Javadoc comment. 134
Error '{' should be on the previous line. 136
Error Missing a Javadoc comment. 137
Error Name 'm_socket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
Error Missing a Javadoc comment. 138
Error Name 'm_thread' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138
Error Missing a Javadoc comment. 139
Error Name 'm_runners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139
Error Missing a Javadoc comment. 140
Error Name 'm_handlerFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
Error Missing a Javadoc comment. 141
Error Missing a Javadoc comment. 142
Error Name 'm_finished' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
Error Missing a Javadoc comment. 144
Error '(' is followed by whitespace. 144
Error 'monitor' hides a field. 147
Error '{' should be on the previous line. 148
Error Missing a Javadoc comment. 155
Error '{' should be on the previous line. 157
Error 'synchronized' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error 'if' is not followed by whitespace. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '{' should be on the previous line. 162
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error Missing a Javadoc comment. 174
Error '{' should be on the previous line. 175
Error 'synchronized' is not followed by whitespace. 179
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '{' should be on the previous line. 180
Error 'if' is not followed by whitespace. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '{' should be on the previous line. 182
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 192
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error '}' should be on the same line. 199
Error 'catch' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error ')' is preceded with whitespace. 203
Error 'if' is not followed by whitespace. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '{' should be on the previous line. 207
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error 'synchronized' is not followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error '{' should be on the previous line. 216
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error 'if' is not followed by whitespace. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error '{' should be on the previous line. 234
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Avoid inline conditionals. 235
Error '+' should be on a new line. 237
Error ')' is preceded with whitespace. 239
Error '{' should be on the previous line. 247
Error '{' should be on the previous line. 249
Error '}' should be on the same line. 251
Error 'catch' is not followed by whitespace. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 253
Error ')' is preceded with whitespace. 255

org/apache/avalon/cornerstone/blocks/connection/ConnectionMonitor.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36

org/apache/avalon/cornerstone/blocks/connection/DefaultConnectionManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 34
Error '{' should be on the previous line. 39
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter logger should be final. 41
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 48
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 50
Error '(' is followed by whitespace. 50
Error Expected @param tag for 'serviceManager'. 50
Error ')' is preceded with whitespace. 50
Error Expected @throws tag for 'ServiceException'. 51
Error '{' should be on the previous line. 52
Error Line is longer than 80 characters. 53
Error 'cast' is not followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53

org/apache/avalon/cornerstone/blocks/connection/NullConnectionMonitor.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 23
Error '{' should be on the previous line. 28
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error Parameter clazz should be final. 30
Error Parameter message should be final. 30
Error Parameter ioe should be final. 30
Error Missing a Javadoc comment. 34
Error Parameter clazz should be final. 34
Error Parameter message should be final. 34
Error Parameter e should be final. 34
Error '{' should be on the previous line. 35
Error Line is longer than 80 characters. 38
Error Missing a Javadoc comment. 38
Error Parameter clazz should be final. 38
Error Parameter message should be final. 38
Error Parameter ioe should be final. 38
Error Missing a Javadoc comment. 42
Error Parameter clazz should be final. 42
Error Parameter message should be final. 42
Error '{' should be on the previous line. 43
Error Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter clazz should be final. 46
Error '{' should be on the previous line. 47

org/apache/avalon/cornerstone/services/connection/AbstractHandlerFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 41
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 42
Error Name 'm_serviceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 43
Error Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 52
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 58
Error Method 'createConnectionHandler' is not designed for extension - needs to be abstract, final or empty. 68
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Method 'releaseConnectionHandler' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error '(' is followed by whitespace. 82
Error Parameter connectionHandler should be final. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84

org/apache/avalon/cornerstone/services/connection/AbstractService.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 54
Error Missing a Javadoc comment. 56
Error Name 'm_connectionManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Variable 'm_connectionManager' must be private and have accessor methods. 56
Error Missing a Javadoc comment. 57
Error Name 'm_socketManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error Variable 'm_socketManager' must be private and have accessor methods. 57
Error Missing a Javadoc comment. 58
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Variable 'm_factory' must be private and have accessor methods. 58
Error Missing a Javadoc comment. 59
Error Name 'm_threadManager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Variable 'm_threadManager' must be private and have accessor methods. 59
Error Missing a Javadoc comment. 60
Error Name 'm_threadPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Variable 'm_threadPool' must be private and have accessor methods. 60
Error Missing a Javadoc comment. 61
Error Name 'm_serverSocketType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Variable 'm_serverSocketType' must be private and have accessor methods. 61
Error Missing a Javadoc comment. 62
Error Name 'm_port' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error Variable 'm_port' must be private and have accessor methods. 62
Error Missing a Javadoc comment. 63
Error Name 'm_bindTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Variable 'm_bindTo' must be private and have accessor methods. 63
Error Missing a Javadoc comment. 64
Error Name 'm_serverSocket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Variable 'm_serverSocket' must be private and have accessor methods. 64
Error Missing a Javadoc comment. 65
Error Name 'm_connectionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Variable 'm_connectionName' must be private and have accessor methods. 65
Error Missing a Javadoc comment. 67
Error '{' should be on the previous line. 68
Error Method 'getThreadPoolName' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error '{' should be on the previous line. 74
Error Missing a Javadoc comment. 78
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 94
Error Line is longer than 80 characters. 95
Error 'cast' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line is longer than 80 characters. 96
Error 'cast' is not followed by whitespace. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error 'if' is not followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error 'cast' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error ')' is preceded with whitespace. 106
Error '}' should be on the same line. 107
Error 'catch' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error Line is longer than 80 characters. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error 'if' is not followed by whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error 'if' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error 'if' is not followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '}' should be on the same line. 147
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 150
Error '5' is a magic number. 150
Error ')' is preceded with whitespace. 150
Error 'if' is not followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 156
Error '}' should be on the same line. 157
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 161
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error '{' should be on the previous line. 166
Error '{' should be on the previous line. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '}' should be on the same line. 170
Error 'catch' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '{' should be on the previous line. 172
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 178
Error '}' should be on the same line. 180
Error 'catch' is not followed by whitespace. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error '{' should be on the previous line. 182
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184

org/apache/avalon/cornerstone/services/connection/DefaultHandlerFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 27
Error Missing a Javadoc comment. 28
Error Name 'm_handlerClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Variable 'm_handlerClass' must be private and have accessor methods. 28
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error '{' should be on the previous line. 31
Error Method 'newHandler' is not designed for extension - needs to be abstract, final or empty. 41
Error '{' should be on the previous line. 43
Error 'cast' is not followed by whitespace. 44
Error '(' is followed by whitespace. 51
Error Parameter connectionHandler should be final. 51
Error Expected @param tag for 'connectionHandler'. 51
Error ')' is preceded with whitespace. 51

org/apache/avalon/cornerstone/services/connection/package.html

ErrorLine
Error Missing package documentation file.0