Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
2000706

Files

FilesIWE
org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java 0078
org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java 0078
org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java 0020
org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java 0098
org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.java 0065
org/apache/avalon/excalibur/thread/impl/package.html 001
org/apache/excalibur/thread/impl/AbstractThreadPool.java 0062
org/apache/excalibur/thread/impl/DefaultThreadControl.java 0048
org/apache/excalibur/thread/impl/ExecutableRunnable.java 0019
org/apache/excalibur/thread/impl/WorkerThread.java 00236
org/apache/excalibur/thread/impl/package.html 001

org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java

ErrorLine
Error Line does not match expected header line of ''. 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. 41
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error 'if' 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 '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 100
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line is longer than 80 characters. 115
Error '(' is followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error ')' is preceded with whitespace. 115
Error Missing a Javadoc comment. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '{' should be on the previous line. 120
Error 'if' is not followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error 'cast' is not followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 133
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 followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 155
Error '{' should be on the previous line. 157
Error 'cast' is not followed by whitespace. 158
Error '}' should be on the same line. 159
Error 'catch' is not followed by whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error Line has trailing spaces. 179
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 189
Error 'cast' is not followed by whitespace. 189
Error ')' is preceded with whitespace. 189

org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 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. 39
Error Missing a Javadoc comment. 40
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 41
Error Name 'm_underlyingPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Missing a Javadoc comment. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Method 'enableLogging' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 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. 70
Error ')' is preceded with whitespace. 70
Error Method 'dispose' 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 Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error '{' should be on the previous line. 80
Error Method 'decommission' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Method 'getCreatedClass' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error '{' should be on the previous line. 90
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Method 'execute' 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. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line is longer than 80 characters. 125
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 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

org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 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. 29
Error Missing a Javadoc comment. 31
Error Name 'm_executable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Line is longer than 80 characters. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error 'if' is not followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 55

org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java

ErrorLine
Error Line does not match expected header line of ''. 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. 33
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 42
Error '{' should be on the previous line. 45
Error Missing a Javadoc comment. 46
Error Name 'm_underlyingPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 73
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error '10000' is a magic number. 78
Error ')' is preceded with whitespace. 78
Error Line is longer than 80 characters. 84
Error Line is longer than 80 characters. 86
Error Line is longer than 80 characters. 88
Error Line is longer than 80 characters. 89
Error Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 95
Error Line is longer than 80 characters. 96
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 103
Error '{' should be on the previous line. 104
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '}' should be on the same line. 114
Error 'catch' 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. 118
Error ')' is preceded with whitespace. 118
Error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 127
Error '{' should be on the previous line. 128
Error Method 'enableLogging' 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. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error '{' should be on the previous line. 138
Error Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error '{' should be on the previous line. 143
Error Method 'decommission' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error '{' should be on the previous line. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Method 'getCreatedClass' 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. 153
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '{' should be on the previous line. 165
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error '{' should be on the previous line. 177
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line is longer than 80 characters. 188
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190

org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 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. 35
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Line has trailing spaces. 40
Error First sentence should end with a period. 41
Error Line has trailing spaces. 42
Error Name 'm_detailLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error '(' is followed by whitespace. 49
Error Expected @param tag for 'pool'. 49
Error Expected @param tag for 'group'. 50
Error Expected @param tag for 'name'. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
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. 57
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line has trailing spaces. 60
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 81
Error Line is longer than 80 characters. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '(' is followed by whitespace. 97
Error Line is longer than 80 characters. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error Line is longer than 80 characters. 114
Error ')' is preceded with whitespace. 114
Error Line is longer than 80 characters. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error '(' is followed by whitespace. 130
Error Line is longer than 80 characters. 131
Error ')' is preceded with whitespace. 131

org/apache/avalon/excalibur/thread/impl/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/excalibur/thread/impl/AbstractThreadPool.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 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 Name 'm_threadGroup' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Name 'm_level' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error '(' is followed by whitespace. 58
Error Expected @param tag for 'threadGroup'. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 61
Error 'if' is not followed by whitespace. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error 'if' 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 '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Method 'destroyWorker' is not designed for extension - needs to be abstract, final or empty. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error Method 'createWorker' is not designed for extension - needs to be abstract, final or empty. 90
Error '{' should be on the previous line. 91
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Method 'newWorkerThread' is not designed for extension - needs to be abstract, final or empty. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '{' should be on the previous line. 107
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error ')' is preceded with whitespace. 120
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 141
Error '{' should be on the previous line. 142
Error Method 'getThreadGroup' is not designed for extension - needs to be abstract, final or empty. 151
Error '{' should be on the previous line. 152
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168

org/apache/excalibur/thread/impl/DefaultThreadControl.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 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. 30
Error Missing a Javadoc comment. 32
Error Name 'm_thread' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Missing a Javadoc comment. 35
Error Name 'm_throwable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error Line is longer than 80 characters. 50
Error Unused @throws tag for 'java.lang.IllegalStateException'. 51
Error Line is longer than 80 characters. 52
Error Unused @throws tag for 'java.lang.InterruptedException'. 52
Error Line is longer than 80 characters. 53
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Expected @throws tag for 'IllegalStateException'. 57
Error Redundant throws: 'IllegalStateException' is unchecked exception. 57
Error Expected @throws tag for 'InterruptedException'. 57
Error '{' should be on the previous line. 58
Error '!' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error '{' should be on the previous line. 60
Error Missing a Javadoc comment. 65
Error Redundant throws: 'IllegalStateException' is unchecked exception. 66
Error Redundant throws: 'SecurityException' is unchecked exception. 66
Error '{' should be on the previous line. 67
Error Line is longer than 80 characters. 75
Error Redundant throws: 'IllegalStateException' is unchecked exception. 78
Error Redundant throws: 'SecurityException' is unchecked exception. 78
Error '{' should be on the previous line. 79
Error 'if' 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 First sentence should end with a period. 86
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113

org/apache/excalibur/thread/impl/ExecutableRunnable.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 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. 29
Error Missing a Javadoc comment. 31
Error Name 'm_runnable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error '{' should be on the previous line. 39
Error 'if' is not followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 54

org/apache/excalibur/thread/impl/WorkerThread.java

ErrorLine
Error Line does not match expected header line of ''. 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. 29
Error Line has trailing spaces. 35
Error Line has trailing spaces. 41
Error Name 'm_work' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Name 'm_threadControl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Name 'm_alive' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Line has trailing spaces. 57
Error First sentence should end with a period. 58
Error Name 'm_clearInterruptFlag' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Name 'm_pool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error '(' is followed by whitespace. 71
Error Expected @param tag for 'pool'. 71
Error Expected @param tag for 'group'. 72
Error Expected @param tag for 'name'. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error 'if' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error 'if' 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. 82
Error ')' is preceded with whitespace. 82
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line has trailing spaces. 93
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 101
Error 'while' is not followed by whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 103
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line has trailing spaces. 108
Error '{' should be on the previous line. 110
Error '{' should be on the previous line. 112
Error Line has trailing spaces. 114
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '}' should be on the same line. 120
Error 'catch' is not followed by whitespace. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error '{' should be on the previous line. 122
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line has trailing spaces. 125
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 127
Error '}' should be on the same line. 129
Error 'catch' is not followed by whitespace. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '{' should be on the previous line. 131
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '}' should be on the same line. 136
Error '{' should be on the previous line. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line has trailing spaces. 140
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 148
Error Line has trailing spaces. 151
Error Line is longer than 80 characters. 164
Error Line has trailing spaces. 183
Error Line has trailing spaces. 187
Error Line has trailing spaces. 192
Error '}' should be on the same line. 197
Error '{' should be on the previous line. 199
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Method 'recycleThread' is not designed for extension - needs to be abstract, final or empty. 207
Error '{' should be on the previous line. 208
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error '{' should be on the previous line. 210
Error Line is longer than 80 characters. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error Line has trailing spaces. 213
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
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. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 227
Error Method 'preExecute' is not designed for extension - needs to be abstract, final or empty. 234
Error '{' should be on the previous line. 235
Error Comment matches to-do format 'TODO:'. 237
Error Method 'clearInterruptFlag' is not designed for extension - needs to be abstract, final or empty. 248
Error '{' should be on the previous line. 249
Error '{' should be on the previous line. 251
Error '}' should be on the same line. 254
Error '{' should be on the previous line. 256
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 269
Error '{' should be on the previous line. 270
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error Line has trailing spaces. 272
Error Line has trailing spaces. 274
Error Line is longer than 80 characters. 275
Error 'synchronized' is not followed by whitespace. 276
Error '{' should be on the previous line. 277
Error Line has trailing spaces. 280
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Expected an @return tag. 288
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 288
Error '(' is followed by whitespace. 288
Error Expected @param tag for 'work'. 288
Error ')' is preceded with whitespace. 288
Error '{' should be on the previous line. 289
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error Method 'executeAndWait' is not designed for extension - needs to be abstract, final or empty. 304
Error '(' is followed by whitespace. 304
Error Expected @param tag for 'work'. 304
Error ')' is preceded with whitespace. 304
Error '{' should be on the previous line. 305
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error Line has trailing spaces. 308
Error 'synchronized' is not followed by whitespace. 310
Error '{' should be on the previous line. 311
Error 'while' is not followed by whitespace. 312
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '{' should be on the previous line. 313
Error '{' should be on the previous line. 315
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '}' should be on the same line. 319
Error 'catch' is not followed by whitespace. 320
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '{' should be on the previous line. 321
Error Must have at least one statement. 321
Error Line has trailing spaces. 327
Error '{' should be on the previous line. 332
Error 'synchronized' is not followed by whitespace. 333
Error '{' should be on the previous line. 334
Error 'while' is not followed by whitespace. 335
Error '(' is followed by whitespace. 335
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error ')' is preceded with whitespace. 335
Error '{' should be on the previous line. 336
Error '{' should be on the previous line. 338
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error '}' should be on the same line. 342
Error 'catch' is not followed by whitespace. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error '{' should be on the previous line. 344
Error Must have at least one statement. 344
Error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 360
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error '{' should be on the previous line. 361
Error 'if' is not followed by whitespace. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error '{' should be on the previous line. 363
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error Line has trailing spaces. 367
Error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 378
Error '(' is followed by whitespace. 378
Error ')' is preceded with whitespace. 378
Error '{' should be on the previous line. 379
Error 'if' is not followed by whitespace. 380
Error '(' is followed by whitespace. 380
Error ')' is preceded with whitespace. 380
Error '{' should be on the previous line. 381
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error Line has trailing spaces. 385
Error Method 'detailDebug' is not designed for extension - needs to be abstract, final or empty. 396
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error '{' should be on the previous line. 397
Error '(' is followed by whitespace. 398
Error ')' is preceded with whitespace. 398
Error '{' should be on the previous line. 399
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error Line has trailing spaces. 403
Error Line is longer than 80 characters. 415
Error Method 'detailDebug' is not designed for extension - needs to be abstract, final or empty. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error '(' is followed by whitespace. 417
Error ')' is preceded with whitespace. 417
Error '{' should be on the previous line. 418
Error '(' is followed by whitespace. 419
Error ')' is preceded with whitespace. 419

org/apache/excalibur/thread/impl/package.html

ErrorLine
Error Missing package documentation file.0