Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
132004908

Files

FilesIWE
org/apache/log/ContextMap.java 0097
org/apache/log/ErrorAware.java 009
org/apache/log/ErrorHandler.java 009
org/apache/log/Hierarchy.java 00154
org/apache/log/LogEvent.java 0075
org/apache/log/LogTarget.java 009
org/apache/log/Logger.java 00490
org/apache/log/Priority.java 00105
org/apache/log/format/ExtendedPatternFormatter.java 0098
org/apache/log/format/Formatter.java 009
org/apache/log/format/PatternFormatter.java 00497
org/apache/log/format/RawFormatter.java 0017
org/apache/log/format/SyslogFormatter.java 00191
org/apache/log/format/XMLFormatter.java 00166
org/apache/log/output/AbstractOutputTarget.java 0079
org/apache/log/output/AbstractTarget.java 0070
org/apache/log/output/AbstractWrappingTarget.java 001
org/apache/log/output/AbstractWrappingTarget.java 0038
org/apache/log/output/AsyncLogTarget.java 00122
org/apache/log/output/MemoryTarget.java 0098
org/apache/log/output/NullOutputLogTarget.java 0011
org/apache/log/output/PriorityFilteringTarget.java 0077
org/apache/log/output/ServletOutputLogTarget.java 0058
org/apache/log/output/db/AbstractJDBCTarget.java 0088
org/apache/log/output/db/ColumnInfo.java 0024
org/apache/log/output/db/ColumnType.java 0095
org/apache/log/output/db/DefaultDataSource.java 0054
org/apache/log/output/db/DefaultJDBCTarget.java 00184
org/apache/log/output/db/NormalizedJDBCTarget.java 00107
org/apache/log/output/io/FileTarget.java 0057
org/apache/log/output/io/SafeFileTarget.java 0039
org/apache/log/output/io/StreamTarget.java 0090
org/apache/log/output/io/WriterTarget.java 0062
org/apache/log/output/io/rotate/BaseFileNameFilter.java 0024
org/apache/log/output/io/rotate/FileStrategy.java 007
org/apache/log/output/io/rotate/OrRotateStrategy.java 0039
org/apache/log/output/io/rotate/RevolvingFileStrategy.java 00143
org/apache/log/output/io/rotate/RotateStrategy.java 009
org/apache/log/output/io/rotate/RotateStrategyByDate.java 0044
org/apache/log/output/io/rotate/RotateStrategyBySize.java 0025
org/apache/log/output/io/rotate/RotateStrategyByTime.java 0038
org/apache/log/output/io/rotate/RotateStrategyByTimeOfDay.java 0049
org/apache/log/output/io/rotate/RotatingFileTarget.java 0047
org/apache/log/output/io/rotate/UniqueFileStrategy.java 0056
org/apache/log/output/jms/AbstractJMSTarget.java 0048
org/apache/log/output/jms/JMSQueueTarget.java 0086
org/apache/log/output/jms/JMSTopicTarget.java 0087
org/apache/log/output/jms/MessageBuilder.java 009
org/apache/log/output/jms/ObjectMessageBuilder.java 0019
org/apache/log/output/jms/PropertyInfo.java 0025
org/apache/log/output/jms/PropertyType.java 0079
org/apache/log/output/jms/TextMessageBuilder.java 00105
org/apache/log/output/lf5/LF5LogTarget.java 0057
org/apache/log/output/lf5/LogKitLogRecord.java 00104
org/apache/log/output/net/DatagramOutputTarget.java 0051
org/apache/log/output/net/SMTPOutputLogTarget.java 00189
org/apache/log/output/net/SocketOutputTarget.java 0054
org/apache/log/util/Closeable.java 007
org/apache/log/util/DefaultErrorHandler.java 0017
org/apache/log/util/LoggerListener.java 0011
org/apache/log/util/LoggerOutputStream.java 0046
org/apache/log/util/StackIntrospector.java 00153

org/apache/log/ContextMap.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. 43
Error Line is longer than 80 characters. 45
Error Missing a Javadoc comment. 45
Error Name 'c_localContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
Error Missing a Javadoc comment. 47
Error Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Missing a Javadoc comment. 50
Error Name 'm_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Missing a Javadoc comment. 53
Error Name 'm_readOnly' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Redundant 'final' modifier. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line is longer than 80 characters. 74
Error Redundant 'final' modifier. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error 'cast' is not followed by whitespace. 80
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Redundant 'final' modifier. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error '{' should be on the previous line. 126
Error '{' should be on the previous line. 136
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '{' should be on the previous line. 159
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '}' should be on the same line. 165
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '{' should be on the previous line. 179
Error 'if' construct must use '{}'s. 180
Error 'if' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line has trailing spaces. 182
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error 'if' is not followed by whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '{' should be on the previous line. 186
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error First sentence should end with a period. 193
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '{' should be on the previous line. 200
Error 'if' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '}' should be on the same line. 206
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. 231
Error '{' should be on the previous line. 241
Error '{' should be on the previous line. 250
Error 'if' is not followed by whitespace. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error '{' should be on the previous line. 252
Error Line is longer than 80 characters. 253
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253

org/apache/log/ErrorAware.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. 26
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32

org/apache/log/ErrorHandler.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. 26
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34

org/apache/log/Hierarchy.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 Missing a Javadoc comment. 34
Error '+' should be on a new line. 35
Error Missing a Javadoc comment. 39
Error Name 'c_hierarchy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Error Missing a Javadoc comment. 42
Error Name 'm_errorHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 45
Error Name 'm_rootLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 48
Error Name 'm_loggerListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error '{' should be on the previous line. 62
Error '{' should be on the previous line. 71
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 75
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. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Method 'setDefaultLogTarget' is not designed for extension - needs to be abstract, final or empty. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error 'if' 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 Line is longer than 80 characters. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 103
Error Method 'setDefaultLogTargets' is not designed for extension - needs to be abstract, final or empty. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error 'if' is not followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error Line is longer than 80 characters. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error 'for' 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 'if' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error Line is longer than 80 characters. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line is longer than 80 characters. 128
Error Method 'setDefaultPriority' is not designed for extension - needs to be abstract, final or empty. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on the previous line. 133
Error 'if' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error Line is longer than 80 characters. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Method 'setErrorHandler' is not designed for extension - needs to be abstract, final or empty. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error 'if' is not followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error Line is longer than 80 characters. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Unused @throws tag for 'UnsupportedOperationException'. 165
Error Line is longer than 80 characters. 168
Error Method 'addLoggerListener' is not designed for extension - needs to be abstract, final or empty. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error 'if' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error 'if' is not followed by whitespace. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error '}' should be on the same line. 178
Error '{' should be on the previous line. 180
Error Line is longer than 80 characters. 181
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line is longer than 80 characters. 192
Error Method 'removeLoggerListener' is not designed for extension - needs to be abstract, final or empty. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error 'if' is not followed by whitespace. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error 'if' is not followed by whitespace. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error '{' should be on the previous line. 200
Error Method 'getLoggerFor' is not designed for extension - needs to be abstract, final or empty. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error '{' should be on the previous line. 212
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 223
Error '{' should be on the previous line. 224
Error 'if' is not followed by whitespace. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 238
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 246
Error '{' should be on the previous line. 247
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error Missing a Javadoc comment. 252
Error '{' should be on the previous line. 254
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '{' should be on the previous line. 279

org/apache/log/LogEvent.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 Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 37
Error Name 'm_category' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 40
Error Name 'm_message' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 43
Error Name 'm_throwable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 46
Error Name 'm_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 49
Error Name 'm_priority' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 52
Error Name 'm_contextMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Redundant 'final' modifier. 59
Error '{' should be on the previous line. 60
Error Redundant 'final' modifier. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error First sentence should end with a period. 74
Error Redundant 'final' modifier. 79
Error '{' should be on the previous line. 80
Error Redundant 'final' modifier. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error Redundant 'final' modifier. 99
Error '{' should be on the previous line. 100
Error Redundant 'final' modifier. 109
Error '{' should be on the previous line. 110
Error Redundant 'final' modifier. 119
Error '{' should be on the previous line. 120
Error Redundant 'final' modifier. 129
Error '{' should be on the previous line. 130
Error Redundant 'final' modifier. 139
Error '{' should be on the previous line. 140
Error Redundant 'final' modifier. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 150
Error Redundant 'final' modifier. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Redundant 'final' modifier. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error Redundant 'final' modifier. 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 previous line. 192
Error 'if' is not followed by whitespace. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '{' should be on the previous line. 194
Error 'if' is not followed by whitespace. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 198
Error 'if' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208

org/apache/log/LogTarget.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. 29
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39

org/apache/log/Logger.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. 28
Error Missing a Javadoc comment. 29
Error First sentence should end with a period. 31
Error Missing a Javadoc comment. 37
Error Name 'm_errorHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 40
Error Name 'm_loggerListener' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 43
Error Name 'm_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 46
Error Name 'm_category' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 49
Error Name 'm_children' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 52
Error Name 'm_logTargets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Line is longer than 80 characters. 54
Error Missing a Javadoc comment. 55
Error Name 'm_logTargetsForceSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Missing a Javadoc comment. 58
Error Name 'm_priority' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Missing a Javadoc comment. 61
Error Name 'm_priorityForceSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Name 'm_additivity' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error '(' is followed by whitespace. 78
Error Expected @param tag for 'loggerListener'. 79
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
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. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error 'if' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error 'if' is not followed by whitespace. 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. 131
Error ')' is preceded with whitespace. 131
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error '{' should be on the previous line. 152
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. 155
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '{' should be on the previous line. 165
Error 'if' is not followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error 'if' is not followed by whitespace. 190
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 191
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error 'if' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '{' should be on the previous line. 215
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error '{' should be on the previous line. 226
Error 'if' is not followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '{' should be on the previous line. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error 'if' is not followed by whitespace. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error '{' should be on the previous line. 241
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error '{' should be on the previous line. 252
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error Line is longer than 80 characters. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error 'if' is not followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error '{' should be on the previous line. 276
Error 'if' is not followed by whitespace. 277
Error '(' is followed by whitespace. 277
Error ')' is preceded with whitespace. 277
Error '{' should be on the previous line. 278
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '{' should be on the previous line. 293
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '{' should be on the previous line. 303
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 316
Error '{' should be on the previous line. 317
Error 'if' is not followed by whitespace. 318
Error '(' is followed by whitespace. 318
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error ')' is preceded with whitespace. 318
Error '{' should be on the previous line. 319
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '{' should be on the previous line. 331
Error 'if' is not followed by whitespace. 332
Error '(' is followed by whitespace. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error ')' is preceded with whitespace. 332
Error '{' should be on the previous line. 333
Error '(' is followed by whitespace. 334
Error ')' is preceded with whitespace. 334
Error Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error '{' should be on the previous line. 344
Error '(' is followed by whitespace. 347
Error ')' is preceded with whitespace. 347
Error Method 'unsetPriority' is not designed for extension - needs to be abstract, final or empty. 354
Error '{' should be on the previous line. 355
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356
Error Method 'unsetPriority' is not designed for extension - needs to be abstract, final or empty. 366
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error '{' should be on the previous line. 367
Error 'if' is not followed by whitespace. 368
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error '{' should be on the previous line. 369
Error '}' should be on the same line. 371
Error '{' should be on the previous line. 373
Error '(' is followed by whitespace. 378
Error ')' is preceded with whitespace. 378
Error Method 'setLogTargets' is not designed for extension - needs to be abstract, final or empty. 386
Error '(' is followed by whitespace. 386
Error ')' is preceded with whitespace. 386
Error '{' should be on the previous line. 387
Error 'if' is not followed by whitespace. 388
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error '{' should be on the previous line. 389
Error 'for' is not followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error '{' should be on the previous line. 393
Error 'if' is not followed by whitespace. 394
Error '(' is followed by whitespace. 394
Error ')' is preceded with whitespace. 394
Error '{' should be on the previous line. 395
Error '(' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error Line is longer than 80 characters. 411
Error Method 'unsetLogTargets' is not designed for extension - needs to be abstract, final or empty. 414
Error '{' should be on the previous line. 415
Error '(' is followed by whitespace. 416
Error ')' is preceded with whitespace. 416
Error Line is longer than 80 characters. 420
Error Line is longer than 80 characters. 421
Error Method 'unsetLogTargets' is not designed for extension - needs to be abstract, final or empty. 425
Error '(' is followed by whitespace. 425
Error ')' is preceded with whitespace. 425
Error '{' should be on the previous line. 426
Error 'if' is not followed by whitespace. 427
Error '(' is followed by whitespace. 427
Error ')' is preceded with whitespace. 427
Error '{' should be on the previous line. 428
Error '}' should be on the same line. 430
Error '{' should be on the previous line. 432
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 437
Error Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 445
Error '{' should be on the previous line. 446
Error 'if' is not followed by whitespace. 447
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error '{' should be on the previous line. 448
Error 'for' is not followed by whitespace. 454
Error '(' is followed by whitespace. 454
Error ')' is preceded with whitespace. 454
Error '{' should be on the previous line. 455
Error Line is longer than 80 characters. 468
Error Method 'getChildLogger' is not designed for extension - needs to be abstract, final or empty. 470
Error '(' is followed by whitespace. 470
Error ')' is preceded with whitespace. 470
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 471
Error '{' should be on the previous line. 472
Error '(' is followed by whitespace. 473
Error ')' is preceded with whitespace. 473
Error 'if' is not followed by whitespace. 478
Error '(' is followed by whitespace. 478
Error ')' is preceded with whitespace. 478
Error '{' should be on the previous line. 479
Error '}' should be on the same line. 481
Error '{' should be on the previous line. 483
Error 'if' is not followed by whitespace. 484
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error '{' should be on the previous line. 485
Error Line is longer than 80 characters. 486
Error '(' is followed by whitespace. 486
Error ')' is preceded with whitespace. 486
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error '(' is followed by whitespace. 490
Error ')' is preceded with whitespace. 490
Error 'if' is not followed by whitespace. 495
Error '(' is followed by whitespace. 495
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 495
Error ')' is preceded with whitespace. 495
Error '{' should be on the previous line. 496
Error '}' should be on the same line. 498
Error '{' should be on the previous line. 500
Error 'if' is not followed by whitespace. 506
Error '(' is followed by whitespace. 506
Error ')' is preceded with whitespace. 506
Error '{' should be on the previous line. 507
Error 'for' is not followed by whitespace. 508
Error '(' is followed by whitespace. 508
Error ')' is preceded with whitespace. 508
Error '{' should be on the previous line. 509
Error 'if' is not followed by whitespace. 510
Error '(' is followed by whitespace. 510
Error '(' is followed by whitespace. 510
Error ')' is preceded with whitespace. 510
Error ')' is preceded with whitespace. 510
Error '{' should be on the previous line. 511
Error 'if' is not followed by whitespace. 512
Error '(' is followed by whitespace. 512
Error ')' is preceded with whitespace. 512
Error '{' should be on the previous line. 513
Error '}' should be on the same line. 515
Error '{' should be on the previous line. 517
Error '(' is followed by whitespace. 518
Error ')' is preceded with whitespace. 518
Error Line is longer than 80 characters. 526
Error '(' is followed by whitespace. 526
Error ')' is preceded with whitespace. 526
Error 'if' is not followed by whitespace. 528
Error '(' is followed by whitespace. 528
Error ')' is preceded with whitespace. 528
Error '{' should be on the previous line. 529
Error '(' is followed by whitespace. 530
Error ')' is preceded with whitespace. 530
Error '(' is followed by whitespace. 533
Error ')' is preceded with whitespace. 533
Error 'if' is not followed by whitespace. 537
Error '(' is followed by whitespace. 537
Error ')' is preceded with whitespace. 537
Error '{' should be on the previous line. 538
Error '}' should be on the same line. 540
Error '{' should be on the previous line. 542
Error '(' is followed by whitespace. 544
Error ')' is preceded with whitespace. 544
Error 'if' is not followed by whitespace. 549
Error '(' is followed by whitespace. 549
Error ')' is preceded with whitespace. 549
Error '{' should be on the previous line. 550
Error '}' should be on the same line. 552
Error '{' should be on the previous line. 554
Error '(' is followed by whitespace. 555
Error ')' is preceded with whitespace. 555
Error Redundant 'final' modifier. 566
Error '(' is followed by whitespace. 566
Error ')' is preceded with whitespace. 568
Error '{' should be on the previous line. 569
Error '(' is followed by whitespace. 571
Error ')' is preceded with whitespace. 571
Error '(' is followed by whitespace. 572
Error '(' is followed by whitespace. 572
Error ')' is preceded with whitespace. 572
Error ')' is preceded with whitespace. 572
Error 'if' is not followed by whitespace. 574
Error '(' is followed by whitespace. 574
Error ')' is preceded with whitespace. 574
Error '{' should be on the previous line. 575
Error '(' is followed by whitespace. 576
Error ')' is preceded with whitespace. 576
Error '}' should be on the same line. 577
Error '{' should be on the previous line. 579
Error '(' is followed by whitespace. 580
Error ')' is preceded with whitespace. 580
Error '(' is followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error '(' is followed by whitespace. 584
Error ')' is preceded with whitespace. 584
Error '(' is followed by whitespace. 588
Error ')' is preceded with whitespace. 588
Error '(' is followed by whitespace. 590
Error ')' is preceded with whitespace. 590
Error Missing a Javadoc comment. 593
Error Redundant 'final' modifier. 593
Error '(' is followed by whitespace. 593
Error ')' is preceded with whitespace. 593
Error '{' should be on the previous line. 594
Error 'if' is not followed by whitespace. 600
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error '{' should be on the previous line. 601
Error Line is longer than 80 characters. 602
Error '(' is followed by whitespace. 603
Error ')' is preceded with whitespace. 603
Error '}' should be on the same line. 604
Error 'if' is not followed by whitespace. 605
Error '(' is followed by whitespace. 605
Error ')' is preceded with whitespace. 605
Error '{' should be on the previous line. 606
Error '(' is followed by whitespace. 607
Error ')' is preceded with whitespace. 607
Error '}' should be on the same line. 608
Error '{' should be on the previous line. 610
Error 'if' is not followed by whitespace. 613
Error '(' is followed by whitespace. 613
Error ')' is preceded with whitespace. 613
Error '{' should be on the previous line. 614
Error '(' is followed by whitespace. 615
Error ')' is preceded with whitespace. 615
Error 'if' is not followed by whitespace. 619
Error '(' is followed by whitespace. 619
Error ')' is preceded with whitespace. 619
Error '{' should be on the previous line. 620
Error '(' is followed by whitespace. 621
Error ')' is preceded with whitespace. 621
Error Line is longer than 80 characters. 626
Error Missing a Javadoc comment. 626
Error Redundant 'final' modifier. 626
Error '(' is followed by whitespace. 626
Error ')' is preceded with whitespace. 626
Error 'for' is not followed by whitespace. 628
Error '(' is followed by whitespace. 628
Error ')' is preceded with whitespace. 628
Error '{' should be on the previous line. 629
Error '(' is followed by whitespace. 632
Error ')' is preceded with whitespace. 632
Error '(' is followed by whitespace. 639
Error Expected @param tag for 'recursive'. 639
Error ')' is preceded with whitespace. 639
Error '{' should be on the previous line. 640
Error 'if' is not followed by whitespace. 641
Error '(' is followed by whitespace. 641
Error ')' is preceded with whitespace. 641
Error '{' should be on the previous line. 642
Error 'for' is not followed by whitespace. 648
Error '(' is followed by whitespace. 648
Error ')' is preceded with whitespace. 648
Error '{' should be on the previous line. 649
Error '(' is followed by whitespace. 650
Error ')' is preceded with whitespace. 650
Error '(' is followed by whitespace. 660
Error Expected @param tag for 'recursive'. 660
Error ')' is preceded with whitespace. 660
Error '{' should be on the previous line. 661
Error 'if' is not followed by whitespace. 662
Error '(' is followed by whitespace. 662
Error ')' is preceded with whitespace. 662
Error '{' should be on the previous line. 663
Error '}' should be on the same line. 665
Error 'if' is not followed by whitespace. 666
Error '(' is followed by whitespace. 666
Error ')' is preceded with whitespace. 666
Error '{' should be on the previous line. 667
Error '(' is followed by whitespace. 672
Error ')' is preceded with whitespace. 672
Error '{' should be on the previous line. 683
Error 'if' is not followed by whitespace. 684
Error '(' is followed by whitespace. 684
Error ')' is preceded with whitespace. 684
Error '{' should be on the previous line. 685
Error 'if' is not followed by whitespace. 686
Error '(' is followed by whitespace. 686
Error ')' is preceded with whitespace. 686
Error '{' should be on the previous line. 687
Error '}' should be on the same line. 689
Error '{' should be on the previous line. 691
Error '}' should be on the same line. 694
Error '{' should be on the previous line. 696
Error 'for' is not followed by whitespace. 698
Error '(' is followed by whitespace. 698
Error ')' is preceded with whitespace. 698
Error '{' should be on the previous line. 699
Error '(' is followed by whitespace. 710
Error Expected @param tag for 'recursive'. 710
Error ')' is preceded with whitespace. 710
Error '{' should be on the previous line. 711
Error 'if' is not followed by whitespace. 712
Error '(' is followed by whitespace. 712
Error ')' is preceded with whitespace. 712
Error '{' should be on the previous line. 713
Error 'for' is not followed by whitespace. 717
Error '(' is followed by whitespace. 717
Error ')' is preceded with whitespace. 717
Error '{' should be on the previous line. 718
Error '(' is followed by whitespace. 719
Error ')' is preceded with whitespace. 719
Error '{' should be on the previous line. 727
Error 'if' is not followed by whitespace. 728
Error '(' is followed by whitespace. 728
Error ')' is preceded with whitespace. 728
Error '{' should be on the previous line. 729
Error 'for' is not followed by whitespace. 733
Error '(' is followed by whitespace. 733
Error ')' is preceded with whitespace. 733
Error '{' should be on the previous line. 734
Error 'if' is not followed by whitespace. 736
Error '(' is followed by whitespace. 736
Error ')' is preceded with whitespace. 736
Error '{' should be on the previous line. 737
Error '(' is followed by whitespace. 738
Error 'cast' is not followed by whitespace. 738
Error ')' is preceded with whitespace. 738
Error '(' is followed by whitespace. 738
Error ')' is preceded with whitespace. 738
Error '(' is followed by whitespace. 749
Error Expected @param tag for 'recursive'. 749
Error ')' is preceded with whitespace. 749
Error '{' should be on the previous line. 750
Error 'if' is not followed by whitespace. 751
Error '(' is followed by whitespace. 751
Error ')' is preceded with whitespace. 751
Error '{' should be on the previous line. 752
Error '}' should be on the same line. 754
Error 'if' is not followed by whitespace. 755
Error '(' is followed by whitespace. 755
Error ')' is preceded with whitespace. 755
Error '{' should be on the previous line. 756
Error '(' is followed by whitespace. 761
Error ')' is preceded with whitespace. 761

org/apache/log/Priority.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. 28
Error Line is longer than 80 characters. 30
Error '(' is followed by whitespace. 32
Error '5' is a magic number. 32
Error ')' is preceded with whitespace. 32
Error Line is longer than 80 characters. 35
Error '(' is followed by whitespace. 37
Error '10' is a magic number. 37
Error ')' is preceded with whitespace. 37
Error '(' is followed by whitespace. 43
Error '15' is a magic number. 43
Error ')' is preceded with whitespace. 43
Error Line is longer than 80 characters. 46
Error '(' is followed by whitespace. 48
Error '20' is a magic number. 48
Error ')' is preceded with whitespace. 48
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 54
Error '(' is followed by whitespace. 54
Error '25' is a magic number. 54
Error ')' is preceded with whitespace. 54
Error Line is longer than 80 characters. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Missing a Javadoc comment. 61
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Missing a Javadoc comment. 62
Error Name 'm_priority' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error 'if' is not followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '}' should be on the same line. 75
Error 'if' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error '}' should be on the same line. 79
Error 'if' is not followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '}' should be on the same line. 83
Error 'if' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 85
Error '}' should be on the same line. 87
Error 'if' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '}' should be on the same line. 91
Error 'if' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '}' should be on the same line. 95
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error 'if' 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 '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 125
Error '{' should be on the previous line. 135
Error '{' should be on the previous line. 145
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. 166
Error ')' is preceded with whitespace. 166
Error '{' should be on the previous line. 167
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189

org/apache/log/format/ExtendedPatternFormatter.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. 37
Error '{' should be on the previous line. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 48
Error Name 'm_callStackOffset' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line is longer than 80 characters. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Method 'getTypeIdFor' is not designed for extension - needs to be abstract, final or empty. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error 'if' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error '}' should be on the same line. 82
Error 'if' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line is longer than 80 characters. 100
Error Method 'formatPatternRun' is not designed for extension - needs to be abstract, final or empty. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
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 '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
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. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '{' should be on the previous line. 123
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
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 Line is longer than 80 characters. 132
Error Line is longer than 80 characters. 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 preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
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. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 154
Error 'if' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error 'if' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160

org/apache/log/format/Formatter.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 '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34

org/apache/log/format/PatternFormatter.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. 86
Error Line is longer than 80 characters. 112
Error '{' should be on the previous line. 116
Error Missing a Javadoc comment. 117
Error Missing a Javadoc comment. 118
Error Missing a Javadoc comment. 119
Error Missing a Javadoc comment. 120
Error Missing a Javadoc comment. 121
Error Missing a Javadoc comment. 122
Error Missing a Javadoc comment. 123
Error Missing a Javadoc comment. 124
Error Missing a Javadoc comment. 125
Error Missing a Javadoc comment. 133
Error Missing a Javadoc comment. 134
Error Missing a Javadoc comment. 135
Error Missing a Javadoc comment. 136
Error Missing a Javadoc comment. 137
Error Missing a Javadoc comment. 138
Error Missing a Javadoc comment. 139
Error Missing a Javadoc comment. 140
Error Missing a Javadoc comment. 142
Error Missing a Javadoc comment. 143
Error Missing a Javadoc comment. 144
Error Missing a Javadoc comment. 145
Error Missing a Javadoc comment. 146
Error Line is longer than 80 characters. 148
Error Missing a Javadoc comment. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Missing a Javadoc comment. 150
Error '{' should be on the previous line. 151
Error Missing a Javadoc comment. 152
Error Name 'm_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 152
Error Variable 'm_data' must be private and have accessor methods. 152
Error Missing a Javadoc comment. 153
Error Name 'm_rightJustify' must match pattern '^[a-z][a-zA-Z0-9]*$'. 153
Error Variable 'm_rightJustify' must be private and have accessor methods. 153
Error Missing a Javadoc comment. 154
Error Name 'm_minSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
Error Variable 'm_minSize' must be private and have accessor methods. 154
Error Missing a Javadoc comment. 155
Error Name 'm_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 155
Error Variable 'm_maxSize' must be private and have accessor methods. 155
Error Missing a Javadoc comment. 156
Error Name 'm_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 156
Error Variable 'm_type' must be private and have accessor methods. 156
Error Missing a Javadoc comment. 157
Error Name 'm_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. 157
Error Variable 'm_format' must be private and have accessor methods. 157
Error Missing a Javadoc comment. 160
Error Name 'm_formatSpecification' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
Error Array brackets at illegal position. 160
Error Missing a Javadoc comment. 162
Error Name 'm_simpleDateFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. 162
Error Missing a Javadoc comment. 163
Error Name 'm_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. 163
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 182
Error Array brackets at illegal position. 183
Error Parameter index should be final. 184
Error ')' is preceded with whitespace. 184
Error '{' should be on the previous line. 185
Error 'if' is not followed by whitespace. 190
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error '{' should be on the previous line. 191
Error '}' should be on the same line. 193
Error 'if' is not followed by whitespace. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error 'if' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' should be on the previous line. 201
Error 'while' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error '10' is a magic number. 205
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error 'if' is not followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error 'if' is not followed by whitespace. 216
Error '(' is followed by whitespace. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error 'while' is not followed by whitespace. 219
Error '(' is followed by whitespace. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error ')' is preceded with whitespace. 219
Error '{' should be on the previous line. 220
Error '10' is a magic number. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error 'if' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error ')' is preceded with whitespace. 231
Error 'while' is not followed by whitespace. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 237
Error '{' should be on the previous line. 238
Error '(' is followed by whitespace. 245
Error ')' is preceded with whitespace. 245
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error 'if' is not followed by whitespace. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 250
Error 'while' construct must use '{}'s. 252
Error 'while' is not followed by whitespace. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error 'if' is not followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error 'if' is not followed by whitespace. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '{' should be on the previous line. 263
Error ')' is preceded with whitespace. 266
Error '(' is followed by whitespace. 271
Error ')' is preceded with whitespace. 271
Error '(' is followed by whitespace. 286
Error Array brackets at illegal position. 287
Error Parameter index should be final. 288
Error ')' is preceded with whitespace. 288
Error '{' should be on the previous line. 289
Error 'if' is not followed by whitespace. 294
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error '{' should be on the previous line. 295
Error 'while' is not followed by whitespace. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error '{' should be on the previous line. 302
Error 'if' is not followed by whitespace. 303
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error '{' should be on the previous line. 304
Error 'if' is not followed by whitespace. 305
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error '{' should be on the previous line. 306
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error '}' should be on the same line. 308
Error 'if' is not followed by whitespace. 309
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '{' should be on the previous line. 310
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error '}' should be on the same line. 312
Error '{' should be on the previous line. 314
Error '(' is followed by whitespace. 315
Error ')' is preceded with whitespace. 315
Error '}' should be on the same line. 318
Error 'if' is not followed by whitespace. 319
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error '{' should be on the previous line. 320
Error '}' should be on the same line. 322
Error '{' should be on the previous line. 324
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error Line is longer than 80 characters. 344
Error '(' is followed by whitespace. 347
Error ')' is preceded with whitespace. 351
Error '{' should be on the previous line. 352
Error 'if' is not followed by whitespace. 355
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error '{' should be on the previous line. 356
Error 'if' is not followed by whitespace. 358
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error '{' should be on the previous line. 359
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error '(' is followed by whitespace. 361
Error ')' is preceded with whitespace. 361
Error '}' should be on the same line. 362
Error '{' should be on the previous line. 364
Error '(' is followed by whitespace. 365
Error ')' is preceded with whitespace. 365
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error '}' should be on the same line. 368
Error 'if' is not followed by whitespace. 369
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error '{' should be on the previous line. 370
Error 'if' is not followed by whitespace. 371
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error '{' should be on the previous line. 372
Error '(' is followed by whitespace. 373
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 373
Error ')' is preceded with whitespace. 373
Error '}' should be on the same line. 374
Error '{' should be on the previous line. 376
Error '(' is followed by whitespace. 377
Error '(' is followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error ')' is preceded with whitespace. 377
Error '}' should be on the same line. 379
Error '{' should be on the previous line. 381
Error '(' is followed by whitespace. 382
Error ')' is preceded with whitespace. 382
Error '(' is followed by whitespace. 392
Error Parameter length should be final. 392
Error ')' is preceded with whitespace. 392
Error '{' should be on the previous line. 393
Error 'while' is not followed by whitespace. 394
Error '(' is followed by whitespace. 394
Error '16' is a magic number. 394
Error ')' is preceded with whitespace. 394
Error '{' should be on the previous line. 395
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error '16' is a magic number. 397
Error 'if' is not followed by whitespace. 400
Error '(' is followed by whitespace. 400
Error '8' is a magic number. 400
Error ')' is preceded with whitespace. 400
Error '{' should be on the previous line. 401
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error '8' is a magic number. 403
Error 'if' is not followed by whitespace. 406
Error '(' is followed by whitespace. 406
Error '4' is a magic number. 406
Error ')' is preceded with whitespace. 406
Error '{' should be on the previous line. 407
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error '4' is a magic number. 409
Error 'if' is not followed by whitespace. 412
Error '(' is followed by whitespace. 412
Error ')' is preceded with whitespace. 412
Error '{' should be on the previous line. 413
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error 'if' is not followed by whitespace. 418
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error '{' should be on the previous line. 419
Error '(' is followed by whitespace. 420
Error ')' is preceded with whitespace. 420
Error Method 'format' is not designed for extension - needs to be abstract, final or empty. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error '{' should be on the previous line. 432
Error 'for' is not followed by whitespace. 435
Error '(' is followed by whitespace. 435
Error ')' is preceded with whitespace. 435
Error '{' should be on the previous line. 436
Error 'if' is not followed by whitespace. 440
Error '(' is followed by whitespace. 440
Error ')' is preceded with whitespace. 440
Error '{' should be on the previous line. 441
Error '(' is followed by whitespace. 442
Error ')' is preceded with whitespace. 442
Error '}' should be on the same line. 443
Error '{' should be on the previous line. 445
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error 'if' is not followed by whitespace. 447
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error '{' should be on the previous line. 448
Error Line is longer than 80 characters. 449
Error '(' is followed by whitespace. 449
Error ')' is preceded with whitespace. 449
Error Line is longer than 80 characters. 463
Error Method 'formatPatternRun' is not designed for extension - needs to be abstract, final or empty. 463
Error '(' is followed by whitespace. 463
Error Expected @param tag for 'event'. 463
Error ')' is preceded with whitespace. 463
Error '(' is followed by whitespace. 465
Error ')' is preceded with whitespace. 465
Error '{' should be on the previous line. 466
Error '(' is followed by whitespace. 468
Error ')' is preceded with whitespace. 468
Error '(' is followed by whitespace. 470
Error ')' is preceded with whitespace. 470
Error '(' is followed by whitespace. 472
Error ')' is preceded with whitespace. 472
Error '(' is followed by whitespace. 474
Error ')' is preceded with whitespace. 474
Error '(' is followed by whitespace. 476
Error ')' is preceded with whitespace. 476
Error '(' is followed by whitespace. 478
Error ')' is preceded with whitespace. 478
Error '(' is followed by whitespace. 481
Error ')' is preceded with whitespace. 481
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error Line is longer than 80 characters. 487
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. 498
Error '(' is followed by whitespace. 498
Error ')' is preceded with whitespace. 498
Error '{' should be on the previous line. 499
Error Expected an @return tag. 506
Error Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 506
Error '(' is followed by whitespace. 506
Error Expected @param tag for 'priority'. 506
Error Expected @param tag for 'format'. 506
Error ')' is preceded with whitespace. 506
Error Expected an @return tag. 514
Error Method 'getThread' is not designed for extension - needs to be abstract, final or empty. 514
Error '(' is followed by whitespace. 514
Error Expected @param tag for 'format'. 514
Error ')' is preceded with whitespace. 514
Error '{' should be on the previous line. 515
Error Method 'getContextMap' is not designed for extension - needs to be abstract, final or empty. 526
Error '(' is followed by whitespace. 526
Error ')' is preceded with whitespace. 526
Error 'if' construct must use '{}'s. 528
Error 'if' is not followed by whitespace. 528
Error '(' is followed by whitespace. 528
Error ')' is preceded with whitespace. 528
Error '(' is followed by whitespace. 529
Error ')' is preceded with whitespace. 529
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 539
Error '(' is followed by whitespace. 539
Error ')' is preceded with whitespace. 539
Error '{' should be on the previous line. 540
Error Line is longer than 80 characters. 551
Error Method 'getStackTrace' is not designed for extension - needs to be abstract, final or empty. 551
Error '(' is followed by whitespace. 551
Error ')' is preceded with whitespace. 551
Error 'if' construct must use '{}'s. 553
Error 'if' is not followed by whitespace. 553
Error '(' is followed by whitespace. 553
Error ')' is preceded with whitespace. 553
Error '(' is followed by whitespace. 555
Error '(' is followed by whitespace. 555
Error ')' is preceded with whitespace. 555
Error ')' is preceded with whitespace. 555
Error Method 'getRTime' is not designed for extension - needs to be abstract, final or empty. 566
Error '(' is followed by whitespace. 566
Error ')' is preceded with whitespace. 566
Error '{' should be on the previous line. 567
Error '(' is followed by whitespace. 568
Error ')' is preceded with whitespace. 568
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 578
Error '(' is followed by whitespace. 578
Error ')' is preceded with whitespace. 578
Error '{' should be on the previous line. 579
Error 'if' is not followed by whitespace. 580
Error '(' is followed by whitespace. 580
Error ')' is preceded with whitespace. 580
Error '{' should be on the previous line. 581
Error '(' is followed by whitespace. 582
Error ')' is preceded with whitespace. 582
Error '}' should be on the same line. 583
Error '{' should be on the previous line. 585
Error 'synchronized' is not followed by whitespace. 586
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 586
Error '{' should be on the previous line. 587
Error 'if' is not followed by whitespace. 588
Error '(' is followed by whitespace. 588
Error ')' is preceded with whitespace. 588
Error '{' should be on the previous line. 589
Error '(' is followed by whitespace. 590
Error ')' is preceded with whitespace. 590
Error '(' is followed by whitespace. 592
Error ')' is preceded with whitespace. 592
Error '(' is followed by whitespace. 593
Error ')' is preceded with whitespace. 593
Error Method 'getTypeIdFor' is not designed for extension - needs to be abstract, final or empty. 604
Error '(' is followed by whitespace. 604
Error ')' is preceded with whitespace. 604
Error '{' should be on the previous line. 605
Error 'if' is not followed by whitespace. 606
Error '(' is followed by whitespace. 606
Error '(' is followed by whitespace. 606
Error ')' is preceded with whitespace. 606
Error ')' is preceded with whitespace. 606
Error '{' should be on the previous line. 607
Error '}' should be on the same line. 609
Error 'if' is not followed by whitespace. 610
Error '(' is followed by whitespace. 610
Error '(' is followed by whitespace. 610
Error ')' is preceded with whitespace. 610
Error ')' is preceded with whitespace. 610
Error '{' should be on the previous line. 611
Error '}' should be on the same line. 613
Error 'if' is not followed by whitespace. 614
Error '(' is followed by whitespace. 614
Error '(' is followed by whitespace. 614
Error ')' is preceded with whitespace. 614
Error ')' is preceded with whitespace. 614
Error '{' should be on the previous line. 615
Error '}' should be on the same line. 617
Error 'if' is not followed by whitespace. 618
Error '(' is followed by whitespace. 618
Error '(' is followed by whitespace. 618
Error ')' is preceded with whitespace. 618
Error ')' is preceded with whitespace. 618
Error '{' should be on the previous line. 619
Error '}' should be on the same line. 621
Error 'if' is not followed by whitespace. 622
Error '(' is followed by whitespace. 622
Error '(' is followed by whitespace. 622
Error ')' is preceded with whitespace. 622
Error ')' is preceded with whitespace. 622
Error '{' should be on the previous line. 623
Error '}' should be on the same line. 625
Error 'if' is not followed by whitespace. 626
Error '(' is followed by whitespace. 626
Error '(' is followed by whitespace. 626
Error ')' is preceded with whitespace. 626
Error ')' is preceded with whitespace. 626
Error '{' should be on the previous line. 627
Error '}' should be on the same line. 629
Error 'if' is not followed by whitespace. 630
Error '(' is followed by whitespace. 630
Error '(' is followed by whitespace. 630
Error ')' is preceded with whitespace. 630
Error ')' is preceded with whitespace. 630
Error '{' should be on the previous line. 631
Error '}' should be on the same line. 633
Error 'if' is not followed by whitespace. 634
Error '(' is followed by whitespace. 634
Error '(' is followed by whitespace. 634
Error ')' is preceded with whitespace. 634
Error ')' is preceded with whitespace. 634
Error '{' should be on the previous line. 635
Error '}' should be on the same line. 637
Error '{' should be on the previous line. 639
Error '(' is followed by whitespace. 640
Error '+' should be on a new line. 640
Error ')' is preceded with whitespace. 641
Error '(' is followed by whitespace. 650
Error ')' is preceded with whitespace. 650
Error '{' should be on the previous line. 651
Error Array brackets at illegal position. 654
Error '(' is followed by whitespace. 657
Error ')' is preceded with whitespace. 657
Error 'while' is not followed by whitespace. 659
Error '(' is followed by whitespace. 659
Error ')' is preceded with whitespace. 659
Error '{' should be on the previous line. 660
Error 'if' is not followed by whitespace. 661
Error '(' is followed by whitespace. 661
Error '(' is followed by whitespace. 662
Error ')' is preceded with whitespace. 662
Error ')' is preceded with whitespace. 662
Error '{' should be on the previous line. 663
Error '(' is followed by whitespace. 664
Error ')' is preceded with whitespace. 664
Error '}' should be on the same line. 665
Error '{' should be on the previous line. 667
Error '(' is followed by whitespace. 668
Error ')' is preceded with whitespace. 668
Error 'for' is not followed by whitespace. 676
Error '(' is followed by whitespace. 676
Error ')' is preceded with whitespace. 676
Error '{' should be on the previous line. 677
Error 'cast' is not followed by whitespace. 678
Error '(' is followed by whitespace. 678
Error ')' is preceded with whitespace. 678

org/apache/log/format/RawFormatter.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. 29
Error Method 'format' is not designed for extension - needs to be abstract, final or empty. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error '{' should be on the previous line. 37
Error 'if' is not followed by whitespace. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '{' should be on the previous line. 40
Error '}' should be on the same line. 42
Error '{' should be on the previous line. 44

org/apache/log/format/SyslogFormatter.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. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 43
Error '(' is followed by whitespace. 43
Error '3' is a magic number. 43
Error ')' is preceded with whitespace. 43
Error Missing a Javadoc comment. 44
Error '(' is followed by whitespace. 44
Error '3' is a magic number. 44
Error ')' is preceded with whitespace. 44
Error Missing a Javadoc comment. 45
Error '(' is followed by whitespace. 45
Error '3' is a magic number. 45
Error ')' is preceded with whitespace. 45
Error Missing a Javadoc comment. 46
Error '(' is followed by whitespace. 46
Error '3' is a magic number. 46
Error '3' is a magic number. 46
Error ')' is preceded with whitespace. 46
Error Missing a Javadoc comment. 47
Error '(' is followed by whitespace. 47
Error '4' is a magic number. 47
Error '3' is a magic number. 47
Error ')' is preceded with whitespace. 47
Error Missing a Javadoc comment. 48
Error '(' is followed by whitespace. 48
Error '5' is a magic number. 48
Error '3' is a magic number. 48
Error ')' is preceded with whitespace. 48
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error '6' is a magic number. 49
Error '3' is a magic number. 49
Error ')' is preceded with whitespace. 49
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error '7' is a magic number. 50
Error '3' is a magic number. 50
Error ')' is preceded with whitespace. 50
Error Missing a Javadoc comment. 51
Error '(' is followed by whitespace. 51
Error '8' is a magic number. 51
Error '3' is a magic number. 51
Error ')' is preceded with whitespace. 51
Error Missing a Javadoc comment. 52
Error '(' is followed by whitespace. 52
Error '9' is a magic number. 52
Error '3' is a magic number. 52
Error ')' is preceded with whitespace. 52
Error Missing a Javadoc comment. 53
Error '(' is followed by whitespace. 53
Error '10' is a magic number. 53
Error '3' is a magic number. 53
Error ')' is preceded with whitespace. 53
Error Missing a Javadoc comment. 54
Error '(' is followed by whitespace. 54
Error '11' is a magic number. 54
Error '3' is a magic number. 54
Error ')' is preceded with whitespace. 54
Error Missing a Javadoc comment. 56
Error '(' is followed by whitespace. 56
Error '16' is a magic number. 56
Error '3' is a magic number. 56
Error ')' is preceded with whitespace. 56
Error Missing a Javadoc comment. 57
Error '(' is followed by whitespace. 57
Error '17' is a magic number. 57
Error '3' is a magic number. 57
Error ')' is preceded with whitespace. 57
Error Missing a Javadoc comment. 58
Error '(' is followed by whitespace. 58
Error '18' is a magic number. 58
Error '3' is a magic number. 58
Error ')' is preceded with whitespace. 58
Error Missing a Javadoc comment. 59
Error '(' is followed by whitespace. 59
Error '19' is a magic number. 59
Error '3' is a magic number. 59
Error ')' is preceded with whitespace. 59
Error Missing a Javadoc comment. 60
Error '(' is followed by whitespace. 60
Error '20' is a magic number. 60
Error '3' is a magic number. 60
Error ')' is preceded with whitespace. 60
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error '21' is a magic number. 61
Error '3' is a magic number. 61
Error ')' is preceded with whitespace. 61
Error Missing a Javadoc comment. 62
Error '(' is followed by whitespace. 62
Error '22' is a magic number. 62
Error '3' is a magic number. 62
Error ')' is preceded with whitespace. 62
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 63
Error '23' is a magic number. 63
Error '3' is a magic number. 63
Error ')' is preceded with whitespace. 63
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 75
Error Name 'm_facility' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error Missing a Javadoc comment. 78
Error Name 'm_showFacilityBanner' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Error '{' should be on the previous line. 84
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
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 Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Method 'format' is not designed for extension - needs to be abstract, final or empty. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '{' should be on the previous line. 117
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Comment matches to-do format 'TODO:'. 122
Error 'if' is not followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error 'if' is not followed by whitespace. 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. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Method 'getFacilityDescription' is not designed for extension - needs to be abstract, final or empty. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error '{' should be on the previous line. 144
Error '3' is a magic number. 145
Error Method 'getSyslogFacility' is not designed for extension - needs to be abstract, final or empty. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error Method 'getSyslogPriority' is not designed for extension - needs to be abstract, final or empty. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168
Error 'if' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '}' should be on the same line. 172
Error 'if' is not followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error ')' is preceded with whitespace. 173
Error '{' should be on the previous line. 174
Error '}' should be on the same line. 176
Error 'if' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '}' should be on the same line. 180
Error 'if' is not followed by whitespace. 181
Error '(' is followed by whitespace. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error ')' is preceded with whitespace. 181
Error '{' should be on the previous line. 182
Error '}' should be on the same line. 184
Error '{' should be on the previous line. 186

org/apache/log/format/XMLFormatter.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 Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Missing a Javadoc comment. 37
Error Name 'm_printTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 38
Error Name 'm_printRelativeTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 39
Error Name 'm_printPriority' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Missing a Javadoc comment. 40
Error Name 'm_printCategory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Line has trailing spaces. 41
Error Line has trailing spaces. 43
Error Missing a Javadoc comment. 44
Error Name 'm_printContext' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Line has trailing spaces. 45
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 47
Error Name 'm_printMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Missing a Javadoc comment. 48
Error Name 'm_printException' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Missing a Javadoc comment. 50
Error Name 'm_printNumericTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Method 'setPrintTime' is not designed for extension - needs to be abstract, final or empty. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error Method 'setPrintRelativeTime' is not designed for extension - needs to be abstract, final or empty. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error Method 'setPrintPriority' is not designed for extension - needs to be abstract, final or empty. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Method 'setPrintCategory' is not designed for extension - needs to be abstract, final or empty. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Method 'setPrintContext' 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. 98
Error Method 'setPrintMessage' is not designed for extension - needs to be abstract, final or empty. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error Method 'setPrintException' is not designed for extension - needs to be abstract, final or empty. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error Method 'format' is not designed for extension - needs to be abstract, final or empty. 128
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 '400' is a magic number. 130
Error ')' is preceded with whitespace. 130
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error 'if' is not followed by whitespace. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error 'if' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '}' should be on the same line. 142
Error '{' should be on the previous line. 144
Error '(' is followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error ')' is preceded with whitespace. 145
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error 'if' is not followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
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. 157
Error ')' is preceded with whitespace. 157
Error 'if' 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. 162
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error 'if' 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. 170
Error ')' is preceded with whitespace. 170
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error 'if' is not followed by whitespace. 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 '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
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 '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error 'if' is not followed by whitespace. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 193
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201

org/apache/log/output/AbstractOutputTarget.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 Name 'm_formatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error '{' should be on the previous line. 38
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error Expected an @return tag. 52
Error Method 'getFormatter' is not designed for extension - needs to be abstract, final or empty. 52
Error '{' should be on the previous line. 53
Error Line has trailing spaces. 56
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error Method 'doProcessEvent' is not designed for extension - needs to be abstract, final or empty. 70
Error '(' is followed by whitespace. 70
Error Parameter event should be final. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
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 Method 'open' is not designed for extension - needs to be abstract, final or empty. 80
Error '{' should be on the previous line. 81
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error Line is longer than 80 characters. 91
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 94
Error '{' should be on the previous line. 95
Error 'if' 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 Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error 'if' is not followed by whitespace. 111
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 ')' is preceded with whitespace. 113
Error '}' should be on the same line. 114
Error '{' should be on the previous line. 116
Error '{' should be on the previous line. 126
Error 'if' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
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 followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error '{' should be on the previous line. 144
Error 'if' is not followed by whitespace. 145
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error 'if' 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 '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Comment matches to-do format 'TODO:'. 159
Error '{' should be on the previous line. 164
Error Comment matches to-do format 'TODO:'. 170
Error '{' should be on the previous line. 175

org/apache/log/output/AbstractTarget.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. 34
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 38
Error Name 'm_errorHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 41
Error Name 'm_isOpen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error 'if' is not followed by whitespace. 56
Error '(' is followed by 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. 58
Error ')' is preceded with whitespace. 58
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Method 'setErrorHandler' 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 Method 'isOpen' is not designed for extension - needs to be abstract, final or empty. 77
Error '{' should be on the previous line. 78
Error Method 'open' is not designed for extension - needs to be abstract, final or empty. 85
Error '{' should be on the previous line. 86
Error 'if' is not followed by whitespace. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error Method 'processEvent' is not designed for extension - needs to be abstract, final or empty. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error 'if' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '{' should be on the previous line. 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 Line is longer than 80 characters. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 123
Error Parameter event should be final. 123
Error ')' is preceded with whitespace. 123
Error Line is longer than 80 characters. 128
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 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 '{' should be on the previous line. 145

org/apache/log/output/AbstractWrappingTarget.java

ErrorLine
Error File does not end with a newline. 0

org/apache/log/output/AbstractWrappingTarget.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 Missing a Javadoc comment. 33
Error Name 'm_closeWrapped' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 34
Error Name 'm_wrappedLogTarget' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Line is longer than 80 characters. 40
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error '{' should be on the previous line. 63
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 'cast' is not followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line has trailing spaces. 71
Error First sentence should end with a period. 72
Error Expected an @return tag. 75
Error Line has trailing spaces. 75
Error '{' should be on the previous line. 76
Error Line has trailing spaces. 77

org/apache/log/output/AsyncLogTarget.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. 46
Error Missing a Javadoc comment. 47
Error Name 'm_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Missing a Javadoc comment. 48
Error Name 'm_queueSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error '15' is a magic number. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 77
Error '15' is a magic number. 77
Error ')' is preceded with whitespace. 77
Error Line is longer than 80 characters. 84
Error Line is longer than 80 characters. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Method 'setErrorHandler' is not designed for extension - needs to be abstract, final or empty. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error 'if' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error 'cast' is not followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Method 'doProcessEvent' is not designed for extension - needs to be abstract, final or empty. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error '{' should be on the previous line. 116
Error 'synchronized' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error 'while' is not followed by whitespace. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 121
Error '{' should be on the previous line. 123
Error '}' should be on the same line. 125
Error 'catch' 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 Must have at least one statement. 127
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '{' should be on the previous line. 138
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 149
Error '{' should be on the previous line. 150
Error 'while' 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 'synchronized' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error 'while' 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 'if' is not followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '{' should be on the previous line. 166
Error 'cast' is not followed by whitespace. 167
Error 'if' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '}' should be on the same line. 176
Error 'if' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '}' should be on the same line. 182
Error '{' should be on the previous line. 184
Error '{' should be on the previous line. 186
Error '}' should be on the same line. 188
Error 'catch' is not followed by whitespace. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error '{' should be on the previous line. 190
Error Line is longer than 80 characters. 192
Error '{' should be on the previous line. 200
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '}' should be on the same line. 203
Error 'catch' is not followed by whitespace. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error '{' should be on the previous line. 205
Error Line is longer than 80 characters. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206

org/apache/log/output/MemoryTarget.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. 37
Error Missing a Javadoc comment. 39
Error Name 'm_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Missing a Javadoc comment. 42
Error Name 'm_threshold' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Missing a Javadoc comment. 45
Error Name 'm_target' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 48
Error Name 'm_used' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Missing a Javadoc comment. 51
Error Name 'm_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Missing a Javadoc comment. 54
Error Name 'm_overwrite' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error Line is longer than 80 characters. 75
Error Method 'setOverwrite' is not designed for extension - needs to be abstract, final or empty. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Method 'doProcessEvent' is not designed for extension - needs to be abstract, final or empty. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 88
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error 'if' 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 '}' should be on the same line. 95
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error 'if' 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 '}' should be on the same line. 106
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error 'if' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error '{' should be on the previous line. 126
Error Method 'shouldPush' is not designed for extension - needs to be abstract, final or empty. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '{' should be on the previous line. 139
Error Line is longer than 80 characters. 140
Error '(' is followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error ')' is preceded with whitespace. 140
Error Method 'push' is not designed for extension - needs to be abstract, final or empty. 146
Error '{' should be on the previous line. 147
Error 'if' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error Line is longer than 80 characters. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 155
Error 'if' 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 'for' is not followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error '{' should be on the previous line. 164
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '}' should be on the same line. 174
Error 'catch' is not followed by whitespace. 175
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175
Error '{' should be on the previous line. 176
Error Line is longer than 80 characters. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177

org/apache/log/output/NullOutputLogTarget.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 '{' should be on the previous line. 32
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 42

org/apache/log/output/PriorityFilteringTarget.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 Missing a Javadoc comment. 34
Error Name 'm_priority' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 36
Error Name 'm_closeWrapped' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error First sentence should end with a period. 38
Error Name 'm_targets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Array brackets at illegal position. 39
Error Parameter priority should be final. 45
Error Line has trailing spaces. 46
Error Parameter closeWrappedTarget should be final. 46
Error '{' should be on the previous line. 47
Error Parameter priority should be final. 56
Error '{' should be on the previous line. 57
Error ')' is preceded with whitespace. 58
Error Method 'addTarget' is not designed for extension - needs to be abstract, final or empty. 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 '}' should be on the same line. 71
Error '{' should be on the previous line. 73
Error Array brackets at illegal position. 74
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line is longer than 80 characters. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line has trailing spaces. 85
Error Line contains a tab character. 85
Error Method 'doProcessEvent' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter event should be final. 85
Error '{' should be on the previous line. 86
Error Line has trailing spaces. 87
Error Line contains a tab character. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error 'for' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line has trailing spaces. 95
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line has trailing spaces. 97
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '{' should be on the previous line. 102
Error 'if' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error 'for' is not followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error Line has trailing spaces. 111
Error '(' is followed by whitespace. 111
Error 'cast' is not followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line has trailing spaces. 116

org/apache/log/output/ServletOutputLogTarget.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. 30
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 32
Error Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Line is longer than 80 characters. 39
Error '(' is followed by whitespace. 39
Error Expected @param tag for 'formatter'. 39
Error ')' is preceded with whitespace. 39
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error First sentence should end with a period. 57
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '{' should be on the previous line. 63
Error Avoid inline conditionals. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Avoid inline conditionals. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
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. 70
Error ')' is preceded with whitespace. 70
Error '}' should be on the same line. 71
Error 'if' is not followed by whitespace. 72
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 same line. 75
Error '{' should be on the previous line. 77
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error 'synchronized' is not followed by whitespace. 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 Line is longer than 80 characters. 93
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 95
Error '{' should be on the previous line. 96

org/apache/log/output/db/AbstractJDBCTarget.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 Missing a Javadoc comment. 35
Error Name 'm_dataSource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 38
Error Name 'm_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error Method 'doProcessEvent' is not designed for extension - needs to be abstract, final or empty. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 57
Error 'if' is not followed by whitespace. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 72
Error Parameter event should be final. 72
Error ')' is preceded with whitespace. 72
Error Method 'open' is not designed for extension - needs to be abstract, final or empty. 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 Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. 91
Error '{' should be on the previous line. 92
Error '{' should be on the previous line. 94
Error '}' should be on the same line. 96
Error 'catch' 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 Line is longer than 80 characters. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 109
Error '{' should be on the previous line. 117
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 Method 'isStale' is not designed for extension - needs to be abstract, final or empty. 130
Error '{' should be on the previous line. 131
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 '{' should be on the previous line. 138
Error 'if' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
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 Line is longer than 80 characters. 154
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 157
Error '{' should be on the previous line. 158
Error 'if' is not followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '{' should be on the previous line. 160
Error Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. 170
Error '{' should be on the previous line. 171
Error 'if' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error '{' should be on the previous line. 175
Error '}' should be on the same line. 177
Error 'catch' 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 Line is longer than 80 characters. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180

org/apache/log/output/db/ColumnInfo.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. 26
Error Missing a Javadoc comment. 28
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Missing a Javadoc comment. 31
Error Name 'm_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Missing a Javadoc comment. 34
Error Name 'm_aux' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error First sentence should end with a period. 49
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 53
Error '{' should be on the previous line. 54
Error First sentence should end with a period. 58
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 62
Error '{' should be on the previous line. 63
Error Method 'getAux' is not designed for extension - needs to be abstract, final or empty. 71
Error '{' should be on the previous line. 72

org/apache/log/output/db/ColumnType.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 Utility classes should not have a public or default constructor. 24
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error 'if' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error '}' should be on the same line. 60
Error 'if' is not followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '}' should be on the same line. 64
Error 'if' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error '}' should be on the same line. 68
Error 'if' is not followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error '}' should be on the same line. 72
Error 'if' is not followed by whitespace. 73
Error '(' is followed by whitespace. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '}' should be on the same line. 76
Error 'if' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error '}' should be on the same line. 80
Error 'if' is not followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '}' should be on the same line. 84
Error 'if' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error '}' should be on the same line. 89
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 91
Error '}' should be on the same line. 93
Error '{' should be on the previous line. 95
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96

org/apache/log/output/db/DefaultDataSource.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 Missing a Javadoc comment. 34
Error Name 'm_username' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 35
Error Name 'm_password' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 36
Error Name 'm_url' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Missing a Javadoc comment. 38
Error Name 'm_logWriter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 39
Error Name 'm_loginTimeout' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Missing a Javadoc comment. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 57
Error Expected @throws tag for 'SQLException'. 58
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line is longer than 80 characters. 68
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 68
Error '(' is followed by whitespace. 68
Error Expected @param tag for 'username'. 68
Error Expected @param tag for 'password'. 68
Error ')' is preceded with whitespace. 68
Error Expected @throws tag for 'SQLException'. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Method 'getLoginTimeout' is not designed for extension - needs to be abstract, final or empty. 80
Error Expected @throws tag for 'SQLException'. 81
Error '{' should be on the previous line. 82
Error Method 'getLogWriter' is not designed for extension - needs to be abstract, final or empty. 91
Error Expected @throws tag for 'SQLException'. 92
Error '{' should be on the previous line. 93
Error Method 'setLoginTimeout' is not designed for extension - needs to be abstract, final or empty. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Expected @throws tag for 'SQLException'. 104
Error '{' should be on the previous line. 105
Error Method 'setLogWriter' 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

org/apache/log/output/db/DefaultJDBCTarget.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. 36
Error Missing a Javadoc comment. 37
Error Name 'm_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 38
Error Name 'm_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 40
Error Name 'm_statement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error 'if' is not followed by whitespace. 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. 58
Error ')' is preceded with whitespace. 58
Error 'if' is not followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error Line is longer than 80 characters. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
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 Line is longer than 80 characters. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Method 'output' 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 Comment matches to-do format 'TODO:'. 82
Error Line is longer than 80 characters. 82
Error '{' should be on the previous line. 85
Error 'for' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '}' should be on the same line. 92
Error 'catch' is not followed by whitespace. 93
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 Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. 103
Error '{' should be on the previous line. 104
Error '{' should be on the previous line. 110
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '}' should be on the same line. 116
Error 'catch' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Method 'getStatementSQL' is not designed for extension - needs to be abstract, final or empty. 127
Error '{' should be on the previous line. 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 '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error 'for' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error 'for' is not followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Method 'isStale' is not designed for extension - needs to be abstract, final or empty. 156
Error '{' should be on the previous line. 157
Error Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. 166
Error '{' should be on the previous line. 167
Error 'if' 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 '{' should be on the previous line. 174
Error '}' should be on the same line. 176
Error 'catch' is not followed by whitespace. 177
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '{' should be on the previous line. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179
Error Method 'specifyColumn' is not designed for extension - needs to be abstract, final or empty. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 196
Error Redundant throws: 'IllegalStateException' is unchecked exception. 198
Error '{' should be on the previous line. 199
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error '{' should be on the previous line. 203
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error Line is longer than 80 characters. 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 followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error Line is longer than 80 characters. 225
Error '(' is followed by whitespace. 225
Error '(' is followed by whitespace. 225
Error Line is longer than 80 characters. 226
Error ')' is preceded with whitespace. 226
Error ')' is preceded with whitespace. 226
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Line is longer than 80 characters. 234
Error '(' is followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line is longer than 80 characters. 238
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error First sentence should end with a period. 242
Error '{' should be on the previous line. 247
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error Missing a Javadoc comment. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error '{' should be on the previous line. 262
Error 'if' is not followed by whitespace. 263
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error '{' should be on the previous line. 264
Error '(' is followed by whitespace. 268
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error ')' is preceded with whitespace. 268
Error Missing a Javadoc comment. 272
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '{' should be on the previous line. 273
Error 'if' is not followed by whitespace. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error '{' should be on the previous line. 275
Error '}' should be on the same line. 277
Error '{' should be on the previous line. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280

org/apache/log/output/db/NormalizedJDBCTarget.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. 38
Error Missing a Javadoc comment. 39
Error Name 'm_categoryIDs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Missing a Javadoc comment. 40
Error Name 'm_priorityIDs' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Method 'specifyColumn' is not designed for extension - needs to be abstract, final or empty. 52
Error '(' is followed by whitespace. 52
Error Expected @param tag for 'statement'. 52
Error Expected @param tag for 'index'. 53
Error Expected @param tag for 'event'. 54
Error ')' is preceded with whitespace. 54
Error Expected @throws tag for 'SQLException'. 55
Error '{' should be on the previous line. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error '{' should be on the previous line. 62
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line is longer than 80 characters. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line is longer than 80 characters. 80
Error Method 'getID' 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. 82
Error 'cast' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error 'if' construct must use '{}'s. 84
Error 'if' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
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 '(' is followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error 'if' construct must use '{}'s. 114
Error 'if' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '+' should be on a new line. 118
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error ')' is preceded with whitespace. 122
Error '}' should be on the same line. 124
Error '{' should be on the previous line. 126
Error 'if' is not followed by whitespace. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error '{' should be on the previous line. 129
Error '{' should be on the previous line. 131
Error '}' should be on the same line. 133
Error 'catch' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error Must have at least one statement. 135
Error 'if' 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 '}' 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 Must have at least one statement. 145

org/apache/log/output/io/FileTarget.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 Missing a Javadoc comment. 34
Error Name 'm_file' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 37
Error Name 'm_append' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Line is longer than 80 characters. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error 'if' is not followed by whitespace. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line is longer than 80 characters. 64
Error Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 68
Error 'if' is not followed by whitespace. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error 'if' is not followed by whitespace. 74
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. 76
Error ')' is preceded with whitespace. 77
Error Line is longer than 80 characters. 88
Error Method 'openFile' is not designed for extension - needs to be abstract, final or empty. 90
Error '{' should be on the previous line. 92
Error 'if' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error 'if' is not followed by whitespace. 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. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Method 'getFile' is not designed for extension - needs to be abstract, final or empty. 119
Error '{' should be on the previous line. 120

org/apache/log/output/io/SafeFileTarget.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. 35
Error Line is longer than 80 characters. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Method 'processEvent' is not designed for extension - needs to be abstract, final or empty. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on the previous line. 57
Error 'if' is not followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error Line is longer than 80 characters. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '}' should be on the same line. 69
Error 'catch' is not followed by whitespace. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error Line is longer than 80 characters. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77

org/apache/log/output/io/StreamTarget.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. 31
Error Name 'm_outputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Name 'm_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 48
Error '{' should be on the previous line. 49
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error 'if' is not followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 67
Error '{' should be on the previous line. 68
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line is longer than 80 characters. 83
Error Method 'setOutputStream' is not designed for extension - needs to be abstract, final or empty. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error 'if' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '{' should be on the previous line. 86
Error Line is longer than 80 characters. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error 'if' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 106
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 112
Error 'if' 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 '}' should be on the same line. 117
Error '{' should be on the previous line. 119
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error '}' should be on the same line. 124
Error 'catch' 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 Line is longer than 80 characters. 127
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line is longer than 80 characters. 134
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 137
Error '{' should be on the previous line. 138
Error Method 'shutdownStream' is not designed for extension - needs to be abstract, final or empty. 146
Error '{' should be on the previous line. 147
Error '{' should be on the previous line. 152
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 Line is longer than 80 characters. 156
Error 'if' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error '!' is followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error ')' is preceded with whitespace. 156
Error '}' should be on the same line. 161
Error 'catch' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164

org/apache/log/output/io/WriterTarget.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. 31
Error Missing a Javadoc comment. 32
Error Name 'm_output' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
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 'if' is not followed by whitespace. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Method 'setWriter' is not designed for extension - needs to be abstract, final or empty. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
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 Method 'write' is not designed for extension - needs to be abstract, final or empty. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '}' should be on the same line. 78
Error 'catch' is not followed by whitespace. 79
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. 81
Error ')' is preceded with whitespace. 81
Error Line is longer than 80 characters. 87
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 89
Error '{' should be on the previous line. 90
Error Method 'shutdownWriter' is not designed for extension - needs to be abstract, final or empty. 98
Error '{' should be on the previous line. 99
Error '{' should be on the previous line. 104
Error 'if' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
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 '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112

org/apache/log/output/io/rotate/BaseFileNameFilter.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 Missing a Javadoc comment. 22
Error '{' should be on the previous line. 24
Error Missing a Javadoc comment. 25
Error Name 'm_baseFileName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error Parameter file should be final. 32
Error Parameter name should be final. 32
Error ')' is preceded with whitespace. 32
Error '{' should be on the previous line. 33
Error '(' is followed by whitespace. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error ')' is preceded with whitespace. 34

org/apache/log/output/io/rotate/FileStrategy.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. 30

org/apache/log/output/io/rotate/OrRotateStrategy.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 Missing a Javadoc comment. 33
Error Name 'm_strategies' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Name 'm_usedRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error First sentence should end with a period. 40
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error '{' should be on the previous line. 45
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 52
Error '{' should be on the previous line. 53
Error 'for' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '{' should be on the previous line. 55
Error Method 'isRotationNeeded' is not designed for extension - needs to be abstract, final or empty. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error 'if' is not followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error 'for' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error 'if' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error Expression can be simplified. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80

org/apache/log/output/io/rotate/RevolvingFileStrategy.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. 30
Error Line is longer than 80 characters. 31
Error '{' should be on the previous line. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 46
Error Name 'm_decimalFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 49
Error Name 'm_rotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 52
Error Name 'm_maxRotations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Missing a Javadoc comment. 55
Error Name 'm_baseFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error 'if' 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 'if' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error 'if' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error 'if' is not followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error Method 'nextFile' is not designed for extension - needs to be abstract, final or empty. 109
Error '{' should be on the previous line. 110
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 '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error 'if' is not followed by whitespace. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 121
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Method 'getCurrentRotation' is not designed for extension - needs to be abstract, final or empty. 133
Error '{' should be on the previous line. 134
Error '{' should be on the previous line. 146
Error 'if' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error 'for' is not followed by whitespace. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
Error 'if' 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 Line is longer than 80 characters. 166
Error Line is longer than 80 characters. 168
Error 'for' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error Line has trailing spaces. 172
Error '{' should be on the previous line. 173
Error 'if' is not followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error '{' should be on the previous line. 183
Error 'for' is not followed by whitespace. 192
Error '(' is followed by whitespace. 192
Error ')' is preceded with whitespace. 192
Error '{' should be on the previous line. 193
Error 'if' is not followed by whitespace. 196
Error '(' is followed by whitespace. 196
Error ')' is preceded with whitespace. 196
Error '{' should be on the previous line. 197
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error '{' should be on the previous line. 213
Error 'for' is not followed by whitespace. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '{' should be on the previous line. 217
Error '{' should be on the previous line. 223
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '}' should be on the same line. 225
Error 'catch' is not followed by whitespace. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error '{' should be on the previous line. 227
Error First sentence should end with a period. 235
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 242
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 258
Error Line is longer than 80 characters. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error Line is longer than 80 characters. 266
Error 'if' is not followed by whitespace. 269
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error '{' should be on the previous line. 270
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error '}' should be on the same line. 274
Error '{' should be on the previous line. 276
Error Line is longer than 80 characters. 278
Error Name 'm_parentPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. 278
Error '(' is followed by whitespace. 278
Error ')' is preceded with whitespace. 278
Error Line is longer than 80 characters. 279
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error '(' is followed by whitespace. 283
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error ')' is preceded with whitespace. 283

org/apache/log/output/io/rotate/RotateStrategy.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. 28
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43

org/apache/log/output/io/rotate/RotateStrategyByDate.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. 28
Error '{' should be on the previous line. 32
Error Missing a Javadoc comment. 33
Error Name 'm_format' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 34
Error Name 'm_date' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 35
Error Name 'm_current' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error '{' should be on the previous line. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '{' should be on the previous line. 51
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Method 'isRotationNeeded' is not designed for extension - needs to be abstract, final or empty. 73
Error '(' is followed by whitespace. 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 followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error ')' is preceded with whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77

org/apache/log/output/io/rotate/RotateStrategyBySize.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. 37
Error Missing a Javadoc comment. 38
Error Name 'm_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 39
Error Name 'm_currentSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 47
Error '1024' is a magic number. 47
Error '1024' is a magic number. 47
Error ')' is preceded with whitespace. 47
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '{' should be on the previous line. 56
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 64
Error '{' should be on the previous line. 65
Error Method 'isRotationNeeded' is not designed for extension - needs to be abstract, final or empty. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77

org/apache/log/output/io/rotate/RotateStrategyByTime.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. 28
Error Missing a Javadoc comment. 30
Error Name 'm_timeInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Missing a Javadoc comment. 33
Error Name 'm_startingTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 36
Error Name 'm_currentRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error '1000' is a magic number. 44
Error '60' is a magic number. 44
Error '60' is a magic number. 44
Error '24' is a magic number. 44
Error ')' is preceded with whitespace. 44
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error '{' should be on the previous line. 53
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 62
Error '{' should be on the previous line. 63
Error Line is longer than 80 characters. 71
Error Method 'isRotationNeeded' is not designed for extension - needs to be abstract, final or empty. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error 'if' 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 '}' should be on the same line. 87
Error '{' should be on the previous line. 89

org/apache/log/output/io/rotate/RotateStrategyByTimeOfDay.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. 30
Error '24' is a magic number. 32
Error '3600' is a magic number. 32
Error '1000' is a magic number. 32
Error Name 'm_currentRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line is longer than 80 characters. 49
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error Line is longer than 80 characters. 53
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
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 Method 'reset' is not designed for extension - needs to be abstract, final or empty. 71
Error '{' should be on the previous line. 72
Error 'while' is not followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 85
Error Method 'isRotationNeeded' is not designed for extension - needs to be abstract, final or empty. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error Conditional logic can be removed. 95
Error 'if' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error '}' should be on the same line. 99
Error '{' should be on the previous line. 101

org/apache/log/output/io/rotate/RotatingFileTarget.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 Missing a Javadoc comment. 35
Error Name 'm_append' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 38
Error Name 'm_rotateStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 41
Error Name 'm_fileStrategy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '(' is followed by whitespace. 68
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
Error Method 'rotate' is not designed for extension - needs to be abstract, final or empty. 87
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'write' 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 'if' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error ')' is preceded with whitespace. 104
Error '{' should be on the previous line. 105
Error '{' should be on the previous line. 107
Error '}' should be on the same line. 111
Error 'catch' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119

org/apache/log/output/io/rotate/UniqueFileStrategy.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. 31
Error '{' should be on the previous line. 40
Error Missing a Javadoc comment. 41
Error Name 'm_baseFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 43
Error Name 'm_formatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 45
Error Name 'm_suffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error '(' is followed by whitespace. 61
Error Parameter pattern should be final. 61
Error ')' is preceded with whitespace. 61
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 Line is longer than 80 characters. 73
Error '(' is followed by whitespace. 73
Error Parameter pattern should be final. 73
Error Parameter suffix should be final. 73
Error ')' is preceded with whitespace. 73
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Method 'nextFile' is not designed for extension - needs to be abstract, final or empty. 84
Error '{' should be on the previous line. 85
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error 'if' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
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 same line. 91
Error '{' should be on the previous line. 93
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 'if' is not followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error '{' should be on the previous line. 99
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103

org/apache/log/output/jms/AbstractJMSTarget.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 Missing a Javadoc comment. 35
Error Name 'm_builder' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error '{' should be on the previous line. 38
Error Missing a Javadoc comment. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error Parameter message should be final. 49
Error ')' is preceded with whitespace. 49
Error Missing a Javadoc comment. 51
Error Method 'doProcessEvent' 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 Expected @throws tag for 'Exception'. 59
Error '{' should be on the previous line. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Method 'open' is not designed for extension - needs to be abstract, final or empty. 70
Error '{' should be on the previous line. 71
Error 'if' is not followed by whitespace. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 81
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 84
Error '{' should be on the previous line. 85
Error 'if' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Missing a Javadoc comment. 93
Error Missing a Javadoc comment. 95

org/apache/log/output/jms/JMSQueueTarget.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. 35
Error Missing a Javadoc comment. 37
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 40
Error Name 'm_queue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 43
Error Name 'm_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 46
Error Name 'm_sender' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 49
Error Name 'm_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Method 'send' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '}' should be on the same line. 77
Error 'catch' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error Method 'openConnection' 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 '{' should be on the previous line. 92
Error Line is longer than 80 characters. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '}' should be on the same line. 100
Error 'catch' is not followed by whitespace. 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 'closeConnection' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error '{' should be on the previous line. 108
Error '{' should be on the previous line. 110
Error 'if' construct must use '{}'s. 111
Error 'if' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error 'if' construct must use '{}'s. 112
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error 'if' construct must use '{}'s. 113
Error 'if' is not followed by whitespace. 113
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. 117
Error ')' is preceded with whitespace. 117

org/apache/log/output/jms/JMSTopicTarget.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. 35
Error Missing a Javadoc comment. 37
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Missing a Javadoc comment. 40
Error Name 'm_topic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 43
Error Name 'm_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 46
Error Name 'm_publisher' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 49
Error Name 'm_connection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Missing a Javadoc comment. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 53
Error '{' should be on the previous line. 54
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Missing a Javadoc comment. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 64
Error '{' should be on the previous line. 65
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Method 'send' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '{' should be on the previous line. 73
Error '{' should be on the previous line. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '}' should be on the same line. 77
Error 'catch' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Method 'getSession' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error '{' should be on the previous line. 85
Error Method 'openConnection' 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 '{' should be on the previous line. 92
Error Line is longer than 80 characters. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line is longer than 80 characters. 100
Error '}' should be on the same line. 104
Error 'catch' is not followed by whitespace. 105
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 Method 'closeConnection' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111
Error '{' should be on the previous line. 112
Error '{' should be on the previous line. 114
Error 'if' construct must use '{}'s. 115
Error 'if' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error 'if' construct must use '{}'s. 116
Error 'if' is not followed by whitespace. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error 'if' construct must use '{}'s. 117
Error 'if' is not followed by whitespace. 117
Error '(' is followed by whitespace. 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 followed by whitespace. 121
Error ')' is preceded with whitespace. 121

org/apache/log/output/jms/MessageBuilder.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. 31
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40

org/apache/log/output/jms/ObjectMessageBuilder.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 'buildMessage' is not designed for extension - needs to be abstract, final or empty. 42
Error '(' is followed by whitespace. 42
Error Parameter session should be final. 42
Error Parameter event should be final. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 44
Error 'synchronized' is not followed by whitespace. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49

org/apache/log/output/jms/PropertyInfo.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. 26
Error Missing a Javadoc comment. 28
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Missing a Javadoc comment. 31
Error Name 'm_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Missing a Javadoc comment. 34
Error Name 'm_aux' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error First sentence should end with a period. 49
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 53
Error '{' should be on the previous line. 54
Error First sentence should end with a period. 58
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 62
Error '{' should be on the previous line. 63
Error First sentence should end with a period. 67
Error Method 'getAux' is not designed for extension - needs to be abstract, final or empty. 71
Error '{' should be on the previous line. 72

org/apache/log/output/jms/PropertyType.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 Utility classes should not have a public or default constructor. 24
Error '{' should be on the previous line. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error '{' should be on the previous line. 50
Error 'if' construct must use '{}'s. 51
Error 'if' is not followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error ')' is preceded with whitespace. 51
Error 'if' construct must use '{}'s. 53
Error 'if' is not followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error ')' is preceded with whitespace. 53
Error 'if' construct must use '{}'s. 55
Error 'if' is not followed by whitespace. 55
Error '(' is followed by whitespace. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error ')' is preceded with whitespace. 55
Error 'if' construct must use '{}'s. 57
Error 'if' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error ')' is preceded with whitespace. 57
Error 'if' construct must use '{}'s. 59
Error 'if' is not followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error ')' is preceded with whitespace. 59
Error 'if' construct must use '{}'s. 61
Error 'if' is not followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error ')' is preceded with whitespace. 61
Error 'if' construct must use '{}'s. 63
Error 'if' is not followed by whitespace. 63
Error '(' is followed by whitespace. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error ')' is preceded with whitespace. 63
Error 'if' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error '}' should be on the same line. 68
Error '{' should be on the previous line. 70
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71

org/apache/log/output/jms/TextMessageBuilder.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. 37
Error Missing a Javadoc comment. 38
Error Name 'm_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Missing a Javadoc comment. 39
Error Name 'm_formatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error '{' should be on the previous line. 46
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 58
Error First sentence should end with a period. 63
Error Method 'buildMessage' is not designed for extension - needs to be abstract, final or empty. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 72
Error 'synchronized' is not followed by whitespace. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error 'for' is not followed by whitespace. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error First sentence should end with a period. 87
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 95
Error Expected @throws tag for 'JMSException'. 96
Error '{' should be on the previous line. 97
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. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line is longer than 80 characters. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line is longer than 80 characters. 124
Error '(' is followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error Line is longer than 80 characters. 125
Error ')' is preceded with whitespace. 125
Error ')' is preceded with whitespace. 125
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line is longer than 80 characters. 133
Error '(' is followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line is longer than 80 characters. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Missing a Javadoc comment. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
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 '}' should be on the same line. 147
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error Missing a Javadoc comment. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error '{' should be on the previous line. 155
Error 'if' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Missing a Javadoc comment. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error 'if' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174

org/apache/log/output/lf5/LF5LogTarget.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. 27
Error Line is longer than 80 characters. 31
Error '{' should be on the previous line. 34
Error First sentence should end with a period. 35
Error Name 'c_defaultLogMonitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error First sentence should end with a period. 38
Error Line is longer than 80 characters. 39
Error Name 'c_defaultContextFormatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error First sentence should end with a period. 41
Error Name 'm_monitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error First sentence should end with a period. 44
Error Name 'm_contextFormatter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Line is longer than 80 characters. 48
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error '{' should be on the previous line. 52
Error Line is longer than 80 characters. 57
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 66
Error Method 'setNDCFormatter' is not designed for extension - needs to be abstract, final or empty. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error '{' should be on the previous line. 71
Error '{' should be on the previous line. 81
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '(' is followed by whitespace. 85
Error '12' is a magic number. 85
Error ')' is preceded with whitespace. 85
Error Method 'processEvent' 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. 98
Error 'if' is not followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error ')' is preceded with whitespace. 104

org/apache/log/output/lf5/LogKitLogRecord.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. 35
Error '{' should be on the previous line. 40
Error Name 'm_severe' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error First sentence should end with a period. 44
Error '(' is followed by whitespace. 47
Error Expected @param tag for 'event'. 47
Error Expected @param tag for 'fmt'. 47
Error ')' is preceded with whitespace. 47
Error '{' should be on the previous line. 48
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error ')' is preceded with whitespace. 57
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line is longer than 80 characters. 61
Error 'if' is not followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error ')' is preceded with whitespace. 61
Error ')' is preceded with whitespace. 61
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error '}' should be on the same line. 64
Error '{' should be on the previous line. 66
Error '(' is followed by whitespace. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line is longer than 80 characters. 83
Error 'if' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error '}' should be on the same line. 86
Error '{' should be on the previous line. 88
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'isSevereLevel' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 105
Error Expected an @return tag. 107
Error Method 'toLogLevel' is not designed for extension - needs to be abstract, final or empty. 107
Error '(' is followed by whitespace. 107
Error Expected @param tag for 'priority'. 107
Error ')' is preceded with whitespace. 107
Error '{' should be on the previous line. 108
Error 'if' is not followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error '{' should be on the previous line. 110
Error '}' should be on the same line. 112
Error 'if' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error '}' should be on the same line. 116
Error 'if' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error '}' should be on the same 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 '}' should be on the same line. 124
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 '}' should be on the same line. 128
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error '(' is followed by whitespace. 139
Error Line is longer than 80 characters. 140
Error ')' is preceded with whitespace. 141

org/apache/log/output/net/DatagramOutputTarget.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. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 40
Error Name 'm_socket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Missing a Javadoc comment. 43
Error Name 'm_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 57
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 77
Error '{' should be on the previous line. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error '{' should be on the previous line. 92
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Method 'write' 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 '{' should be on the previous line. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
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 '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line is longer than 80 characters. 118
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 120
Error '{' should be on the previous line. 121

org/apache/log/output/net/SMTPOutputLogTarget.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. 33
Error '{' should be on the previous line. 37
Error Name 'm_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Name 'm_message' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Name 'm_toAddresses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Name 'm_fromAddress' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Name 'm_subject' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Name 'm_msgSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Name 'm_maxMsgSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error Name 'm_buffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Line has trailing spaces. 61
Error Name 'm_bufferTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Line has trailing spaces. 64
Error Name 'm_maxDelayTime' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Line has trailing spaces. 68
Error Name 'm_runner' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error Line is longer than 80 characters. 73
Error Name 'm_shutdown' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Line has trailing spaces. 78
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 '1000' is a magic number. 115
Error Line has trailing spaces. 116
Error Line has trailing spaces. 117
Error '(' is followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '{' should be on the previous line. 123
Error '{' should be on the previous line. 125
Error Line is longer than 80 characters. 126
Error 'synchronized' is not followed by whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '{' should be on the previous line. 128
Error '{' should be on the previous line. 130
Error '{' should be on the previous line. 132
Error Line is longer than 80 characters. 133
Error '{' should be on the previous line. 136
Error '(' is followed by whitespace. 137
Error '1000' is a magic number. 137
Error ')' is preceded with whitespace. 137
Error '}' should be on the same line. 138
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error '{' should be on the previous line. 140
Error Must have at least one statement. 140
Error Line has trailing spaces. 143
Error '(' is followed by whitespace. 145
Error ')' is preceded with whitespace. 145
Error '{' should be on the previous line. 146
Error Line is longer than 80 characters. 147
Error Line is longer than 80 characters. 150
Error '(' is followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '||' should be on a new line. 150
Error Line is longer than 80 characters. 151
Error '(' is followed by whitespace. 151
Error ')' is preceded with whitespace. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error '}' should be on the same line. 159
Error '{' should be on the previous line. 161
Error Line is longer than 80 characters. 162
Error Line has trailing spaces. 164
Error '}' should be on the same line. 169
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 173
Error ')' is preceded with whitespace. 173
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error Line has trailing spaces. 187
Error ')' is preceded with whitespace. 207
Error '{' should be on the previous line. 208
Error Line is longer than 80 characters. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line has trailing spaces. 212
Error Line has trailing spaces. 213
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error '{' should be on the previous line. 222
Error '(' is followed by whitespace. 224
Error ')' is preceded with whitespace. 224
Error '{' should be on the previous line. 225
Error '{' should be on the previous line. 227
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Line is longer than 80 characters. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error '}' should be on the same line. 233
Error 'catch' is not followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '{' should be on the previous line. 235
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error Line has trailing spaces. 240
Error Line has trailing spaces. 245
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '(' is followed by whitespace. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error ')' is preceded with whitespace. 248
Error '{' should be on the previous line. 249
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error Line has trailing spaces. 253
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error '{' should be on the previous line. 256
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error '{' should be on the previous line. 261
Error '}' should be on the same line. 264
Error '{' should be on the previous line. 266
Error Line has trailing spaces. 272
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 276
Error '{' should be on the previous line. 277
Error Line has trailing spaces. 279
Error Line has trailing spaces. 281
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '{' should be on the previous line. 283
Error '}' should be on the same line. 286
Error '{' should be on the previous line. 288
Error Line has trailing spaces. 293
Error '(' is followed by whitespace. 294
Error ')' is preceded with whitespace. 294
Error '{' should be on the previous line. 295
Error '{' should be on the previous line. 297
Error '}' should be on the same line. 299
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '{' should be on the previous line. 301
Error Must have at least one statement. 301
Error Line has trailing spaces. 306
Error Method 'setDebug' is not designed for extension - needs to be abstract, final or empty. 315
Error '(' is followed by whitespace. 315
Error Parameter flag should be final. 315
Error ')' is preceded with whitespace. 315
Error '{' should be on the previous line. 316
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error '{' should be on the previous line. 327
Error '{' should be on the previous line. 329
Error 'if' is not followed by whitespace. 330
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '{' should be on the previous line. 331
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error '}' should be on the same line. 336
Error 'catch' is not followed by whitespace. 337
Error '(' is followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error '{' should be on the previous line. 338
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error Line has trailing spaces. 340

org/apache/log/output/net/SocketOutputTarget.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. 34
Error First sentence should end with a period. 36
Error Name 'm_socket' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error First sentence should end with a period. 39
Error Name 'm_outputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error First sentence should end with a period. 42
Error Line is longer than 80 characters. 43
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 First sentence should end with a period. 58
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 68
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 Method 'write' is not designed for extension - needs to be abstract, final or empty. 80
Error '(' is followed by whitespace. 80
Error Parameter event should be final. 80
Error ')' is preceded with whitespace. 80
Error '{' should be on the previous line. 81
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error '}' should be on the same line. 85
Error 'catch' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error First sentence should end with a period. 92
Error Method 'doProcessEvent' is not designed for extension - needs to be abstract, final or empty. 97
Error '(' is followed by whitespace. 97
Error Parameter event should be final. 97
Error ')' is preceded with whitespace. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line is longer than 80 characters. 104
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 106
Error '{' should be on the previous line. 107

org/apache/log/util/Closeable.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. 26

org/apache/log/util/DefaultErrorHandler.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. 30
Error Method 'error' is not designed for extension - needs to be abstract, final or empty. 38
Error '(' is followed by whitespace. 38
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 'if' is not followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error '{' should be on the previous line. 44

org/apache/log/util/LoggerListener.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. 38
Error '(' is followed by whitespace. 52
Error Parameter category should be final. 52
Error Parameter logger should be final. 52
Error ')' is preceded with whitespace. 52

org/apache/log/util/LoggerOutputStream.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. 43
Error Missing a Javadoc comment. 45
Error Name 'm_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 48
Error Name 'm_priority' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Missing a Javadoc comment. 51
Error Name 'm_output' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Missing a Javadoc comment. 54
Error Name 'm_closed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Line is longer than 80 characters. 57
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 73
Error '{' should be on the previous line. 75
Error Method 'write' is not designed for extension - needs to be abstract, final or empty. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error '{' should be on the previous line. 89
Error '(' is followed by whitespace. 93
Error 'cast' is not followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error 'if' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error Method 'flush' is not designed for extension - needs to be abstract, final or empty. 106
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 122
Error 'if' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error Expression can be simplified. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125

org/apache/log/util/StackIntrospector.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. 28
Error '{' should be on the previous line. 31
Error '{' should be on the previous line. 39
Error Expected an @return tag. 47
Error '{' should be on the previous line. 48
Error Missing a Javadoc comment. 54
Error Name 'c_callStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error '{' should be on the previous line. 61
Error Line is longer than 80 characters. 68
Error Redundant throws: 'SecurityException' is unchecked exception. 72
Error '{' should be on the previous line. 73
Error 'if' is not followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error '{' should be on the previous line. 75
Error Line is longer than 80 characters. 89
Error Redundant 'final' modifier. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Redundant throws: 'SecurityException' is unchecked exception. 93
Error '{' should be on the previous line. 94
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line is longer than 80 characters. 105
Error Unused @throws tag for 'SecurityException'. 105
Error Line is longer than 80 characters. 108
Error Redundant 'final' modifier. 108
Error '(' is followed by whitespace. 108
Error Parameter stackDepthOffset should be final. 108
Error ')' is preceded with whitespace. 108
Error 'for' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error '{' should be on the previous line. 114
Error 'if' is not followed by whitespace. 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 '{' should be on the previous line. 116
Error Redundant 'final' modifier. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error ')' is preceded with whitespace. 141
Error 'for' 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. 155
Error switch without "default" clause. 157
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157
Error '{' should be on the previous line. 158
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 'if' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error '(' is followed by whitespace. 177
Error ')' is preceded with whitespace. 177
Error '3' is a magic number. 178
Error '3' is a magic number. 181
Error 'if' is not followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error '{' should be on the previous line. 184
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '}' should be on the same line. 186
Error '{' should be on the previous line. 188
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error 'if' is not followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error '{' should be on the previous line. 196
Error '}' should be on the same line. 200
Error 'if' is not followed by whitespace. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error Line is longer than 80 characters. 224
Error Redundant 'final' modifier. 229
Error '(' is followed by whitespace. 229
Error Parameter entries should be final. 229
Error ')' is preceded with whitespace. 229
Error '(' is followed by whitespace. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error ')' is preceded with whitespace. 236
Error 'for' is not followed by whitespace. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error '{' should be on the previous line. 250
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error switch without "default" clause. 253
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '{' should be on the previous line. 254
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 'if' is not followed by whitespace. 265
Error '(' is followed by whitespace. 265
Error ')' is preceded with whitespace. 265
Error '{' should be on the previous line. 266
Error '(' is followed by whitespace. 273
Error ')' is preceded with whitespace. 273
Error '3' is a magic number. 274
Error '3' is a magic number. 277
Error 'if' is not followed by whitespace. 279
Error '(' is followed by whitespace. 279
Error ')' is preceded with whitespace. 279
Error '{' should be on the previous line. 280
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error '}' should be on the same line. 282
Error '{' should be on the previous line. 284
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error 'if' is not followed by whitespace. 291
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error '{' should be on the previous line. 292
Error '}' should be on the same line. 296
Error 'if' is not followed by whitespace. 297
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '{' should be on the previous line. 298
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error 'if' is not followed by whitespace. 302
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '{' should be on the previous line. 303
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306