Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
1500683

Files

FilesIWE
org/apache/avalon/cornerstone/blocks/sockets/AbstractTLSSocketFactory.java 0060
org/apache/avalon/cornerstone/blocks/sockets/DefaultServerSocketFactory.java 0031
org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketFactory.java 0019
org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketManager.java 00163
org/apache/avalon/cornerstone/blocks/sockets/SSLFactoryBuilder.java 00182
org/apache/avalon/cornerstone/blocks/sockets/TLSServerSocketFactory.java 0072
org/apache/avalon/cornerstone/blocks/sockets/TLSSocketFactory.java 00156

org/apache/avalon/cornerstone/blocks/sockets/AbstractTLSSocketFactory.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. 40
Error Missing a Javadoc comment. 41
Error 'static' modifier out of order with the JLS suggestions. 41
Error Missing a Javadoc comment. 42
Error Name 'm_socketTimeOut' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Variable 'm_socketTimeOut' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 44
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Missing a Javadoc comment. 45
Error Name 'm_childConfig' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
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 '+' should be on a new line. 65
Error '+' should be on a new line. 66
Error '+' should be on a new line. 67
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 78
Error Expected @throws tag for 'Exception'. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 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 '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 101
Error Parameter builder should be final. 101
Error Expected @param tag for 'builder'. 101
Error ')' is preceded with whitespace. 101

org/apache/avalon/cornerstone/blocks/sockets/DefaultServerSocketFactory.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. 33
Error Method 'createServerSocket' is not designed for extension - needs to be abstract, final or empty. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Method 'createServerSocket' is not designed for extension - needs to be abstract, final or empty. 55
Error '(' is followed by whitespace. 55
Error Parameter port should be final. 55
Error Parameter backLog should be final. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line is longer than 80 characters. 71
Error Method 'createServerSocket' is not designed for extension - needs to be abstract, final or empty. 71
Error '(' is followed by whitespace. 71
Error Parameter port should be final. 71
Error Parameter backLog should be final. 71
Error Parameter bindAddress should be final. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74

org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketFactory.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. 32
Error Method 'createSocket' is not designed for extension - needs to be abstract, final or empty. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Method 'createSocket' is not designed for extension - needs to be abstract, final or empty. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64

org/apache/avalon/cornerstone/blocks/sockets/DefaultSocketManager.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 '{' should be on the previous line. 44
Error Missing a Javadoc comment. 45
Error Name 'm_serverSockets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Variable 'm_serverSockets' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 46
Error Name 'm_sockets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Variable 'm_sockets' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 48
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Variable 'm_context' must be private and have accessor methods. 48
Error Missing a Javadoc comment. 49
Error Name 'm_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Variable 'm_configuration' must be private and have accessor methods. 49
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 56
Error '(' is followed by whitespace. 56
Error Expected @param tag for 'context'. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 70
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error '{' should be on the previous line. 76
Error Line is longer than 80 characters. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error 'for' is not followed by whitespace. 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. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line is longer than 80 characters. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error 'for' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Method 'setupServerSocketFactory' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error 'if' is not followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 111
Error '+' should be on a new line. 111
Error '+' should be on a new line. 112
Error '+' should be on a new line. 113
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Method 'setupClientSocketFactory' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error 'if' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '(' is followed by whitespace. 129
Error '+' should be on a new line. 129
Error '+' should be on a new line. 130
Error '+' should be on a new line. 131
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Method 'createFactory' is not designed for extension - needs to be abstract, final or empty. 138
Error Missing a Javadoc comment. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 142
Error '{' should be on the previous line. 146
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '}' should be on the same line. 150
Error 'catch' is not followed by whitespace. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error Line has trailing spaces. 153
Error Line is longer than 80 characters. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error Method 'getServerSocketFactory' is not designed for extension - needs to be abstract, final or empty. 174
Error '(' is followed by whitespace. 174
Error Parameter name should be final. 174
Error ')' is preceded with whitespace. 174
Error '{' should be on the previous line. 176
Error Line is longer than 80 characters. 177
Error 'cast' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error 'if' 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 '}' should be on the same line. 182
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 185
Error '+' should be on a new line. 185
Error ')' is preceded with whitespace. 186
Error Method 'getSocketFactory' is not designed for extension - needs to be abstract, final or empty. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 199
Error 'cast' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error 'if' is not followed by whitespace. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error '}' should be on the same line. 205
Error '{' should be on the previous line. 207
Error '(' is followed by whitespace. 208
Error '+' should be on a new line. 208
Error ')' is preceded with whitespace. 209

org/apache/avalon/cornerstone/blocks/sockets/SSLFactoryBuilder.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. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 57
Error '{' should be on the previous line. 73
Error Missing a Javadoc comment. 74
Error Name 'm_baseDirectory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Missing a Javadoc comment. 75
Error Name 'm_keystoreFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error Missing a Javadoc comment. 77
Error Name 'm_keystorePassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Error Missing a Javadoc comment. 78
Error Name 'm_keyPassword' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Error Missing a Javadoc comment. 79
Error Name 'm_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error Missing a Javadoc comment. 80
Error Name 'm_provider' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Missing a Javadoc comment. 81
Error Name 'm_keystoreFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Missing a Javadoc comment. 83
Error Name 'm_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line is longer than 80 characters. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Method 'contextualize' is not designed for extension - needs to be abstract, final or empty. 97
Error '(' is followed by whitespace. 97
Error Expected @param tag for 'context'. 97
Error ')' is preceded with whitespace. 97
Error Expected @throws tag for 'ContextException'. 97
Error '{' should be on the previous line. 98
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '}' should be on the same line. 102
Error 'catch' is not followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error 'cast' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line is longer than 80 characters. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error 'if' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '}' should be on the same line. 118
Error '{' should be on the previous line. 120
Error Line is longer than 80 characters. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error ')' is preceded with whitespace. 132
Error Expected an @return tag. 138
Error Method 'buildSocketFactory' is not designed for extension - needs to be abstract, final or empty. 138
Error '{' should be on the previous line. 139
Error Expected an @return tag. 147
Error Method 'buildServerSocketFactory' is not designed for extension - needs to be abstract, final or empty. 147
Error '{' should be on the previous line. 148
Error Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 152
Error Missing a Javadoc comment. 152
Error '{' should be on the previous line. 154
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 160
Error '}' should be on the same line. 161
Error '{' should be on the previous line. 163
Error '{' should be on the previous line. 165
Error '}' should be on the same line. 167
Error 'catch' is not followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 177
Error Missing a Javadoc comment. 177
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 203
Error Parameter keyStream should be final. 203
Error Parameter keystorePassword should be final. 204
Error Parameter keyPassword should be final. 205
Error Parameter protocol should be final. 206
Error Parameter provider should be final. 207
Error Parameter keystoreFormat should be final. 208
Error ')' is preceded with whitespace. 208
Error '{' should be on the previous line. 210
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '?' should be on a new line. 217
Error Avoid inline conditionals. 217
Error '{' should be on the previous line. 220
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '}' should be on the same line. 222
Error '{' should be on the previous line. 224
Error '(' is followed by whitespace. 225
Error 'cast' is not followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 235
Error '(' is followed by whitespace. 250
Error Parameter keyStream should be final. 250
Error Parameter passphrase should be final. 251
Error Parameter keystoreFormat should be final. 252
Error ')' is preceded with whitespace. 252
Error '{' should be on the previous line. 254
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error 'if' is not followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error '{' should be on the previous line. 258
Error '{' should be on the previous line. 261
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '}' should be on the same line. 263
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 266
Error 'cast' is not followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '}' should be on the same line. 268
Error '{' should be on the previous line. 270
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271

org/apache/avalon/cornerstone/blocks/sockets/TLSServerSocketFactory.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. 34
Error Line is longer than 80 characters. 40
Error '{' should be on the previous line. 59
Error Missing a Javadoc comment. 60
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Missing a Javadoc comment. 61
Error Name 'm_keyStoreAuthenticateClients' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Variable 'm_keyStoreAuthenticateClients' must be private and have accessor methods. 61
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line is longer than 80 characters. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Method 'visitBuilder' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error '(' is followed by whitespace. 77
Error Parameter builder should be final. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Method 'createServerSocket' is not designed for extension - needs to be abstract, final or empty. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'createServerSocket' is not designed for extension - needs to be abstract, final or empty. 105
Error '(' is followed by whitespace. 105
Error Parameter port should be final. 105
Error Parameter backLog should be final. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 107
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 123
Error Method 'createServerSocket' is not designed for extension - needs to be abstract, final or empty. 123
Error '(' is followed by whitespace. 123
Error Parameter port should be final. 123
Error Parameter backLog should be final. 123
Error Parameter bindAddress should be final. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Method 'initServerSocket' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 134
Error 'cast' is not followed by whitespace. 135
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140

org/apache/avalon/cornerstone/blocks/sockets/TLSSocketFactory.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. 38
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 80
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Missing a Javadoc comment. 81
Error Name 'm_verifyServerIdentity' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
Error Method 'configure' is not designed for extension - needs to be abstract, final or empty. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'visitBuilder' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '(' is followed by whitespace. 96
Error Parameter builder should be final. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error Expected an @return tag. 105
Error '(' is followed by whitespace. 105
Error Expected @param tag for 'socket'. 105
Error ')' is preceded with whitespace. 105
Error Expected @throws tag for 'IOException'. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 122
Error Parameter bareSocket should be final. 122
Error Parameter address should be final. 122
Error Parameter port should be final. 123
Error ')' is preceded with whitespace. 123
Error Expected @throws tag for 'IOException'. 124
Error '{' should be on the previous line. 125
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Name 'DN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 131
Error Name 'CN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error 'if' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '+' should be on a new line. 136
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error 'if' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '+' should be on a new line. 144
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Missing a Javadoc comment. 151
Error '(' is followed by whitespace. 151
Error Parameter data should be final. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
Error '(' is followed by whitespace. 153
Error '3' is a magic number. 153
Error ')' is preceded with whitespace. 153
Error 'for' is not followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error Avoid inline conditionals. 159
Error '256' is a magic number. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error ')' is preceded with whitespace. 161
Error '(' is followed by whitespace. 175
Error Parameter DN should be final. 175
Error Expected @param tag for 'DN'. 175
Error Name 'DN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error 'if' is not followed by whitespace. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 179
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error 'if' is not followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error '{' should be on the previous line. 185
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error '}' should be on the same line. 187
Error '{' should be on the previous line. 189
Error Line is longer than 80 characters. 202
Error Method 'createSocket' is not designed for extension - needs to be abstract, final or empty. 202
Error '(' is followed by whitespace. 202
Error Parameter address should be final. 202
Error Parameter port should be final. 202
Error ')' is preceded with whitespace. 202
Error 'if' is not followed by whitespace. 207
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 208
Error '(' is followed by whitespace. 209
Error '(' is followed by whitespace. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error ')' is preceded with whitespace. 209
Error ')' is preceded with whitespace. 210
Error '}' should be on the same line. 211
Error '{' should be on the previous line. 213
Error '(' is followed by whitespace. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error ')' is preceded with whitespace. 214
Error Method 'createSocket' is not designed for extension - needs to be abstract, final or empty. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 232
Error '{' should be on the previous line. 234
Error 'if' is not followed by whitespace. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error '(' is followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 242
Error ')' is preceded with whitespace. 242
Error ')' is preceded with whitespace. 243
Error '}' should be on the same line. 244
Error '{' should be on the previous line. 246
Error '(' is followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error ')' is preceded with whitespace. 247