Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
1470031014

Files

FilesIWE
xjavadoc/AbstractClass.java 001925
xjavadoc/AbstractExecutableMember.java 00717
xjavadoc/AbstractProgramElement.java 00398
xjavadoc/AbstractType.java 0030
xjavadoc/BinaryClass.java 00472
xjavadoc/ConstructorImpl.java 0078
xjavadoc/DefaultXTag.java 00774
xjavadoc/FieldImpl.java 00103
xjavadoc/JJTNodeParserState.java 0041
xjavadoc/JavaCharStream.java 00298
xjavadoc/JavaDocReader.java 00260
xjavadoc/JavaParser.java 001
xjavadoc/JavaParser.java 0023
xjavadoc/MemberImpl.java 0051
xjavadoc/MethodImpl.java 00551
xjavadoc/Named.java 0010
xjavadoc/Node.java 0016
xjavadoc/NodeParser.java 006876
xjavadoc/NodeParserConstants.java 00124
xjavadoc/NodeParserTokenManager.java 001767
xjavadoc/NodeParserTreeConstants.java 00202
xjavadoc/NodePrinter.java 00217
xjavadoc/ParameterImpl.java 00180
xjavadoc/ParseException.java 0034
xjavadoc/Primitive.java 0075
xjavadoc/ReturnType.java 0084
xjavadoc/SimpleNode.java 00256
xjavadoc/SimpleParser.java 005077
xjavadoc/SimpleParserConstants.java 00123
xjavadoc/SimpleParserTokenManager.java 001766
xjavadoc/SourceClass.java 001348
xjavadoc/SourceSet.java 0030
xjavadoc/TagValidationException.java 0026
xjavadoc/TagValidator.java 0049
xjavadoc/Token.java 0016
xjavadoc/TokenMgrError.java 0060
xjavadoc/Type.java 0023
xjavadoc/UnknownClass.java 0076
xjavadoc/UnknownTagException.java 0013
xjavadoc/Util.java 00291
xjavadoc/XClass.java 00368
xjavadoc/XConstructor.java 003
xjavadoc/XDoc.java 001500
xjavadoc/XDocTest.java 00167
xjavadoc/XExecutableMember.java 0068
xjavadoc/XField.java 0017
xjavadoc/XJavaDoc.java 001701
xjavadoc/XJavaDocException.java 0056
xjavadoc/XMember.java 002
xjavadoc/XMethod.java 00122
xjavadoc/XPackage.java 00147
xjavadoc/XParameter.java 0018
xjavadoc/XProgramElement.java 0037
xjavadoc/XTag.java 0087
xjavadoc/XTagFactory.java 00191
xjavadoc/XType.java 002
xjavadoc/ant/XJavadocFilter.java 00174
xjavadoc/ant/XJavadocTask.java 00258
xjavadoc/ant/package.html 001
xjavadoc/codeunit/CodeTestCase.java 00716
xjavadoc/codeunit/package.html 001
xjavadoc/event/XDocEvent.java 0018
xjavadoc/event/XDocListener.java 0014
xjavadoc/event/XTagEvent.java 0018
xjavadoc/event/XTagListener.java 0014
xjavadoc/event/package.html 001
xjavadoc/filesystem/AbstractFile.java 0056
xjavadoc/filesystem/FileSourceSet.java 00418
xjavadoc/filesystem/ReaderFile.java 0067
xjavadoc/filesystem/XJavadocFile.java 0093
xjavadoc/filesystem/package.html 001
xjavadoc/package.html 001
xjavadoc/predicates/HasTag.java 0044
xjavadoc/predicates/ProgramElementPredicate.java 0034
xjavadoc/predicates/TagAttributeEquals.java 0071
xjavadoc/predicates/package.html 001
xjavadoc/tags/TagIntrospector.java 0065
xjavadoc/tags/package.html 001

xjavadoc/AbstractClass.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 10
Error Line is longer than 80 characters. 21
Error First sentence should end with a period. 23
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Name '_declaredInterfaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error First sentence should end with a period. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Name '_allInterfaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Name '_importedClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Line contains a tab character. 33
Error Missing a Javadoc comment. 33
Error Name '_importedClassNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Line contains a tab character. 34
Error Missing a Javadoc comment. 34
Error Name '_importedPackages' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 35
Error Name '_constructors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Line contains a tab character. 36
Error Missing a Javadoc comment. 36
Error Name '_namedConstructors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Line contains a tab character. 37
Error Missing a Javadoc comment. 37
Error Name '_methods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Line contains a tab character. 38
Error Missing a Javadoc comment. 38
Error Name '_namedMethods' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error Name '_fields' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error Name '_innerClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Line contains a tab character. 41
Error Missing a Javadoc comment. 41
Error Name '_containingPackage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Line contains a tab character. 42
Error Missing a Javadoc comment. 42
Error Name '_isInterface' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Line contains a tab character. 43
Error Missing a Javadoc comment. 43
Error Name '_isAnonymous' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Line contains a tab character. 44
Error Missing a Javadoc comment. 44
Error Name '_superclass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Name '_hash' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Line contains a tab character. 46
Error Missing a Javadoc comment. 46
Error Name '_directSubclasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Line contains a tab character. 47
Error Missing a Javadoc comment. 47
Error Name '_allSubclasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Name '_implementingClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Line contains a tab character. 49
Error Missing a Javadoc comment. 49
Error Name '_extendingInterfaces' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Line contains a tab character. 50
Error Missing a Javadoc comment. 50
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Line contains a tab character. 51
Error Missing a Javadoc comment. 51
Error Name '_transformedName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Line contains a tab character. 52
Error Missing a Javadoc comment. 52
Error Name '_qualifiedName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Line contains a tab character. 53
Error Missing a Javadoc comment. 53
Error Name '_transformedQualifiedName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Line is longer than 80 characters. 55
Error Missing a Javadoc comment. 55
Error '(' is followed by whitespace. 55
Error Parameter containingClass should be final. 55
Error Parameter tagFactory should be final. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Missing a Javadoc comment. 60
Error '(' is followed by whitespace. 60
Error Parameter xJavaDoc should be final. 60
Error Parameter tagFactory should be final. 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 First sentence should end with a period. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error '{' should be on the previous line. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 75
Error Missing a Javadoc comment. 75
Error '(' is followed by whitespace. 75
Error Parameter full_qualified_type_name should be final. 75
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Error ')' is preceded with whitespace. 75
Error Line contains a tab character. 76
Error '{' should be on the previous line. 76
Error Line contains a tab character. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 78
Error Line is longer than 80 characters. 80
Error Line contains a tab character. 80
Error Missing a Javadoc comment. 80
Error '(' is followed by whitespace. 80
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line is longer than 80 characters. 83
Error Line contains a tab character. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 89
Error Missing a Javadoc comment. 89
Error '(' is followed by whitespace. 89
Error Parameter methodNameWithSignature should be final. 89
Error ')' is preceded with whitespace. 89
Error Line contains a tab character. 90
Error '{' should be on the previous line. 90
Error Line contains a tab character. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line contains a tab character. 92
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error Missing a Javadoc comment. 94
Error '(' is followed by whitespace. 94
Error Parameter methodNameWithSignature should be final. 94
Error Parameter superclasses should be final. 94
Error ')' is preceded with whitespace. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 98
Error Line contains a tab character. 100
Error 'if' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line contains a tab character. 101
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 102
Error Line contains a tab character. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error 'if' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error '{' should be on the previous line. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 108
Error 'if' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line contains a tab character. 109
Error '{' should be on the previous line. 109
Error Line is longer than 80 characters. 110
Error Line contains a tab character. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error First sentence should end with a period. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line is longer than 80 characters. 122
Error Line contains a tab character. 122
Error '(' is followed by whitespace. 122
Error Parameter constructorNameWithSignature should be final. 122
Error ')' is preceded with whitespace. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error 'if' construct must use '{}'s. 126
Error Line contains a tab character. 126
Error 'if' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error 'else' construct must use '{}'s. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error '(' is followed by whitespace. 138
Error Parameter fieldName should be final. 138
Error ')' is preceded with whitespace. 138
Error Line contains a tab character. 139
Error '{' should be on the previous line. 139
Error Line contains a tab character. 140
Error 'if' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line contains a tab character. 141
Error '{' should be on the previous line. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error 'for' is not followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line contains a tab character. 145
Error '{' should be on the previous line. 145
Error Line contains a tab character. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line contains a tab character. 148
Error 'if' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line contains a tab character. 149
Error '{' should be on the previous line. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error First sentence should end with a period. 156
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error '{' should be on the previous line. 162
Error Line is longer than 80 characters. 163
Error Line contains a tab character. 163
Error Avoid inline conditionals. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line contains a tab character. 164
Error First sentence should end with a period. 166
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error '{' should be on the previous line. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Avoid inline conditionals. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 176
Error Missing a Javadoc comment. 176
Error Line contains a tab character. 177
Error '{' should be on the previous line. 177
Error Line contains a tab character. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line contains a tab character. 179
Error Line is longer than 80 characters. 181
Error Line contains a tab character. 181
Error Missing a Javadoc comment. 181
Error '(' is followed by whitespace. 181
Error Parameter predicate should be final. 181
Error Parameter superclasses should be final. 181
Error ')' is preceded with whitespace. 181
Error Line contains a tab character. 182
Error '{' should be on the previous line. 182
Error Line is longer than 80 characters. 183
Error Line contains a tab character. 183
Error '(' is followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error ')' is preceded with whitespace. 183
Error ')' is preceded with whitespace. 183
Error ')' is preceded with whitespace. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 186
Error Missing a Javadoc comment. 186
Error '(' is followed by whitespace. 186
Error Parameter predicate should be final. 186
Error Parameter superclasses should be final. 186
Error ')' is preceded with whitespace. 186
Error Line contains a tab character. 187
Error '{' should be on the previous line. 187
Error Line is longer than 80 characters. 188
Error Line contains a tab character. 188
Error '(' is followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error ')' is preceded with whitespace. 188
Error ')' is preceded with whitespace. 188
Error ')' is preceded with whitespace. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 191
Error Missing a Javadoc comment. 191
Error '(' is followed by whitespace. 191
Error Parameter superclasses should be final. 191
Error ')' is preceded with whitespace. 191
Error Line contains a tab character. 192
Error '{' should be on the previous line. 192
Error Line contains a tab character. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 196
Error Missing a Javadoc comment. 196
Error '(' is followed by whitespace. 196
Error Parameter superclasses should be final. 196
Error ')' is preceded with whitespace. 196
Error Line contains a tab character. 197
Error '{' should be on the previous line. 197
Error Line contains a tab character. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line contains a tab character. 199
Error First sentence should end with a period. 201
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error '{' should be on the previous line. 207
Error Line is longer than 80 characters. 208
Error Line contains a tab character. 208
Error Avoid inline conditionals. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line contains a tab character. 209
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error '{' should be on the previous line. 217
Error Line is longer than 80 characters. 218
Error Line contains a tab character. 218
Error Avoid inline conditionals. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error Line contains a tab character. 219
Error Line contains a tab character. 221
Error Missing a Javadoc comment. 221
Error '(' is followed by whitespace. 221
Error Parameter full_qualified_type_name should be final. 221
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 221
Error ')' is preceded with whitespace. 221
Error Line contains a tab character. 222
Error '{' should be on the previous line. 222
Error Line contains a tab character. 223
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error Line contains a tab character. 224
Error Line is longer than 80 characters. 226
Error Line contains a tab character. 226
Error Missing a Javadoc comment. 226
Error '(' is followed by whitespace. 226
Error Parameter full_qualified_type_name should be final. 226
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 226
Error ')' is preceded with whitespace. 226
Error Line contains a tab character. 227
Error Line is longer than 80 characters. 228
Error Line contains a tab character. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 231
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 231
Error Missing a Javadoc comment. 231
Error Line contains a tab character. 232
Error '{' should be on the previous line. 232
Error Line contains a tab character. 233
Error Line contains a tab character. 234
Error Line contains a tab character. 236
Error Method 'isInner' is not designed for extension - needs to be abstract, final or empty. 236
Error Missing a Javadoc comment. 236
Error Line contains a tab character. 237
Error '{' should be on the previous line. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line is longer than 80 characters. 242
Error Line contains a tab character. 242
Error Method 'isSubclassOf' is not designed for extension - needs to be abstract, final or empty. 242
Error Missing a Javadoc comment. 242
Error '(' is followed by whitespace. 242
Error Parameter full_qualified_type_name should be final. 242
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 242
Error Parameter superclasses should be final. 242
Error ')' is preceded with whitespace. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error 'if' construct must use '{}'s. 246
Error Line contains a tab character. 246
Error 'if' is not followed by whitespace. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error '{' should be on the previous line. 249
Error 'if' construct must use '{}'s. 250
Error Line is longer than 80 characters. 250
Error Line contains a tab character. 250
Error 'if' is not followed by whitespace. 250
Error '(' is followed by whitespace. 250
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error ')' is preceded with whitespace. 250
Error Line contains a tab character. 251
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error '}' is not followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error Expression can be simplified. 254
Error ')' is preceded with whitespace. 254
Error Line contains a tab character. 256
Error Line contains a tab character. 257
Error Line is longer than 80 characters. 259
Error Line contains a tab character. 259
Error Method 'isImplementingInterface' is not designed for extension - needs to be abstract, final or empty. 259
Error Missing a Javadoc comment. 259
Error '(' is followed by whitespace. 259
Error Parameter full_qualified_type_name should be final. 259
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 259
Error Parameter superclasses should be final. 259
Error ')' is preceded with whitespace. 259
Error Line contains a tab character. 260
Error Line contains a tab character. 261
Error Name 'cur_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 261
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error '{' should be on the previous line. 264
Error Line is longer than 80 characters. 265
Error Line contains a tab character. 265
Error 'for' is not followed by whitespace. 265
Error '(' is followed by whitespace. 265
Error ';' is followed by whitespace. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error '(' is followed by whitespace. 267
Error ')' is preceded with whitespace. 267
Error Line is longer than 80 characters. 269
Error Line contains a tab character. 269
Error 'if' construct must use '{}'s. 270
Error Line is longer than 80 characters. 270
Error Line contains a tab character. 270
Error 'if' is not followed by whitespace. 270
Error '(' is followed by whitespace. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error '(' is followed by whitespace. 270
Error ')' is preceded with whitespace. 270
Error ')' is preceded with whitespace. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error Line contains a tab character. 274
Error Line contains a tab character. 275
Error '}' is not followed by whitespace. 275
Error '(' is followed by whitespace. 275
Error Expression can be simplified. 275
Error ')' is preceded with whitespace. 275
Error Line contains a tab character. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 280
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 280
Error Missing a Javadoc comment. 280
Error Line contains a tab character. 281
Error '{' should be on the previous line. 281
Error Line contains a tab character. 282
Error Line contains a tab character. 283
Error First sentence should end with a period. 285
Error Line contains a tab character. 285
Error Line contains a tab character. 286
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Method 'getQualifiedName' is not designed for extension - needs to be abstract, final or empty. 290
Error Line contains a tab character. 291
Error '{' should be on the previous line. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error First sentence should end with a period. 295
Error Line contains a tab character. 295
Error Line is longer than 80 characters. 296
Error Line contains a tab character. 296
Error Line contains a tab character. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error Line contains a tab character. 300
Error Method 'getTransformedName' is not designed for extension - needs to be abstract, final or empty. 300
Error Line contains a tab character. 301
Error '{' should be on the previous line. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error First sentence should end with a period. 305
Error Line contains a tab character. 305
Error Line is longer than 80 characters. 306
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error Line contains a tab character. 308
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error Method 'getTransformedQualifiedName' is not designed for extension - needs to be abstract, final or empty. 310
Error Line contains a tab character. 311
Error '{' should be on the previous line. 311
Error Line contains a tab character. 312
Error Line contains a tab character. 313
Error First sentence should end with a period. 315
Error Line contains a tab character. 315
Error Line is longer than 80 characters. 316
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error Line contains a tab character. 318
Error Line contains a tab character. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 321
Error Method 'getInterfaces' is not designed for extension - needs to be abstract, final or empty. 321
Error Line contains a tab character. 322
Error '{' should be on the previous line. 322
Error Line is longer than 80 characters. 323
Error Line contains a tab character. 323
Error Line contains a tab character. 324
Error 'if' is not followed by whitespace. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error Line contains a tab character. 325
Error '{' should be on the previous line. 325
Error Line contains a tab character. 326
Error Line contains a tab character. 327
Error Line contains a tab character. 329
Error 'if' is not followed by whitespace. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error Line contains a tab character. 330
Error '{' should be on the previous line. 330
Error Line contains a tab character. 331
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error Line is longer than 80 characters. 333
Error Line contains a tab character. 333
Error Line is longer than 80 characters. 334
Error Line contains a tab character. 334
Error 'for' is not followed by whitespace. 334
Error '(' is followed by whitespace. 334
Error ';' is followed by whitespace. 334
Error Line contains a tab character. 335
Error '{' should be on the previous line. 335
Error Line contains a tab character. 336
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 336
Error Line is longer than 80 characters. 338
Error Line contains a tab character. 338
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error Line contains a tab character. 339
Error Line contains a tab character. 340
Error Line contains a tab character. 342
Error Line contains a tab character. 343
Error Line contains a tab character. 345
Error 'while' is not followed by whitespace. 345
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error Line contains a tab character. 346
Error '{' should be on the previous line. 346
Error Line is longer than 80 characters. 347
Error Line contains a tab character. 347
Error '(' is followed by whitespace. 347
Error ')' is preceded with whitespace. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 349
Error Line is longer than 80 characters. 351
Error Line contains a tab character. 351
Error '(' is followed by whitespace. 351
Error ')' is preceded with whitespace. 351
Error Line contains a tab character. 352
Error Line contains a tab character. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 356
Error Line is longer than 80 characters. 357
Error Line contains a tab character. 357
Error Line is longer than 80 characters. 358
Error Line contains a tab character. 358
Error Line is longer than 80 characters. 359
Error Line contains a tab character. 359
Error Line contains a tab character. 360
Error Line contains a tab character. 361
Error Line contains a tab character. 362
Error Line contains a tab character. 363
Error Line contains a tab character. 364
Error Method 'getDeclaredInterfaces' is not designed for extension - needs to be abstract, final or empty. 364
Error Line contains a tab character. 365
Error '{' should be on the previous line. 365
Error Line is longer than 80 characters. 366
Error Line contains a tab character. 366
Error Avoid inline conditionals. 366
Error Line contains a tab character. 367
Error First sentence should end with a period. 369
Error Line contains a tab character. 369
Error Line contains a tab character. 370
Error Line contains a tab character. 371
Error Line contains a tab character. 372
Error Line contains a tab character. 373
Error Line contains a tab character. 374
Error Method 'getSuperclass' is not designed for extension - needs to be abstract, final or empty. 374
Error Line contains a tab character. 375
Error '{' should be on the previous line. 375
Error Line contains a tab character. 376
Error Line contains a tab character. 377
Error Line contains a tab character. 379
Error Method 'getDirectSubclasses' is not designed for extension - needs to be abstract, final or empty. 379
Error Missing a Javadoc comment. 379
Error Line contains a tab character. 380
Error '{' should be on the previous line. 380
Error Line contains a tab character. 381
Error 'if' is not followed by whitespace. 381
Error '(' is followed by whitespace. 381
Error ')' is preceded with whitespace. 381
Error Line contains a tab character. 382
Error '{' should be on the previous line. 382
Error Line is longer than 80 characters. 383
Error Line contains a tab character. 383
Error '(' is followed by whitespace. 383
Error ')' is preceded with whitespace. 383
Error Line contains a tab character. 384
Error Line contains a tab character. 385
Error 'if' is not followed by whitespace. 385
Error '(' is followed by whitespace. 385
Error ')' is preceded with whitespace. 385
Error Line contains a tab character. 386
Error '{' should be on the previous line. 386
Error Line contains a tab character. 387
Error Line is longer than 80 characters. 389
Error Line contains a tab character. 389
Error 'for' is not followed by whitespace. 389
Error '(' is followed by whitespace. 389
Error ';' is followed by whitespace. 389
Error Line contains a tab character. 390
Error Line contains a tab character. 391
Error Line contains a tab character. 393
Error 'if' is not followed by whitespace. 393
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error Line contains a tab character. 394
Error '{' should be on the previous line. 394
Error Line contains a tab character. 395
Error '(' is followed by whitespace. 395
Error ')' is preceded with whitespace. 395
Error Line contains a tab character. 396
Error Line contains a tab character. 397
Error Line contains a tab character. 398
Error Line contains a tab character. 399
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error Line contains a tab character. 400
Error Line contains a tab character. 402
Error Method 'getAllSubclasses' is not designed for extension - needs to be abstract, final or empty. 402
Error Missing a Javadoc comment. 402
Error Line contains a tab character. 403
Error '{' should be on the previous line. 403
Error Line contains a tab character. 404
Error 'if' is not followed by whitespace. 404
Error '(' is followed by whitespace. 404
Error ')' is preceded with whitespace. 404
Error Line contains a tab character. 405
Error '{' should be on the previous line. 405
Error Line is longer than 80 characters. 406
Error Line contains a tab character. 406
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error Line contains a tab character. 407
Error Line contains a tab character. 408
Error 'if' is not followed by whitespace. 408
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error Line contains a tab character. 409
Error '{' should be on the previous line. 409
Error Line contains a tab character. 410
Error Line is longer than 80 characters. 412
Error Line contains a tab character. 412
Error 'for' is not followed by whitespace. 412
Error '(' is followed by whitespace. 412
Error ';' is followed by whitespace. 412
Error Line contains a tab character. 413
Error Line contains a tab character. 414
Error Line contains a tab character. 416
Error 'while' is not followed by whitespace. 416
Error '(' is followed by whitespace. 416
Error ')' is preceded with whitespace. 416
Error Line contains a tab character. 417
Error '{' should be on the previous line. 417
Error Line contains a tab character. 418
Error 'if' is not followed by whitespace. 418
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error Line contains a tab character. 419
Error '{' should be on the previous line. 419
Error Line contains a tab character. 420
Error '(' is followed by whitespace. 420
Error ')' is preceded with whitespace. 420
Error Line contains a tab character. 421
Error Line contains a tab character. 422
Error Line contains a tab character. 423
Error Line contains a tab character. 424
Error Line contains a tab character. 425
Error Line contains a tab character. 426
Error Line contains a tab character. 427
Error '(' is followed by whitespace. 427
Error ')' is preceded with whitespace. 427
Error Line contains a tab character. 428
Error Line contains a tab character. 430
Error Method 'getImplementingClasses' is not designed for extension - needs to be abstract, final or empty. 430
Error Missing a Javadoc comment. 430
Error Line contains a tab character. 431
Error '{' should be on the previous line. 431
Error Line contains a tab character. 432
Error 'if' is not followed by whitespace. 432
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 432
Error Line contains a tab character. 433
Error '{' should be on the previous line. 433
Error Line is longer than 80 characters. 434
Error Line contains a tab character. 434
Error '(' is followed by whitespace. 434
Error ')' is preceded with whitespace. 434
Error Line contains a tab character. 435
Error Line contains a tab character. 436
Error 'if' is not followed by whitespace. 436
Error '(' is followed by whitespace. 436
Error ')' is preceded with whitespace. 436
Error Line contains a tab character. 437
Error '{' should be on the previous line. 437
Error Line contains a tab character. 438
Error Line is longer than 80 characters. 440
Error Line contains a tab character. 440
Error 'for' is not followed by whitespace. 440
Error '(' is followed by whitespace. 440
Error ';' is followed by whitespace. 440
Error Line contains a tab character. 441
Error Line contains a tab character. 442
Error Line contains a tab character. 444
Error 'if' is not followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error Line contains a tab character. 445
Error '{' should be on the previous line. 445
Error Line is longer than 80 characters. 446
Error Line contains a tab character. 446
Error Line contains a tab character. 448
Error 'if' is not followed by whitespace. 448
Error '(' is followed by whitespace. 448
Error '(' is followed by whitespace. 448
Error ')' is preceded with whitespace. 448
Error ')' is preceded with whitespace. 448
Error Line contains a tab character. 449
Error '{' should be on the previous line. 449
Error Line is longer than 80 characters. 450
Error Line contains a tab character. 450
Error '(' is followed by whitespace. 450
Error ')' is preceded with whitespace. 450
Error Line contains a tab character. 451
Error Line contains a tab character. 452
Error Line contains a tab character. 453
Error Line contains a tab character. 454
Error Line contains a tab character. 455
Error '(' is followed by whitespace. 455
Error ')' is preceded with whitespace. 455
Error Line contains a tab character. 456
Error Line contains a tab character. 458
Error Method 'getExtendingInterfaces' is not designed for extension - needs to be abstract, final or empty. 458
Error Missing a Javadoc comment. 458
Error Line contains a tab character. 459
Error '{' should be on the previous line. 459
Error Line contains a tab character. 460
Error 'if' is not followed by whitespace. 460
Error '(' is followed by whitespace. 460
Error ')' is preceded with whitespace. 460
Error Line contains a tab character. 461
Error '{' should be on the previous line. 461
Error Line is longer than 80 characters. 462
Error Line contains a tab character. 462
Error '(' is followed by whitespace. 462
Error ')' is preceded with whitespace. 462
Error Line contains a tab character. 463
Error Line contains a tab character. 464
Error 'if' is not followed by whitespace. 464
Error '(' is followed by whitespace. 464
Error ')' is preceded with whitespace. 464
Error Line contains a tab character. 465
Error '{' should be on the previous line. 465
Error Line contains a tab character. 466
Error Line is longer than 80 characters. 468
Error 'for' is not followed by whitespace. 468
Error '(' is followed by whitespace. 468
Error ';' is followed by whitespace. 468
Error Line contains a tab character. 472
Error 'if' is not followed by whitespace. 472
Error '(' is followed by whitespace. 472
Error ')' is preceded with whitespace. 472
Error Line contains a tab character. 473
Error '{' should be on the previous line. 473
Error Line is longer than 80 characters. 474
Error Line contains a tab character. 474
Error Line contains a tab character. 476
Error 'if' is not followed by whitespace. 476
Error '(' is followed by whitespace. 476
Error '(' is followed by whitespace. 476
Error ')' is preceded with whitespace. 476
Error ')' is preceded with whitespace. 476
Error Line contains a tab character. 477
Error '{' should be on the previous line. 477
Error Line is longer than 80 characters. 478
Error Line contains a tab character. 478
Error '(' is followed by whitespace. 478
Error ')' is preceded with whitespace. 478
Error Line contains a tab character. 479
Error Line contains a tab character. 480
Error Line contains a tab character. 481
Error Line contains a tab character. 482
Error Line contains a tab character. 483
Error '(' is followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error Line contains a tab character. 484
Error First sentence should end with a period. 486
Error Line contains a tab character. 486
Error Line contains a tab character. 487
Error Line contains a tab character. 488
Error Line contains a tab character. 489
Error Line contains a tab character. 490
Error Line contains a tab character. 491
Error Method 'getContainingPackage' is not designed for extension - needs to be abstract, final or empty. 491
Error Line contains a tab character. 492
Error '{' should be on the previous line. 492
Error Line contains a tab character. 493
Error 'if' is not followed by whitespace. 493
Error '(' is followed by whitespace. 493
Error ')' is preceded with whitespace. 493
Error Line contains a tab character. 494
Error '{' should be on the previous line. 494
Error Line is longer than 80 characters. 495
Error Line contains a tab character. 495
Error '(' is followed by whitespace. 495
Error ')' is preceded with whitespace. 495
Error Line contains a tab character. 496
Error Line contains a tab character. 497
Error Line contains a tab character. 498
Error First sentence should end with a period. 500
Error Line contains a tab character. 500
Error Line contains a tab character. 501
Error Line contains a tab character. 502
Error Line contains a tab character. 503
Error Line contains a tab character. 504
Error Line contains a tab character. 505
Error Method 'getInnerClasses' is not designed for extension - needs to be abstract, final or empty. 505
Error Line contains a tab character. 506
Error '{' should be on the previous line. 506
Error Line is longer than 80 characters. 507
Error Line contains a tab character. 507
Error Avoid inline conditionals. 507
Error '(' is followed by whitespace. 507
Error ')' is preceded with whitespace. 507
Error Line contains a tab character. 508
Error First sentence should end with a period. 509
Error Line contains a tab character. 509
Error Line contains a tab character. 510
Error Line contains a tab character. 511
Error Line contains a tab character. 512
Error Line contains a tab character. 513
Error Line contains a tab character. 514
Error Method 'getSuperElement' is not designed for extension - needs to be abstract, final or empty. 514
Error Line contains a tab character. 515
Error '{' should be on the previous line. 515
Error Line contains a tab character. 516
Error Line contains a tab character. 517
Error Line contains a tab character. 519
Error Method 'getSuperInterfaceElements' is not designed for extension - needs to be abstract, final or empty. 519
Error Missing a Javadoc comment. 519
Error Line contains a tab character. 520
Error '{' should be on the previous line. 520
Error Line contains a tab character. 521
Error Line contains a tab character. 522
Error Line contains a tab character. 524
Error Method 'isAnonymous' is not designed for extension - needs to be abstract, final or empty. 524
Error Missing a Javadoc comment. 524
Error Line contains a tab character. 525
Error '{' should be on the previous line. 525
Error Line contains a tab character. 526
Error Line contains a tab character. 527
Error Line contains a tab character. 529
Error Method 'getMethodTags' is not designed for extension - needs to be abstract, final or empty. 529
Error Missing a Javadoc comment. 529
Error '(' is followed by whitespace. 529
Error Parameter tagName should be final. 529
Error Parameter superclasses should be final. 529
Error ')' is preceded with whitespace. 529
Error Line contains a tab character. 530
Error '{' should be on the previous line. 530
Error Line contains a tab character. 531
Error Line is longer than 80 characters. 533
Error Line contains a tab character. 533
Error 'for' is not followed by whitespace. 533
Error '(' is followed by whitespace. 533
Error '(' is followed by whitespace. 533
Error ')' is preceded with whitespace. 533
Error ';' is followed by whitespace. 533
Error Line contains a tab character. 534
Error Line contains a tab character. 535
Error Line is longer than 80 characters. 537
Error Line contains a tab character. 537
Error '(' is followed by whitespace. 537
Error '(' is followed by whitespace. 537
Error ')' is preceded with whitespace. 537
Error ')' is preceded with whitespace. 537
Error Line contains a tab character. 538
Error Line contains a tab character. 539
Error '(' is followed by whitespace. 539
Error ')' is preceded with whitespace. 539
Error Line contains a tab character. 540
Error Line contains a tab character. 542
Error Missing a Javadoc comment. 542
Error '(' is followed by whitespace. 542
Error Parameter o should be final. 542
Error ')' is preceded with whitespace. 542
Error Line contains a tab character. 543
Error '{' should be on the previous line. 543
Error Line contains a tab character. 544
Error '(' is followed by whitespace. 544
Error ')' is preceded with whitespace. 544
Error Line contains a tab character. 546
Error '(' is followed by whitespace. 546
Error ')' is preceded with whitespace. 546
Error Line contains a tab character. 547
Error Line contains a tab character. 549
Error Missing a Javadoc comment. 549
Error Line contains a tab character. 550
Error '{' should be on the previous line. 550
Error Line contains a tab character. 551
Error Line contains a tab character. 552
Error Line contains a tab character. 554
Error Method 'save' is not designed for extension - needs to be abstract, final or empty. 554
Error Missing a Javadoc comment. 554
Error '(' is followed by whitespace. 554
Error Parameter rootDir should be final. 554
Error ')' is preceded with whitespace. 554
Error Line contains a tab character. 555
Error '{' should be on the previous line. 555
Error Line contains a tab character. 556
Error '(' is followed by whitespace. 556
Error ')' is preceded with whitespace. 556
Error Line contains a tab character. 557
Error Line contains a tab character. 559
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 559
Error Missing a Javadoc comment. 559
Error '(' is followed by whitespace. 559
Error Parameter obj should be final. 559
Error ')' is preceded with whitespace. 559
Error Line contains a tab character. 560
Error '{' should be on the previous line. 560
Error Line contains a tab character. 561
Error 'if' is not followed by whitespace. 561
Error '(' is followed by whitespace. 561
Error '(' is followed by whitespace. 561
Error ')' is preceded with whitespace. 561
Error ')' is preceded with whitespace. 561
Error Line contains a tab character. 562
Error '{' should be on the previous line. 562
Error Line contains a tab character. 563
Error Line contains a tab character. 564
Error Line contains a tab character. 566
Error Name 'other_clazz' must match pattern '^[a-z][a-zA-Z0-9]*$'. 566
Error '(' is followed by whitespace. 566
Error ')' is preceded with whitespace. 566
Error Line is longer than 80 characters. 568
Error Line contains a tab character. 568
Error '(' is followed by whitespace. 568
Error ')' is preceded with whitespace. 568
Error Line contains a tab character. 569
Error Line contains a tab character. 571
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 571
Error Missing a Javadoc comment. 571
Error Line contains a tab character. 572
Error '{' should be on the previous line. 572
Error Line contains a tab character. 573
Error 'if' is not followed by whitespace. 573
Error '(' is followed by whitespace. 573
Error ')' is preceded with whitespace. 573
Error Line contains a tab character. 574
Error '{' should be on the previous line. 574
Error Line contains a tab character. 575
Error Line contains a tab character. 576
Error Line contains a tab character. 577
Error Line contains a tab character. 578
Error Line contains a tab character. 580
Error Method 'qualify' is not designed for extension - needs to be abstract, final or empty. 580
Error Missing a Javadoc comment. 580
Error '(' is followed by whitespace. 580
Error Parameter unqualifiedClassName should be final. 580
Error ')' is preceded with whitespace. 580
Error Line contains a tab character. 581
Error '{' should be on the previous line. 581
Error Line contains a tab character. 582
Error '(' is followed by whitespace. 582
Error ')' is preceded with whitespace. 582
Error Line contains a tab character. 583
Error Line contains a tab character. 585
Error Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. 585
Error Missing a Javadoc comment. 585
Error Line contains a tab character. 586
Error '{' should be on the previous line. 586
Error Line contains a tab character. 587
Error Line contains a tab character. 588
Error First sentence should end with a period. 590
Error Line contains a tab character. 590
Error Line contains a tab character. 591
Error Line contains a tab character. 592
Error Line contains a tab character. 593
Error Method 'updateDoc' is not designed for extension - needs to be abstract, final or empty. 593
Error Line contains a tab character. 594
Error '{' should be on the previous line. 594
Error Line contains a tab character. 595
Error Line contains a tab character. 597
Error Line contains a tab character. 598
Error 'for' is not followed by whitespace. 598
Error '(' is followed by whitespace. 598
Error ';' is followed by whitespace. 598
Error Line contains a tab character. 599
Error '{' should be on the previous line. 599
Error Line contains a tab character. 600
Error '(' is followed by whitespace. 600
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error ')' is preceded with whitespace. 600
Error Line contains a tab character. 601
Error Line contains a tab character. 602
Error 'for' is not followed by whitespace. 602
Error '(' is followed by whitespace. 602
Error ';' is followed by whitespace. 602
Error Line contains a tab character. 603
Error '{' should be on the previous line. 603
Error Line contains a tab character. 604
Error '(' is followed by whitespace. 604
Error '(' is followed by whitespace. 604
Error ')' is preceded with whitespace. 604
Error ')' is preceded with whitespace. 604
Error Line contains a tab character. 605
Error Line contains a tab character. 606
Error 'for' is not followed by whitespace. 606
Error '(' is followed by whitespace. 606
Error ';' is followed by whitespace. 606
Error Line contains a tab character. 607
Error '{' should be on the previous line. 607
Error Line contains a tab character. 608
Error '(' is followed by whitespace. 608
Error '(' is followed by whitespace. 608
Error ')' is preceded with whitespace. 608
Error ')' is preceded with whitespace. 608
Error Line contains a tab character. 609
Error Line contains a tab character. 611
Error 'for' is not followed by whitespace. 611
Error '(' is followed by whitespace. 611
Error ';' is followed by whitespace. 611
Error Line contains a tab character. 612
Error '{' should be on the previous line. 612
Error Line contains a tab character. 613
Error '(' is followed by whitespace. 613
Error '(' is followed by whitespace. 613
Error ')' is preceded with whitespace. 613
Error ')' is preceded with whitespace. 613
Error Line contains a tab character. 614
Error Line contains a tab character. 615
Error Line contains a tab character. 617
Error Missing a Javadoc comment. 617
Error Line contains a tab character. 618
Error '{' should be on the previous line. 618
Error Line contains a tab character. 619
Error Line contains a tab character. 620
Error Line contains a tab character. 622
Error Missing a Javadoc comment. 622
Error Line contains a tab character. 623
Error '{' should be on the previous line. 623
Error Line contains a tab character. 624
Error Line contains a tab character. 625
Error Line contains a tab character. 627
Error Missing a Javadoc comment. 627
Error Line contains a tab character. 628
Error '{' should be on the previous line. 628
Error Line contains a tab character. 629
Error Line contains a tab character. 630
Error Line contains a tab character. 632
Error Method 'addInnerClass' is not designed for extension - needs to be abstract, final or empty. 632
Error Missing a Javadoc comment. 632
Error '(' is followed by whitespace. 632
Error Parameter clazz should be final. 632
Error ')' is preceded with whitespace. 632
Error Line contains a tab character. 633
Error '{' should be on the previous line. 633
Error Line contains a tab character. 634
Error 'if' is not followed by whitespace. 634
Error '(' is followed by whitespace. 634
Error ')' is preceded with whitespace. 634
Error Line contains a tab character. 635
Error '{' should be on the previous line. 635
Error Line contains a tab character. 636
Error Line contains a tab character. 637
Error Line contains a tab character. 638
Error '(' is followed by whitespace. 638
Error ')' is preceded with whitespace. 638
Error Line contains a tab character. 639
Error Line contains a tab character. 641
Error Line is longer than 80 characters. 642
Error Line contains a tab character. 642
Error Line contains a tab character. 643
Error Line contains a tab character. 644
Error Line contains a tab character. 645
Error Line contains a tab character. 646
Error Line contains a tab character. 647
Error '(' is followed by whitespace. 647
Error Parameter qualifiedName should be final. 647
Error ')' is preceded with whitespace. 647
Error Line contains a tab character. 648
Error '{' should be on the previous line. 648
Error Line contains a tab character. 649
Error 'if' is not followed by whitespace. 649
Error '(' is followed by whitespace. 649
Error ')' is preceded with whitespace. 649
Error Line contains a tab character. 650
Error '{' should be on the previous line. 650
Error Line is longer than 80 characters. 651
Error Line contains a tab character. 651
Error '(' is followed by whitespace. 651
Error ')' is preceded with whitespace. 651
Error Line contains a tab character. 652
Error Line contains a tab character. 653
Error 'if' is not followed by whitespace. 653
Error '(' is followed by whitespace. 653
Error '(' is followed by whitespace. 653
Error ')' is preceded with whitespace. 653
Error ')' is preceded with whitespace. 653
Error Line contains a tab character. 654
Error '{' should be on the previous line. 654
Error Line is longer than 80 characters. 655
Error Line contains a tab character. 655
Error '(' is followed by whitespace. 655
Error ')' is preceded with whitespace. 655
Error Line contains a tab character. 656
Error Line contains a tab character. 657
Error 'if' is not followed by whitespace. 657
Error '(' is followed by whitespace. 657
Error ')' is preceded with whitespace. 657
Error Line contains a tab character. 658
Error '{' should be on the previous line. 658
Error Line is longer than 80 characters. 659
Error Line contains a tab character. 659
Error '(' is followed by whitespace. 659
Error ')' is preceded with whitespace. 659
Error Line contains a tab character. 660
Error Line contains a tab character. 661
Error 'if' is not followed by whitespace. 661
Error '(' is followed by whitespace. 661
Error ')' is preceded with whitespace. 661
Error Line contains a tab character. 662
Error '{' should be on the previous line. 662
Error Line is longer than 80 characters. 663
Error Line contains a tab character. 663
Error '(' is followed by whitespace. 663
Error ')' is preceded with whitespace. 663
Error Line contains a tab character. 664
Error Line contains a tab character. 665
Error Line contains a tab character. 666
Error Line contains a tab character. 667
Error '(' is followed by whitespace. 667
Error ')' is preceded with whitespace. 667
Error Line contains a tab character. 668
Error Line contains a tab character. 669
Error Line contains a tab character. 671
Error Line is longer than 80 characters. 672
Error Line contains a tab character. 672
Error Line is longer than 80 characters. 673
Error Line contains a tab character. 673
Error Line contains a tab character. 674
Error Line contains a tab character. 675
Error Line contains a tab character. 676
Error Line contains a tab character. 677
Error Line contains a tab character. 678
Error '(' is followed by whitespace. 678
Error Parameter containingPackage should be final. 678
Error ')' is preceded with whitespace. 678
Error Line contains a tab character. 679
Error '{' should be on the previous line. 679
Error Line is longer than 80 characters. 680
Error Line contains a tab character. 680
Error '(' is followed by whitespace. 680
Error ')' is preceded with whitespace. 680
Error Line contains a tab character. 681
Error First sentence should end with a period. 683
Error Line contains a tab character. 683
Error Line contains a tab character. 684
Error Line contains a tab character. 685
Error Line contains a tab character. 686
Error Line contains a tab character. 687
Error Line contains a tab character. 688
Error '(' is followed by whitespace. 688
Error Parameter flag should be final. 688
Error ')' is preceded with whitespace. 688
Error Line contains a tab character. 689
Error '{' should be on the previous line. 689
Error Line contains a tab character. 690
Error Line contains a tab character. 691
Error Line contains a tab character. 692
Error First sentence should end with a period. 694
Error Line contains a tab character. 694
Error Line contains a tab character. 695
Error Line contains a tab character. 696
Error Line contains a tab character. 697
Error Line contains a tab character. 698
Error Line contains a tab character. 699
Error '(' is followed by whitespace. 699
Error Parameter superclass should be final. 699
Error ')' is preceded with whitespace. 699
Error Line contains a tab character. 700
Error '{' should be on the previous line. 700
Error Line contains a tab character. 701
Error '(' is followed by whitespace. 701
Error ')' is preceded with whitespace. 701
Error Line contains a tab character. 702
Error Line contains a tab character. 703
Error Line contains a tab character. 704
Error Line contains a tab character. 705
Error Line is longer than 80 characters. 706
Error Line contains a tab character. 706
Error Line contains a tab character. 707
Error Line contains a tab character. 708
Error Line contains a tab character. 709
Error Line contains a tab character. 710
Error Line contains a tab character. 711
Error Line contains a tab character. 712
Error Line contains a tab character. 713
Error Line contains a tab character. 715
Error Line is longer than 80 characters. 716
Error Line contains a tab character. 716
Error Line contains a tab character. 717
Error Line contains a tab character. 718
Error Line contains a tab character. 719
Error Line contains a tab character. 720
Error Line contains a tab character. 721
Error '(' is followed by whitespace. 721
Error Parameter clazz should be final. 721
Error Expected @param tag for 'clazz'. 721
Error ')' is preceded with whitespace. 721
Error Line contains a tab character. 722
Error '{' should be on the previous line. 722
Error Line contains a tab character. 723
Error Line contains a tab character. 725
Error '(' is followed by whitespace. 725
Error ')' is preceded with whitespace. 725
Error Line contains a tab character. 727
Error 'if' is not followed by whitespace. 727
Error '(' is followed by whitespace. 727
Error ')' is preceded with whitespace. 727
Error Line contains a tab character. 728
Error '{' should be on the previous line. 728
Error Line contains a tab character. 729
Error Line contains a tab character. 730
Error '(' is followed by whitespace. 730
Error ')' is preceded with whitespace. 730
Error Line contains a tab character. 731
Error '(' is followed by whitespace. 731
Error ')' is preceded with whitespace. 731
Error Line contains a tab character. 732
Error '}' should be on the same line. 732
Error Line contains a tab character. 733
Error Line contains a tab character. 734
Error '{' should be on the previous line. 734
Error Line contains a tab character. 735
Error Line contains a tab character. 736
Error '(' is followed by whitespace. 736
Error ')' is preceded with whitespace. 736
Error Line contains a tab character. 737
Error Line contains a tab character. 738
Error Line contains a tab character. 740
Error Line is longer than 80 characters. 741
Error Line contains a tab character. 741
Error Line contains a tab character. 742
Error Line contains a tab character. 743
Error Line contains a tab character. 744
Error Line contains a tab character. 745
Error Line contains a tab character. 746
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 746
Error '(' is followed by whitespace. 746
Error Parameter name should be final. 746
Error ')' is preceded with whitespace. 746
Error Line contains a tab character. 747
Error '{' should be on the previous line. 747
Error Line contains a tab character. 748
Error 'if' is not followed by whitespace. 748
Error '(' is followed by whitespace. 748
Error ')' is preceded with whitespace. 748
Error Line contains a tab character. 749
Error '{' should be on the previous line. 749
Error Line is longer than 80 characters. 750
Error Line contains a tab character. 750
Error '(' is followed by whitespace. 750
Error ')' is preceded with whitespace. 750
Error Line contains a tab character. 751
Error Line contains a tab character. 752
Error 'if' is not followed by whitespace. 752
Error '(' is followed by whitespace. 752
Error ')' is preceded with whitespace. 752
Error Line contains a tab character. 753
Error '{' should be on the previous line. 753
Error Line is longer than 80 characters. 754
Error Line contains a tab character. 754
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error Line contains a tab character. 755
Error Line is longer than 80 characters. 757
Error Line contains a tab character. 757
Error Line contains a tab character. 759
Error Line is longer than 80 characters. 761
Error Line contains a tab character. 761
Error Line is longer than 80 characters. 763
Error Line contains a tab character. 763
Error Line contains a tab character. 765
Error 'if' is not followed by whitespace. 765
Error '(' is followed by whitespace. 765
Error '(' is followed by whitespace. 765
Error ')' is preceded with whitespace. 765
Error ')' is preceded with whitespace. 765
Error Line contains a tab character. 766
Error '{' should be on the previous line. 766
Error Line is longer than 80 characters. 767
Error Line contains a tab character. 767
Error '(' is followed by whitespace. 767
Error ')' is preceded with whitespace. 767
Error Line contains a tab character. 768
Error Line contains a tab character. 769
Error Line contains a tab character. 770
Error Line contains a tab character. 772
Error 'if' is not followed by whitespace. 772
Error '(' is followed by whitespace. 772
Error '(' is followed by whitespace. 772
Error ')' is preceded with whitespace. 772
Error ')' is preceded with whitespace. 772
Error Line contains a tab character. 773
Error '{' should be on the previous line. 773
Error Line contains a tab character. 774
Error Line contains a tab character. 775
Error Line contains a tab character. 776
Error '}' should be on the same line. 776
Error Line contains a tab character. 777
Error Line contains a tab character. 778
Error '{' should be on the previous line. 778
Error Line is longer than 80 characters. 779
Error Line contains a tab character. 779
Error Line is longer than 80 characters. 780
Error Line contains a tab character. 780
Error Line contains a tab character. 781
Error Line contains a tab character. 782
Error 'if' is not followed by whitespace. 782
Error '(' is followed by whitespace. 782
Error '(' is followed by whitespace. 782
Error ')' is preceded with whitespace. 782
Error ')' is preceded with whitespace. 782
Error Line contains a tab character. 783
Error '{' should be on the previous line. 783
Error Line is longer than 80 characters. 784
Error Line contains a tab character. 784
Error '(' is followed by whitespace. 784
Error ')' is preceded with whitespace. 784
Error Line contains a tab character. 785
Error Line contains a tab character. 786
Error First sentence should end with a period. 788
Error Line contains a tab character. 788
Error Line is longer than 80 characters. 789
Error Line contains a tab character. 789
Error Line contains a tab character. 790
Error Line contains a tab character. 791
Error Line contains a tab character. 792
Error Line contains a tab character. 793
Error Line contains a tab character. 794
Error '(' is followed by whitespace. 794
Error Parameter interfaceName should be final. 794
Error ')' is preceded with whitespace. 794
Error Line contains a tab character. 795
Error '{' should be on the previous line. 795
Error Line contains a tab character. 796
Error 'if' is not followed by whitespace. 796
Error '(' is followed by whitespace. 796
Error ')' is preceded with whitespace. 796
Error Line contains a tab character. 797
Error '{' should be on the previous line. 797
Error Line contains a tab character. 798
Error Line contains a tab character. 799
Error Line contains a tab character. 801
Error '(' is followed by whitespace. 801
Error ')' is preceded with whitespace. 801
Error Line contains a tab character. 803
Error '(' is followed by whitespace. 803
Error ')' is preceded with whitespace. 803
Error Line contains a tab character. 804
Error Line contains a tab character. 806
Error Method 'resolveImportedClasses' is not designed for extension - needs to be abstract, final or empty. 806
Error Missing a Javadoc comment. 806
Error Line contains a tab character. 807
Error '{' should be on the previous line. 807
Error Line contains a tab character. 808
Error 'if' is not followed by whitespace. 808
Error '(' is followed by whitespace. 808
Error ')' is preceded with whitespace. 808
Error Line contains a tab character. 809
Error '{' should be on the previous line. 809
Error Line contains a tab character. 810
Error Line contains a tab character. 811
Error Line contains a tab character. 812
Error Line is longer than 80 characters. 814
Error Line contains a tab character. 814
Error Line contains a tab character. 815
Error 'if' is not followed by whitespace. 815
Error '(' is followed by whitespace. 815
Error ')' is preceded with whitespace. 815
Error Line contains a tab character. 816
Error '{' should be on the previous line. 816
Error Line is longer than 80 characters. 817
Error Line contains a tab character. 817
Error '(' is followed by whitespace. 817
Error ')' is preceded with whitespace. 817
Error Line is longer than 80 characters. 818
Error Line contains a tab character. 818
Error 'for' is not followed by whitespace. 818
Error '(' is followed by whitespace. 818
Error ';' is followed by whitespace. 818
Error Line contains a tab character. 819
Error '{' should be on the previous line. 819
Error Line contains a tab character. 820
Error '(' is followed by whitespace. 820
Error ')' is preceded with whitespace. 820
Error Line is longer than 80 characters. 822
Error Line contains a tab character. 822
Error '(' is followed by whitespace. 822
Error '(' is followed by whitespace. 822
Error ')' is preceded with whitespace. 822
Error ')' is preceded with whitespace. 822
Error Line contains a tab character. 823
Error Line contains a tab character. 824
Error Line contains a tab character. 825
Error First sentence should end with a period. 826
Error Line contains a tab character. 826
Error Line contains a tab character. 827
Error Line contains a tab character. 828
Error Line contains a tab character. 829
Error Line contains a tab character. 830
Error Line contains a tab character. 831
Error Method 'addImportedClass' is not designed for extension - needs to be abstract, final or empty. 831
Error '(' is followed by whitespace. 831
Error Parameter importedClass should be final. 831
Error ')' is preceded with whitespace. 831
Error Line contains a tab character. 832
Error '{' should be on the previous line. 832
Error Line contains a tab character. 833
Error 'if' is not followed by whitespace. 833
Error '(' is followed by whitespace. 833
Error ')' is preceded with whitespace. 833
Error Line contains a tab character. 834
Error '{' should be on the previous line. 834
Error Line contains a tab character. 835
Error Line contains a tab character. 836
Error Line contains a tab character. 837
Error '(' is followed by whitespace. 837
Error ')' is preceded with whitespace. 837
Error Line contains a tab character. 838
Error First sentence should end with a period. 839
Error Line contains a tab character. 839
Error Line contains a tab character. 840
Error Line contains a tab character. 841
Error Line contains a tab character. 842
Error Line contains a tab character. 843
Error Line contains a tab character. 844
Error Method 'addImportedPackage' is not designed for extension - needs to be abstract, final or empty. 844
Error '(' is followed by whitespace. 844
Error Parameter importedPackage should be final. 844
Error ')' is preceded with whitespace. 844
Error Line contains a tab character. 845
Error '{' should be on the previous line. 845
Error Line contains a tab character. 846
Error 'if' is not followed by whitespace. 846
Error '(' is followed by whitespace. 846
Error ')' is preceded with whitespace. 846
Error Line contains a tab character. 847
Error '{' should be on the previous line. 847
Error Line contains a tab character. 848
Error Line contains a tab character. 849
Error Line is longer than 80 characters. 851
Error Line contains a tab character. 851
Error '(' is followed by whitespace. 851
Error ')' is preceded with whitespace. 851
Error Line contains a tab character. 853
Error '(' is followed by whitespace. 853
Error ')' is preceded with whitespace. 853
Error Line contains a tab character. 854
Error First sentence should end with a period. 856
Error Line contains a tab character. 856
Error Line contains a tab character. 857
Error Line contains a tab character. 858
Error Line contains a tab character. 859
Error Line contains a tab character. 860
Error Line contains a tab character. 861
Error Method 'addConstructor' is not designed for extension - needs to be abstract, final or empty. 861
Error '(' is followed by whitespace. 861
Error Parameter constructor should be final. 861
Error ')' is preceded with whitespace. 861
Error Line contains a tab character. 862
Error '{' should be on the previous line. 862
Error Line contains a tab character. 863
Error '(' is followed by whitespace. 863
Error ')' is preceded with whitespace. 863
Error Line contains a tab character. 864
Error 'if' is not followed by whitespace. 864
Error '(' is followed by whitespace. 864
Error ')' is preceded with whitespace. 864
Error Line contains a tab character. 865
Error '{' should be on the previous line. 865
Error Line contains a tab character. 866
Error Line contains a tab character. 867
Error Line contains a tab character. 868
Error '(' is followed by whitespace. 868
Error ')' is preceded with whitespace. 868
Error Line contains a tab character. 869
Error First sentence should end with a period. 871
Error Line contains a tab character. 871
Error Line contains a tab character. 872
Error Line contains a tab character. 873
Error Line contains a tab character. 874
Error Line contains a tab character. 875
Error Line contains a tab character. 876
Error Method 'addField' is not designed for extension - needs to be abstract, final or empty. 876
Error '(' is followed by whitespace. 876
Error Parameter field should be final. 876
Error ')' is preceded with whitespace. 876
Error Line contains a tab character. 877
Error '{' should be on the previous line. 877
Error Line contains a tab character. 878
Error '(' is followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error Line contains a tab character. 879
Error 'if' is not followed by whitespace. 879
Error '(' is followed by whitespace. 879
Error ')' is preceded with whitespace. 879
Error Line contains a tab character. 880
Error '{' should be on the previous line. 880
Error Line contains a tab character. 881
Error Line contains a tab character. 882
Error Line contains a tab character. 883
Error '(' is followed by whitespace. 883
Error ')' is preceded with whitespace. 883
Error Line contains a tab character. 884
Error First sentence should end with a period. 885
Error Line contains a tab character. 885
Error Line contains a tab character. 886
Error Line contains a tab character. 887
Error Line contains a tab character. 888
Error Line contains a tab character. 889
Error Line contains a tab character. 890
Error Method 'addMethod' is not designed for extension - needs to be abstract, final or empty. 890
Error '(' is followed by whitespace. 890
Error Parameter method should be final. 890
Error ')' is preceded with whitespace. 890
Error Line contains a tab character. 891
Error '{' should be on the previous line. 891
Error Line contains a tab character. 892
Error '(' is followed by whitespace. 892
Error ')' is preceded with whitespace. 892
Error Line contains a tab character. 893
Error 'if' is not followed by whitespace. 893
Error '(' is followed by whitespace. 893
Error ')' is preceded with whitespace. 893
Error Line contains a tab character. 894
Error '{' should be on the previous line. 894
Error Line contains a tab character. 895
Error Line contains a tab character. 896
Error Line contains a tab character. 898
Error '(' is followed by whitespace. 898
Error ')' is preceded with whitespace. 898
Error Line contains a tab character. 899
Error Line contains a tab character. 901
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 901
Error Missing a Javadoc comment. 901
Error Line contains a tab character. 902
Error '{' should be on the previous line. 902
Error Line contains a tab character. 903
Error Line contains a tab character. 905
Error Line contains a tab character. 906
Error Line contains a tab character. 907
Error Line contains a tab character. 908
Error Line contains a tab character. 909
Error Line contains a tab character. 910
Error Line contains a tab character. 911
Error Line contains a tab character. 912
Error Line contains a tab character. 913
Error Line contains a tab character. 914
Error Line contains a tab character. 915
Error Line contains a tab character. 916
Error Line contains a tab character. 918
Error Line contains a tab character. 919
Error Line contains a tab character. 920
Error Line is longer than 80 characters. 921
Error Line contains a tab character. 921
Error Line contains a tab character. 922
Error Line contains a tab character. 923
Error Line contains a tab character. 924
Error Line contains a tab character. 925
Error Redundant 'final' modifier. 925
Error '(' is followed by whitespace. 925
Error Parameter superclasses should be final. 925
Error Expected @param tag for 'superclasses'. 925
Error Parameter forFields should be final. 925
Error ')' is preceded with whitespace. 925
Error Line contains a tab character. 926
Error '{' should be on the previous line. 926
Error Line contains a tab character. 927
Error 'if' is not followed by whitespace. 927
Error '(' is followed by whitespace. 927
Error ')' is preceded with whitespace. 927
Error Line contains a tab character. 928
Error '{' should be on the previous line. 928
Error Line contains a tab character. 929
Error 'if' is not followed by whitespace. 929
Error '(' is followed by whitespace. 929
Error ')' is preceded with whitespace. 929
Error Line contains a tab character. 930
Error '{' should be on the previous line. 930
Error Line is longer than 80 characters. 931
Error Line contains a tab character. 931
Error Avoid inline conditionals. 931
Error '(' is followed by whitespace. 931
Error ')' is preceded with whitespace. 931
Error Line contains a tab character. 932
Error '}' should be on the same line. 932
Error Line contains a tab character. 933
Error Line contains a tab character. 934
Error '{' should be on the previous line. 934
Error Line is longer than 80 characters. 935
Error Line contains a tab character. 935
Error Avoid inline conditionals. 935
Error '(' is followed by whitespace. 935
Error ')' is preceded with whitespace. 935
Error Line contains a tab character. 936
Error Line contains a tab character. 937
Error '}' should be on the same line. 937
Error Line contains a tab character. 938
Error Line contains a tab character. 939
Error '{' should be on the previous line. 939
Error Line is longer than 80 characters. 940
Error Line contains a tab character. 940
Error Line contains a tab character. 941
Error Line contains a tab character. 943
Error Line contains a tab character. 944
Error 'if' is not followed by whitespace. 944
Error '(' is followed by whitespace. 944
Error ')' is preceded with whitespace. 944
Error Line contains a tab character. 945
Error '{' should be on the previous line. 945
Error Line contains a tab character. 946
Error 'if' is not followed by whitespace. 946
Error '(' is followed by whitespace. 946
Error ')' is preceded with whitespace. 946
Error Line contains a tab character. 947
Error '{' should be on the previous line. 947
Error Line contains a tab character. 948
Error '(' is followed by whitespace. 948
Error ')' is preceded with whitespace. 948
Error Line contains a tab character. 949
Error Line contains a tab character. 950
Error '}' should be on the same line. 950
Error Line contains a tab character. 951
Error Line contains a tab character. 952
Error '{' should be on the previous line. 952
Error Line contains a tab character. 953
Error 'if' is not followed by whitespace. 953
Error '(' is followed by whitespace. 953
Error ')' is preceded with whitespace. 953
Error Line contains a tab character. 954
Error '{' should be on the previous line. 954
Error Line contains a tab character. 955
Error '(' is followed by whitespace. 955
Error ')' is preceded with whitespace. 955
Error Line contains a tab character. 956
Error Line contains a tab character. 957
Error Line contains a tab character. 959
Error Line is longer than 80 characters. 960
Error Line contains a tab character. 960
Error '(' is followed by whitespace. 960
Error ')' is preceded with whitespace. 960
Error Line contains a tab character. 962
Error 'if' is not followed by whitespace. 962
Error '(' is followed by whitespace. 962
Error ')' is preceded with whitespace. 962
Error Line contains a tab character. 963
Error '{' should be on the previous line. 963
Error Line is longer than 80 characters. 964
Error Line contains a tab character. 964
Error '(' is followed by whitespace. 964
Error ')' is preceded with whitespace. 964
Error Line is longer than 80 characters. 966
Error Line contains a tab character. 966
Error Line contains a tab character. 967
Error Line is longer than 80 characters. 968
Error Line contains a tab character. 968
Error 'for' is not followed by whitespace. 968
Error '(' is followed by whitespace. 968
Error ';' is followed by whitespace. 968
Error Line contains a tab character. 969
Error '{' should be on the previous line. 969
Error Line is longer than 80 characters. 970
Error Line contains a tab character. 970
Error '(' is followed by whitespace. 970
Error ')' is preceded with whitespace. 970
Error Line is longer than 80 characters. 972
Error Line contains a tab character. 972
Error 'if' is not followed by whitespace. 972
Error '(' is followed by whitespace. 972
Error '(' is followed by whitespace. 972
Error ')' is preceded with whitespace. 972
Error ')' is preceded with whitespace. 972
Error Line contains a tab character. 973
Error '{' should be on the previous line. 973
Error Line contains a tab character. 974
Error '(' is followed by whitespace. 974
Error ')' is preceded with whitespace. 974
Error Line contains a tab character. 975
Error Line contains a tab character. 976
Error Line contains a tab character. 977
Error Line contains a tab character. 979
Error Line contains a tab character. 980
Error Line contains a tab character. 982
Error 'for' is not followed by whitespace. 982
Error '(' is followed by whitespace. 982
Error ';' is followed by whitespace. 982
Error Line contains a tab character. 983
Error '{' should be on the previous line. 983
Error Line is longer than 80 characters. 984
Error Line contains a tab character. 984
Error '(' is followed by whitespace. 984
Error ')' is preceded with whitespace. 984
Error Line is longer than 80 characters. 986
Error Line contains a tab character. 986
Error Line is longer than 80 characters. 987
Error Line contains a tab character. 987
Error '(' is followed by whitespace. 987
Error ')' is preceded with whitespace. 987
Error Line is longer than 80 characters. 989
Error Line contains a tab character. 989
Error Line is longer than 80 characters. 990
Error Line contains a tab character. 990
Error Line contains a tab character. 991
Error Line is longer than 80 characters. 992
Error Line contains a tab character. 992
Error 'for' is not followed by whitespace. 992
Error '(' is followed by whitespace. 992
Error ';' is followed by whitespace. 992
Error Line contains a tab character. 993
Error '{' should be on the previous line. 993
Error Line is longer than 80 characters. 994
Error Line contains a tab character. 994
Error '(' is followed by whitespace. 994
Error ')' is preceded with whitespace. 994
Error Line is longer than 80 characters. 996
Error Line contains a tab character. 996
Error 'if' is not followed by whitespace. 996
Error '(' is followed by whitespace. 996
Error '(' is followed by whitespace. 996
Error ')' is preceded with whitespace. 996
Error ')' is preceded with whitespace. 996
Error Line contains a tab character. 997
Error '{' should be on the previous line. 997
Error Line contains a tab character. 998
Error '(' is followed by whitespace. 998
Error ')' is preceded with whitespace. 998
Error Line contains a tab character. 999
Error Line contains a tab character. 1000
Error Line contains a tab character. 1001
Error Line contains a tab character. 1003
Error '(' is followed by whitespace. 1003
Error ')' is preceded with whitespace. 1003
Error Line contains a tab character. 1004
Error Line contains a tab character. 1005
Error Line is longer than 80 characters. 1007
Error Line contains a tab character. 1007
Error Missing a Javadoc comment. 1007
Error Redundant 'final' modifier. 1007
Error '(' is followed by whitespace. 1007
Error Parameter member should be final. 1007
Error ')' is preceded with whitespace. 1007
Error Redundant throws: 'IllegalStateException' is unchecked exception. 1007
Error Line contains a tab character. 1008
Error '{' should be on the previous line. 1008
Error Line contains a tab character. 1009
Error 'if' is not followed by whitespace. 1009
Error '(' is followed by whitespace. 1009
Error ')' is preceded with whitespace. 1009
Error Line contains a tab character. 1010
Error '{' should be on the previous line. 1010
Error Line is longer than 80 characters. 1011
Error Line contains a tab character. 1011
Error '(' is followed by whitespace. 1011
Error ')' is preceded with whitespace. 1011
Error Line contains a tab character. 1012
Error Line contains a tab character. 1013
Error Line contains a tab character. 1015
Error Missing a Javadoc comment. 1015
Error Line contains a tab character. 1016
Error '{' should be on the previous line. 1016
Error 'if' construct must use '{}'s. 1017
Error Line contains a tab character. 1017
Error 'if' is not followed by whitespace. 1017
Error '(' is followed by whitespace. 1017
Error ')' is preceded with whitespace. 1017
Error Line contains a tab character. 1018
Error Line contains a tab character. 1020
Error Line contains a tab character. 1022
Error 'for' is not followed by whitespace. 1022
Error '(' is followed by whitespace. 1022
Error ')' is preceded with whitespace. 1022
Error Line contains a tab character. 1023
Error '{' should be on the previous line. 1023
Error Line contains a tab character. 1024
Error '(' is followed by whitespace. 1024
Error ')' is preceded with whitespace. 1024
Error '(' is followed by whitespace. 1024
Error ')' is preceded with whitespace. 1024
Error Line is longer than 80 characters. 1026
Error Line contains a tab character. 1026
Error '(' is followed by whitespace. 1026
Error '(' is followed by whitespace. 1026
Error ')' is preceded with whitespace. 1026
Error ')' is preceded with whitespace. 1026
Error Line contains a tab character. 1027
Error Line contains a tab character. 1028
Error Line contains a tab character. 1030
Error Missing a Javadoc comment. 1030
Error Line contains a tab character. 1031
Error '{' should be on the previous line. 1031
Error 'if' construct must use '{}'s. 1032
Error Line contains a tab character. 1032
Error 'if' is not followed by whitespace. 1032
Error '(' is followed by whitespace. 1032
Error ')' is preceded with whitespace. 1032
Error Line contains a tab character. 1033
Error Line contains a tab character. 1035
Error Line contains a tab character. 1037
Error 'for' is not followed by whitespace. 1037
Error '(' is followed by whitespace. 1037
Error ')' is preceded with whitespace. 1037
Error Line contains a tab character. 1038
Error '{' should be on the previous line. 1038
Error Line is longer than 80 characters. 1039
Error Line contains a tab character. 1039
Error '(' is followed by whitespace. 1039
Error ')' is preceded with whitespace. 1039
Error '(' is followed by whitespace. 1039
Error ')' is preceded with whitespace. 1039
Error Line is longer than 80 characters. 1041
Error Line contains a tab character. 1041
Error '(' is followed by whitespace. 1041
Error '(' is followed by whitespace. 1041
Error ')' is preceded with whitespace. 1041
Error ')' is preceded with whitespace. 1041
Error Line contains a tab character. 1042
Error Line contains a tab character. 1043

xjavadoc/AbstractExecutableMember.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 19
Error Line contains a tab character. 21
Error Line is longer than 80 characters. 22
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Line is longer than 80 characters. 26
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error 'static' modifier out of order with the JLS suggestions. 26
Error Name '_dimensions' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
Error Line contains a tab character. 28
Error Line is longer than 80 characters. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error 'static' modifier out of order with the JLS suggestions. 32
Error Line contains a tab character. 34
Error Line is longer than 80 characters. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error 'static' modifier out of order with the JLS suggestions. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error Name '_parameterPool' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error Name '_thrownExceptions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Line contains a tab character. 41
Error Missing a Javadoc comment. 41
Error Name '_parameterData' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Line contains a tab character. 42
Error Missing a Javadoc comment. 42
Error Name '_nameWithSignature' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Line contains a tab character. 43
Error Missing a Javadoc comment. 43
Error Name '_signature' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Line contains a tab character. 44
Error Missing a Javadoc comment. 44
Error Name '_stringId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error 'for' is not followed by whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line contains a tab character. 49
Error '{' should be on the previous line. 49
Error Line contains a tab character. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error 'for' is not followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 57
Error '{' should be on the previous line. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 62
Error Line contains a tab character. 62
Error Missing a Javadoc comment. 62
Error '(' is followed by whitespace. 62
Error Parameter containingClass should be final. 62
Error Parameter tagFactory should be final. 62
Error ')' is preceded with whitespace. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line contains a tab character. 65
Error 'if' is not followed by whitespace. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error Line is longer than 80 characters. 67
Error Line contains a tab character. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Missing a Javadoc comment. 71
Error Redundant 'final' modifier. 71
Error 'static' modifier out of order with the JLS suggestions. 71
Error '(' is followed by whitespace. 71
Error Parameter parameter should be final. 71
Error Parameter withParam should be final. 71
Error ')' is preceded with whitespace. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error 'if' is not followed by whitespace. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line contains a tab character. 74
Error '{' should be on the previous line. 74
Error Line is longer than 80 characters. 75
Error Line contains a tab character. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line contains a tab character. 76
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line contains a tab character. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error 'if' is not followed by whitespace. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line contains a tab character. 82
Error '{' should be on the previous line. 82
Error Line contains a tab character. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error First sentence should end with a period. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error '{' should be on the previous line. 94
Error Line contains a tab character. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line contains a tab character. 96
Error First sentence should end with a period. 98
Error Line contains a tab character. 98
Error Line is longer than 80 characters. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error '{' should be on the previous line. 104
Error Line contains a tab character. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error '{' should be on the previous line. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 117
Error 'if' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line contains a tab character. 118
Error '{' should be on the previous line. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error '}' should be on the same line. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error '{' should be on the previous line. 122
Error Line contains a tab character. 123
Error '3' is a magic number. 123
Error Line contains a tab character. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Line contains a tab character. 126
Error 'if' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line contains a tab character. 127
Error '{' should be on the previous line. 127
Error Line contains a tab character. 128
Error Line is longer than 80 characters. 129
Error Line contains a tab character. 129
Error Line is longer than 80 characters. 131
Error Line contains a tab character. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error 'for' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line contains a tab character. 133
Error '{' should be on the previous line. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 139
Error 'for' is not followed by whitespace. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line contains a tab character. 140
Error '{' should be on the previous line. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error '{' should be on the previous line. 142
Error Line contains a tab character. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line contains a tab character. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line contains a tab character. 145
Error '}' should be on the same line. 145
Error Line contains a tab character. 146
Error 'catch' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line contains a tab character. 147
Error '{' should be on the previous line. 147
Error Line is longer than 80 characters. 148
Error Line contains a tab character. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line contains a tab character. 153
Error First sentence should end with a period. 155
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error '(' is followed by whitespace. 162
Error Parameter withParam should be final. 162
Error ')' is preceded with whitespace. 162
Error Line contains a tab character. 163
Error '{' should be on the previous line. 163
Error Line contains a tab character. 164
Error 'if' is not followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line contains a tab character. 165
Error '{' should be on the previous line. 165
Error Line is longer than 80 characters. 166
Error Line contains a tab character. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error First sentence should end with a period. 171
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error '(' is followed by whitespace. 178
Error Parameter withParam should be final. 178
Error ')' is preceded with whitespace. 178
Error Line contains a tab character. 179
Error '{' should be on the previous line. 179
Error Line contains a tab character. 180
Error 'if' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line contains a tab character. 181
Error '{' should be on the previous line. 181
Error Line is longer than 80 characters. 182
Error Line contains a tab character. 182
Error '(' is followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 187
Error Missing a Javadoc comment. 187
Error Line contains a tab character. 188
Error '{' should be on the previous line. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 191
Error 'for' is not followed by whitespace. 191
Error '(' is followed by whitespace. 191
Error ';' is followed by whitespace. 191
Error Line contains a tab character. 192
Error '{' should be on the previous line. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error '(' is followed by whitespace. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error ')' is preceded with whitespace. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 197
Error Line contains a tab character. 199
Error 'for' is not followed by whitespace. 199
Error '(' is followed by whitespace. 199
Error ';' is followed by whitespace. 199
Error Line contains a tab character. 200
Error '{' should be on the previous line. 200
Error Line is longer than 80 characters. 201
Error Line contains a tab character. 201
Error Line is longer than 80 characters. 202
Error Line contains a tab character. 202
Error Line is longer than 80 characters. 203
Error Line contains a tab character. 203
Error Line is longer than 80 characters. 204
Error Line contains a tab character. 204
Error Line is longer than 80 characters. 205
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error 'if' is not followed by whitespace. 206
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error Line contains a tab character. 207
Error '{' should be on the previous line. 207
Error Line contains a tab character. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line contains a tab character. 209
Error Line contains a tab character. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error Line contains a tab character. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 219
Error Missing a Javadoc comment. 219
Error Line contains a tab character. 220
Error '{' should be on the previous line. 220
Error Line is longer than 80 characters. 221
Error Line contains a tab character. 221
Error Avoid inline conditionals. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 224
Error Missing a Javadoc comment. 224
Error '(' is followed by whitespace. 224
Error Parameter forMethod should be final. 224
Error ')' is preceded with whitespace. 224
Error Line contains a tab character. 225
Error '{' should be on the previous line. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 228
Error 'while' is not followed by whitespace. 228
Error '(' is followed by whitespace. 228
Error ')' is preceded with whitespace. 228
Error Line contains a tab character. 229
Error '{' should be on the previous line. 229
Error Line contains a tab character. 230
Error Line contains a tab character. 232
Error 'if' is not followed by whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error Line contains a tab character. 233
Error '{' should be on the previous line. 233
Error Line is longer than 80 characters. 234
Error Line contains a tab character. 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 contains a tab character. 235
Error '}' should be on the same line. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error '{' should be on the previous line. 237
Error Line contains a tab character. 238
Error Line is longer than 80 characters. 239
Error Line contains a tab character. 239
Error '(' is followed by whitespace. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error ')' is preceded with whitespace. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error 'if' is not followed by whitespace. 241
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error Line contains a tab character. 242
Error '{' should be on the previous line. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error '}' should be on the same line. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error '{' should be on the previous line. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Line contains a tab character. 251
Error Line contains a tab character. 253
Error Missing a Javadoc comment. 253
Error '(' is followed by whitespace. 253
Error Parameter exception_class_name should be final. 253
Error Name 'exception_class_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 253
Error ')' is preceded with whitespace. 253
Error Line contains a tab character. 254
Error '{' should be on the previous line. 254
Error Line is longer than 80 characters. 255
Error Line contains a tab character. 255
Error Line is longer than 80 characters. 256
Error Line contains a tab character. 256
Error 'for' is not followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error ';' is followed by whitespace. 256
Error Line contains a tab character. 257
Error Line contains a tab character. 258
Error 'if' construct must use '{}'s. 260
Error Line is longer than 80 characters. 260
Error Line contains a tab character. 260
Error 'if' is not followed by whitespace. 260
Error '(' is followed by whitespace. 260
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line contains a tab character. 264
Error Line contains a tab character. 265
Error First sentence should end with a period. 267
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error Line contains a tab character. 273
Error Line contains a tab character. 274
Error '(' is followed by whitespace. 274
Error Parameter type should be final. 274
Error Parameter name should be final. 274
Error Parameter dimension should be final. 274
Error ')' is preceded with whitespace. 274
Error Line contains a tab character. 275
Error '{' should be on the previous line. 275
Error Line contains a tab character. 276
Error 'if' is not followed by whitespace. 276
Error '(' is followed by whitespace. 276
Error ')' is preceded with whitespace. 276
Error Line contains a tab character. 277
Error '{' should be on the previous line. 277
Error Line is longer than 80 characters. 278
Error Line contains a tab character. 278
Error '(' is followed by whitespace. 278
Error '3' is a magic number. 278
Error ')' is preceded with whitespace. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error Line contains a tab character. 281
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Line contains a tab character. 282
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error Line contains a tab character. 283
Error Line contains a tab character. 285
Error Missing a Javadoc comment. 285
Error '(' is followed by whitespace. 285
Error Parameter thrownException should be final. 285
Error ')' is preceded with whitespace. 285
Error Line contains a tab character. 286
Error '{' should be on the previous line. 286
Error Line contains a tab character. 287
Error 'if' is not followed by whitespace. 287
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error Line contains a tab character. 288
Error '{' should be on the previous line. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line contains a tab character. 291
Error '(' is followed by whitespace. 291
Error ')' is preceded with whitespace. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 294
Error Missing a Javadoc comment. 294
Error '(' is followed by whitespace. 294
Error Parameter o should be final. 294
Error ')' is preceded with whitespace. 294
Error Line contains a tab character. 295
Error '{' should be on the previous line. 295
Error Line contains a tab character. 296
Error 'if' is not followed by whitespace. 296
Error '(' is followed by whitespace. 296
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error ')' is preceded with whitespace. 296
Error Line contains a tab character. 297
Error '{' should be on the previous line. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error Line contains a tab character. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error Line contains a tab character. 303
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error Line contains a tab character. 304
Error Line contains a tab character. 306
Error Missing a Javadoc comment. 306
Error Line contains a tab character. 307
Error '{' should be on the previous line. 307
Error Line contains a tab character. 308
Error Line contains a tab character. 309
Error Line contains a tab character. 311
Error Missing a Javadoc comment. 311
Error Line contains a tab character. 312
Error '{' should be on the previous line. 312
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error Line contains a tab character. 316
Error Missing a Javadoc comment. 316
Error Line contains a tab character. 318
Error Missing a Javadoc comment. 318
Error '(' is followed by whitespace. 318
Error Parameter index should be final. 318
Error ')' is preceded with whitespace. 318
Error Line contains a tab character. 319
Error '{' should be on the previous line. 319
Error Line contains a tab character. 320
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error '(' is followed by whitespace. 320
Error '3' is a magic number. 320
Error ')' is preceded with whitespace. 320
Error Line contains a tab character. 321
Error Line contains a tab character. 323
Error Missing a Javadoc comment. 323
Error '(' is followed by whitespace. 323
Error Parameter index should be final. 323
Error ')' is preceded with whitespace. 323
Error Line contains a tab character. 324
Error '{' should be on the previous line. 324
Error Line contains a tab character. 325
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error '(' is followed by whitespace. 325
Error '3' is a magic number. 325
Error ')' is preceded with whitespace. 325
Error Line contains a tab character. 326
Error Line contains a tab character. 328
Error Missing a Javadoc comment. 328
Error '(' is followed by whitespace. 328
Error Parameter index should be final. 328
Error ')' is preceded with whitespace. 328
Error Line contains a tab character. 329
Error '{' should be on the previous line. 329
Error Line is longer than 80 characters. 330
Error Line contains a tab character. 330
Error '(' is followed by whitespace. 330
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error '(' is followed by whitespace. 330
Error '3' is a magic number. 330
Error ')' is preceded with whitespace. 330
Error ')' is preceded with whitespace. 330
Error Line contains a tab character. 331
Error Line contains a tab character. 333
Error Missing a Javadoc comment. 333
Error Line contains a tab character. 334
Error '{' should be on the previous line. 334
Error Line contains a tab character. 335
Error Line contains a tab character. 336
Error 'if' is not followed by whitespace. 336
Error '(' is followed by whitespace. 336
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 336
Error ')' is preceded with whitespace. 336
Error Line contains a tab character. 337
Error '{' should be on the previous line. 337
Error Line contains a tab character. 338
Error Name 'qualified_thrown_exceptions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 338
Error Line is longer than 80 characters. 340
Error Line contains a tab character. 340
Error 'for' is not followed by whitespace. 340
Error '(' is followed by whitespace. 340
Error ';' is followed by whitespace. 340
Error Line contains a tab character. 341
Error Line is longer than 80 characters. 342
Error Line contains a tab character. 342
Error Name 'exception_class_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 342
Error '(' is followed by whitespace. 342
Error ')' is preceded with whitespace. 342
Error Line is longer than 80 characters. 344
Error Line contains a tab character. 344
Error '(' is followed by whitespace. 344
Error '(' is followed by whitespace. 344
Error ')' is preceded with whitespace. 344
Error ')' is preceded with whitespace. 344
Error Line contains a tab character. 345
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 350
Error Line contains a tab character. 351
Error First sentence should end with a period. 353
Error Line contains a tab character. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 355
Error Line contains a tab character. 356
Error Line contains a tab character. 357
Error Line contains a tab character. 358
Error Redundant 'final' modifier. 358
Error Line contains a tab character. 359
Error '{' should be on the previous line. 359
Error Line contains a tab character. 360
Error 'if' is not followed by whitespace. 360
Error '(' is followed by whitespace. 360
Error ')' is preceded with whitespace. 360
Error Line contains a tab character. 361
Error '{' should be on the previous line. 361
Error Line contains a tab character. 362
Error Line contains a tab character. 363
Error Line contains a tab character. 364
Error Line contains a tab character. 365
Error Line is longer than 80 characters. 367
Error Line contains a tab character. 367
Error Missing a Javadoc comment. 367
Error Redundant 'final' modifier. 367
Error '(' is followed by whitespace. 367
Error Parameter sb should be final. 367
Error Parameter withParam should be final. 367
Error ')' is preceded with whitespace. 367
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error Line contains a tab character. 371
Error 'for' is not followed by whitespace. 371
Error '(' is followed by whitespace. 371
Error ';' is followed by whitespace. 371
Error Line contains a tab character. 372
Error '{' should be on the previous line. 372
Error Line contains a tab character. 373
Error Line contains a tab character. 374
Error '(' is followed by whitespace. 374
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error ')' is preceded with whitespace. 374
Error Line contains a tab character. 375
Error Line contains a tab character. 377
Error Line contains a tab character. 379
Error 'for' is not followed by whitespace. 379
Error '(' is followed by whitespace. 379
Error ';' is followed by whitespace. 379
Error Line contains a tab character. 380
Error '{' should be on the previous line. 380
Error Line is longer than 80 characters. 381
Error Line contains a tab character. 381
Error Line is longer than 80 characters. 382
Error Line contains a tab character. 382
Error Line is longer than 80 characters. 383
Error Line contains a tab character. 383
Error Line is longer than 80 characters. 384
Error Line contains a tab character. 384
Error Line is longer than 80 characters. 385
Error Line contains a tab character. 385
Error Line contains a tab character. 386
Error 'if' is not followed by whitespace. 386
Error '(' is followed by whitespace. 386
Error ')' is preceded with whitespace. 386
Error Line contains a tab character. 387
Error '{' should be on the previous line. 387
Error Line contains a tab character. 388
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error Line contains a tab character. 389
Error Line is longer than 80 characters. 390
Error Line contains a tab character. 390
Error '(' is followed by whitespace. 390
Error '(' is followed by whitespace. 390
Error '(' is followed by whitespace. 390
Error ')' is preceded with whitespace. 390
Error ')' is preceded with whitespace. 390
Error ')' is preceded with whitespace. 390
Error Line contains a tab character. 391
Error Line contains a tab character. 392
Error Line contains a tab character. 393
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error Line contains a tab character. 394

xjavadoc/AbstractProgramElement.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 8
Error First sentence should end with a period. 10
Error '{' should be on the previous line. 18
Error Line is longer than 80 characters. 19
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error 'static' modifier out of order with the JLS suggestions. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Missing a Javadoc comment. 21
Error Name '_xJavaDoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error Name '_containingClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 22
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Name '_modifiers' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Name '_modifierString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Name '_doc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Name '_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Name '_javadocToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Missing a Javadoc comment. 28
Error Name '_tagFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error Parameter containingClass should be final. 30
Error Parameter tagFactory should be final. 30
Error ')' is preceded with whitespace. 30
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error Parameter xJavaDoc should be final. 37
Error Parameter tagFactory should be final. 37
Error ')' is preceded with whitespace. 37
Error Method 'getXJavaDoc' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Line contains a tab character. 49
Error '{' should be on the previous line. 49
Error Line contains a tab character. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 53
Error Missing a Javadoc comment. 53
Error Line contains a tab character. 54
Error '{' should be on the previous line. 54
Error Line contains a tab character. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 58
Error Missing a Javadoc comment. 58
Error Line contains a tab character. 59
Error '{' should be on the previous line. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 63
Error Missing a Javadoc comment. 63
Error Line contains a tab character. 64
Error '{' should be on the previous line. 64
Error Line contains a tab character. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 68
Error Missing a Javadoc comment. 68
Error Line contains a tab character. 69
Error '{' should be on the previous line. 69
Error Line contains a tab character. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 73
Error Missing a Javadoc comment. 73
Error Line contains a tab character. 74
Error '{' should be on the previous line. 74
Error Line contains a tab character. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 78
Error Missing a Javadoc comment. 78
Error Line contains a tab character. 79
Error '{' should be on the previous line. 79
Error Line contains a tab character. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 83
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error '{' should be on the previous line. 89
Error Line contains a tab character. 90
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line contains a tab character. 91
Error '{' should be on the previous line. 91
Error Line contains a tab character. 92
Error 'if' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line contains a tab character. 93
Error '{' should be on the previous line. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line contains a tab character. 96
Error '}' should be on the same line. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error '{' should be on the previous line. 98
Error Line contains a tab character. 99
Error 'if' is not followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line contains a tab character. 100
Error '{' should be on the previous line. 100
Error Line is longer than 80 characters. 101
Error Line contains a tab character. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line contains a tab character. 102
Error '}' should be on the same line. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error '{' should be on the previous line. 104
Error Line is longer than 80 characters. 105
Error Line contains a tab character. 105
Error Line is longer than 80 characters. 106
Error Line contains a tab character. 106
Error Line is longer than 80 characters. 107
Error Line contains a tab character. 107
Error Line is longer than 80 characters. 108
Error Line contains a tab character. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line contains a tab character. 110
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 117
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 123
Error Line is longer than 80 characters. 124
Error Line contains a tab character. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Expected an @return tag. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error '{' should be on the previous line. 140
Error Line contains a tab character. 141
Error 'if' is not followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error Line contains a tab character. 142
Error '{' should be on the previous line. 142
Error Line contains a tab character. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Expected an @return tag. 153
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error '{' should be on the previous line. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 158
Error Missing a Javadoc comment. 158
Error Line contains a tab character. 159
Error '{' should be on the previous line. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 163
Error Missing a Javadoc comment. 163
Error Line contains a tab character. 164
Error '{' should be on the previous line. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 168
Error Method 'getContainingPackage' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error Line contains a tab character. 169
Error '{' should be on the previous line. 169
Error Line contains a tab character. 170
Error 'if' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error Line contains a tab character. 171
Error '{' should be on the previous line. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error '}' should be on the same line. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error '{' should be on the previous line. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error '(' is followed by whitespace. 185
Error Parameter token should be final. 185
Error ')' is preceded with whitespace. 185
Error Line contains a tab character. 186
Error '{' should be on the previous line. 186
Error Line contains a tab character. 187
Error 'if' is not followed by whitespace. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Line contains a tab character. 188
Error '{' should be on the previous line. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 194
Error Missing a Javadoc comment. 194
Error '(' is followed by whitespace. 194
Error Parameter modifier should be final. 194
Error ')' is preceded with whitespace. 194
Error Line contains a tab character. 195
Error '{' should be on the previous line. 195
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 199
Error Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. 199
Error Missing a Javadoc comment. 199
Error '(' is followed by whitespace. 199
Error Parameter o should be final. 199
Error ')' is preceded with whitespace. 199
Error Line contains a tab character. 200
Error '{' should be on the previous line. 200
Error Line contains a tab character. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line contains a tab character. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error Line contains a tab character. 204
Error First sentence should end with a period. 206
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Method 'updateDoc' is not designed for extension - needs to be abstract, final or empty. 209
Error Line contains a tab character. 210
Error '{' should be on the previous line. 210
Error Line contains a tab character. 211
Error 'if' is not followed by whitespace. 211
Error '(' is followed by whitespace. 211
Error ')' is preceded with whitespace. 211
Error Line contains a tab character. 212
Error '{' should be on the previous line. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error Method 'getTagFactory' is not designed for extension - needs to be abstract, final or empty. 217
Error Missing a Javadoc comment. 217
Error Line contains a tab character. 221
Error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 221
Error Missing a Javadoc comment. 221
Error Line contains a tab character. 222
Error '{' should be on the previous line. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line contains a tab character. 229
Error Missing a Javadoc comment. 229
Error Redundant 'final' modifier. 229
Error Line contains a tab character. 230
Error '{' should be on the previous line. 230
Error Line contains a tab character. 231
Error Line contains a tab character. 233
Error Line contains a tab character. 235
Error 'if' is not followed by whitespace. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line contains a tab character. 236
Error '{' should be on the previous line. 236
Error Line contains a tab character. 237
Error 'while' is not followed by whitespace. 237
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error Line contains a tab character. 238
Error '{' should be on the previous line. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error 'while' is not followed by whitespace. 241
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error Line contains a tab character. 242
Error '{' should be on the previous line. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error 'if' is not followed by whitespace. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error Line contains a tab character. 244
Error '{' should be on the previous line. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error '}' should be on the same line. 247
Error Line is longer than 80 characters. 248
Error Line contains a tab character. 248
Error 'if' is not followed by whitespace. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error Line contains a tab character. 249
Error Line is longer than 80 characters. 250
Error Line contains a tab character. 250
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error Line contains a tab character. 255
Error Line contains a tab character. 256
Error 'if' is not followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error Line contains a tab character. 257
Error '{' should be on the previous line. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 259
Error 'if' is not followed by whitespace. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Line contains a tab character. 260
Error '{' should be on the previous line. 260
Error Line is longer than 80 characters. 261
Error Line contains a tab character. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error Line contains a tab character. 262
Error '}' should be on the same line. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error '{' should be on the previous line. 264
Error Line contains a tab character. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268

xjavadoc/AbstractType.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 15
Error Line contains a tab character. 16
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 16
Error Missing a Javadoc comment. 16
Error '(' is followed by whitespace. 16
Error Parameter o should be final. 16
Error ')' is preceded with whitespace. 16
Error Line contains a tab character. 17
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error 'if' is not followed by whitespace. 18
Error '(' is followed by whitespace. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error ')' is preceded with whitespace. 18
Error Line contains a tab character. 19
Error '{' should be on the previous line. 19
Error Line contains a tab character. 20
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Line contains a tab character. 21
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line is longer than 80 characters. 22
Error Line contains a tab character. 22
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27

xjavadoc/BinaryClass.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 13
Error '{' should be on the previous line. 21
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error Variable 'instanceCount' must be private and have accessor methods. 22
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error 'static' modifier out of order with the JLS suggestions. 24
Error Name '_primitiveTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Error '(' is followed by whitespace. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error ')' is preceded with whitespace. 34
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 35
Error Name '_clazz' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Line contains a tab character. 37
Error Missing a Javadoc comment. 37
Error Name '_isSuperclassSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error Name '_isInterfacesSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error '(' is followed by whitespace. 40
Error Parameter xJavaDoc should be final. 40
Error Parameter clazz should be final. 40
Error ')' is preceded with whitespace. 40
Error Line contains a tab character. 41
Error '{' should be on the previous line. 41
Error Line contains a tab character. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line is longer than 80 characters. 45
Error Line contains a tab character. 45
Error '(' is followed by whitespace. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line contains a tab character. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Line is longer than 80 characters. 55
Error Line contains a tab character. 55
Error Line is longer than 80 characters. 56
Error Line contains a tab character. 56
Error 'if' is not followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error ')' is preceded with whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 57
Error '{' should be on the previous line. 57
Error Line contains a tab character. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line contains a tab character. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error '(' is followed by whitespace. 64
Error Parameter c should be final. 64
Error ')' is preceded with whitespace. 64
Error Line contains a tab character. 65
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 69
Error Missing a Javadoc comment. 69
Error '(' is followed by whitespace. 69
Error Parameter c should be final. 69
Error ')' is preceded with whitespace. 69
Error Line contains a tab character. 70
Error '{' should be on the previous line. 70
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Avoid inline conditionals. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 74
Error Missing a Javadoc comment. 74
Error Line contains a tab character. 75
Error '{' should be on the previous line. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 80
Error Missing a Javadoc comment. 80
Error Line contains a tab character. 81
Error '{' should be on the previous line. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error First sentence should end with a period. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error '{' should be on the previous line. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line is longer than 80 characters. 95
Error Line contains a tab character. 95
Error Missing a Javadoc comment. 95
Error '(' is followed by whitespace. 95
Error Parameter full_qualified_type_name should be final. 95
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Parameter superclasses should be final. 95
Error ')' is preceded with whitespace. 95
Error Line contains a tab character. 96
Error Line is longer than 80 characters. 97
Error Line contains a tab character. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line contains a tab character. 98
Error Line is longer than 80 characters. 100
Error Line contains a tab character. 100
Error Missing a Javadoc comment. 100
Error '(' is followed by whitespace. 100
Error Parameter full_qualified_type_name should be final. 100
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 100
Error Parameter superclasses should be final. 100
Error ')' is preceded with whitespace. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error 'if' construct must use '{}'s. 104
Error Line contains a tab character. 104
Error 'if' is not followed by whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error '{' should be on the previous line. 107
Error 'if' construct must use '{}'s. 108
Error Line is longer than 80 characters. 108
Error Line contains a tab character. 108
Error 'if' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error '}' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error Expression can be simplified. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 117
Error Missing a Javadoc comment. 117
Error Line contains a tab character. 118
Error '{' should be on the previous line. 118
Error Line contains a tab character. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line contains a tab character. 120
Error First sentence should end with a period. 122
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error '{' should be on the previous line. 126
Error Line contains a tab character. 128
Error First sentence should end with a period. 130
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error '{' should be on the previous line. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line is longer than 80 characters. 140
Error Line contains a tab character. 140
Error Missing a Javadoc comment. 140
Error '(' is followed by whitespace. 140
Error Parameter cur_class should be final. 140
Error Name 'cur_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
Error Parameter full_qualified_type_name should be final. 140
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
Error Parameter superclasses should be final. 140
Error ')' is preceded with whitespace. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error '{' should be on the previous line. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 146
Error 'for' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line contains a tab character. 147
Error '{' should be on the previous line. 147
Error Line contains a tab character. 148
Error 'if' construct must use '{}'s. 150
Error Line is longer than 80 characters. 150
Error Line contains a tab character. 150
Error 'if' is not followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error ')' is preceded with whitespace. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error '}' is not followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error Expression can be simplified. 155
Error ')' is preceded with whitespace. 155
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 160
Error Missing a Javadoc comment. 160
Error Line contains a tab character. 161
Error '{' should be on the previous line. 161
Error Line contains a tab character. 162
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error Line contains a tab character. 163
Error '{' should be on the previous line. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 166
Error 'if' is not followed by whitespace. 166
Error '(' is followed by whitespace. 166
Error ')' is preceded with whitespace. 166
Error Line contains a tab character. 167
Error '{' should be on the previous line. 167
Error Line contains a tab character. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 174
Error Missing a Javadoc comment. 174
Error Line contains a tab character. 175
Error '{' should be on the previous line. 175
Error Line contains a tab character. 176
Error 'if' is not followed by whitespace. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line contains a tab character. 177
Error '{' should be on the previous line. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 180
Error 'for' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line contains a tab character. 181
Error '{' should be on the previous line. 181
Error Line contains a tab character. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error '(' is followed by whitespace. 193
Error Parameter clazz should be final. 193
Error Expected @param tag for 'clazz'. 193
Error ')' is preceded with whitespace. 193
Error Line contains a tab character. 194
Error '{' should be on the previous line. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 197
Error 'for' is not followed by whitespace. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error Line contains a tab character. 198
Error '{' should be on the previous line. 198
Error Line is longer than 80 characters. 199
Error Line contains a tab character. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error Line is longer than 80 characters. 201
Error Line contains a tab character. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line is longer than 80 characters. 202
Error Line contains a tab character. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Line contains a tab character. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error '(' is followed by whitespace. 212
Error Parameter clazz should be final. 212
Error Expected @param tag for 'clazz'. 212
Error ')' is preceded with whitespace. 212
Error Line contains a tab character. 213
Error '{' should be on the previous line. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 216
Error 'for' is not followed by whitespace. 216
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error Line contains a tab character. 217
Error '{' should be on the previous line. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error 'if' 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 Line contains a tab character. 220
Error '{' should be on the previous line. 220
Error Line is longer than 80 characters. 221
Error Line contains a tab character. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error Line contains a tab character. 223
Error '(' is followed by whitespace. 223
Error ')' is preceded with whitespace. 223
Error Line contains a tab character. 225
Error '(' is followed by whitespace. 225
Error ')' is preceded with whitespace. 225
Error Line contains a tab character. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error Line contains a tab character. 228
Error Line contains a tab character. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Line contains a tab character. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Line contains a tab character. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Line contains a tab character. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line contains a tab character. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line is longer than 80 characters. 240
Error Line contains a tab character. 240
Error Missing a Javadoc comment. 240
Error '(' is followed by whitespace. 240
Error Parameter executableMember should be final. 240
Error Parameter accessibleObject should be final. 240
Error ')' is preceded with whitespace. 240
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line is longer than 80 characters. 245
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error 'if' is not followed by whitespace. 246
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error Line contains a tab character. 247
Error '{' should be on the previous line. 247
Error Line is longer than 80 characters. 248
Error Line contains a tab character. 248
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 Line is longer than 80 characters. 249
Error Line contains a tab character. 249
Error '(' is followed by whitespace. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error ')' is preceded with whitespace. 249
Error Line contains a tab character. 250
Error '}' should be on the same line. 250
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error '{' should be on the previous line. 252
Error Line contains a tab character. 253
Error Line is longer than 80 characters. 254
Error Line contains a tab character. 254
Error '(' is followed by whitespace. 254
Error '(' is followed by whitespace. 254
Error ')' is preceded with whitespace. 254
Error ')' is preceded with whitespace. 254
Error Line is longer than 80 characters. 255
Error Line contains a tab character. 255
Error '(' is followed by whitespace. 255
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error ')' is preceded with whitespace. 255
Error Line contains a tab character. 256
Error Line contains a tab character. 257
Error 'for' is not followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line contains a tab character. 258
Error '{' should be on the previous line. 258
Error Line contains a tab character. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Line contains a tab character. 260
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line is longer than 80 characters. 262
Error Line contains a tab character. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error 'for' is not followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error Line contains a tab character. 265
Error '{' should be on the previous line. 265
Error Line is longer than 80 characters. 266
Error Line contains a tab character. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268

xjavadoc/ConstructorImpl.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 9
Error Line is longer than 80 characters. 15
Error Line contains a tab character. 17
Error Missing a Javadoc comment. 17
Error Variable 'instanceCount' must be private and have accessor methods. 17
Error Line is longer than 80 characters. 19
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error '(' is followed by whitespace. 19
Error Parameter containingClass should be final. 19
Error Parameter tagFactory should be final. 19
Error ')' is preceded with whitespace. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Redundant 'final' modifier. 25
Error Line contains a tab character. 26
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 31
Error '{' should be on the previous line. 31
Error Line contains a tab character. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 35
Error Line contains a tab character. 36
Error '{' should be on the previous line. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error Line contains a tab character. 41
Error '{' should be on the previous line. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Redundant 'final' modifier. 45
Error '(' is followed by whitespace. 45
Error Parameter name should be final. 45
Error ')' is preceded with whitespace. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line is longer than 80 characters. 47
Error Line contains a tab character. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Missing a Javadoc comment. 50
Error Line contains a tab character. 51
Error '{' should be on the previous line. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 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 Line contains a tab character. 58
Error Line contains a tab character. 59

xjavadoc/DefaultXTag.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 7
Error '{' should be on the previous line. 18
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Variable 'instanceCount' must be private and have accessor methods. 19
Error First sentence should end with a period. 21
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error First sentence should end with a period. 26
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Name '_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error First sentence should end with a period. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Name '_attributeNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error First sentence should end with a period. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Name '_isParsed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Line contains a tab character. 46
Error Missing a Javadoc comment. 46
Error Name '_hash' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error First sentence should end with a period. 48
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Name '_isDirty' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Line contains a tab character. 53
Error Missing a Javadoc comment. 53
Error Name '_doc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Name '_tagListeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Line contains a tab character. 60
Error Missing a Javadoc comment. 60
Error Name '_lineNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Missing a Javadoc comment. 62
Error Name '_xJavaDoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line contains a tab character. 65
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 69
Error Line is longer than 80 characters. 70
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error '(' is followed by whitespace. 77
Error Parameter s should be final. 77
Error Parameter i should be final. 77
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 78
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error 'while' is not followed by whitespace. 79
Error '(' is 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 ')' is preceded with whitespace. 79
Error Line contains a tab character. 80
Error '{' should be on the previous line. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 86
Error Missing a Javadoc comment. 86
Error Line contains a tab character. 87
Error '{' should be on the previous line. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error First sentence should end with a period. 91
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error '(' is followed by whitespace. 97
Error Parameter attributeName should be final. 97
Error ')' is preceded with whitespace. 97
Error Line contains a tab character. 98
Error '{' should be on the previous line. 98
Error Line contains a tab character. 99
Error 'if' is not followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line contains a tab character. 100
Error '{' should be on the previous line. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line is longer than 80 characters. 104
Error Line contains a tab character. 104
Error Avoid inline conditionals. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error First sentence should end with a period. 107
Error Line contains a tab character. 107
Error Line is longer than 80 characters. 108
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error '{' should be on the previous line. 114
Error Line contains a tab character. 115
Error 'if' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error '{' should be on the previous line. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line is longer than 80 characters. 119
Error Line contains a tab character. 119
Error Avoid inline conditionals. 119
Error Line contains a tab character. 120
Error First sentence should end with a period. 122
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error '{' should be on the previous line. 128
Error Line contains a tab character. 129
Error 'if' is not followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line contains a tab character. 130
Error '{' should be on the previous line. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error '{' should be on the previous line. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 146
Error Missing a Javadoc comment. 146
Error Line contains a tab character. 147
Error '{' should be on the previous line. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 151
Error Missing a Javadoc comment. 151
Error Line contains a tab character. 152
Error '{' should be on the previous line. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line is longer than 80 characters. 156
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error First sentence should end with a period. 159
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line is longer than 80 characters. 165
Error Line contains a tab character. 165
Error '(' is followed by whitespace. 165
Error Parameter attributeName should be final. 165
Error Parameter attributeValue should be final. 165
Error ')' is preceded with whitespace. 165
Error Line contains a tab character. 166
Error '{' should be on the previous line. 166
Error Line contains a tab character. 167
Error 'if' is not followed by whitespace. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line contains a tab character. 168
Error '{' should be on the previous line. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error First sentence should end with a period. 177
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line is longer than 80 characters. 180
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error '(' is followed by whitespace. 182
Error Parameter tagListener should be final. 182
Error ')' is preceded with whitespace. 182
Error Line contains a tab character. 183
Error '{' should be on the previous line. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error Line contains a tab character. 187
Error First sentence should end with a period. 189
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error '(' is followed by whitespace. 194
Error Parameter tagListener should be final. 194
Error Expected @param tag for 'tagListener'. 194
Error ')' is preceded with whitespace. 194
Error Line contains a tab character. 195
Error '{' should be on the previous line. 195
Error Line contains a tab character. 196
Error Line contains a tab character. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line contains a tab character. 199
Error First sentence should end with a period. 201
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line is longer than 80 characters. 205
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error '(' is followed by whitespace. 207
Error Parameter attributeName should be final. 207
Error ')' is preceded with whitespace. 207
Error Line contains a tab character. 208
Error '{' should be on the previous line. 208
Error Line contains a tab character. 209
Error 'if' is not followed by whitespace. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line contains a tab character. 210
Error '{' should be on the previous line. 210
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 215
Error Line contains a tab character. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Line contains a tab character. 219
Error 'if' is not followed by whitespace. 219
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Line contains a tab character. 220
Error '{' should be on the previous line. 220
Error Line contains a tab character. 221
Error '(' is followed by whitespace. 221
Error ')' is preceded with whitespace. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Line contains a tab character. 225
Error Line contains a tab character. 227
Error Missing a Javadoc comment. 227
Error '(' is followed by whitespace. 227
Error Parameter o should be final. 227
Error ')' is preceded with whitespace. 227
Error Line contains a tab character. 228
Error '{' should be on the previous line. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 230
Error Line contains a tab character. 231
Error Line contains a tab character. 233
Error Missing a Javadoc comment. 233
Error Line contains a tab character. 234
Error '{' should be on the previous line. 234
Error Line contains a tab character. 235
Error 'if' is not followed by whitespace. 235
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error Line contains a tab character. 236
Error '{' should be on the previous line. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error First sentence should end with a period. 242
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error Expected @throws tag for 'TagValidationException'. 247
Error Redundant throws: 'TagValidationException' is unchecked exception. 247
Error Line contains a tab character. 248
Error '{' should be on the previous line. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Parameter message should be final. 259
Error Redundant throws: 'TagValidationException' is unchecked exception. 259
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error Line contains a tab character. 265
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error '(' is followed by whitespace. 272
Error Parameter name should be final. 272
Error Expected @param tag for 'name'. 272
Error Parameter value should be final. 272
Error Expected @param tag for 'value'. 272
Error Parameter doc should be final. 272
Error Expected @param tag for 'doc'. 272
Error Parameter lineNumber should be final. 272
Error Expected @param tag for 'lineNumber'. 272
Error ')' is preceded with whitespace. 272
Error Line contains a tab character. 273
Error '{' should be on the previous line. 273
Error Line contains a tab character. 274
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error Line is longer than 80 characters. 280
Error Line contains a tab character. 280
Error Line contains a tab character. 281
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 282
Error Line contains a tab character. 283
Error Line contains a tab character. 285
Error 'if' is not followed by whitespace. 285
Error '(' is followed by whitespace. 285
Error ')' is preceded with whitespace. 285
Error Line contains a tab character. 286
Error '{' should be on the previous line. 286
Error Line is longer than 80 characters. 287
Error Line contains a tab character. 287
Error Line is longer than 80 characters. 288
Error Line contains a tab character. 288
Error Line is longer than 80 characters. 289
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line contains a tab character. 291
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error Line contains a tab character. 295
Error 'if' is not followed by whitespace. 295
Error '(' is followed by whitespace. 295
Error ')' is preceded with whitespace. 295
Error Line contains a tab character. 296
Error '{' should be on the previous line. 296
Error Line contains a tab character. 297
Error Line contains a tab character. 299
Error 'if' is not followed by whitespace. 299
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error Line contains a tab character. 300
Error '{' should be on the previous line. 300
Error Line is longer than 80 characters. 301
Error Line contains a tab character. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error Line contains a tab character. 302
Error '}' should be on the same line. 302
Error Line contains a tab character. 303
Error Line contains a tab character. 304
Error '{' should be on the previous line. 304
Error Line contains a tab character. 305
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error Line contains a tab character. 308
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error Line is longer than 80 characters. 312
Error Line contains a tab character. 312
Error Missing a Javadoc comment. 312
Error Redundant 'final' modifier. 312
Error Name 'setAttribute_Impl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 312
Error '(' is followed by whitespace. 312
Error Parameter attributeName should be final. 312
Error Parameter attributeValue should be final. 312
Error ')' is preceded with whitespace. 312
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error 'if' is not followed by whitespace. 314
Error '(' is followed by whitespace. 314
Error ')' is preceded with whitespace. 314
Error Line contains a tab character. 315
Error '{' should be on the previous line. 315
Error Line is longer than 80 characters. 316
Error Line contains a tab character. 316
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error Line contains a tab character. 317
Error Line contains a tab character. 318
Error 'if' is not followed by whitespace. 318
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error Line contains a tab character. 319
Error '{' should be on the previous line. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 321
Error Line contains a tab character. 322
Error Line contains a tab character. 323
Error 'if' is not followed by whitespace. 323
Error '(' is followed by whitespace. 323
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error ')' is preceded with whitespace. 323
Error Line contains a tab character. 324
Error '{' should be on the previous line. 324
Error Line contains a tab character. 325
Error Line contains a tab character. 326
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error Line contains a tab character. 327
Error 'if' is not followed by whitespace. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '(' is followed by whitespace. 330
Error ')' is preceded with whitespace. 330
Error Line contains a tab character. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error Line contains a tab character. 335
Error Line contains a tab character. 337
Error Missing a Javadoc comment. 337
Error Redundant 'final' modifier. 337
Error Line contains a tab character. 338
Error '{' should be on the previous line. 338
Error Line contains a tab character. 339
Error 'if' is not followed by whitespace. 339
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error Line contains a tab character. 340
Error '{' should be on the previous line. 340
Error Line contains a tab character. 341
Error Line contains a tab character. 342
Error Line contains a tab character. 343
Error First sentence should end with a period. 345
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 349
Error '{' should be on the previous line. 349
Error 'if' construct must use '{}'s. 350
Error Line contains a tab character. 350
Error 'if' is not followed by whitespace. 350
Error '(' is followed by whitespace. 350
Error ')' is preceded with whitespace. 350
Error Line contains a tab character. 351
Error Line contains a tab character. 353
Error 'for' is not followed by whitespace. 353
Error '(' is followed by whitespace. 353
Error ';' is followed by whitespace. 353
Error Line contains a tab character. 354
Error '{' should be on the previous line. 354
Error Line contains a tab character. 355
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error Line contains a tab character. 357
Error '(' is followed by whitespace. 357
Error '(' is followed by whitespace. 357
Error ')' is preceded with whitespace. 357
Error ')' is preceded with whitespace. 357
Error Line contains a tab character. 358
Error Line contains a tab character. 359
Error Line contains a tab character. 361
Error Line is longer than 80 characters. 362
Error Line contains a tab character. 362
Error Line is longer than 80 characters. 363
Error Line contains a tab character. 363
Error Line contains a tab character. 364
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error Redundant 'final' modifier. 366
Error Line contains a tab character. 367
Error '{' should be on the previous line. 367
Error Line contains a tab character. 368
Error 'if' is not followed by whitespace. 368
Error '(' is followed by whitespace. 368
Error ')' is preceded with whitespace. 368
Error Line contains a tab character. 369
Error '{' should be on the previous line. 369
Error Line contains a tab character. 370
Error Line contains a tab character. 371
Error Line contains a tab character. 372
Error Line contains a tab character. 373
Error Line contains a tab character. 375
Error Line contains a tab character. 377
Error 'while' is not followed by whitespace. 377
Error '(' is followed by whitespace. 377
Error ')' is preceded with whitespace. 377
Error Line contains a tab character. 378
Error '{' should be on the previous line. 378
Error Line contains a tab character. 379
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error Line contains a tab character. 381
Error Line contains a tab character. 383
Error 'if' is not followed by whitespace. 383
Error '(' is followed by whitespace. 383
Error ')' is preceded with whitespace. 383
Error Line contains a tab character. 384
Error '{' should be on the previous line. 384
Error Line contains a tab character. 385
Error Line contains a tab character. 386
Error Line contains a tab character. 388
Error Line contains a tab character. 390
Error Line is longer than 80 characters. 391
Error Line contains a tab character. 391
Error 'while' is not followed by whitespace. 391
Error '(' is followed by whitespace. 391
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error '(' is followed by whitespace. 391
Error '(' is followed by whitespace. 391
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error ')' is preceded with whitespace. 391
Error ')' is preceded with whitespace. 391
Error ')' is preceded with whitespace. 391
Error Line contains a tab character. 392
Error Line contains a tab character. 393
Error Line contains a tab character. 394
Error Line contains a tab character. 396
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error Line contains a tab character. 397
Error '(' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error Line contains a tab character. 399
Error Line is longer than 80 characters. 401
Error Line contains a tab character. 401
Error 'if' is not followed by whitespace. 401
Error '(' is followed by whitespace. 401
Error '(' is followed by whitespace. 401
Error ')' is preceded with whitespace. 401
Error ')' is preceded with whitespace. 401
Error Line contains a tab character. 402
Error '{' should be on the previous line. 402
Error Line contains a tab character. 403
Error Line contains a tab character. 404
Error Line contains a tab character. 406
Error Line contains a tab character. 407
Error Line contains a tab character. 408
Error Line contains a tab character. 409
Error '(' is followed by whitespace. 409
Error ')' is preceded with whitespace. 409
Error Line contains a tab character. 411
Error Line is longer than 80 characters. 413
Error Line contains a tab character. 413
Error 'if' is not followed by whitespace. 413
Error '(' is followed by whitespace. 413
Error '(' is followed by whitespace. 413
Error ')' is preceded with whitespace. 413
Error ')' is preceded with whitespace. 413
Error Line contains a tab character. 414
Error '{' should be on the previous line. 414
Error Line contains a tab character. 415
Error Line contains a tab character. 416
Error '}' should be on the same line. 416
Error Line contains a tab character. 417
Error Line contains a tab character. 418
Error '{' should be on the previous line. 418
Error Line is longer than 80 characters. 419
Error Line contains a tab character. 419
Error Line contains a tab character. 420
Error Line contains a tab character. 421
Error Line contains a tab character. 422
Error Line contains a tab character. 424
Error Line contains a tab character. 426
Error 'while' is not followed by whitespace. 426
Error '(' is followed by whitespace. 426
Error ')' is preceded with whitespace. 426
Error Line contains a tab character. 427
Error '{' should be on the previous line. 427
Error Line contains a tab character. 428
Error 'if' is not followed by whitespace. 428
Error '(' is followed by whitespace. 428
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error ')' is preceded with whitespace. 428
Error Line contains a tab character. 429
Error '{' should be on the previous line. 429
Error Line contains a tab character. 430
Error Line is longer than 80 characters. 432
Error Line contains a tab character. 432
Error 'if' is not followed by whitespace. 432
Error '(' is followed by whitespace. 432
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 432
Error ')' is preceded with whitespace. 432
Error Line contains a tab character. 433
Error '{' should be on the previous line. 433
Error Line is longer than 80 characters. 434
Error Line contains a tab character. 434
Error Line is longer than 80 characters. 436
Error Line contains a tab character. 436
Error 'if' is not followed by whitespace. 436
Error '(' is followed by whitespace. 436
Error ')' is preceded with whitespace. 436
Error Line contains a tab character. 437
Error '{' should be on the previous line. 437
Error Line contains a tab character. 438
Error Line contains a tab character. 439
Error '}' should be on the same line. 439
Error Line contains a tab character. 440
Error Line contains a tab character. 441
Error '{' should be on the previous line. 441
Error Line is longer than 80 characters. 442
Error Line contains a tab character. 442
Error Line is longer than 80 characters. 444
Error Line contains a tab character. 444
Error 'if' is not followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error ')' is preceded with whitespace. 444
Error ')' is preceded with whitespace. 444
Error Line contains a tab character. 445
Error '{' should be on the previous line. 445
Error Line contains a tab character. 446
Error Line contains a tab character. 447
Error '}' should be on the same line. 447
Error Line contains a tab character. 448
Error Line contains a tab character. 449
Error '{' should be on the previous line. 449
Error Line is longer than 80 characters. 450
Error Line contains a tab character. 450
Error Line is longer than 80 characters. 451
Error Line contains a tab character. 451
Error Line is longer than 80 characters. 452
Error Line contains a tab character. 452
Error Line contains a tab character. 453
Error Line contains a tab character. 454
Error Line contains a tab character. 455
Error Line contains a tab character. 456
Error '}' should be on the same line. 456
Error Line contains a tab character. 457
Error Line contains a tab character. 458
Error '{' should be on the previous line. 458
Error Line contains a tab character. 459
Error Line is longer than 80 characters. 460
Error Line contains a tab character. 460
Error '(' is followed by whitespace. 460
Error ')' is preceded with whitespace. 460
Error Line contains a tab character. 461
Error Line contains a tab character. 462
Error Line is longer than 80 characters. 464
Error Line contains a tab character. 464
Error '(' is followed by whitespace. 464
Error '(' is followed by whitespace. 464
Error ')' is preceded with whitespace. 464
Error ')' is preceded with whitespace. 464
Error Line contains a tab character. 466
Error Line contains a tab character. 467
Error Line contains a tab character. 469
Error Line is longer than 80 characters. 471
Error Line contains a tab character. 471
Error 'if' is not followed by whitespace. 471
Error '(' is followed by whitespace. 471
Error '(' is followed by whitespace. 471
Error ')' is preceded with whitespace. 471
Error ')' is preceded with whitespace. 471
Error Line contains a tab character. 472
Error '{' should be on the previous line. 472
Error Line contains a tab character. 473
Error Line contains a tab character. 474
Error '}' should be on the same line. 474
Error Line contains a tab character. 475
Error Line contains a tab character. 476
Error '{' should be on the previous line. 476
Error Line is longer than 80 characters. 477
Error Line contains a tab character. 477
Error Line contains a tab character. 478
Error Line contains a tab character. 479
Error Line contains a tab character. 480
Error Line is longer than 80 characters. 481
Error Line contains a tab character. 481
Error '(' is followed by whitespace. 481
Error ')' is preceded with whitespace. 481
Error Line contains a tab character. 482
Error Line is longer than 80 characters. 483
Error Line contains a tab character. 483
Error '(' is followed by whitespace. 483
Error ')' is preceded with whitespace. 483
Error Line contains a tab character. 484
Error Line contains a tab character. 485
Error Line contains a tab character. 486
Error Line contains a tab character. 487
Error Missing a Javadoc comment. 489
Error Redundant 'final' modifier. 489
Error 'if' is not followed by whitespace. 492
Error '(' is followed by whitespace. 492
Error ')' is preceded with whitespace. 492
Error '{' should be on the previous line. 493
Error Line is longer than 80 characters. 494
Error 'for' is not followed by whitespace. 494
Error '(' is followed by whitespace. 494
Error ';' is followed by whitespace. 494
Error '(' is followed by whitespace. 496
Error ')' is preceded with whitespace. 496
Error Line is longer than 80 characters. 497
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error '(' is followed by whitespace. 499
Error ')' is preceded with whitespace. 499
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error '(' is followed by whitespace. 501
Error ')' is preceded with whitespace. 501
Error '(' is followed by whitespace. 502
Error ')' is preceded with whitespace. 502

xjavadoc/FieldImpl.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 16
Error Line contains a tab character. 17
Error Missing a Javadoc comment. 17
Error Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Name '_dimension' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Error Line is longer than 80 characters. 20
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error Parameter containingClass should be final. 20
Error Parameter tagFactory should be final. 20
Error ')' is preceded with whitespace. 20
Error Line contains a tab character. 21
Error '{' should be on the previous line. 21
Error Line contains a tab character. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Redundant 'final' modifier. 25
Error Line contains a tab character. 26
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error '(' is followed by whitespace. 27
Error ')' is preceded with whitespace. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Redundant 'final' modifier. 30
Error Line contains a tab character. 31
Error '{' should be on the previous line. 31
Error Line contains a tab character. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 35
Error Line contains a tab character. 36
Error '{' should be on the previous line. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error Line contains a tab character. 41
Error '{' should be on the previous line. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line is longer than 80 characters. 47
Error Line contains a tab character. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Missing a Javadoc comment. 50
Error Line contains a tab character. 51
Error '{' should be on the previous line. 51
Error Line contains a tab character. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error Missing a Javadoc comment. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 60
Error Missing a Javadoc comment. 60
Error '(' is followed by whitespace. 60
Error Parameter type should be final. 60
Error ')' is preceded with whitespace. 60
Error Line contains a tab character. 61
Error '{' should be on the previous line. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 65
Error Missing a Javadoc comment. 65
Error '(' is followed by whitespace. 65
Error Parameter dimension should be final. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 70
Error Missing a Javadoc comment. 70
Error Line contains a tab character. 71
Error '{' should be on the previous line. 71
Error Line is longer than 80 characters. 72
Error Line contains a tab character. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error '+' should be on a new line. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74

xjavadoc/JJTNodeParserState.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 1
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 9
Error Line contains a tab character. 9
Error Missing a Javadoc comment. 10
Error Line contains a tab character. 10
Error Missing a Javadoc comment. 11
Error Name 'node_created' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 38
Error 'cast' is not followed by whitespace. 39
Error Missing a Javadoc comment. 43
Error Parameter n should be final. 43
Error Missing a Javadoc comment. 50
Error 'cast' is not followed by whitespace. 52
Error 'cast' is not followed by whitespace. 54
Error Missing a Javadoc comment. 58
Error 'cast' is not followed by whitespace. 59
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 69
Error Parameter n should be final. 69
Error 'cast' is not followed by whitespace. 73
Error Missing a Javadoc comment. 77
Error Parameter n should be final. 77
Error Missing a Javadoc comment. 88
Error Parameter n should be final. 88
Error Parameter num should be final. 88
Error 'cast' is not followed by whitespace. 89
Error Missing a Javadoc comment. 106
Error Parameter n should be final. 106
Error Parameter condition should be final. 106
Error 'cast' is not followed by whitespace. 109
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error 'cast' is not followed by whitespace. 119

xjavadoc/JavaCharStream.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 1
Error '{' should be on the previous line. 10
Error Missing a Javadoc comment. 11
Error Name 'staticFlag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 11
Error Missing a Javadoc comment. 12
Error Redundant 'final' modifier. 12
Error Parameter c should be final. 12
Error switch without "default" clause. 13
Error '{' should be on the previous line. 14
Error '3' is a magic number. 22
Error '4' is a magic number. 24
Error '5' is a magic number. 26
Error '6' is a magic number. 28
Error '7' is a magic number. 30
Error '8' is a magic number. 32
Error '9' is a magic number. 34
Error '10' is a magic number. 38
Error '11' is a magic number. 41
Error '12' is a magic number. 44
Error '13' is a magic number. 47
Error '14' is a magic number. 50
Error '15' is a magic number. 53
Error Missing a Javadoc comment. 59
Error Variable 'bufpos' must be private and have accessor methods. 59
Error Missing a Javadoc comment. 60
Error Variable 'bufsize' must be private and have accessor methods. 60
Error Missing a Javadoc comment. 61
Error Variable 'available' must be private and have accessor methods. 61
Error Missing a Javadoc comment. 62
Error Variable 'tokenBegin' must be private and have accessor methods. 62
Error Missing a Javadoc comment. 63
Error Array brackets at illegal position. 63
Error Missing a Javadoc comment. 64
Error Array brackets at illegal position. 64
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 80
Error Redundant 'final' modifier. 80
Error Name 'ExpandBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Parameter wrapAround should be final. 80
Error '{' should be on the previous line. 81
Error '2048' is a magic number. 82
Error Array brackets at illegal position. 83
Error '2048' is a magic number. 83
Error Array brackets at illegal position. 84
Error '2048' is a magic number. 84
Error '{' should be on the previous line. 87
Error '{' should be on the previous line. 89
Error Line is longer than 80 characters. 90
Error Line is longer than 80 characters. 95
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 99
Error Line is longer than 80 characters. 100
Error '}' should be on the same line. 104
Error '{' should be on the previous line. 106
Error Line is longer than 80 characters. 107
Error Line is longer than 80 characters. 110
Error Line is longer than 80 characters. 113
Error '}' should be on the same line. 118
Error '{' should be on the previous line. 120
Error Inner assignments should be avoided. 124
Error '2048' is a magic number. 124
Error Missing a Javadoc comment. 128
Error Redundant 'final' modifier. 128
Error Name 'FillBuff' must match pattern '^[a-z][a-zA-Z0-9]*$'. 128
Error '{' should be on the previous line. 129
Error 'if' construct must use '{}'s. 131
Error '4096' is a magic number. 131
Error Inner assignments should be avoided. 132
Error '4096' is a magic number. 136
Error '{' should be on the previous line. 137
Error '}' should be on the same line. 140
Error 'else' construct must use '{}'s. 141
Error '}' should be on the same line. 144
Error 'catch' is not followed by whitespace. 145
Error '{' should be on the previous line. 147
Error '}' should be on the same line. 150
Error '{' should be on the previous line. 152
Error Missing a Javadoc comment. 160
Error Redundant 'final' modifier. 160
Error Name 'ReadByte' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
Error '{' should be on the previous line. 161
Error 'if' construct must use '{}'s. 162
Error Missing a Javadoc comment. 168
Error Redundant 'final' modifier. 168
Error Name 'BeginToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
Error Line has trailing spaces. 169
Error '{' should be on the previous line. 169
Error '{' should be on the previous line. 171
Error 'if' construct must use '{}'s. 174
Error Line has trailing spaces. 185
Error Missing a Javadoc comment. 187
Error Redundant 'final' modifier. 187
Error Name 'AdjustBuffSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 187
Error '{' should be on the previous line. 188
Error '{' should be on the previous line. 190
Error '2048' is a magic number. 191
Error '{' should be on the previous line. 192
Error '}' should be on the same line. 195
Error 'else' construct must use '{}'s. 196
Error '}' should be on the same line. 198
Error 'if' construct must use '{}'s. 199
Error 'if' construct must use '{}'s. 201
Error '2048' is a magic number. 201
Error 'else' construct must use '{}'s. 203
Error Missing a Javadoc comment. 207
Error Redundant 'final' modifier. 207
Error Name 'UpdateLineColumn' must match pattern '^[a-z][a-zA-Z0-9]*$'. 207
Error Parameter c should be final. 207
Error '{' should be on the previous line. 208
Error '{' should be on the previous line. 212
Error Inner assignments should be avoided. 214
Error '}' should be on the same line. 215
Error '{' should be on the previous line. 217
Error '{' should be on the previous line. 220
Error '}' should be on the same line. 222
Error 'else' construct must use '{}'s. 223
Error Inner assignments should be avoided. 224
Error '{' should be on the previous line. 228
Error '8' is a magic number. 237
Error '07' is a magic number. 237
Error Missing a Javadoc comment. 247
Error Redundant 'final' modifier. 247
Error '{' should be on the previous line. 248
Error '{' should be on the previous line. 250
Error 'if' construct must use '{}'s. 253
Error 'if' construct must use '{}'s. 261
Error Inner assignments should be avoided. 264
Error '{' should be on the previous line. 265
Error '{' should be on the previous line. 271
Error 'if' construct must use '{}'s. 272
Error '{' should be on the previous line. 276
Error Inner assignments should be avoided. 277
Error '{' should be on the previous line. 278
Error '{' should be on the previous line. 282
Error 'if' construct must use '{}'s. 283
Error '}' should be on the same line. 292
Error 'catch' is not followed by whitespace. 293
Error '{' should be on the previous line. 294
Error 'if' construct must use '{}'s. 295
Error '{' should be on the previous line. 307
Error 'while' construct must use '{}'s. 308
Error Inner assignments should be avoided. 311
Error 'cast' is not followed by whitespace. 311
Error '12' is a magic number. 311
Error '|' should be on a new line. 311
Error '8' is a magic number. 312
Error '|' should be on a new line. 312
Error '4' is a magic number. 313
Error '|' should be on a new line. 313
Error '4' is a magic number. 316
Error '}' should be on the same line. 317
Error 'catch' is not followed by whitespace. 318
Error '{' should be on the previous line. 319
Error '+' should be on a new line. 320
Error 'if' construct must use '{}'s. 324
Error '{' should be on the previous line. 327
Error '}' should be on the same line. 331
Error '{' should be on the previous line. 333
Error Line has trailing spaces. 340
Error Redundant 'final' modifier. 344
Error Line has trailing spaces. 349
Error Redundant 'final' modifier. 353
Error Missing a Javadoc comment. 357
Error Redundant 'final' modifier. 357
Error Missing a Javadoc comment. 361
Error Redundant 'final' modifier. 361
Error Missing a Javadoc comment. 365
Error Redundant 'final' modifier. 365
Error Missing a Javadoc comment. 369
Error Redundant 'final' modifier. 369
Error Missing a Javadoc comment. 373
Error Redundant 'final' modifier. 373
Error Parameter amount should be final. 373
Error 'if' construct must use '{}'s. 376
Error Missing a Javadoc comment. 380
Error Parameter dstream should be final. 380
Error Parameter startline should be final. 381
Error Parameter startcolumn should be final. 381
Error Parameter buffersize should be final. 381
Error '{' should be on the previous line. 382
Error Inner assignments should be avoided. 387
Error '4096' is a magic number. 391
Error Missing a Javadoc comment. 394
Error Parameter dstream should be final. 394
Error Parameter startline should be final. 395
Error Parameter startcolumn should be final. 395
Error '{' should be on the previous line. 396
Error '4096' is a magic number. 397
Error Missing a Javadoc comment. 400
Error Parameter dstream should be final. 400
Error '{' should be on the previous line. 401
Error '4096' is a magic number. 402
Error Missing a Javadoc comment. 404
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 404
Error Parameter dstream should be final. 404
Error Parameter startline should be final. 405
Error Parameter startcolumn should be final. 405
Error Parameter buffersize should be final. 405
Error '{' should be on the previous line. 406
Error '{' should be on the previous line. 412
Error Inner assignments should be avoided. 413
Error '4096' is a magic number. 417
Error Inner assignments should be avoided. 419
Error Inner assignments should be avoided. 420
Error Inner assignments should be avoided. 420
Error Inner assignments should be avoided. 421
Error Missing a Javadoc comment. 424
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 424
Error Parameter dstream should be final. 424
Error Parameter startline should be final. 425
Error Parameter startcolumn should be final. 425
Error '{' should be on the previous line. 426
Error '4096' is a magic number. 427
Error Missing a Javadoc comment. 430
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 430
Error Parameter dstream should be final. 430
Error '{' should be on the previous line. 431
Error '4096' is a magic number. 432
Error Missing a Javadoc comment. 434
Error Parameter dstream should be final. 434
Error Parameter startline should be final. 434
Error Parameter startcolumn should be final. 435
Error Parameter buffersize should be final. 435
Error '{' should be on the previous line. 436
Error '4096' is a magic number. 437
Error Missing a Javadoc comment. 440
Error Parameter dstream should be final. 440
Error Parameter startline should be final. 440
Error Parameter startcolumn should be final. 441
Error '{' should be on the previous line. 442
Error '4096' is a magic number. 443
Error Missing a Javadoc comment. 446
Error Parameter dstream should be final. 446
Error '{' should be on the previous line. 447
Error '4096' is a magic number. 448
Error Missing a Javadoc comment. 451
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 451
Error Parameter dstream should be final. 451
Error Parameter startline should be final. 451
Error Parameter startcolumn should be final. 452
Error Parameter buffersize should be final. 452
Error '{' should be on the previous line. 453
Error Line is longer than 80 characters. 454
Error '4096' is a magic number. 454
Error Missing a Javadoc comment. 456
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 456
Error Parameter dstream should be final. 456
Error Parameter startline should be final. 456
Error Parameter startcolumn should be final. 457
Error '{' should be on the previous line. 458
Error '4096' is a magic number. 459
Error Missing a Javadoc comment. 461
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 461
Error Parameter dstream should be final. 461
Error '{' should be on the previous line. 462
Error '4096' is a magic number. 463
Error Missing a Javadoc comment. 466
Error Redundant 'final' modifier. 466
Error Name 'GetImage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 466
Error '{' should be on the previous line. 467
Error 'if' construct must use '{}'s. 468
Error 'else' construct must use '{}'s. 470
Error '+' should be on a new line. 471
Error Missing a Javadoc comment. 475
Error Redundant 'final' modifier. 475
Error Name 'GetSuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 475
Error Parameter len should be final. 475
Error '{' should be on the previous line. 476
Error 'if' construct must use '{}'s. 479
Error '{' should be on the previous line. 482
Error Missing a Javadoc comment. 491
Error Name 'Done' must match pattern '^[a-z][a-zA-Z0-9]*$'. 491
Error '{' should be on the previous line. 492
Error Parameter newLine should be final. 502
Error Expected @param tag for 'newLine'. 502
Error Parameter newCol should be final. 502
Error Expected @param tag for 'newCol'. 502
Error '{' should be on the previous line. 503
Error '{' should be on the previous line. 508
Error '}' should be on the same line. 510
Error '{' should be on the previous line. 512
Error '&&' should be on a new line. 519
Error '{' should be on the previous line. 521
Error Line has trailing spaces. 527
Error '{' should be on the previous line. 530
Error '{' should be on the previous line. 535
Error 'if' construct must use '{}'s. 536
Error 'else' construct must use '{}'s. 538

xjavadoc/JavaDocReader.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 7
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Name '_lineOffset' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error '(' is followed by whitespace. 32
Error Parameter in should be final. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line contains a tab character. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error '{' should be on the previous line. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error '}' should be on the same line. 41
Error Line contains a tab character. 42
Error 'catch' is not followed by whitespace. 42
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Line contains a tab character. 43
Error '{' should be on the previous line. 43
Error Line is longer than 80 characters. 44
Error Line contains a tab character. 44
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error First sentence should end with a period. 48
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error '{' should be on the previous line. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error Line contains a tab character. 67
Error 'if' is not followed by whitespace. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line contains a tab character. 68
Error '{' should be on the previous line. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error 'if' is not followed by whitespace. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line contains a tab character. 72
Error '{' should be on the previous line. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error '{' should be on the previous line. 78
Error 'if' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error 'if' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line contains a tab character. 90
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line contains a tab character. 91
Error '{' should be on the previous line. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error 'if' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line contains a tab character. 101
Error '{' should be on the previous line. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
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 Line contains a tab character. 105
Error '{' should be on the previous line. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error '}' should be on the same line. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error '{' should be on the previous line. 110
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error 'if' is not followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error ')' is preceded with whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line contains a tab character. 112
Error '{' should be on the previous line. 112
Error Line is longer than 80 characters. 113
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error '}' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error '(' is followed by whitespace. 132
Error Parameter b should be final. 132
Error Parameter off should be final. 132
Error Parameter len should be final. 132
Error ')' is preceded with whitespace. 132
Error Line contains a tab character. 133
Error '{' should be on the previous line. 133
Error Line contains a tab character. 134
Error 'if' is not followed by whitespace. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line contains a tab character. 135
Error '{' should be on the previous line. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error 'for' is not followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line contains a tab character. 139
Error '{' should be on the previous line. 139
Error Line contains a tab character. 140
Error 'c' hides a field. 140
Error Line contains a tab character. 142
Error 'if' is not followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line contains a tab character. 143
Error '{' should be on the previous line. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error '(' is followed by whitespace. 147
Error ')' is preceded with whitespace. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error '(' is followed by whitespace. 159
Error Parameter n should be final. 159
Error ')' is preceded with whitespace. 159
Error Line contains a tab character. 160
Error '{' should be on the previous line. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error 'for' is not followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line contains a tab character. 165
Error '{' should be on the previous line. 165
Error Line contains a tab character. 166
Error 'c' hides a field. 166
Error Line contains a tab character. 168
Error 'if' is not followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line contains a tab character. 169
Error '{' should be on the previous line. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error '{' should be on the previous line. 183
Error Line is longer than 80 characters. 184
Error Line contains a tab character. 184
Error Line is longer than 80 characters. 185
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188

xjavadoc/JavaParser.java

ErrorLine
Error File does not end with a newline. 0

xjavadoc/JavaParser.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 7
Error '{' should be on the previous line. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line is longer than 80 characters. 19
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30

xjavadoc/MemberImpl.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 9
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Error Line is longer than 80 characters. 20
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error Parameter containingClass should be final. 20
Error Parameter tagFactory should be final. 20
Error ')' is preceded with whitespace. 20
Error Line contains a tab character. 21
Error '{' should be on the previous line. 21
Error Line contains a tab character. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error '(' is followed by whitespace. 30
Error Parameter name should be final. 30
Error ')' is preceded with whitespace. 30
Error Line contains a tab character. 31
Error '{' should be on the previous line. 31
Error Line contains a tab character. 32
Error 'if' is not followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error Line contains a tab character. 40
Error '{' should be on the previous line. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42

xjavadoc/MethodImpl.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 13
Error '{' should be on the previous line. 20
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error Variable 'instanceCount' must be private and have accessor methods. 21
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Name '_returnType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line is longer than 80 characters. 28
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error Parameter containingClass should be final. 28
Error Parameter tagFactory should be final. 28
Error ')' is preceded with whitespace. 28
Error Line contains a tab character. 29
Error '{' should be on the previous line. 29
Error Line contains a tab character. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Line is longer than 80 characters. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error 'if' is not followed by whitespace. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line contains a tab character. 35
Error '{' should be on the previous line. 35
Error Line contains a tab character. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error First sentence should end with a period. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Redundant 'final' modifier. 46
Error Line contains a tab character. 47
Error '{' should be on the previous line. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 51
Error Missing a Javadoc comment. 51
Error Redundant 'final' modifier. 51
Error Line contains a tab character. 52
Error '{' should be on the previous line. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 56
Error Missing a Javadoc comment. 56
Error Line contains a tab character. 57
Error '{' should be on the previous line. 57
Error Line contains a tab character. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error Missing a Javadoc comment. 61
Error Line contains a tab character. 62
Error '{' should be on the previous line. 62
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 66
Error Line contains a tab character. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line contains a tab character. 69
Error '{' should be on the previous line. 69
Error Line contains a tab character. 71
Error Line is longer than 80 characters. 73
Error Line contains a tab character. 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 Line contains a tab character. 74
Error 'if' is not followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line contains a tab character. 75
Error '{' should be on the previous line. 75
Error Line contains a tab character. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line contains a tab character. 77
Error Comment matches to-do format 'TODO:'. 79
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 81
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 86
Error Missing a Javadoc comment. 86
Error Line contains a tab character. 87
Error '{' should be on the previous line. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 90
Error 'if' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line contains a tab character. 91
Error '{' should be on the previous line. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line is longer than 80 characters. 93
Error Line contains a tab character. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error Line is longer than 80 characters. 95
Error Line contains a tab character. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line is longer than 80 characters. 96
Error Line contains a tab character. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line is longer than 80 characters. 98
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error 'if' is not followed by whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line contains a tab character. 100
Error '{' should be on the previous line. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error '}' should be on the same line. 102
Error Line contains a tab character. 103
Error 'if' is not followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line contains a tab character. 104
Error '{' should be on the previous line. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error 'if' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line contains a tab character. 109
Error '{' should be on the previous line. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line contains a tab character. 116
Error Missing a Javadoc comment. 116
Error Line contains a tab character. 117
Error '{' should be on the previous line. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 120
Error 'if' is not followed by whitespace. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line contains a tab character. 121
Error '{' should be on the previous line. 121
Error Line contains a tab character. 122
Error Line is longer than 80 characters. 123
Error Line contains a tab character. 123
Error Line is longer than 80 characters. 124
Error Line contains a tab character. 124
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 131
Error Missing a Javadoc comment. 131
Error Line contains a tab character. 132
Error '{' should be on the previous line. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 136
Error 'if' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error ')' is preceded with whitespace. 136
Error Line contains a tab character. 137
Error '{' should be on the previous line. 137
Error Line is longer than 80 characters. 138
Error Line contains a tab character. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line is longer than 80 characters. 139
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error 'if' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line contains a tab character. 141
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 142
Error Line contains a tab character. 142
Error '(' is followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error ')' is preceded with whitespace. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error 'if' is not followed by whitespace. 145
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 Line contains a tab character. 146
Error '{' should be on the previous line. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error 'if' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error '3' is a magic number. 148
Error ')' is preceded with whitespace. 148
Error Line contains a tab character. 149
Error '{' should be on the previous line. 149
Error Line is longer than 80 characters. 150
Error Line contains a tab character. 150
Error '(' is followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error '3' is a magic number. 150
Error ')' is preceded with whitespace. 150
Error ')' is preceded with whitespace. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 154
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 159
Error Missing a Javadoc comment. 159
Error Line contains a tab character. 160
Error '{' should be on the previous line. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 163
Error 'if' is not followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line contains a tab character. 164
Error '{' should be on the previous line. 164
Error Line contains a tab character. 165
Error 'if' is not followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error '3' is a magic number. 165
Error ')' is preceded with whitespace. 165
Error Line contains a tab character. 166
Error '{' should be on the previous line. 166
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 167
Error '(' is followed by whitespace. 167
Error '(' is followed by whitespace. 167
Error '3' is a magic number. 167
Error ')' is preceded with whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 171
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 176
Error Missing a Javadoc comment. 176
Error Line contains a tab character. 177
Error '{' should be on the previous line. 177
Error Line contains a tab character. 178
Error Line is longer than 80 characters. 180
Error Line contains a tab character. 180
Error 'if' is not followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error ')' is preceded with whitespace. 180
Error Line contains a tab character. 181
Error '{' should be on the previous line. 181
Error Line is longer than 80 characters. 182
Error Line contains a tab character. 182
Error '(' is followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error '3' is a magic number. 182
Error ')' is preceded with whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line contains a tab character. 183
Error '}' should be on the same line. 183
Error Line contains a tab character. 184
Error 'if' is not followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error ')' is preceded with whitespace. 184
Error Line contains a tab character. 185
Error '{' should be on the previous line. 185
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error '(' is followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error ')' is preceded with whitespace. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 191
Error Missing a Javadoc comment. 191
Error Line contains a tab character. 192
Error '{' should be on the previous line. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 195
Error 'if' is not followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error Line contains a tab character. 196
Error '{' should be on the previous line. 196
Error Line is longer than 80 characters. 197
Error Line contains a tab character. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error '}' should be on the same line. 200
Error Line contains a tab character. 201
Error 'if' is not followed by whitespace. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line contains a tab character. 202
Error '{' should be on the previous line. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 208
Error Missing a Javadoc comment. 208
Error Line contains a tab character. 209
Error '{' should be on the previous line. 209
Error Line contains a tab character. 210
Error 'for' is not followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Line contains a tab character. 211
Error '{' should be on the previous line. 211
Error Line contains a tab character. 212
Error 'if' is not followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error ')' is preceded with whitespace. 212
Error ')' is preceded with whitespace. 212
Error Line contains a tab character. 213
Error '{' should be on the previous line. 213
Error Line contains a tab character. 214
Error '(' is followed by whitespace. 214
Error ')' is preceded with whitespace. 214
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error First sentence should end with a period. 220
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Line contains a tab character. 225
Error Redundant 'final' modifier. 225
Error '(' is followed by whitespace. 225
Error Parameter returnType should be final. 225
Error ')' is preceded with whitespace. 225
Error Line contains a tab character. 226
Error '{' should be on the previous line. 226
Error Line contains a tab character. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error Line contains a tab character. 228
Error First sentence should end with a period. 230
Error Line contains a tab character. 230
Error Line contains a tab character. 231
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error Line contains a tab character. 234
Error Line contains a tab character. 235
Error Redundant 'final' modifier. 235
Error '(' is followed by whitespace. 235
Error Parameter d should be final. 235
Error ')' is preceded with whitespace. 235
Error Line contains a tab character. 236
Error '{' should be on the previous line. 236
Error Line contains a tab character. 237
Error '(' is followed by whitespace. 237
Error ')' is preceded with whitespace. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 240
Error Line is longer than 80 characters. 241
Error Line contains a tab character. 241
Error Line is longer than 80 characters. 242
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error Expected an @return tag. 248
Error Line contains a tab character. 248
Error '(' is followed by whitespace. 248
Error Parameter o should be final. 248
Error Expected @param tag for 'o'. 248
Error ')' is preceded with whitespace. 248
Error Line contains a tab character. 249
Error '{' should be on the previous line. 249
Error Line contains a tab character. 250
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error Line is longer than 80 characters. 252
Error Line contains a tab character. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 255
Error Missing a Javadoc comment. 255
Error Line contains a tab character. 256
Error '{' should be on the previous line. 256
Error Line contains a tab character. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 260
Error Missing a Javadoc comment. 260
Error Line contains a tab character. 261
Error '{' should be on the previous line. 261
Error Line is longer than 80 characters. 262
Error Line contains a tab character. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 265
Error Missing a Javadoc comment. 265
Error Line contains a tab character. 266
Error '{' should be on the previous line. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 270
Error Missing a Javadoc comment. 270
Error Line contains a tab character. 271
Error '{' should be on the previous line. 271
Error Line contains a tab character. 272
Error 'if' is not followed by whitespace. 272
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error Line contains a tab character. 273
Error '{' should be on the previous line. 273
Error Line contains a tab character. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error Line contains a tab character. 279
Error Missing a Javadoc comment. 279
Error Line contains a tab character. 280
Error '{' should be on the previous line. 280
Error Line contains a tab character. 281
Error 'if' is not followed by whitespace. 281
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Line contains a tab character. 282
Error '{' should be on the previous line. 282
Error Line is longer than 80 characters. 283
Error Line contains a tab character. 283
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error Line contains a tab character. 284
Error Line contains a tab character. 285
Error Line contains a tab character. 286
Error First sentence should end with a period. 288
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error '(' is followed by whitespace. 294
Error Parameter modifiers should be final. 294
Error Expected @param tag for 'modifiers'. 294
Error ')' is preceded with whitespace. 294
Error Line contains a tab character. 295
Error '{' should be on the previous line. 295
Error Line contains a tab character. 296
Error Line contains a tab character. 298
Error 'if' is not followed by whitespace. 298
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error Line contains a tab character. 299
Error '{' should be on the previous line. 299
Error Line contains a tab character. 300
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error Line contains a tab character. 301
Error 'if' is not followed by whitespace. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error Line contains a tab character. 302
Error '{' should be on the previous line. 302
Error Line contains a tab character. 303
Error '(' is followed by whitespace. 303
Error ')' is preceded with whitespace. 303
Error Line contains a tab character. 304
Error Line contains a tab character. 305
Error '}' should be on the same line. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error '{' should be on the previous line. 307
Error Line contains a tab character. 308
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error Line contains a tab character. 311
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error Line contains a tab character. 312
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error Line contains a tab character. 313
Error '(' is followed by whitespace. 313
Error '(' is followed by whitespace. 313
Error ')' is preceded with whitespace. 313
Error ')' is preceded with whitespace. 313
Error Line contains a tab character. 314
Error Line contains a tab character. 315

xjavadoc/Named.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 7
Error '{' should be on the previous line. 14
Error First sentence should end with a period. 15
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20

xjavadoc/Node.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Missing a Javadoc comment. 9
Error Redundant 'public' modifier. 13
Error Redundant 'public' modifier. 17
Error Redundant 'public' modifier. 21
Error Expected @param tag for 'n'. 21
Error Missing a Javadoc comment. 22
Error Redundant 'public' modifier. 22
Error Redundant 'public' modifier. 26
Error Expected @param tag for 'n'. 26
Error Expected @param tag for 'i'. 26
Error Expected an @return tag. 30
Error Redundant 'public' modifier. 30
Error Expected @param tag for 'i'. 30
Error Expected an @return tag. 33
Error Redundant 'public' modifier. 33

xjavadoc/NodeParser.java

ErrorLine
Error File length is 10,138 lines (max allowed is 2,000). 1
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Unused import - java.io.InputStream. 6
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error ',' is not followed by whitespace. 9
Error '{' is not followed by whitespace. 9
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Variable 'jjtree' must be private and have accessor methods. 10
Error ';' is not followed by whitespace. 10
Error Missing a Javadoc comment. 10
Error Name '_xJavaDoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Error Missing a Javadoc comment. 11
Error Name '_tagFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Missing a Javadoc comment. 13
Error Name '_packageName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error Missing a Javadoc comment. 15
Error Name '_sourceClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error Missing a Javadoc comment. 16
Error Name '_sourceClassStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Missing a Javadoc comment. 20
Error Name '_hasParsedMain' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Redundant 'final' modifier. 23
Error Parameter element should be final. 23
Error Parameter token should be final. 23
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Missing a Javadoc comment. 28
Error Redundant 'final' modifier. 28
Error 'if' is not followed by whitespace. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Missing a Javadoc comment. 34
Error Name '_nameBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Variable 'type' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 38
Error Variable 'name' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'dimension' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 41
Error Name '_parameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 44
Error Name '_nameToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error First sentence should end with a period. 46
Error Line is longer than 80 characters. 47
Error Expected an @return tag. 49
Error 'if' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line is longer than 80 characters. 55
Error 'if' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error First sentence should end with a period. 71
Error Line is longer than 80 characters. 72
Error 'if' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Missing a Javadoc comment. 83
Error 'cast' is not followed by whitespace. 84
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89
Error '(' is followed by whitespace. 94
Error Parameter xJavaDoc should be final. 94
Error Expected @param tag for 'xJavaDoc'. 94
Error Parameter tagFactory should be final. 94
Error Expected @param tag for 'tagFactory'. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 101
Error Method 'populate' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter sourceClass should be final. 110
Error Expected @param tag for 'sourceClass'. 110
Error Expected @throws tag for 'ParseException'. 111
Error '{' should be on the previous line. 112
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '}' should be on the same line. 131
Error '{' should be on the previous line. 133
Error '}' should be on the same line. 136
Error '{' should be on the previous line. 138
Error Line is longer than 80 characters. 150
Error Missing a Javadoc comment. 150
Error 'public' modifier out of order with the JLS suggestions. 150
Error Name 'CompilationUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
Error Parameter sourceClass should be final. 150
Error Empty statement. 162
Error Empty statement. 168
Error Empty statement. 186
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error 'if' is not followed by whitespace. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error 'if' construct must use '{}'s. 202
Error Line is longer than 80 characters. 202
Error Avoid nested blocks. 202
Error 'if' is not preceded with whitespace. 202
Error '{' is not followed by whitespace. 202
Error ';' is not followed by whitespace. 202
Error '}' is not preceded with whitespace. 202
Error 'if' construct must use '{}'s. 212
Error Avoid nested blocks. 212
Error 'if' is not preceded with whitespace. 212
Error '{' is not followed by whitespace. 212
Error 'cast' is not followed by whitespace. 212
Error ';' is not followed by whitespace. 212
Error '}' is not preceded with whitespace. 212
Error 'if' construct must use '{}'s. 215
Error Avoid nested blocks. 215
Error 'if' is not preceded with whitespace. 215
Error '{' is not followed by whitespace. 215
Error 'cast' is not followed by whitespace. 215
Error ';' is not followed by whitespace. 215
Error '}' is not preceded with whitespace. 215
Error 'if' construct must use '{}'s. 217
Error Avoid nested blocks. 217
Error 'if' is not preceded with whitespace. 217
Error '{' is not followed by whitespace. 217
Error 'cast' is not followed by whitespace. 217
Error ';' is not followed by whitespace. 217
Error '}' is not preceded with whitespace. 217
Error Missing a Javadoc comment. 225
Error 'public' modifier out of order with the JLS suggestions. 225
Error Name 'PackageDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 225
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error 'if' construct must use '{}'s. 245
Error Avoid nested blocks. 245
Error 'if' is not preceded with whitespace. 245
Error '{' is not followed by whitespace. 245
Error 'cast' is not followed by whitespace. 245
Error ';' is not followed by whitespace. 245
Error '}' is not preceded with whitespace. 245
Error 'if' construct must use '{}'s. 248
Error Avoid nested blocks. 248
Error 'if' is not preceded with whitespace. 248
Error '{' is not followed by whitespace. 248
Error 'cast' is not followed by whitespace. 248
Error ';' is not followed by whitespace. 248
Error '}' is not preceded with whitespace. 248
Error 'if' construct must use '{}'s. 250
Error Avoid nested blocks. 250
Error 'if' is not preceded with whitespace. 250
Error '{' is not followed by whitespace. 250
Error 'cast' is not followed by whitespace. 250
Error ';' is not followed by whitespace. 250
Error '}' is not preceded with whitespace. 250
Error Missing a Javadoc comment. 258
Error 'public' modifier out of order with the JLS suggestions. 258
Error Name 'ImportDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 258
Error ';' is not followed by whitespace. 262
Error '3' is a magic number. 274
Error Empty statement. 275
Error 'if' is not followed by whitespace. 280
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error 'if' construct must use '{}'s. 293
Error Avoid nested blocks. 293
Error 'if' is not preceded with whitespace. 293
Error '{' is not followed by whitespace. 293
Error 'cast' is not followed by whitespace. 293
Error ';' is not followed by whitespace. 293
Error '}' is not preceded with whitespace. 293
Error 'if' construct must use '{}'s. 296
Error Avoid nested blocks. 296
Error 'if' is not preceded with whitespace. 296
Error '{' is not followed by whitespace. 296
Error 'cast' is not followed by whitespace. 296
Error ';' is not followed by whitespace. 296
Error '}' is not preceded with whitespace. 296
Error 'if' construct must use '{}'s. 298
Error Avoid nested blocks. 298
Error 'if' is not preceded with whitespace. 298
Error '{' is not followed by whitespace. 298
Error 'cast' is not followed by whitespace. 298
Error ';' is not followed by whitespace. 298
Error '}' is not preceded with whitespace. 298
Error Missing a Javadoc comment. 306
Error 'public' modifier out of order with the JLS suggestions. 306
Error Name 'TypeDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 306
Error '2147483647' is a magic number. 312
Error '4' is a magic number. 332
Error 'if' construct must use '{}'s. 345
Error Avoid nested blocks. 345
Error 'if' is not preceded with whitespace. 345
Error '{' is not followed by whitespace. 345
Error 'cast' is not followed by whitespace. 345
Error ';' is not followed by whitespace. 345
Error '}' is not preceded with whitespace. 345
Error 'if' construct must use '{}'s. 348
Error Avoid nested blocks. 348
Error 'if' is not preceded with whitespace. 348
Error '{' is not followed by whitespace. 348
Error 'cast' is not followed by whitespace. 348
Error ';' is not followed by whitespace. 348
Error '}' is not preceded with whitespace. 348
Error 'if' construct must use '{}'s. 350
Error Avoid nested blocks. 350
Error 'if' is not preceded with whitespace. 350
Error '{' is not followed by whitespace. 350
Error 'cast' is not followed by whitespace. 350
Error ';' is not followed by whitespace. 350
Error '}' is not preceded with whitespace. 350
Error Missing a Javadoc comment. 367
Error 'public' modifier out of order with the JLS suggestions. 367
Error Name 'ClassDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 367
Error ';' is not followed by whitespace. 371
Error Empty statement. 381
Error '5' is a magic number. 384
Error '(' is followed by whitespace. 391
Error ')' is preceded with whitespace. 391
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error '(' is followed by whitespace. 401
Error ')' is preceded with whitespace. 401
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error '6' is a magic number. 409
Error 'if' construct must use '{}'s. 426
Error Avoid nested blocks. 426
Error 'if' is not preceded with whitespace. 426
Error '{' is not followed by whitespace. 426
Error 'cast' is not followed by whitespace. 426
Error ';' is not followed by whitespace. 426
Error '}' is not preceded with whitespace. 426
Error 'if' construct must use '{}'s. 429
Error Avoid nested blocks. 429
Error 'if' is not preceded with whitespace. 429
Error '{' is not followed by whitespace. 429
Error 'cast' is not followed by whitespace. 429
Error ';' is not followed by whitespace. 429
Error '}' is not preceded with whitespace. 429
Error 'if' construct must use '{}'s. 431
Error Avoid nested blocks. 431
Error 'if' is not preceded with whitespace. 431
Error '{' is not followed by whitespace. 431
Error 'cast' is not followed by whitespace. 431
Error ';' is not followed by whitespace. 431
Error '}' is not preceded with whitespace. 431
Error Missing a Javadoc comment. 439
Error 'public' modifier out of order with the JLS suggestions. 439
Error Name 'UnmodifiedClassDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 439
Error ';' is not followed by whitespace. 443
Error 'if' is not followed by whitespace. 451
Error '!=' is not preceded with whitespace. 451
Error '!=' is not followed by whitespace. 451
Error '(' is followed by whitespace. 452
Error ')' is preceded with whitespace. 452
Error '(' is followed by whitespace. 453
Error ')' is preceded with whitespace. 453
Error 'if' is not followed by whitespace. 456
Error '(' is followed by whitespace. 458
Error ')' is preceded with whitespace. 458
Error '(' is followed by whitespace. 459
Error ')' is preceded with whitespace. 459
Error Line is longer than 80 characters. 461
Error ',' is not followed by whitespace. 461
Error '(' is followed by whitespace. 462
Error ')' is preceded with whitespace. 462
Error '(' is followed by whitespace. 463
Error ')' is preceded with whitespace. 463
Error '7' is a magic number. 475
Error Empty statement. 476
Error '8' is a magic number. 484
Error Empty statement. 485
Error 'if' is not followed by whitespace. 490
Error '(' is followed by whitespace. 490
Error ')' is preceded with whitespace. 490
Error 'if' construct must use '{}'s. 503
Error Avoid nested blocks. 503
Error 'if' is not preceded with whitespace. 503
Error '{' is not followed by whitespace. 503
Error 'cast' is not followed by whitespace. 503
Error ';' is not followed by whitespace. 503
Error '}' is not preceded with whitespace. 503
Error 'if' construct must use '{}'s. 506
Error Avoid nested blocks. 506
Error 'if' is not preceded with whitespace. 506
Error '{' is not followed by whitespace. 506
Error 'cast' is not followed by whitespace. 506
Error ';' is not followed by whitespace. 506
Error '}' is not preceded with whitespace. 506
Error 'if' construct must use '{}'s. 508
Error Avoid nested blocks. 508
Error 'if' is not preceded with whitespace. 508
Error '{' is not followed by whitespace. 508
Error 'cast' is not followed by whitespace. 508
Error ';' is not followed by whitespace. 508
Error '}' is not preceded with whitespace. 508
Error Missing a Javadoc comment. 516
Error 'public' modifier out of order with the JLS suggestions. 516
Error Name 'ClassBody' must match pattern '^[a-z][a-zA-Z0-9]*$'. 516
Error Empty statement. 550
Error '9' is a magic number. 553
Error 'if' construct must use '{}'s. 567
Error Avoid nested blocks. 567
Error 'if' is not preceded with whitespace. 567
Error '{' is not followed by whitespace. 567
Error 'cast' is not followed by whitespace. 567
Error ';' is not followed by whitespace. 567
Error '}' is not preceded with whitespace. 567
Error 'if' construct must use '{}'s. 570
Error Avoid nested blocks. 570
Error 'if' is not preceded with whitespace. 570
Error '{' is not followed by whitespace. 570
Error 'cast' is not followed by whitespace. 570
Error ';' is not followed by whitespace. 570
Error '}' is not preceded with whitespace. 570
Error 'if' construct must use '{}'s. 572
Error Avoid nested blocks. 572
Error 'if' is not preceded with whitespace. 572
Error '{' is not followed by whitespace. 572
Error 'cast' is not followed by whitespace. 572
Error ';' is not followed by whitespace. 572
Error '}' is not preceded with whitespace. 572
Error Missing a Javadoc comment. 580
Error 'public' modifier out of order with the JLS suggestions. 580
Error Name 'NestedClassDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 580
Error ';' is not followed by whitespace. 584
Error Empty statement. 597
Error '10' is a magic number. 600
Error '(' is followed by whitespace. 606
Error ')' is preceded with whitespace. 606
Error '(' is followed by whitespace. 607
Error ')' is preceded with whitespace. 607
Error '(' is followed by whitespace. 611
Error ')' is preceded with whitespace. 611
Error '(' is followed by whitespace. 612
Error ')' is preceded with whitespace. 612
Error '(' is followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error '(' is followed by whitespace. 617
Error ')' is preceded with whitespace. 617
Error '(' is followed by whitespace. 621
Error ')' is preceded with whitespace. 621
Error '(' is followed by whitespace. 622
Error ')' is preceded with whitespace. 622
Error '(' is followed by whitespace. 626
Error ')' is preceded with whitespace. 626
Error '(' is followed by whitespace. 627
Error ')' is preceded with whitespace. 627
Error '(' is followed by whitespace. 631
Error ')' is preceded with whitespace. 631
Error '(' is followed by whitespace. 632
Error ')' is preceded with whitespace. 632
Error '(' is followed by whitespace. 636
Error ')' is preceded with whitespace. 636
Error '(' is followed by whitespace. 637
Error ')' is preceded with whitespace. 637
Error '11' is a magic number. 640
Error 'if' construct must use '{}'s. 657
Error Avoid nested blocks. 657
Error 'if' is not preceded with whitespace. 657
Error '{' is not followed by whitespace. 657
Error 'cast' is not followed by whitespace. 657
Error ';' is not followed by whitespace. 657
Error '}' is not preceded with whitespace. 657
Error 'if' construct must use '{}'s. 660
Error Avoid nested blocks. 660
Error 'if' is not preceded with whitespace. 660
Error '{' is not followed by whitespace. 660
Error 'cast' is not followed by whitespace. 660
Error ';' is not followed by whitespace. 660
Error '}' is not preceded with whitespace. 660
Error 'if' construct must use '{}'s. 662
Error Avoid nested blocks. 662
Error 'if' is not preceded with whitespace. 662
Error '{' is not followed by whitespace. 662
Error 'cast' is not followed by whitespace. 662
Error ';' is not followed by whitespace. 662
Error '}' is not preceded with whitespace. 662
Error Missing a Javadoc comment. 670
Error 'public' modifier out of order with the JLS suggestions. 670
Error Name 'ClassBodyDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 670
Error ';' is not followed by whitespace. 674
Error '2147483647' is a magic number. 678
Error '2147483647' is a magic number. 680
Error '2147483647' is a magic number. 682
Error '2147483647' is a magic number. 684
Error '12' is a magic number. 707
Error 'if' construct must use '{}'s. 720
Error Avoid nested blocks. 720
Error 'if' is not preceded with whitespace. 720
Error '{' is not followed by whitespace. 720
Error 'cast' is not followed by whitespace. 720
Error ';' is not followed by whitespace. 720
Error '}' is not preceded with whitespace. 720
Error 'if' construct must use '{}'s. 723
Error Avoid nested blocks. 723
Error 'if' is not preceded with whitespace. 723
Error '{' is not followed by whitespace. 723
Error 'cast' is not followed by whitespace. 723
Error ';' is not followed by whitespace. 723
Error '}' is not preceded with whitespace. 723
Error 'if' construct must use '{}'s. 725
Error Avoid nested blocks. 725
Error 'if' is not preceded with whitespace. 725
Error '{' is not followed by whitespace. 725
Error 'cast' is not followed by whitespace. 725
Error ';' is not followed by whitespace. 725
Error '}' is not preceded with whitespace. 725
Error Missing a Javadoc comment. 734
Error 'public' modifier out of order with the JLS suggestions. 734
Error Name 'MethodDeclarationLookahead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 734
Error Empty statement. 752
Error '13' is a magic number. 755
Error '14' is a magic number. 787
Error 'if' construct must use '{}'s. 803
Error Avoid nested blocks. 803
Error 'if' is not preceded with whitespace. 803
Error '{' is not followed by whitespace. 803
Error 'cast' is not followed by whitespace. 803
Error ';' is not followed by whitespace. 803
Error '}' is not preceded with whitespace. 803
Error 'if' construct must use '{}'s. 806
Error Avoid nested blocks. 806
Error 'if' is not preceded with whitespace. 806
Error '{' is not followed by whitespace. 806
Error 'cast' is not followed by whitespace. 806
Error ';' is not followed by whitespace. 806
Error '}' is not preceded with whitespace. 806
Error 'if' construct must use '{}'s. 808
Error Avoid nested blocks. 808
Error 'if' is not preceded with whitespace. 808
Error '{' is not followed by whitespace. 808
Error 'cast' is not followed by whitespace. 808
Error ';' is not followed by whitespace. 808
Error '}' is not preceded with whitespace. 808
Error Missing a Javadoc comment. 816
Error 'public' modifier out of order with the JLS suggestions. 816
Error Name 'InterfaceDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 816
Error ';' is not followed by whitespace. 820
Error Empty statement. 829
Error '15' is a magic number. 832
Error '(' is followed by whitespace. 838
Error ')' is preceded with whitespace. 838
Error '(' is followed by whitespace. 839
Error ')' is preceded with whitespace. 839
Error '(' is followed by whitespace. 843
Error ')' is preceded with whitespace. 843
Error '(' is followed by whitespace. 844
Error ')' is preceded with whitespace. 844
Error '(' is followed by whitespace. 848
Error ')' is preceded with whitespace. 848
Error '(' is followed by whitespace. 849
Error ')' is preceded with whitespace. 849
Error '16' is a magic number. 852
Error 'if' construct must use '{}'s. 869
Error Avoid nested blocks. 869
Error 'if' is not preceded with whitespace. 869
Error '{' is not followed by whitespace. 869
Error 'cast' is not followed by whitespace. 869
Error ';' is not followed by whitespace. 869
Error '}' is not preceded with whitespace. 869
Error 'if' construct must use '{}'s. 872
Error Avoid nested blocks. 872
Error 'if' is not preceded with whitespace. 872
Error '{' is not followed by whitespace. 872
Error 'cast' is not followed by whitespace. 872
Error ';' is not followed by whitespace. 872
Error '}' is not preceded with whitespace. 872
Error 'if' construct must use '{}'s. 874
Error Avoid nested blocks. 874
Error 'if' is not preceded with whitespace. 874
Error '{' is not followed by whitespace. 874
Error 'cast' is not followed by whitespace. 874
Error ';' is not followed by whitespace. 874
Error '}' is not preceded with whitespace. 874
Error Missing a Javadoc comment. 882
Error 'public' modifier out of order with the JLS suggestions. 882
Error Name 'NestedInterfaceDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 882
Error ';' is not followed by whitespace. 886
Error Empty statement. 899
Error '17' is a magic number. 902
Error '(' is followed by whitespace. 908
Error ')' is preceded with whitespace. 908
Error '(' is followed by whitespace. 909
Error ')' is preceded with whitespace. 909
Error '(' is followed by whitespace. 913
Error ')' is preceded with whitespace. 913
Error '(' is followed by whitespace. 914
Error ')' is preceded with whitespace. 914
Error '(' is followed by whitespace. 918
Error ')' is preceded with whitespace. 918
Error '(' is followed by whitespace. 919
Error ')' is preceded with whitespace. 919
Error '(' is followed by whitespace. 923
Error ')' is preceded with whitespace. 923
Error '(' is followed by whitespace. 924
Error ')' is preceded with whitespace. 924
Error '(' is followed by whitespace. 928
Error ')' is preceded with whitespace. 928
Error '(' is followed by whitespace. 929
Error ')' is preceded with whitespace. 929
Error '(' is followed by whitespace. 933
Error ')' is preceded with whitespace. 933
Error '(' is followed by whitespace. 934
Error ')' is preceded with whitespace. 934
Error '(' is followed by whitespace. 938
Error ')' is preceded with whitespace. 938
Error '(' is followed by whitespace. 939
Error ')' is preceded with whitespace. 939
Error '18' is a magic number. 942
Error 'if' construct must use '{}'s. 959
Error Avoid nested blocks. 959
Error 'if' is not preceded with whitespace. 959
Error '{' is not followed by whitespace. 959
Error 'cast' is not followed by whitespace. 959
Error ';' is not followed by whitespace. 959
Error '}' is not preceded with whitespace. 959
Error 'if' construct must use '{}'s. 962
Error Avoid nested blocks. 962
Error 'if' is not preceded with whitespace. 962
Error '{' is not followed by whitespace. 962
Error 'cast' is not followed by whitespace. 962
Error ';' is not followed by whitespace. 962
Error '}' is not preceded with whitespace. 962
Error 'if' construct must use '{}'s. 964
Error Avoid nested blocks. 964
Error 'if' is not preceded with whitespace. 964
Error '{' is not followed by whitespace. 964
Error 'cast' is not followed by whitespace. 964
Error ';' is not followed by whitespace. 964
Error '}' is not preceded with whitespace. 964
Error Missing a Javadoc comment. 972
Error 'public' modifier out of order with the JLS suggestions. 972
Error Name 'UnmodifiedInterfaceDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 972
Error ';' is not followed by whitespace. 976
Error '(' is followed by whitespace. 983
Error ')' is preceded with whitespace. 983
Error 'if' is not followed by whitespace. 985
Error '(' is followed by whitespace. 987
Error ')' is preceded with whitespace. 987
Error '(' is followed by whitespace. 988
Error ')' is preceded with whitespace. 988
Error Line is longer than 80 characters. 990
Error ',' is not followed by whitespace. 990
Error '(' is followed by whitespace. 991
Error ')' is preceded with whitespace. 991
Error '(' is followed by whitespace. 992
Error ')' is preceded with whitespace. 992
Error '(' is followed by whitespace. 996
Error ')' is preceded with whitespace. 996
Error ',' is not followed by whitespace. 997
Error '19' is a magic number. 1004
Error Empty statement. 1005
Error Empty statement. 1034
Error '20' is a magic number. 1037
Error 'if' is not followed by whitespace. 1045
Error 'if' construct must use '{}'s. 1056
Error Avoid nested blocks. 1056
Error 'if' is not preceded with whitespace. 1056
Error '{' is not followed by whitespace. 1056
Error 'cast' is not followed by whitespace. 1056
Error ';' is not followed by whitespace. 1056
Error '}' is not preceded with whitespace. 1056
Error 'if' construct must use '{}'s. 1059
Error Avoid nested blocks. 1059
Error 'if' is not preceded with whitespace. 1059
Error '{' is not followed by whitespace. 1059
Error 'cast' is not followed by whitespace. 1059
Error ';' is not followed by whitespace. 1059
Error '}' is not preceded with whitespace. 1059
Error 'if' construct must use '{}'s. 1061
Error Avoid nested blocks. 1061
Error 'if' is not preceded with whitespace. 1061
Error '{' is not followed by whitespace. 1061
Error 'cast' is not followed by whitespace. 1061
Error ';' is not followed by whitespace. 1061
Error '}' is not preceded with whitespace. 1061
Error Missing a Javadoc comment. 1069
Error 'public' modifier out of order with the JLS suggestions. 1069
Error Name 'InterfaceMemberDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1069
Error '2147483647' is a magic number. 1075
Error '2147483647' is a magic number. 1077
Error '2147483647' is a magic number. 1079
Error '21' is a magic number. 1102
Error 'if' construct must use '{}'s. 1115
Error Avoid nested blocks. 1115
Error 'if' is not preceded with whitespace. 1115
Error '{' is not followed by whitespace. 1115
Error 'cast' is not followed by whitespace. 1115
Error ';' is not followed by whitespace. 1115
Error '}' is not preceded with whitespace. 1115
Error 'if' construct must use '{}'s. 1118
Error Avoid nested blocks. 1118
Error 'if' is not preceded with whitespace. 1118
Error '{' is not followed by whitespace. 1118
Error 'cast' is not followed by whitespace. 1118
Error ';' is not followed by whitespace. 1118
Error '}' is not preceded with whitespace. 1118
Error 'if' construct must use '{}'s. 1120
Error Avoid nested blocks. 1120
Error 'if' is not preceded with whitespace. 1120
Error '{' is not followed by whitespace. 1120
Error 'cast' is not followed by whitespace. 1120
Error ';' is not followed by whitespace. 1120
Error '}' is not preceded with whitespace. 1120
Error Missing a Javadoc comment. 1128
Error 'public' modifier out of order with the JLS suggestions. 1128
Error Name 'FieldDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1128
Error ';' is not followed by whitespace. 1132
Error Empty statement. 1155
Error '22' is a magic number. 1158
Error '(' is followed by whitespace. 1164
Error ')' is preceded with whitespace. 1164
Error ',' is not followed by whitespace. 1165
Error '(' is followed by whitespace. 1169
Error ')' is preceded with whitespace. 1169
Error ',' is not followed by whitespace. 1170
Error '(' is followed by whitespace. 1174
Error ')' is preceded with whitespace. 1174
Error ',' is not followed by whitespace. 1175
Error '(' is followed by whitespace. 1179
Error ')' is preceded with whitespace. 1179
Error ',' is not followed by whitespace. 1180
Error '(' is followed by whitespace. 1184
Error ')' is preceded with whitespace. 1184
Error ',' is not followed by whitespace. 1185
Error '(' is followed by whitespace. 1189
Error ')' is preceded with whitespace. 1189
Error ',' is not followed by whitespace. 1190
Error '(' is followed by whitespace. 1194
Error ')' is preceded with whitespace. 1194
Error ',' is not followed by whitespace. 1195
Error '23' is a magic number. 1198
Error Empty statement. 1209
Error '24' is a magic number. 1212
Error Line is longer than 80 characters. 1216
Error Line is longer than 80 characters. 1224
Error 'if' construct must use '{}'s. 1234
Error Avoid nested blocks. 1234
Error 'if' is not preceded with whitespace. 1234
Error '{' is not followed by whitespace. 1234
Error 'cast' is not followed by whitespace. 1234
Error ';' is not followed by whitespace. 1234
Error '}' is not preceded with whitespace. 1234
Error 'if' construct must use '{}'s. 1237
Error Avoid nested blocks. 1237
Error 'if' is not preceded with whitespace. 1237
Error '{' is not followed by whitespace. 1237
Error 'cast' is not followed by whitespace. 1237
Error ';' is not followed by whitespace. 1237
Error '}' is not preceded with whitespace. 1237
Error 'if' construct must use '{}'s. 1239
Error Avoid nested blocks. 1239
Error 'if' is not preceded with whitespace. 1239
Error '{' is not followed by whitespace. 1239
Error 'cast' is not followed by whitespace. 1239
Error ';' is not followed by whitespace. 1239
Error '}' is not preceded with whitespace. 1239
Error Missing a Javadoc comment. 1247
Error 'public' modifier out of order with the JLS suggestions. 1247
Error Name 'FieldDeclarator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1247
Error Parameter fieldImpl should be final. 1247
Error '25' is a magic number. 1260
Error Empty statement. 1261
Error 'if' construct must use '{}'s. 1271
Error Avoid nested blocks. 1271
Error 'if' is not preceded with whitespace. 1271
Error '{' is not followed by whitespace. 1271
Error 'cast' is not followed by whitespace. 1271
Error ';' is not followed by whitespace. 1271
Error '}' is not preceded with whitespace. 1271
Error 'if' construct must use '{}'s. 1274
Error Avoid nested blocks. 1274
Error 'if' is not preceded with whitespace. 1274
Error '{' is not followed by whitespace. 1274
Error 'cast' is not followed by whitespace. 1274
Error ';' is not followed by whitespace. 1274
Error '}' is not preceded with whitespace. 1274
Error 'if' construct must use '{}'s. 1276
Error Avoid nested blocks. 1276
Error 'if' is not preceded with whitespace. 1276
Error '{' is not followed by whitespace. 1276
Error 'cast' is not followed by whitespace. 1276
Error ';' is not followed by whitespace. 1276
Error '}' is not preceded with whitespace. 1276
Error Missing a Javadoc comment. 1284
Error 'public' modifier out of order with the JLS suggestions. 1284
Error Name 'VariableDeclarator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1284
Error '26' is a magic number. 1297
Error Empty statement. 1298
Error 'if' construct must use '{}'s. 1308
Error Avoid nested blocks. 1308
Error 'if' is not preceded with whitespace. 1308
Error '{' is not followed by whitespace. 1308
Error 'cast' is not followed by whitespace. 1308
Error ';' is not followed by whitespace. 1308
Error '}' is not preceded with whitespace. 1308
Error 'if' construct must use '{}'s. 1311
Error Avoid nested blocks. 1311
Error 'if' is not preceded with whitespace. 1311
Error '{' is not followed by whitespace. 1311
Error 'cast' is not followed by whitespace. 1311
Error ';' is not followed by whitespace. 1311
Error '}' is not preceded with whitespace. 1311
Error 'if' construct must use '{}'s. 1313
Error Avoid nested blocks. 1313
Error 'if' is not preceded with whitespace. 1313
Error '{' is not followed by whitespace. 1313
Error 'cast' is not followed by whitespace. 1313
Error ';' is not followed by whitespace. 1313
Error '}' is not preceded with whitespace. 1313
Error Line is longer than 80 characters. 1321
Error Missing a Javadoc comment. 1321
Error 'public' modifier out of order with the JLS suggestions. 1321
Error Name 'Field_VariableDeclaratorId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1321
Error Parameter fieldImpl should be final. 1321
Error ';' is not followed by whitespace. 1325
Error Empty statement. 1332
Error '27' is a magic number. 1335
Error Line is longer than 80 characters. 1340
Error '(' is followed by whitespace. 1344
Error ')' is preceded with whitespace. 1344
Error Missing a Javadoc comment. 1352
Error 'public' modifier out of order with the JLS suggestions. 1352
Error Name 'Parameter_VariableDeclaratorId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1352
Error ';' is not followed by whitespace. 1356
Error Empty statement. 1363
Error '28' is a magic number. 1366
Error Missing a Javadoc comment. 1383
Error 'public' modifier out of order with the JLS suggestions. 1383
Error Name 'VariableDeclaratorId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1383
Error Empty statement. 1394
Error '29' is a magic number. 1397
Error Missing a Javadoc comment. 1410
Error 'public' modifier out of order with the JLS suggestions. 1410
Error Name 'VariableInitializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1410
Error '30' is a magic number. 1450
Error 'if' construct must use '{}'s. 1462
Error Avoid nested blocks. 1462
Error 'if' is not preceded with whitespace. 1462
Error '{' is not followed by whitespace. 1462
Error 'cast' is not followed by whitespace. 1462
Error ';' is not followed by whitespace. 1462
Error '}' is not preceded with whitespace. 1462
Error 'if' construct must use '{}'s. 1465
Error Avoid nested blocks. 1465
Error 'if' is not preceded with whitespace. 1465
Error '{' is not followed by whitespace. 1465
Error 'cast' is not followed by whitespace. 1465
Error ';' is not followed by whitespace. 1465
Error '}' is not preceded with whitespace. 1465
Error 'if' construct must use '{}'s. 1467
Error Avoid nested blocks. 1467
Error 'if' is not preceded with whitespace. 1467
Error '{' is not followed by whitespace. 1467
Error 'cast' is not followed by whitespace. 1467
Error ';' is not followed by whitespace. 1467
Error '}' is not preceded with whitespace. 1467
Error Missing a Javadoc comment. 1475
Error 'public' modifier out of order with the JLS suggestions. 1475
Error Name 'ArrayInitializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1475
Error Empty statement. 1515
Error '31' is a magic number. 1524
Error Empty statement. 1525
Error '32' is a magic number. 1532
Error Empty statement. 1533
Error 'if' construct must use '{}'s. 1544
Error Avoid nested blocks. 1544
Error 'if' is not preceded with whitespace. 1544
Error '{' is not followed by whitespace. 1544
Error 'cast' is not followed by whitespace. 1544
Error ';' is not followed by whitespace. 1544
Error '}' is not preceded with whitespace. 1544
Error 'if' construct must use '{}'s. 1547
Error Avoid nested blocks. 1547
Error 'if' is not preceded with whitespace. 1547
Error '{' is not followed by whitespace. 1547
Error 'cast' is not followed by whitespace. 1547
Error ';' is not followed by whitespace. 1547
Error '}' is not preceded with whitespace. 1547
Error 'if' construct must use '{}'s. 1549
Error Avoid nested blocks. 1549
Error 'if' is not preceded with whitespace. 1549
Error '{' is not followed by whitespace. 1549
Error 'cast' is not followed by whitespace. 1549
Error ';' is not followed by whitespace. 1549
Error '}' is not preceded with whitespace. 1549
Error Method length is 152 lines (max allowed is 150). 1557
Error Missing a Javadoc comment. 1557
Error 'public' modifier out of order with the JLS suggestions. 1557
Error Name 'MethodDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1557
Error ';' is not followed by whitespace. 1561
Error Line is longer than 80 characters. 1566
Error 'if' is not followed by whitespace. 1569
Error '!=' is not preceded with whitespace. 1569
Error '!=' is not followed by whitespace. 1569
Error Empty statement. 1585
Error '33' is a magic number. 1588
Error 'if' is not followed by whitespace. 1594
Error '!=' is not preceded with whitespace. 1594
Error '!=' is not followed by whitespace. 1594
Error '(' is followed by whitespace. 1595
Error ')' is preceded with whitespace. 1595
Error '(' is followed by whitespace. 1596
Error ')' is preceded with whitespace. 1596
Error 'if' is not followed by whitespace. 1601
Error '!=' is not preceded with whitespace. 1601
Error '!=' is not followed by whitespace. 1601
Error '(' is followed by whitespace. 1602
Error ')' is preceded with whitespace. 1602
Error '(' is followed by whitespace. 1603
Error ')' is preceded with whitespace. 1603
Error 'if' is not followed by whitespace. 1608
Error '!=' is not preceded with whitespace. 1608
Error '!=' is not followed by whitespace. 1608
Error '(' is followed by whitespace. 1609
Error ')' is preceded with whitespace. 1609
Error '(' is followed by whitespace. 1610
Error ')' is preceded with whitespace. 1610
Error 'if' is not followed by whitespace. 1615
Error '!=' is not preceded with whitespace. 1615
Error '!=' is not followed by whitespace. 1615
Error '(' is followed by whitespace. 1616
Error ')' is preceded with whitespace. 1616
Error '(' is followed by whitespace. 1617
Error ')' is preceded with whitespace. 1617
Error 'if' is not followed by whitespace. 1622
Error '!=' is not preceded with whitespace. 1622
Error '!=' is not followed by whitespace. 1622
Error '(' is followed by whitespace. 1623
Error ')' is preceded with whitespace. 1623
Error '(' is followed by whitespace. 1624
Error ')' is preceded with whitespace. 1624
Error 'if' is not followed by whitespace. 1629
Error '!=' is not preceded with whitespace. 1629
Error '!=' is not followed by whitespace. 1629
Error '(' is followed by whitespace. 1630
Error ')' is preceded with whitespace. 1630
Error '(' is followed by whitespace. 1631
Error ')' is preceded with whitespace. 1631
Error 'if' is not followed by whitespace. 1636
Error '!=' is not preceded with whitespace. 1636
Error '!=' is not followed by whitespace. 1636
Error '(' is followed by whitespace. 1637
Error ')' is preceded with whitespace. 1637
Error '(' is followed by whitespace. 1638
Error ')' is preceded with whitespace. 1638
Error 'if' is not followed by whitespace. 1643
Error '!=' is not preceded with whitespace. 1643
Error '!=' is not followed by whitespace. 1643
Error '(' is followed by whitespace. 1644
Error ')' is preceded with whitespace. 1644
Error '(' is followed by whitespace. 1645
Error ')' is preceded with whitespace. 1645
Error 'if' is not followed by whitespace. 1650
Error '!=' is not preceded with whitespace. 1650
Error '!=' is not followed by whitespace. 1650
Error '(' is followed by whitespace. 1651
Error ')' is preceded with whitespace. 1651
Error '(' is followed by whitespace. 1652
Error ')' is preceded with whitespace. 1652
Error '34' is a magic number. 1656
Error '35' is a magic number. 1669
Error Empty statement. 1670
Error '36' is a magic number. 1680
Error 'if' construct must use '{}'s. 1697
Error Avoid nested blocks. 1697
Error 'if' is not preceded with whitespace. 1697
Error '{' is not followed by whitespace. 1697
Error 'cast' is not followed by whitespace. 1697
Error ';' is not followed by whitespace. 1697
Error '}' is not preceded with whitespace. 1697
Error 'if' construct must use '{}'s. 1700
Error Avoid nested blocks. 1700
Error 'if' is not preceded with whitespace. 1700
Error '{' is not followed by whitespace. 1700
Error 'cast' is not followed by whitespace. 1700
Error ';' is not followed by whitespace. 1700
Error '}' is not preceded with whitespace. 1700
Error 'if' construct must use '{}'s. 1702
Error Avoid nested blocks. 1702
Error 'if' is not preceded with whitespace. 1702
Error '{' is not followed by whitespace. 1702
Error 'cast' is not followed by whitespace. 1702
Error ';' is not followed by whitespace. 1702
Error '}' is not preceded with whitespace. 1702
Error Line is longer than 80 characters. 1710
Error Missing a Javadoc comment. 1710
Error 'public' modifier out of order with the JLS suggestions. 1710
Error Name 'MethodDeclarator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1710
Error Parameter methodImpl should be final. 1710
Error ';' is not followed by whitespace. 1714
Error 'if' is not followed by whitespace. 1717
Error '(' is followed by whitespace. 1717
Error ')' is preceded with whitespace. 1717
Error '(' is followed by whitespace. 1718
Error ')' is preceded with whitespace. 1718
Error Empty statement. 1725
Error '37' is a magic number. 1728
Error Line is longer than 80 characters. 1733
Error '(' is followed by whitespace. 1733
Error ')' is preceded with whitespace. 1733
Error 'if' construct must use '{}'s. 1743
Error Avoid nested blocks. 1743
Error 'if' is not preceded with whitespace. 1743
Error '{' is not followed by whitespace. 1743
Error 'cast' is not followed by whitespace. 1743
Error ';' is not followed by whitespace. 1743
Error '}' is not preceded with whitespace. 1743
Error 'if' construct must use '{}'s. 1746
Error Avoid nested blocks. 1746
Error 'if' is not preceded with whitespace. 1746
Error '{' is not followed by whitespace. 1746
Error 'cast' is not followed by whitespace. 1746
Error ';' is not followed by whitespace. 1746
Error '}' is not preceded with whitespace. 1746
Error 'if' construct must use '{}'s. 1748
Error Avoid nested blocks. 1748
Error 'if' is not preceded with whitespace. 1748
Error '{' is not followed by whitespace. 1748
Error 'cast' is not followed by whitespace. 1748
Error ';' is not followed by whitespace. 1748
Error '}' is not preceded with whitespace. 1748
Error Line is longer than 80 characters. 1756
Error Missing a Javadoc comment. 1756
Error 'public' modifier out of order with the JLS suggestions. 1756
Error Name 'FormalParameters' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1756
Error Parameter member should be final. 1756
Error Empty statement. 1779
Error '38' is a magic number. 1782
Error '39' is a magic number. 1790
Error Empty statement. 1791
Error 'if' construct must use '{}'s. 1802
Error Avoid nested blocks. 1802
Error 'if' is not preceded with whitespace. 1802
Error '{' is not followed by whitespace. 1802
Error 'cast' is not followed by whitespace. 1802
Error ';' is not followed by whitespace. 1802
Error '}' is not preceded with whitespace. 1802
Error 'if' construct must use '{}'s. 1805
Error Avoid nested blocks. 1805
Error 'if' is not preceded with whitespace. 1805
Error '{' is not followed by whitespace. 1805
Error 'cast' is not followed by whitespace. 1805
Error ';' is not followed by whitespace. 1805
Error '}' is not preceded with whitespace. 1805
Error 'if' construct must use '{}'s. 1807
Error Avoid nested blocks. 1807
Error 'if' is not preceded with whitespace. 1807
Error '{' is not followed by whitespace. 1807
Error 'cast' is not followed by whitespace. 1807
Error ';' is not followed by whitespace. 1807
Error '}' is not preceded with whitespace. 1807
Error Line is longer than 80 characters. 1815
Error Missing a Javadoc comment. 1815
Error 'public' modifier out of order with the JLS suggestions. 1815
Error Name 'FormalParameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1815
Error Parameter member should be final. 1815
Error ';' is not followed by whitespace. 1819
Error 'if' is not preceded with whitespace. 1819
Error 'if' is not followed by whitespace. 1819
Error '40' is a magic number. 1829
Error Empty statement. 1830
Error 'if' is not followed by whitespace. 1836
Error '(' is followed by whitespace. 1836
Error ')' is preceded with whitespace. 1836
Error Line is longer than 80 characters. 1837
Error 'if' construct must use '{}'s. 1847
Error Avoid nested blocks. 1847
Error 'if' is not preceded with whitespace. 1847
Error '{' is not followed by whitespace. 1847
Error 'cast' is not followed by whitespace. 1847
Error ';' is not followed by whitespace. 1847
Error '}' is not preceded with whitespace. 1847
Error 'if' construct must use '{}'s. 1850
Error Avoid nested blocks. 1850
Error 'if' is not preceded with whitespace. 1850
Error '{' is not followed by whitespace. 1850
Error 'cast' is not followed by whitespace. 1850
Error ';' is not followed by whitespace. 1850
Error '}' is not preceded with whitespace. 1850
Error 'if' construct must use '{}'s. 1852
Error Avoid nested blocks. 1852
Error 'if' is not preceded with whitespace. 1852
Error '{' is not followed by whitespace. 1852
Error 'cast' is not followed by whitespace. 1852
Error ';' is not followed by whitespace. 1852
Error '}' is not preceded with whitespace. 1852
Error Missing a Javadoc comment. 1860
Error 'public' modifier out of order with the JLS suggestions. 1860
Error Name 'ConstructorDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1860
Error ';' is not followed by whitespace. 1864
Error Line is longer than 80 characters. 1866
Error '(' is followed by whitespace. 1875
Error ')' is preceded with whitespace. 1875
Error '(' is followed by whitespace. 1876
Error ')' is preceded with whitespace. 1876
Error '(' is followed by whitespace. 1880
Error ')' is preceded with whitespace. 1880
Error '(' is followed by whitespace. 1881
Error ')' is preceded with whitespace. 1881
Error '(' is followed by whitespace. 1885
Error ')' is preceded with whitespace. 1885
Error '(' is followed by whitespace. 1886
Error ')' is preceded with whitespace. 1886
Error '41' is a magic number. 1889
Error '42' is a magic number. 1895
Error Empty statement. 1896
Error '43' is a magic number. 1906
Error Empty statement. 1907
Error '2147483647' is a magic number. 1910
Error Empty statement. 1913
Error Empty statement. 1958
Error '44' is a magic number. 1961
Error 'if' construct must use '{}'s. 1980
Error Avoid nested blocks. 1980
Error 'if' is not preceded with whitespace. 1980
Error '{' is not followed by whitespace. 1980
Error 'cast' is not followed by whitespace. 1980
Error ';' is not followed by whitespace. 1980
Error '}' is not preceded with whitespace. 1980
Error 'if' construct must use '{}'s. 1983
Error Avoid nested blocks. 1983
Error 'if' is not preceded with whitespace. 1983
Error '{' is not followed by whitespace. 1983
Error 'cast' is not followed by whitespace. 1983
Error ';' is not followed by whitespace. 1983
Error '}' is not preceded with whitespace. 1983
Error 'if' construct must use '{}'s. 1985
Error Avoid nested blocks. 1985
Error 'if' is not preceded with whitespace. 1985
Error '{' is not followed by whitespace. 1985
Error 'cast' is not followed by whitespace. 1985
Error ';' is not followed by whitespace. 1985
Error '}' is not preceded with whitespace. 1985
Error Missing a Javadoc comment. 1993
Error 'public' modifier out of order with the JLS suggestions. 1993
Error Name 'ExplicitConstructorInvocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1993
Error '2147483647' is a magic number. 1999
Error Empty statement. 2030
Error '45' is a magic number. 2037
Error 'if' construct must use '{}'s. 2050
Error Avoid nested blocks. 2050
Error 'if' is not preceded with whitespace. 2050
Error '{' is not followed by whitespace. 2050
Error 'cast' is not followed by whitespace. 2050
Error ';' is not followed by whitespace. 2050
Error '}' is not preceded with whitespace. 2050
Error 'if' construct must use '{}'s. 2053
Error Avoid nested blocks. 2053
Error 'if' is not preceded with whitespace. 2053
Error '{' is not followed by whitespace. 2053
Error 'cast' is not followed by whitespace. 2053
Error ';' is not followed by whitespace. 2053
Error '}' is not preceded with whitespace. 2053
Error 'if' construct must use '{}'s. 2055
Error Avoid nested blocks. 2055
Error 'if' is not preceded with whitespace. 2055
Error '{' is not followed by whitespace. 2055
Error 'cast' is not followed by whitespace. 2055
Error ';' is not followed by whitespace. 2055
Error '}' is not preceded with whitespace. 2055
Error Missing a Javadoc comment. 2063
Error 'public' modifier out of order with the JLS suggestions. 2063
Error Name 'Initializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2063
Error '46' is a magic number. 2074
Error Empty statement. 2075
Error 'if' construct must use '{}'s. 2086
Error Avoid nested blocks. 2086
Error 'if' is not preceded with whitespace. 2086
Error '{' is not followed by whitespace. 2086
Error 'cast' is not followed by whitespace. 2086
Error ';' is not followed by whitespace. 2086
Error '}' is not preceded with whitespace. 2086
Error 'if' construct must use '{}'s. 2089
Error Avoid nested blocks. 2089
Error 'if' is not preceded with whitespace. 2089
Error '{' is not followed by whitespace. 2089
Error 'cast' is not followed by whitespace. 2089
Error ';' is not followed by whitespace. 2089
Error '}' is not preceded with whitespace. 2089
Error 'if' construct must use '{}'s. 2091
Error Avoid nested blocks. 2091
Error 'if' is not preceded with whitespace. 2091
Error '{' is not followed by whitespace. 2091
Error 'cast' is not followed by whitespace. 2091
Error ';' is not followed by whitespace. 2091
Error '}' is not preceded with whitespace. 2091
Error Missing a Javadoc comment. 2102
Error 'public' modifier out of order with the JLS suggestions. 2102
Error Name 'Field_Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2102
Error Parameter fieldImpl should be final. 2102
Error ';' is not followed by whitespace. 2106
Error 'if' is not followed by whitespace. 2119
Error '(' is followed by whitespace. 2119
Error ')' is preceded with whitespace. 2119
Error '(' is followed by whitespace. 2121
Error ')' is preceded with whitespace. 2121
Error 'if' is not followed by whitespace. 2126
Error '(' is followed by whitespace. 2126
Error ')' is preceded with whitespace. 2126
Error '(' is followed by whitespace. 2128
Error ')' is preceded with whitespace. 2128
Error '47' is a magic number. 2132
Error Empty statement. 2140
Error '48' is a magic number. 2143
Error 'if' is not followed by whitespace. 2148
Error '(' is followed by whitespace. 2148
Error ')' is preceded with whitespace. 2148
Error 'if' construct must use '{}'s. 2160
Error Avoid nested blocks. 2160
Error 'if' is not preceded with whitespace. 2160
Error '{' is not followed by whitespace. 2160
Error 'cast' is not followed by whitespace. 2160
Error ';' is not followed by whitespace. 2160
Error '}' is not preceded with whitespace. 2160
Error 'if' construct must use '{}'s. 2163
Error Avoid nested blocks. 2163
Error 'if' is not preceded with whitespace. 2163
Error '{' is not followed by whitespace. 2163
Error 'cast' is not followed by whitespace. 2163
Error ';' is not followed by whitespace. 2163
Error '}' is not preceded with whitespace. 2163
Error 'if' construct must use '{}'s. 2165
Error Avoid nested blocks. 2165
Error 'if' is not preceded with whitespace. 2165
Error '{' is not followed by whitespace. 2165
Error 'cast' is not followed by whitespace. 2165
Error ';' is not followed by whitespace. 2165
Error '}' is not preceded with whitespace. 2165
Error Line is longer than 80 characters. 2173
Error Missing a Javadoc comment. 2173
Error 'public' modifier out of order with the JLS suggestions. 2173
Error Name 'MethodResult_Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2173
Error Parameter methodImpl should be final. 2173
Error ';' is not followed by whitespace. 2177
Error 'if' is not followed by whitespace. 2190
Error '(' is followed by whitespace. 2190
Error ')' is preceded with whitespace. 2190
Error '(' is followed by whitespace. 2192
Error ')' is preceded with whitespace. 2192
Error 'if' is not followed by whitespace. 2197
Error '(' is followed by whitespace. 2197
Error ')' is preceded with whitespace. 2197
Error '(' is followed by whitespace. 2199
Error ')' is preceded with whitespace. 2199
Error '49' is a magic number. 2203
Error Empty statement. 2211
Error '50' is a magic number. 2214
Error 'if' is not followed by whitespace. 2219
Error '(' is followed by whitespace. 2219
Error ')' is preceded with whitespace. 2219
Error Line is longer than 80 characters. 2220
Error 'if' construct must use '{}'s. 2231
Error Avoid nested blocks. 2231
Error 'if' is not preceded with whitespace. 2231
Error '{' is not followed by whitespace. 2231
Error 'cast' is not followed by whitespace. 2231
Error ';' is not followed by whitespace. 2231
Error '}' is not preceded with whitespace. 2231
Error 'if' construct must use '{}'s. 2234
Error Avoid nested blocks. 2234
Error 'if' is not preceded with whitespace. 2234
Error '{' is not followed by whitespace. 2234
Error 'cast' is not followed by whitespace. 2234
Error ';' is not followed by whitespace. 2234
Error '}' is not preceded with whitespace. 2234
Error 'if' construct must use '{}'s. 2236
Error Avoid nested blocks. 2236
Error 'if' is not preceded with whitespace. 2236
Error '{' is not followed by whitespace. 2236
Error 'cast' is not followed by whitespace. 2236
Error ';' is not followed by whitespace. 2236
Error '}' is not preceded with whitespace. 2236
Error Missing a Javadoc comment. 2244
Error 'public' modifier out of order with the JLS suggestions. 2244
Error Name 'Parameter_Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2244
Error ';' is not followed by whitespace. 2248
Error '51' is a magic number. 2268
Error Empty statement. 2276
Error '52' is a magic number. 2279
Error 'if' construct must use '{}'s. 2294
Error Avoid nested blocks. 2294
Error 'if' is not preceded with whitespace. 2294
Error '{' is not followed by whitespace. 2294
Error 'cast' is not followed by whitespace. 2294
Error ';' is not followed by whitespace. 2294
Error '}' is not preceded with whitespace. 2294
Error 'if' construct must use '{}'s. 2297
Error Avoid nested blocks. 2297
Error 'if' is not preceded with whitespace. 2297
Error '{' is not followed by whitespace. 2297
Error 'cast' is not followed by whitespace. 2297
Error ';' is not followed by whitespace. 2297
Error '}' is not preceded with whitespace. 2297
Error 'if' construct must use '{}'s. 2299
Error Avoid nested blocks. 2299
Error 'if' is not preceded with whitespace. 2299
Error '{' is not followed by whitespace. 2299
Error 'cast' is not followed by whitespace. 2299
Error ';' is not followed by whitespace. 2299
Error '}' is not preceded with whitespace. 2299
Error Missing a Javadoc comment. 2307
Error 'public' modifier out of order with the JLS suggestions. 2307
Error Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2307
Error '53' is a magic number. 2328
Error Empty statement. 2336
Error '54' is a magic number. 2339
Error 'if' construct must use '{}'s. 2353
Error Avoid nested blocks. 2353
Error 'if' is not preceded with whitespace. 2353
Error '{' is not followed by whitespace. 2353
Error 'cast' is not followed by whitespace. 2353
Error ';' is not followed by whitespace. 2353
Error '}' is not preceded with whitespace. 2353
Error 'if' construct must use '{}'s. 2356
Error Avoid nested blocks. 2356
Error 'if' is not preceded with whitespace. 2356
Error '{' is not followed by whitespace. 2356
Error 'cast' is not followed by whitespace. 2356
Error ';' is not followed by whitespace. 2356
Error '}' is not preceded with whitespace. 2356
Error 'if' construct must use '{}'s. 2358
Error Avoid nested blocks. 2358
Error 'if' is not preceded with whitespace. 2358
Error '{' is not followed by whitespace. 2358
Error 'cast' is not followed by whitespace. 2358
Error ';' is not followed by whitespace. 2358
Error '}' is not preceded with whitespace. 2358
Error Missing a Javadoc comment. 2366
Error 'public' modifier out of order with the JLS suggestions. 2366
Error Name 'PrimitiveType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2366
Error ';' is not followed by whitespace. 2370
Error 'if' construct must use '{}'s. 2377
Error Avoid nested blocks. 2377
Error 'if' is not preceded with whitespace. 2377
Error '{' is not followed by whitespace. 2377
Error ';' is not followed by whitespace. 2377
Error '}' is not preceded with whitespace. 2377
Error 'if' construct must use '{}'s. 2383
Error Avoid nested blocks. 2383
Error 'if' is not preceded with whitespace. 2383
Error '{' is not followed by whitespace. 2383
Error ';' is not followed by whitespace. 2383
Error '}' is not preceded with whitespace. 2383
Error 'if' construct must use '{}'s. 2389
Error Avoid nested blocks. 2389
Error 'if' is not preceded with whitespace. 2389
Error '{' is not followed by whitespace. 2389
Error ';' is not followed by whitespace. 2389
Error '}' is not preceded with whitespace. 2389
Error 'if' construct must use '{}'s. 2395
Error Avoid nested blocks. 2395
Error 'if' is not preceded with whitespace. 2395
Error '{' is not followed by whitespace. 2395
Error ';' is not followed by whitespace. 2395
Error '}' is not preceded with whitespace. 2395
Error 'if' construct must use '{}'s. 2401
Error Avoid nested blocks. 2401
Error 'if' is not preceded with whitespace. 2401
Error '{' is not followed by whitespace. 2401
Error ';' is not followed by whitespace. 2401
Error '}' is not preceded with whitespace. 2401
Error 'if' construct must use '{}'s. 2407
Error Avoid nested blocks. 2407
Error 'if' is not preceded with whitespace. 2407
Error '{' is not followed by whitespace. 2407
Error ';' is not followed by whitespace. 2407
Error '}' is not preceded with whitespace. 2407
Error 'if' construct must use '{}'s. 2413
Error Avoid nested blocks. 2413
Error 'if' is not preceded with whitespace. 2413
Error '{' is not followed by whitespace. 2413
Error ';' is not followed by whitespace. 2413
Error '}' is not preceded with whitespace. 2413
Error 'if' construct must use '{}'s. 2419
Error Avoid nested blocks. 2419
Error 'if' is not preceded with whitespace. 2419
Error '{' is not followed by whitespace. 2419
Error ';' is not followed by whitespace. 2419
Error '}' is not preceded with whitespace. 2419
Error '55' is a magic number. 2422
Error Missing a Javadoc comment. 2434
Error 'public' modifier out of order with the JLS suggestions. 2434
Error Name 'ResultType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2434
Error Parameter methodImpl should be final. 2434
Error ';' is not followed by whitespace. 2438
Error 'if' is not followed by whitespace. 2445
Error '(' is followed by whitespace. 2445
Error ')' is preceded with whitespace. 2445
Error '(' is followed by whitespace. 2446
Error ')' is preceded with whitespace. 2446
Error '(' is followed by whitespace. 2447
Error ')' is preceded with whitespace. 2447
Error '(' is followed by whitespace. 2448
Error ')' is preceded with whitespace. 2448
Error '56' is a magic number. 2463
Error 'if' construct must use '{}'s. 2475
Error Avoid nested blocks. 2475
Error 'if' is not preceded with whitespace. 2475
Error '{' is not followed by whitespace. 2475
Error 'cast' is not followed by whitespace. 2475
Error ';' is not followed by whitespace. 2475
Error '}' is not preceded with whitespace. 2475
Error 'if' construct must use '{}'s. 2478
Error Avoid nested blocks. 2478
Error 'if' is not preceded with whitespace. 2478
Error '{' is not followed by whitespace. 2478
Error 'cast' is not followed by whitespace. 2478
Error ';' is not followed by whitespace. 2478
Error '}' is not preceded with whitespace. 2478
Error 'if' construct must use '{}'s. 2480
Error Avoid nested blocks. 2480
Error 'if' is not preceded with whitespace. 2480
Error '{' is not followed by whitespace. 2480
Error 'cast' is not followed by whitespace. 2480
Error ';' is not followed by whitespace. 2480
Error '}' is not preceded with whitespace. 2480
Error Missing a Javadoc comment. 2488
Error 'public' modifier out of order with the JLS suggestions. 2488
Error Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2488
Error ';' is not followed by whitespace. 2492
Error Empty statement. 2501
Error 'if' construct must use '{}'s. 2511
Error Avoid nested blocks. 2511
Error 'if' is not preceded with whitespace. 2511
Error '{' is not followed by whitespace. 2511
Error ';' is not followed by whitespace. 2511
Error '}' is not preceded with whitespace. 2511
Error Line is longer than 80 characters. 2520
Error Missing a Javadoc comment. 2520
Error 'public' modifier out of order with the JLS suggestions. 2520
Error Name 'ExecutableMemberThrows_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2520
Error Parameter member should be final. 2520
Error ';' is not followed by whitespace. 2524
Error Empty statement. 2534
Error '57' is a magic number. 2537
Error 'if' is not followed by whitespace. 2546
Error '(' is followed by whitespace. 2546
Error ')' is preceded with whitespace. 2546
Error '(' is followed by whitespace. 2547
Error ')' is preceded with whitespace. 2547
Error Missing a Javadoc comment. 2556
Error 'public' modifier out of order with the JLS suggestions. 2556
Error Name 'Interfaces_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2556
Error ';' is not followed by whitespace. 2560
Error Empty statement. 2572
Error '58' is a magic number. 2575
Error '(' is followed by whitespace. 2584
Error ')' is preceded with whitespace. 2584
Error Missing a Javadoc comment. 2592
Error 'public' modifier out of order with the JLS suggestions. 2592
Error Name 'NameList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2592
Error Empty statement. 2603
Error '59' is a magic number. 2606
Error 'if' construct must use '{}'s. 2620
Error Avoid nested blocks. 2620
Error 'if' is not preceded with whitespace. 2620
Error '{' is not followed by whitespace. 2620
Error 'cast' is not followed by whitespace. 2620
Error ';' is not followed by whitespace. 2620
Error '}' is not preceded with whitespace. 2620
Error 'if' construct must use '{}'s. 2623
Error Avoid nested blocks. 2623
Error 'if' is not preceded with whitespace. 2623
Error '{' is not followed by whitespace. 2623
Error 'cast' is not followed by whitespace. 2623
Error ';' is not followed by whitespace. 2623
Error '}' is not preceded with whitespace. 2623
Error 'if' construct must use '{}'s. 2625
Error Avoid nested blocks. 2625
Error 'if' is not preceded with whitespace. 2625
Error '{' is not followed by whitespace. 2625
Error 'cast' is not followed by whitespace. 2625
Error ';' is not followed by whitespace. 2625
Error '}' is not preceded with whitespace. 2625
Error Line is longer than 80 characters. 2633
Error Missing a Javadoc comment. 2633
Error 'public' modifier out of order with the JLS suggestions. 2633
Error Name 'ExecutableMemberThrows_NameList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2633
Error Parameter member should be final. 2633
Error Empty statement. 2644
Error '60' is a magic number. 2647
Error 'if' construct must use '{}'s. 2661
Error Avoid nested blocks. 2661
Error 'if' is not preceded with whitespace. 2661
Error '{' is not followed by whitespace. 2661
Error 'cast' is not followed by whitespace. 2661
Error ';' is not followed by whitespace. 2661
Error '}' is not preceded with whitespace. 2661
Error 'if' construct must use '{}'s. 2664
Error Avoid nested blocks. 2664
Error 'if' is not preceded with whitespace. 2664
Error '{' is not followed by whitespace. 2664
Error 'cast' is not followed by whitespace. 2664
Error ';' is not followed by whitespace. 2664
Error '}' is not preceded with whitespace. 2664
Error 'if' construct must use '{}'s. 2666
Error Avoid nested blocks. 2666
Error 'if' is not preceded with whitespace. 2666
Error '{' is not followed by whitespace. 2666
Error 'cast' is not followed by whitespace. 2666
Error ';' is not followed by whitespace. 2666
Error '}' is not preceded with whitespace. 2666
Error Missing a Javadoc comment. 2674
Error 'public' modifier out of order with the JLS suggestions. 2674
Error Name 'Interfaces_NameList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2674
Error Empty statement. 2685
Error '61' is a magic number. 2688
Error 'if' construct must use '{}'s. 2702
Error Avoid nested blocks. 2702
Error 'if' is not preceded with whitespace. 2702
Error '{' is not followed by whitespace. 2702
Error 'cast' is not followed by whitespace. 2702
Error ';' is not followed by whitespace. 2702
Error '}' is not preceded with whitespace. 2702
Error 'if' construct must use '{}'s. 2705
Error Avoid nested blocks. 2705
Error 'if' is not preceded with whitespace. 2705
Error '{' is not followed by whitespace. 2705
Error 'cast' is not followed by whitespace. 2705
Error ';' is not followed by whitespace. 2705
Error '}' is not preceded with whitespace. 2705
Error 'if' construct must use '{}'s. 2707
Error Avoid nested blocks. 2707
Error 'if' is not preceded with whitespace. 2707
Error '{' is not followed by whitespace. 2707
Error 'cast' is not followed by whitespace. 2707
Error ';' is not followed by whitespace. 2707
Error '}' is not preceded with whitespace. 2707
Error Missing a Javadoc comment. 2718
Error 'public' modifier out of order with the JLS suggestions. 2718
Error Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2718
Error '62' is a magic number. 2742
Error Empty statement. 2743
Error 'if' construct must use '{}'s. 2753
Error Avoid nested blocks. 2753
Error 'if' is not preceded with whitespace. 2753
Error '{' is not followed by whitespace. 2753
Error 'cast' is not followed by whitespace. 2753
Error ';' is not followed by whitespace. 2753
Error '}' is not preceded with whitespace. 2753
Error 'if' construct must use '{}'s. 2756
Error Avoid nested blocks. 2756
Error 'if' is not preceded with whitespace. 2756
Error '{' is not followed by whitespace. 2756
Error 'cast' is not followed by whitespace. 2756
Error ';' is not followed by whitespace. 2756
Error '}' is not preceded with whitespace. 2756
Error 'if' construct must use '{}'s. 2758
Error Avoid nested blocks. 2758
Error 'if' is not preceded with whitespace. 2758
Error '{' is not followed by whitespace. 2758
Error 'cast' is not followed by whitespace. 2758
Error ';' is not followed by whitespace. 2758
Error '}' is not preceded with whitespace. 2758
Error Missing a Javadoc comment. 2766
Error 'public' modifier out of order with the JLS suggestions. 2766
Error Name 'AssignmentOperator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2766
Error '63' is a magic number. 2810
Error Missing a Javadoc comment. 2821
Error 'public' modifier out of order with the JLS suggestions. 2821
Error Name 'ConditionalExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2821
Error '64' is a magic number. 2836
Error Empty statement. 2837
Error 'if' construct must use '{}'s. 2847
Error Avoid nested blocks. 2847
Error 'if' is not preceded with whitespace. 2847
Error '{' is not followed by whitespace. 2847
Error 'cast' is not followed by whitespace. 2847
Error ';' is not followed by whitespace. 2847
Error '}' is not preceded with whitespace. 2847
Error 'if' construct must use '{}'s. 2850
Error Avoid nested blocks. 2850
Error 'if' is not preceded with whitespace. 2850
Error '{' is not followed by whitespace. 2850
Error 'cast' is not followed by whitespace. 2850
Error ';' is not followed by whitespace. 2850
Error '}' is not preceded with whitespace. 2850
Error 'if' construct must use '{}'s. 2852
Error Avoid nested blocks. 2852
Error 'if' is not preceded with whitespace. 2852
Error '{' is not followed by whitespace. 2852
Error 'cast' is not followed by whitespace. 2852
Error ';' is not followed by whitespace. 2852
Error '}' is not preceded with whitespace. 2852
Error Missing a Javadoc comment. 2860
Error 'public' modifier out of order with the JLS suggestions. 2860
Error Name 'ConditionalOrExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2860
Error Empty statement. 2871
Error '65' is a magic number. 2874
Error 'if' construct must use '{}'s. 2888
Error Avoid nested blocks. 2888
Error 'if' is not preceded with whitespace. 2888
Error '{' is not followed by whitespace. 2888
Error 'cast' is not followed by whitespace. 2888
Error ';' is not followed by whitespace. 2888
Error '}' is not preceded with whitespace. 2888
Error 'if' construct must use '{}'s. 2891
Error Avoid nested blocks. 2891
Error 'if' is not preceded with whitespace. 2891
Error '{' is not followed by whitespace. 2891
Error 'cast' is not followed by whitespace. 2891
Error ';' is not followed by whitespace. 2891
Error '}' is not preceded with whitespace. 2891
Error 'if' construct must use '{}'s. 2893
Error Avoid nested blocks. 2893
Error 'if' is not preceded with whitespace. 2893
Error '{' is not followed by whitespace. 2893
Error 'cast' is not followed by whitespace. 2893
Error ';' is not followed by whitespace. 2893
Error '}' is not preceded with whitespace. 2893
Error Missing a Javadoc comment. 2901
Error 'public' modifier out of order with the JLS suggestions. 2901
Error Name 'ConditionalAndExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2901
Error Empty statement. 2912
Error '66' is a magic number. 2915
Error 'if' construct must use '{}'s. 2929
Error Avoid nested blocks. 2929
Error 'if' is not preceded with whitespace. 2929
Error '{' is not followed by whitespace. 2929
Error 'cast' is not followed by whitespace. 2929
Error ';' is not followed by whitespace. 2929
Error '}' is not preceded with whitespace. 2929
Error 'if' construct must use '{}'s. 2932
Error Avoid nested blocks. 2932
Error 'if' is not preceded with whitespace. 2932
Error '{' is not followed by whitespace. 2932
Error 'cast' is not followed by whitespace. 2932
Error ';' is not followed by whitespace. 2932
Error '}' is not preceded with whitespace. 2932
Error 'if' construct must use '{}'s. 2934
Error Avoid nested blocks. 2934
Error 'if' is not preceded with whitespace. 2934
Error '{' is not followed by whitespace. 2934
Error 'cast' is not followed by whitespace. 2934
Error ';' is not followed by whitespace. 2934
Error '}' is not preceded with whitespace. 2934
Error Missing a Javadoc comment. 2942
Error 'public' modifier out of order with the JLS suggestions. 2942
Error Name 'InclusiveOrExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2942
Error Empty statement. 2953
Error '67' is a magic number. 2956
Error 'if' construct must use '{}'s. 2970
Error Avoid nested blocks. 2970
Error 'if' is not preceded with whitespace. 2970
Error '{' is not followed by whitespace. 2970
Error 'cast' is not followed by whitespace. 2970
Error ';' is not followed by whitespace. 2970
Error '}' is not preceded with whitespace. 2970
Error 'if' construct must use '{}'s. 2973
Error Avoid nested blocks. 2973
Error 'if' is not preceded with whitespace. 2973
Error '{' is not followed by whitespace. 2973
Error 'cast' is not followed by whitespace. 2973
Error ';' is not followed by whitespace. 2973
Error '}' is not preceded with whitespace. 2973
Error 'if' construct must use '{}'s. 2975
Error Avoid nested blocks. 2975
Error 'if' is not preceded with whitespace. 2975
Error '{' is not followed by whitespace. 2975
Error 'cast' is not followed by whitespace. 2975
Error ';' is not followed by whitespace. 2975
Error '}' is not preceded with whitespace. 2975
Error Missing a Javadoc comment. 2983
Error 'public' modifier out of order with the JLS suggestions. 2983
Error Name 'ExclusiveOrExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2983
Error Empty statement. 2994
Error '68' is a magic number. 2997
Error 'if' construct must use '{}'s. 3011
Error Avoid nested blocks. 3011
Error 'if' is not preceded with whitespace. 3011
Error '{' is not followed by whitespace. 3011
Error 'cast' is not followed by whitespace. 3011
Error ';' is not followed by whitespace. 3011
Error '}' is not preceded with whitespace. 3011
Error 'if' construct must use '{}'s. 3014
Error Avoid nested blocks. 3014
Error 'if' is not preceded with whitespace. 3014
Error '{' is not followed by whitespace. 3014
Error 'cast' is not followed by whitespace. 3014
Error ';' is not followed by whitespace. 3014
Error '}' is not preceded with whitespace. 3014
Error 'if' construct must use '{}'s. 3016
Error Avoid nested blocks. 3016
Error 'if' is not preceded with whitespace. 3016
Error '{' is not followed by whitespace. 3016
Error 'cast' is not followed by whitespace. 3016
Error ';' is not followed by whitespace. 3016
Error '}' is not preceded with whitespace. 3016
Error Missing a Javadoc comment. 3024
Error 'public' modifier out of order with the JLS suggestions. 3024
Error Name 'AndExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3024
Error Empty statement. 3035
Error '69' is a magic number. 3038
Error 'if' construct must use '{}'s. 3052
Error Avoid nested blocks. 3052
Error 'if' is not preceded with whitespace. 3052
Error '{' is not followed by whitespace. 3052
Error 'cast' is not followed by whitespace. 3052
Error ';' is not followed by whitespace. 3052
Error '}' is not preceded with whitespace. 3052
Error 'if' construct must use '{}'s. 3055
Error Avoid nested blocks. 3055
Error 'if' is not preceded with whitespace. 3055
Error '{' is not followed by whitespace. 3055
Error 'cast' is not followed by whitespace. 3055
Error ';' is not followed by whitespace. 3055
Error '}' is not preceded with whitespace. 3055
Error 'if' construct must use '{}'s. 3057
Error Avoid nested blocks. 3057
Error 'if' is not preceded with whitespace. 3057
Error '{' is not followed by whitespace. 3057
Error 'cast' is not followed by whitespace. 3057
Error ';' is not followed by whitespace. 3057
Error '}' is not preceded with whitespace. 3057
Error Missing a Javadoc comment. 3065
Error 'public' modifier out of order with the JLS suggestions. 3065
Error Name 'EqualityExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3065
Error Empty statement. 3077
Error '70' is a magic number. 3080
Error '71' is a magic number. 3091
Error 'if' construct must use '{}'s. 3105
Error Avoid nested blocks. 3105
Error 'if' is not preceded with whitespace. 3105
Error '{' is not followed by whitespace. 3105
Error 'cast' is not followed by whitespace. 3105
Error ';' is not followed by whitespace. 3105
Error '}' is not preceded with whitespace. 3105
Error 'if' construct must use '{}'s. 3108
Error Avoid nested blocks. 3108
Error 'if' is not preceded with whitespace. 3108
Error '{' is not followed by whitespace. 3108
Error 'cast' is not followed by whitespace. 3108
Error ';' is not followed by whitespace. 3108
Error '}' is not preceded with whitespace. 3108
Error 'if' construct must use '{}'s. 3110
Error Avoid nested blocks. 3110
Error 'if' is not preceded with whitespace. 3110
Error '{' is not followed by whitespace. 3110
Error 'cast' is not followed by whitespace. 3110
Error ';' is not followed by whitespace. 3110
Error '}' is not preceded with whitespace. 3110
Error Missing a Javadoc comment. 3118
Error 'public' modifier out of order with the JLS suggestions. 3118
Error Name 'InstanceOfExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3118
Error '72' is a magic number. 3131
Error Empty statement. 3132
Error 'if' construct must use '{}'s. 3142
Error Avoid nested blocks. 3142
Error 'if' is not preceded with whitespace. 3142
Error '{' is not followed by whitespace. 3142
Error 'cast' is not followed by whitespace. 3142
Error ';' is not followed by whitespace. 3142
Error '}' is not preceded with whitespace. 3142
Error 'if' construct must use '{}'s. 3145
Error Avoid nested blocks. 3145
Error 'if' is not preceded with whitespace. 3145
Error '{' is not followed by whitespace. 3145
Error 'cast' is not followed by whitespace. 3145
Error ';' is not followed by whitespace. 3145
Error '}' is not preceded with whitespace. 3145
Error 'if' construct must use '{}'s. 3147
Error Avoid nested blocks. 3147
Error 'if' is not preceded with whitespace. 3147
Error '{' is not followed by whitespace. 3147
Error 'cast' is not followed by whitespace. 3147
Error ';' is not followed by whitespace. 3147
Error '}' is not preceded with whitespace. 3147
Error Missing a Javadoc comment. 3155
Error 'public' modifier out of order with the JLS suggestions. 3155
Error Name 'RelationalExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3155
Error Empty statement. 3169
Error '73' is a magic number. 3172
Error '74' is a magic number. 3189
Error 'if' construct must use '{}'s. 3203
Error Avoid nested blocks. 3203
Error 'if' is not preceded with whitespace. 3203
Error '{' is not followed by whitespace. 3203
Error 'cast' is not followed by whitespace. 3203
Error ';' is not followed by whitespace. 3203
Error '}' is not preceded with whitespace. 3203
Error 'if' construct must use '{}'s. 3206
Error Avoid nested blocks. 3206
Error 'if' is not preceded with whitespace. 3206
Error '{' is not followed by whitespace. 3206
Error 'cast' is not followed by whitespace. 3206
Error ';' is not followed by whitespace. 3206
Error '}' is not preceded with whitespace. 3206
Error 'if' construct must use '{}'s. 3208
Error Avoid nested blocks. 3208
Error 'if' is not preceded with whitespace. 3208
Error '{' is not followed by whitespace. 3208
Error 'cast' is not followed by whitespace. 3208
Error ';' is not followed by whitespace. 3208
Error '}' is not preceded with whitespace. 3208
Error Missing a Javadoc comment. 3216
Error 'public' modifier out of order with the JLS suggestions. 3216
Error Name 'ShiftExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3216
Error Empty statement. 3229
Error '75' is a magic number. 3232
Error '76' is a magic number. 3246
Error 'if' construct must use '{}'s. 3260
Error Avoid nested blocks. 3260
Error 'if' is not preceded with whitespace. 3260
Error '{' is not followed by whitespace. 3260
Error 'cast' is not followed by whitespace. 3260
Error ';' is not followed by whitespace. 3260
Error '}' is not preceded with whitespace. 3260
Error 'if' construct must use '{}'s. 3263
Error Avoid nested blocks. 3263
Error 'if' is not preceded with whitespace. 3263
Error '{' is not followed by whitespace. 3263
Error 'cast' is not followed by whitespace. 3263
Error ';' is not followed by whitespace. 3263
Error '}' is not preceded with whitespace. 3263
Error 'if' construct must use '{}'s. 3265
Error Avoid nested blocks. 3265
Error 'if' is not preceded with whitespace. 3265
Error '{' is not followed by whitespace. 3265
Error 'cast' is not followed by whitespace. 3265
Error ';' is not followed by whitespace. 3265
Error '}' is not preceded with whitespace. 3265
Error Missing a Javadoc comment. 3273
Error 'public' modifier out of order with the JLS suggestions. 3273
Error Name 'AdditiveExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3273
Error Empty statement. 3285
Error '77' is a magic number. 3288
Error '78' is a magic number. 3299
Error 'if' construct must use '{}'s. 3313
Error Avoid nested blocks. 3313
Error 'if' is not preceded with whitespace. 3313
Error '{' is not followed by whitespace. 3313
Error 'cast' is not followed by whitespace. 3313
Error ';' is not followed by whitespace. 3313
Error '}' is not preceded with whitespace. 3313
Error 'if' construct must use '{}'s. 3316
Error Avoid nested blocks. 3316
Error 'if' is not preceded with whitespace. 3316
Error '{' is not followed by whitespace. 3316
Error 'cast' is not followed by whitespace. 3316
Error ';' is not followed by whitespace. 3316
Error '}' is not preceded with whitespace. 3316
Error 'if' construct must use '{}'s. 3318
Error Avoid nested blocks. 3318
Error 'if' is not preceded with whitespace. 3318
Error '{' is not followed by whitespace. 3318
Error 'cast' is not followed by whitespace. 3318
Error ';' is not followed by whitespace. 3318
Error '}' is not preceded with whitespace. 3318
Error Missing a Javadoc comment. 3326
Error 'public' modifier out of order with the JLS suggestions. 3326
Error Name 'MultiplicativeExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3326
Error Empty statement. 3339
Error '79' is a magic number. 3342
Error '80' is a magic number. 3356
Error 'if' construct must use '{}'s. 3370
Error Avoid nested blocks. 3370
Error 'if' is not preceded with whitespace. 3370
Error '{' is not followed by whitespace. 3370
Error 'cast' is not followed by whitespace. 3370
Error ';' is not followed by whitespace. 3370
Error '}' is not preceded with whitespace. 3370
Error 'if' construct must use '{}'s. 3373
Error Avoid nested blocks. 3373
Error 'if' is not preceded with whitespace. 3373
Error '{' is not followed by whitespace. 3373
Error 'cast' is not followed by whitespace. 3373
Error ';' is not followed by whitespace. 3373
Error '}' is not preceded with whitespace. 3373
Error 'if' construct must use '{}'s. 3375
Error Avoid nested blocks. 3375
Error 'if' is not preceded with whitespace. 3375
Error '{' is not followed by whitespace. 3375
Error 'cast' is not followed by whitespace. 3375
Error ';' is not followed by whitespace. 3375
Error '}' is not preceded with whitespace. 3375
Error Missing a Javadoc comment. 3383
Error 'public' modifier out of order with the JLS suggestions. 3383
Error Name 'UnaryExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3383
Error '81' is a magic number. 3400
Error '82' is a magic number. 3438
Error 'if' construct must use '{}'s. 3450
Error Avoid nested blocks. 3450
Error 'if' is not preceded with whitespace. 3450
Error '{' is not followed by whitespace. 3450
Error 'cast' is not followed by whitespace. 3450
Error ';' is not followed by whitespace. 3450
Error '}' is not preceded with whitespace. 3450
Error 'if' construct must use '{}'s. 3453
Error Avoid nested blocks. 3453
Error 'if' is not preceded with whitespace. 3453
Error '{' is not followed by whitespace. 3453
Error 'cast' is not followed by whitespace. 3453
Error ';' is not followed by whitespace. 3453
Error '}' is not preceded with whitespace. 3453
Error 'if' construct must use '{}'s. 3455
Error Avoid nested blocks. 3455
Error 'if' is not preceded with whitespace. 3455
Error '{' is not followed by whitespace. 3455
Error 'cast' is not followed by whitespace. 3455
Error ';' is not followed by whitespace. 3455
Error '}' is not preceded with whitespace. 3455
Error Missing a Javadoc comment. 3463
Error 'public' modifier out of order with the JLS suggestions. 3463
Error Name 'PreIncrementExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3463
Error 'if' construct must use '{}'s. 3479
Error Avoid nested blocks. 3479
Error 'if' is not preceded with whitespace. 3479
Error '{' is not followed by whitespace. 3479
Error 'cast' is not followed by whitespace. 3479
Error ';' is not followed by whitespace. 3479
Error '}' is not preceded with whitespace. 3479
Error 'if' construct must use '{}'s. 3482
Error Avoid nested blocks. 3482
Error 'if' is not preceded with whitespace. 3482
Error '{' is not followed by whitespace. 3482
Error 'cast' is not followed by whitespace. 3482
Error ';' is not followed by whitespace. 3482
Error '}' is not preceded with whitespace. 3482
Error 'if' construct must use '{}'s. 3484
Error Avoid nested blocks. 3484
Error 'if' is not preceded with whitespace. 3484
Error '{' is not followed by whitespace. 3484
Error 'cast' is not followed by whitespace. 3484
Error ';' is not followed by whitespace. 3484
Error '}' is not preceded with whitespace. 3484
Error Missing a Javadoc comment. 3492
Error 'public' modifier out of order with the JLS suggestions. 3492
Error Name 'PreDecrementExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3492
Error 'if' construct must use '{}'s. 3508
Error Avoid nested blocks. 3508
Error 'if' is not preceded with whitespace. 3508
Error '{' is not followed by whitespace. 3508
Error 'cast' is not followed by whitespace. 3508
Error ';' is not followed by whitespace. 3508
Error '}' is not preceded with whitespace. 3508
Error 'if' construct must use '{}'s. 3511
Error Avoid nested blocks. 3511
Error 'if' is not preceded with whitespace. 3511
Error '{' is not followed by whitespace. 3511
Error 'cast' is not followed by whitespace. 3511
Error ';' is not followed by whitespace. 3511
Error '}' is not preceded with whitespace. 3511
Error 'if' construct must use '{}'s. 3513
Error Avoid nested blocks. 3513
Error 'if' is not preceded with whitespace. 3513
Error '{' is not followed by whitespace. 3513
Error 'cast' is not followed by whitespace. 3513
Error ';' is not followed by whitespace. 3513
Error '}' is not preceded with whitespace. 3513
Error Missing a Javadoc comment. 3521
Error 'public' modifier out of order with the JLS suggestions. 3521
Error Name 'UnaryExpressionNotPlusMinus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3521
Error '83' is a magic number. 3538
Error '84' is a magic number. 3545
Error '2147483647' is a magic number. 3546
Error '85' is a magic number. 3574
Error 'if' construct must use '{}'s. 3588
Error Avoid nested blocks. 3588
Error 'if' is not preceded with whitespace. 3588
Error '{' is not followed by whitespace. 3588
Error 'cast' is not followed by whitespace. 3588
Error ';' is not followed by whitespace. 3588
Error '}' is not preceded with whitespace. 3588
Error 'if' construct must use '{}'s. 3591
Error Avoid nested blocks. 3591
Error 'if' is not preceded with whitespace. 3591
Error '{' is not followed by whitespace. 3591
Error 'cast' is not followed by whitespace. 3591
Error ';' is not followed by whitespace. 3591
Error '}' is not preceded with whitespace. 3591
Error 'if' construct must use '{}'s. 3593
Error Avoid nested blocks. 3593
Error 'if' is not preceded with whitespace. 3593
Error '{' is not followed by whitespace. 3593
Error 'cast' is not followed by whitespace. 3593
Error ';' is not followed by whitespace. 3593
Error '}' is not preceded with whitespace. 3593
Error Missing a Javadoc comment. 3604
Error 'public' modifier out of order with the JLS suggestions. 3604
Error Name 'CastLookahead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3604
Error '2147483647' is a magic number. 3613
Error '86' is a magic number. 3656
Error '87' is a magic number. 3662
Error 'if' construct must use '{}'s. 3675
Error Avoid nested blocks. 3675
Error 'if' is not preceded with whitespace. 3675
Error '{' is not followed by whitespace. 3675
Error 'cast' is not followed by whitespace. 3675
Error ';' is not followed by whitespace. 3675
Error '}' is not preceded with whitespace. 3675
Error 'if' construct must use '{}'s. 3678
Error Avoid nested blocks. 3678
Error 'if' is not preceded with whitespace. 3678
Error '{' is not followed by whitespace. 3678
Error 'cast' is not followed by whitespace. 3678
Error ';' is not followed by whitespace. 3678
Error '}' is not preceded with whitespace. 3678
Error 'if' construct must use '{}'s. 3680
Error Avoid nested blocks. 3680
Error 'if' is not preceded with whitespace. 3680
Error '{' is not followed by whitespace. 3680
Error 'cast' is not followed by whitespace. 3680
Error ';' is not followed by whitespace. 3680
Error '}' is not preceded with whitespace. 3680
Error Missing a Javadoc comment. 3688
Error 'public' modifier out of order with the JLS suggestions. 3688
Error Name 'PostfixExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3688
Error '88' is a magic number. 3706
Error '89' is a magic number. 3712
Error Empty statement. 3713
Error 'if' construct must use '{}'s. 3723
Error Avoid nested blocks. 3723
Error 'if' is not preceded with whitespace. 3723
Error '{' is not followed by whitespace. 3723
Error 'cast' is not followed by whitespace. 3723
Error ';' is not followed by whitespace. 3723
Error '}' is not preceded with whitespace. 3723
Error 'if' construct must use '{}'s. 3726
Error Avoid nested blocks. 3726
Error 'if' is not preceded with whitespace. 3726
Error '{' is not followed by whitespace. 3726
Error 'cast' is not followed by whitespace. 3726
Error ';' is not followed by whitespace. 3726
Error '}' is not preceded with whitespace. 3726
Error 'if' construct must use '{}'s. 3728
Error Avoid nested blocks. 3728
Error 'if' is not preceded with whitespace. 3728
Error '{' is not followed by whitespace. 3728
Error 'cast' is not followed by whitespace. 3728
Error ';' is not followed by whitespace. 3728
Error '}' is not preceded with whitespace. 3728
Error Missing a Javadoc comment. 3736
Error 'public' modifier out of order with the JLS suggestions. 3736
Error Name 'CastExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3736
Error '2147483647' is a magic number. 3742
Error '90' is a magic number. 3756
Error 'if' construct must use '{}'s. 3769
Error Avoid nested blocks. 3769
Error 'if' is not preceded with whitespace. 3769
Error '{' is not followed by whitespace. 3769
Error 'cast' is not followed by whitespace. 3769
Error ';' is not followed by whitespace. 3769
Error '}' is not preceded with whitespace. 3769
Error 'if' construct must use '{}'s. 3772
Error Avoid nested blocks. 3772
Error 'if' is not preceded with whitespace. 3772
Error '{' is not followed by whitespace. 3772
Error 'cast' is not followed by whitespace. 3772
Error ';' is not followed by whitespace. 3772
Error '}' is not preceded with whitespace. 3772
Error 'if' construct must use '{}'s. 3774
Error Avoid nested blocks. 3774
Error 'if' is not preceded with whitespace. 3774
Error '{' is not followed by whitespace. 3774
Error 'cast' is not followed by whitespace. 3774
Error ';' is not followed by whitespace. 3774
Error '}' is not preceded with whitespace. 3774
Error Missing a Javadoc comment. 3782
Error 'public' modifier out of order with the JLS suggestions. 3782
Error Name 'PrimaryExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3782
Error Empty statement. 3792
Error 'if' construct must use '{}'s. 3806
Error Avoid nested blocks. 3806
Error 'if' is not preceded with whitespace. 3806
Error '{' is not followed by whitespace. 3806
Error 'cast' is not followed by whitespace. 3806
Error ';' is not followed by whitespace. 3806
Error '}' is not preceded with whitespace. 3806
Error 'if' construct must use '{}'s. 3809
Error Avoid nested blocks. 3809
Error 'if' is not preceded with whitespace. 3809
Error '{' is not followed by whitespace. 3809
Error 'cast' is not followed by whitespace. 3809
Error ';' is not followed by whitespace. 3809
Error '}' is not preceded with whitespace. 3809
Error 'if' construct must use '{}'s. 3811
Error Avoid nested blocks. 3811
Error 'if' is not preceded with whitespace. 3811
Error '{' is not followed by whitespace. 3811
Error 'cast' is not followed by whitespace. 3811
Error ';' is not followed by whitespace. 3811
Error '}' is not preceded with whitespace. 3811
Error Missing a Javadoc comment. 3819
Error 'public' modifier out of order with the JLS suggestions. 3819
Error Name 'PrimaryPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3819
Error '91' is a magic number. 3852
Error '2147483647' is a magic number. 3853
Error '92' is a magic number. 3863
Error 'if' construct must use '{}'s. 3877
Error Avoid nested blocks. 3877
Error 'if' is not preceded with whitespace. 3877
Error '{' is not followed by whitespace. 3877
Error 'cast' is not followed by whitespace. 3877
Error ';' is not followed by whitespace. 3877
Error '}' is not preceded with whitespace. 3877
Error 'if' construct must use '{}'s. 3880
Error Avoid nested blocks. 3880
Error 'if' is not preceded with whitespace. 3880
Error '{' is not followed by whitespace. 3880
Error 'cast' is not followed by whitespace. 3880
Error ';' is not followed by whitespace. 3880
Error '}' is not preceded with whitespace. 3880
Error 'if' construct must use '{}'s. 3882
Error Avoid nested blocks. 3882
Error 'if' is not preceded with whitespace. 3882
Error '{' is not followed by whitespace. 3882
Error 'cast' is not followed by whitespace. 3882
Error ';' is not followed by whitespace. 3882
Error '}' is not preceded with whitespace. 3882
Error Missing a Javadoc comment. 3890
Error 'public' modifier out of order with the JLS suggestions. 3890
Error Name 'PrimarySuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3890
Error '93' is a magic number. 3920
Error 'if' construct must use '{}'s. 3933
Error Avoid nested blocks. 3933
Error 'if' is not preceded with whitespace. 3933
Error '{' is not followed by whitespace. 3933
Error 'cast' is not followed by whitespace. 3933
Error ';' is not followed by whitespace. 3933
Error '}' is not preceded with whitespace. 3933
Error 'if' construct must use '{}'s. 3936
Error Avoid nested blocks. 3936
Error 'if' is not preceded with whitespace. 3936
Error '{' is not followed by whitespace. 3936
Error 'cast' is not followed by whitespace. 3936
Error ';' is not followed by whitespace. 3936
Error '}' is not preceded with whitespace. 3936
Error 'if' construct must use '{}'s. 3938
Error Avoid nested blocks. 3938
Error 'if' is not preceded with whitespace. 3938
Error '{' is not followed by whitespace. 3938
Error 'cast' is not followed by whitespace. 3938
Error ';' is not followed by whitespace. 3938
Error '}' is not preceded with whitespace. 3938
Error Missing a Javadoc comment. 3946
Error 'public' modifier out of order with the JLS suggestions. 3946
Error Name 'Literal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3946
Error '94' is a magic number. 3973
Error 'if' construct must use '{}'s. 3985
Error Avoid nested blocks. 3985
Error 'if' is not preceded with whitespace. 3985
Error '{' is not followed by whitespace. 3985
Error 'cast' is not followed by whitespace. 3985
Error ';' is not followed by whitespace. 3985
Error '}' is not preceded with whitespace. 3985
Error 'if' construct must use '{}'s. 3988
Error Avoid nested blocks. 3988
Error 'if' is not preceded with whitespace. 3988
Error '{' is not followed by whitespace. 3988
Error 'cast' is not followed by whitespace. 3988
Error ';' is not followed by whitespace. 3988
Error '}' is not preceded with whitespace. 3988
Error 'if' construct must use '{}'s. 3990
Error Avoid nested blocks. 3990
Error 'if' is not preceded with whitespace. 3990
Error '{' is not followed by whitespace. 3990
Error 'cast' is not followed by whitespace. 3990
Error ';' is not followed by whitespace. 3990
Error '}' is not preceded with whitespace. 3990
Error Missing a Javadoc comment. 3998
Error 'public' modifier out of order with the JLS suggestions. 3998
Error Name 'BooleanLiteral' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3998
Error '95' is a magic number. 4012
Error Missing a Javadoc comment. 4023
Error 'public' modifier out of order with the JLS suggestions. 4023
Error Name 'NullLiteral' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4023
Error Missing a Javadoc comment. 4037
Error 'public' modifier out of order with the JLS suggestions. 4037
Error Name 'Arguments' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4037
Error '96' is a magic number. 4075
Error Empty statement. 4076
Error 'if' construct must use '{}'s. 4087
Error Avoid nested blocks. 4087
Error 'if' is not preceded with whitespace. 4087
Error '{' is not followed by whitespace. 4087
Error 'cast' is not followed by whitespace. 4087
Error ';' is not followed by whitespace. 4087
Error '}' is not preceded with whitespace. 4087
Error 'if' construct must use '{}'s. 4090
Error Avoid nested blocks. 4090
Error 'if' is not preceded with whitespace. 4090
Error '{' is not followed by whitespace. 4090
Error 'cast' is not followed by whitespace. 4090
Error ';' is not followed by whitespace. 4090
Error '}' is not preceded with whitespace. 4090
Error 'if' construct must use '{}'s. 4092
Error Avoid nested blocks. 4092
Error 'if' is not preceded with whitespace. 4092
Error '{' is not followed by whitespace. 4092
Error 'cast' is not followed by whitespace. 4092
Error ';' is not followed by whitespace. 4092
Error '}' is not preceded with whitespace. 4092
Error Missing a Javadoc comment. 4100
Error 'public' modifier out of order with the JLS suggestions. 4100
Error Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4100
Error Empty statement. 4111
Error '97' is a magic number. 4114
Error 'if' construct must use '{}'s. 4128
Error Avoid nested blocks. 4128
Error 'if' is not preceded with whitespace. 4128
Error '{' is not followed by whitespace. 4128
Error 'cast' is not followed by whitespace. 4128
Error ';' is not followed by whitespace. 4128
Error '}' is not preceded with whitespace. 4128
Error 'if' construct must use '{}'s. 4131
Error Avoid nested blocks. 4131
Error 'if' is not preceded with whitespace. 4131
Error '{' is not followed by whitespace. 4131
Error 'cast' is not followed by whitespace. 4131
Error ';' is not followed by whitespace. 4131
Error '}' is not preceded with whitespace. 4131
Error 'if' construct must use '{}'s. 4133
Error Avoid nested blocks. 4133
Error 'if' is not preceded with whitespace. 4133
Error '{' is not followed by whitespace. 4133
Error 'cast' is not followed by whitespace. 4133
Error ';' is not followed by whitespace. 4133
Error '}' is not preceded with whitespace. 4133
Error Line is longer than 80 characters. 4142
Error 'public' modifier out of order with the JLS suggestions. 4144
Error Name 'AllocationExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4144
Error Expected @throws tag for 'ParseException'. 4144
Error ';' is not followed by whitespace. 4148
Error '98' is a magic number. 4178
Error Empty statement. 4179
Error '99' is a magic number. 4183
Error '100' is a magic number. 4189
Error 'if' construct must use '{}'s. 4202
Error Avoid nested blocks. 4202
Error 'if' is not preceded with whitespace. 4202
Error '{' is not followed by whitespace. 4202
Error 'cast' is not followed by whitespace. 4202
Error ';' is not followed by whitespace. 4202
Error '}' is not preceded with whitespace. 4202
Error 'if' construct must use '{}'s. 4205
Error Avoid nested blocks. 4205
Error 'if' is not preceded with whitespace. 4205
Error '{' is not followed by whitespace. 4205
Error 'cast' is not followed by whitespace. 4205
Error ';' is not followed by whitespace. 4205
Error '}' is not preceded with whitespace. 4205
Error 'if' construct must use '{}'s. 4207
Error Avoid nested blocks. 4207
Error 'if' is not preceded with whitespace. 4207
Error '{' is not followed by whitespace. 4207
Error 'cast' is not followed by whitespace. 4207
Error ';' is not followed by whitespace. 4207
Error '}' is not preceded with whitespace. 4207
Error Missing a Javadoc comment. 4219
Error 'public' modifier out of order with the JLS suggestions. 4219
Error Name 'ArrayDimsAndInits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4219
Error Empty statement. 4232
Error Empty statement. 4240
Error Empty statement. 4256
Error '101' is a magic number. 4259
Error '102' is a magic number. 4266
Error 'if' construct must use '{}'s. 4279
Error Avoid nested blocks. 4279
Error 'if' is not preceded with whitespace. 4279
Error '{' is not followed by whitespace. 4279
Error 'cast' is not followed by whitespace. 4279
Error ';' is not followed by whitespace. 4279
Error '}' is not preceded with whitespace. 4279
Error 'if' construct must use '{}'s. 4282
Error Avoid nested blocks. 4282
Error 'if' is not preceded with whitespace. 4282
Error '{' is not followed by whitespace. 4282
Error 'cast' is not followed by whitespace. 4282
Error ';' is not followed by whitespace. 4282
Error '}' is not preceded with whitespace. 4282
Error 'if' construct must use '{}'s. 4284
Error Avoid nested blocks. 4284
Error 'if' is not preceded with whitespace. 4284
Error '{' is not followed by whitespace. 4284
Error 'cast' is not followed by whitespace. 4284
Error ';' is not followed by whitespace. 4284
Error '}' is not preceded with whitespace. 4284
Error Missing a Javadoc comment. 4295
Error 'public' modifier out of order with the JLS suggestions. 4295
Error Name 'Statement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4295
Error '103' is a magic number. 4374
Error 'if' construct must use '{}'s. 4387
Error Avoid nested blocks. 4387
Error 'if' is not preceded with whitespace. 4387
Error '{' is not followed by whitespace. 4387
Error 'cast' is not followed by whitespace. 4387
Error ';' is not followed by whitespace. 4387
Error '}' is not preceded with whitespace. 4387
Error 'if' construct must use '{}'s. 4390
Error Avoid nested blocks. 4390
Error 'if' is not preceded with whitespace. 4390
Error '{' is not followed by whitespace. 4390
Error 'cast' is not followed by whitespace. 4390
Error ';' is not followed by whitespace. 4390
Error '}' is not preceded with whitespace. 4390
Error 'if' construct must use '{}'s. 4392
Error Avoid nested blocks. 4392
Error 'if' is not preceded with whitespace. 4392
Error '{' is not followed by whitespace. 4392
Error 'cast' is not followed by whitespace. 4392
Error ';' is not followed by whitespace. 4392
Error '}' is not preceded with whitespace. 4392
Error Missing a Javadoc comment. 4400
Error 'public' modifier out of order with the JLS suggestions. 4400
Error Name 'LabeledStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4400
Error 'if' construct must use '{}'s. 4417
Error Avoid nested blocks. 4417
Error 'if' is not preceded with whitespace. 4417
Error '{' is not followed by whitespace. 4417
Error 'cast' is not followed by whitespace. 4417
Error ';' is not followed by whitespace. 4417
Error '}' is not preceded with whitespace. 4417
Error 'if' construct must use '{}'s. 4420
Error Avoid nested blocks. 4420
Error 'if' is not preceded with whitespace. 4420
Error '{' is not followed by whitespace. 4420
Error 'cast' is not followed by whitespace. 4420
Error ';' is not followed by whitespace. 4420
Error '}' is not preceded with whitespace. 4420
Error 'if' construct must use '{}'s. 4422
Error Avoid nested blocks. 4422
Error 'if' is not preceded with whitespace. 4422
Error '{' is not followed by whitespace. 4422
Error 'cast' is not followed by whitespace. 4422
Error ';' is not followed by whitespace. 4422
Error '}' is not preceded with whitespace. 4422
Error Missing a Javadoc comment. 4430
Error 'public' modifier out of order with the JLS suggestions. 4430
Error Name 'Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4430
Error Empty statement. 4480
Error '104' is a magic number. 4483
Error 'if' construct must use '{}'s. 4497
Error Avoid nested blocks. 4497
Error 'if' is not preceded with whitespace. 4497
Error '{' is not followed by whitespace. 4497
Error 'cast' is not followed by whitespace. 4497
Error ';' is not followed by whitespace. 4497
Error '}' is not preceded with whitespace. 4497
Error 'if' construct must use '{}'s. 4500
Error Avoid nested blocks. 4500
Error 'if' is not preceded with whitespace. 4500
Error '{' is not followed by whitespace. 4500
Error 'cast' is not followed by whitespace. 4500
Error ';' is not followed by whitespace. 4500
Error '}' is not preceded with whitespace. 4500
Error 'if' construct must use '{}'s. 4502
Error Avoid nested blocks. 4502
Error 'if' is not preceded with whitespace. 4502
Error '{' is not followed by whitespace. 4502
Error 'cast' is not followed by whitespace. 4502
Error ';' is not followed by whitespace. 4502
Error '}' is not preceded with whitespace. 4502
Error Missing a Javadoc comment. 4510
Error 'public' modifier out of order with the JLS suggestions. 4510
Error Name 'Method_Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4510
Error Empty statement. 4560
Error '105' is a magic number. 4563
Error '106' is a magic number. 4574
Error Empty statement. 4575
Error 'if' construct must use '{}'s. 4585
Error Avoid nested blocks. 4585
Error 'if' is not preceded with whitespace. 4585
Error '{' is not followed by whitespace. 4585
Error 'cast' is not followed by whitespace. 4585
Error ';' is not followed by whitespace. 4585
Error '}' is not preceded with whitespace. 4585
Error 'if' construct must use '{}'s. 4588
Error Avoid nested blocks. 4588
Error 'if' is not preceded with whitespace. 4588
Error '{' is not followed by whitespace. 4588
Error 'cast' is not followed by whitespace. 4588
Error ';' is not followed by whitespace. 4588
Error '}' is not preceded with whitespace. 4588
Error 'if' construct must use '{}'s. 4590
Error Avoid nested blocks. 4590
Error 'if' is not preceded with whitespace. 4590
Error '{' is not followed by whitespace. 4590
Error 'cast' is not followed by whitespace. 4590
Error ';' is not followed by whitespace. 4590
Error '}' is not preceded with whitespace. 4590
Error Line is longer than 80 characters. 4599
Error Line is longer than 80 characters. 4600
Error 'public' modifier out of order with the JLS suggestions. 4602
Error Name 'BlockStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4602
Error Expected @throws tag for 'ParseException'. 4602
Error '2147483647' is a magic number. 4608
Error '107' is a magic number. 4667
Error 'if' construct must use '{}'s. 4680
Error Avoid nested blocks. 4680
Error 'if' is not preceded with whitespace. 4680
Error '{' is not followed by whitespace. 4680
Error 'cast' is not followed by whitespace. 4680
Error ';' is not followed by whitespace. 4680
Error '}' is not preceded with whitespace. 4680
Error 'if' construct must use '{}'s. 4683
Error Avoid nested blocks. 4683
Error 'if' is not preceded with whitespace. 4683
Error '{' is not followed by whitespace. 4683
Error 'cast' is not followed by whitespace. 4683
Error ';' is not followed by whitespace. 4683
Error '}' is not preceded with whitespace. 4683
Error 'if' construct must use '{}'s. 4685
Error Avoid nested blocks. 4685
Error 'if' is not preceded with whitespace. 4685
Error '{' is not followed by whitespace. 4685
Error 'cast' is not followed by whitespace. 4685
Error ';' is not followed by whitespace. 4685
Error '}' is not preceded with whitespace. 4685
Error Missing a Javadoc comment. 4693
Error 'public' modifier out of order with the JLS suggestions. 4693
Error Name 'Method_BlockStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4693
Error '2147483647' is a magic number. 4699
Error '108' is a magic number. 4758
Error 'if' construct must use '{}'s. 4771
Error Avoid nested blocks. 4771
Error 'if' is not preceded with whitespace. 4771
Error '{' is not followed by whitespace. 4771
Error 'cast' is not followed by whitespace. 4771
Error ';' is not followed by whitespace. 4771
Error '}' is not preceded with whitespace. 4771
Error 'if' construct must use '{}'s. 4774
Error Avoid nested blocks. 4774
Error 'if' is not preceded with whitespace. 4774
Error '{' is not followed by whitespace. 4774
Error 'cast' is not followed by whitespace. 4774
Error ';' is not followed by whitespace. 4774
Error '}' is not preceded with whitespace. 4774
Error 'if' construct must use '{}'s. 4776
Error Avoid nested blocks. 4776
Error 'if' is not preceded with whitespace. 4776
Error '{' is not followed by whitespace. 4776
Error 'cast' is not followed by whitespace. 4776
Error ';' is not followed by whitespace. 4776
Error '}' is not preceded with whitespace. 4776
Error Missing a Javadoc comment. 4784
Error 'public' modifier out of order with the JLS suggestions. 4784
Error Name 'LocalVariableDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4784
Error '109' is a magic number. 4795
Error Empty statement. 4796
Error Empty statement. 4804
Error '110' is a magic number. 4807
Error 'if' construct must use '{}'s. 4821
Error Avoid nested blocks. 4821
Error 'if' is not preceded with whitespace. 4821
Error '{' is not followed by whitespace. 4821
Error 'cast' is not followed by whitespace. 4821
Error ';' is not followed by whitespace. 4821
Error '}' is not preceded with whitespace. 4821
Error 'if' construct must use '{}'s. 4824
Error Avoid nested blocks. 4824
Error 'if' is not preceded with whitespace. 4824
Error '{' is not followed by whitespace. 4824
Error 'cast' is not followed by whitespace. 4824
Error ';' is not followed by whitespace. 4824
Error '}' is not preceded with whitespace. 4824
Error 'if' construct must use '{}'s. 4826
Error Avoid nested blocks. 4826
Error 'if' is not preceded with whitespace. 4826
Error '{' is not followed by whitespace. 4826
Error 'cast' is not followed by whitespace. 4826
Error ';' is not followed by whitespace. 4826
Error '}' is not preceded with whitespace. 4826
Error Missing a Javadoc comment. 4834
Error 'public' modifier out of order with the JLS suggestions. 4834
Error Name 'EmptyStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4834
Error Missing a Javadoc comment. 4848
Error 'public' modifier out of order with the JLS suggestions. 4848
Error Name 'StatementExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4848
Error '111' is a magic number. 4921
Error '112' is a magic number. 4927
Error Empty statement. 4928
Error '113' is a magic number. 4932
Error 'if' construct must use '{}'s. 4944
Error Avoid nested blocks. 4944
Error 'if' is not preceded with whitespace. 4944
Error '{' is not followed by whitespace. 4944
Error 'cast' is not followed by whitespace. 4944
Error ';' is not followed by whitespace. 4944
Error '}' is not preceded with whitespace. 4944
Error 'if' construct must use '{}'s. 4947
Error Avoid nested blocks. 4947
Error 'if' is not preceded with whitespace. 4947
Error '{' is not followed by whitespace. 4947
Error 'cast' is not followed by whitespace. 4947
Error ';' is not followed by whitespace. 4947
Error '}' is not preceded with whitespace. 4947
Error 'if' construct must use '{}'s. 4949
Error Avoid nested blocks. 4949
Error 'if' is not preceded with whitespace. 4949
Error '{' is not followed by whitespace. 4949
Error 'cast' is not followed by whitespace. 4949
Error ';' is not followed by whitespace. 4949
Error '}' is not preceded with whitespace. 4949
Error Missing a Javadoc comment. 4957
Error 'public' modifier out of order with the JLS suggestions. 4957
Error Name 'SwitchStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4957
Error Empty statement. 4973
Error '114' is a magic number. 4976
Error Empty statement. 5023
Error '115' is a magic number. 5026
Error 'if' construct must use '{}'s. 5041
Error Avoid nested blocks. 5041
Error 'if' is not preceded with whitespace. 5041
Error '{' is not followed by whitespace. 5041
Error 'cast' is not followed by whitespace. 5041
Error ';' is not followed by whitespace. 5041
Error '}' is not preceded with whitespace. 5041
Error 'if' construct must use '{}'s. 5044
Error Avoid nested blocks. 5044
Error 'if' is not preceded with whitespace. 5044
Error '{' is not followed by whitespace. 5044
Error 'cast' is not followed by whitespace. 5044
Error ';' is not followed by whitespace. 5044
Error '}' is not preceded with whitespace. 5044
Error 'if' construct must use '{}'s. 5046
Error Avoid nested blocks. 5046
Error 'if' is not preceded with whitespace. 5046
Error '{' is not followed by whitespace. 5046
Error 'cast' is not followed by whitespace. 5046
Error ';' is not followed by whitespace. 5046
Error '}' is not preceded with whitespace. 5046
Error Missing a Javadoc comment. 5054
Error 'public' modifier out of order with the JLS suggestions. 5054
Error Name 'SwitchLabel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5054
Error '116' is a magic number. 5071
Error 'if' construct must use '{}'s. 5083
Error Avoid nested blocks. 5083
Error 'if' is not preceded with whitespace. 5083
Error '{' is not followed by whitespace. 5083
Error 'cast' is not followed by whitespace. 5083
Error ';' is not followed by whitespace. 5083
Error '}' is not preceded with whitespace. 5083
Error 'if' construct must use '{}'s. 5086
Error Avoid nested blocks. 5086
Error 'if' is not preceded with whitespace. 5086
Error '{' is not followed by whitespace. 5086
Error 'cast' is not followed by whitespace. 5086
Error ';' is not followed by whitespace. 5086
Error '}' is not preceded with whitespace. 5086
Error 'if' construct must use '{}'s. 5088
Error Avoid nested blocks. 5088
Error 'if' is not preceded with whitespace. 5088
Error '{' is not followed by whitespace. 5088
Error 'cast' is not followed by whitespace. 5088
Error ';' is not followed by whitespace. 5088
Error '}' is not preceded with whitespace. 5088
Error Missing a Javadoc comment. 5096
Error 'public' modifier out of order with the JLS suggestions. 5096
Error Name 'IfStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5096
Error '117' is a magic number. 5113
Error Empty statement. 5114
Error 'if' construct must use '{}'s. 5124
Error Avoid nested blocks. 5124
Error 'if' is not preceded with whitespace. 5124
Error '{' is not followed by whitespace. 5124
Error 'cast' is not followed by whitespace. 5124
Error ';' is not followed by whitespace. 5124
Error '}' is not preceded with whitespace. 5124
Error 'if' construct must use '{}'s. 5127
Error Avoid nested blocks. 5127
Error 'if' is not preceded with whitespace. 5127
Error '{' is not followed by whitespace. 5127
Error 'cast' is not followed by whitespace. 5127
Error ';' is not followed by whitespace. 5127
Error '}' is not preceded with whitespace. 5127
Error 'if' construct must use '{}'s. 5129
Error Avoid nested blocks. 5129
Error 'if' is not preceded with whitespace. 5129
Error '{' is not followed by whitespace. 5129
Error 'cast' is not followed by whitespace. 5129
Error ';' is not followed by whitespace. 5129
Error '}' is not preceded with whitespace. 5129
Error Missing a Javadoc comment. 5137
Error 'public' modifier out of order with the JLS suggestions. 5137
Error Name 'WhileStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5137
Error 'if' construct must use '{}'s. 5156
Error Avoid nested blocks. 5156
Error 'if' is not preceded with whitespace. 5156
Error '{' is not followed by whitespace. 5156
Error 'cast' is not followed by whitespace. 5156
Error ';' is not followed by whitespace. 5156
Error '}' is not preceded with whitespace. 5156
Error 'if' construct must use '{}'s. 5159
Error Avoid nested blocks. 5159
Error 'if' is not preceded with whitespace. 5159
Error '{' is not followed by whitespace. 5159
Error 'cast' is not followed by whitespace. 5159
Error ';' is not followed by whitespace. 5159
Error '}' is not preceded with whitespace. 5159
Error 'if' construct must use '{}'s. 5161
Error Avoid nested blocks. 5161
Error 'if' is not preceded with whitespace. 5161
Error '{' is not followed by whitespace. 5161
Error 'cast' is not followed by whitespace. 5161
Error ';' is not followed by whitespace. 5161
Error '}' is not preceded with whitespace. 5161
Error Missing a Javadoc comment. 5169
Error 'public' modifier out of order with the JLS suggestions. 5169
Error Name 'DoStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5169
Error 'if' construct must use '{}'s. 5190
Error Avoid nested blocks. 5190
Error 'if' is not preceded with whitespace. 5190
Error '{' is not followed by whitespace. 5190
Error 'cast' is not followed by whitespace. 5190
Error ';' is not followed by whitespace. 5190
Error '}' is not preceded with whitespace. 5190
Error 'if' construct must use '{}'s. 5193
Error Avoid nested blocks. 5193
Error 'if' is not preceded with whitespace. 5193
Error '{' is not followed by whitespace. 5193
Error 'cast' is not followed by whitespace. 5193
Error ';' is not followed by whitespace. 5193
Error '}' is not preceded with whitespace. 5193
Error 'if' construct must use '{}'s. 5195
Error Avoid nested blocks. 5195
Error 'if' is not preceded with whitespace. 5195
Error '{' is not followed by whitespace. 5195
Error 'cast' is not followed by whitespace. 5195
Error ';' is not followed by whitespace. 5195
Error '}' is not preceded with whitespace. 5195
Error Missing a Javadoc comment. 5203
Error 'public' modifier out of order with the JLS suggestions. 5203
Error Name 'ForStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5203
Error '118' is a magic number. 5239
Error Empty statement. 5240
Error '119' is a magic number. 5274
Error Empty statement. 5275
Error '120' is a magic number. 5305
Error Empty statement. 5306
Error 'if' construct must use '{}'s. 5318
Error Avoid nested blocks. 5318
Error 'if' is not preceded with whitespace. 5318
Error '{' is not followed by whitespace. 5318
Error 'cast' is not followed by whitespace. 5318
Error ';' is not followed by whitespace. 5318
Error '}' is not preceded with whitespace. 5318
Error 'if' construct must use '{}'s. 5321
Error Avoid nested blocks. 5321
Error 'if' is not preceded with whitespace. 5321
Error '{' is not followed by whitespace. 5321
Error 'cast' is not followed by whitespace. 5321
Error ';' is not followed by whitespace. 5321
Error '}' is not preceded with whitespace. 5321
Error 'if' construct must use '{}'s. 5323
Error Avoid nested blocks. 5323
Error 'if' is not preceded with whitespace. 5323
Error '{' is not followed by whitespace. 5323
Error 'cast' is not followed by whitespace. 5323
Error ';' is not followed by whitespace. 5323
Error '}' is not preceded with whitespace. 5323
Error Missing a Javadoc comment. 5331
Error 'public' modifier out of order with the JLS suggestions. 5331
Error Name 'ForInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5331
Error '2147483647' is a magic number. 5337
Error '121' is a magic number. 5367
Error 'if' construct must use '{}'s. 5380
Error Avoid nested blocks. 5380
Error 'if' is not preceded with whitespace. 5380
Error '{' is not followed by whitespace. 5380
Error 'cast' is not followed by whitespace. 5380
Error ';' is not followed by whitespace. 5380
Error '}' is not preceded with whitespace. 5380
Error 'if' construct must use '{}'s. 5383
Error Avoid nested blocks. 5383
Error 'if' is not preceded with whitespace. 5383
Error '{' is not followed by whitespace. 5383
Error 'cast' is not followed by whitespace. 5383
Error ';' is not followed by whitespace. 5383
Error '}' is not preceded with whitespace. 5383
Error 'if' construct must use '{}'s. 5385
Error Avoid nested blocks. 5385
Error 'if' is not preceded with whitespace. 5385
Error '{' is not followed by whitespace. 5385
Error 'cast' is not followed by whitespace. 5385
Error ';' is not followed by whitespace. 5385
Error '}' is not preceded with whitespace. 5385
Error Missing a Javadoc comment. 5393
Error 'public' modifier out of order with the JLS suggestions. 5393
Error Name 'StatementExpressionList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5393
Error Empty statement. 5404
Error '122' is a magic number. 5407
Error 'if' construct must use '{}'s. 5421
Error Avoid nested blocks. 5421
Error 'if' is not preceded with whitespace. 5421
Error '{' is not followed by whitespace. 5421
Error 'cast' is not followed by whitespace. 5421
Error ';' is not followed by whitespace. 5421
Error '}' is not preceded with whitespace. 5421
Error 'if' construct must use '{}'s. 5424
Error Avoid nested blocks. 5424
Error 'if' is not preceded with whitespace. 5424
Error '{' is not followed by whitespace. 5424
Error 'cast' is not followed by whitespace. 5424
Error ';' is not followed by whitespace. 5424
Error '}' is not preceded with whitespace. 5424
Error 'if' construct must use '{}'s. 5426
Error Avoid nested blocks. 5426
Error 'if' is not preceded with whitespace. 5426
Error '{' is not followed by whitespace. 5426
Error 'cast' is not followed by whitespace. 5426
Error ';' is not followed by whitespace. 5426
Error '}' is not preceded with whitespace. 5426
Error Missing a Javadoc comment. 5434
Error 'public' modifier out of order with the JLS suggestions. 5434
Error Name 'ForUpdate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5434
Error 'if' construct must use '{}'s. 5449
Error Avoid nested blocks. 5449
Error 'if' is not preceded with whitespace. 5449
Error '{' is not followed by whitespace. 5449
Error 'cast' is not followed by whitespace. 5449
Error ';' is not followed by whitespace. 5449
Error '}' is not preceded with whitespace. 5449
Error 'if' construct must use '{}'s. 5452
Error Avoid nested blocks. 5452
Error 'if' is not preceded with whitespace. 5452
Error '{' is not followed by whitespace. 5452
Error 'cast' is not followed by whitespace. 5452
Error ';' is not followed by whitespace. 5452
Error '}' is not preceded with whitespace. 5452
Error 'if' construct must use '{}'s. 5454
Error Avoid nested blocks. 5454
Error 'if' is not preceded with whitespace. 5454
Error '{' is not followed by whitespace. 5454
Error 'cast' is not followed by whitespace. 5454
Error ';' is not followed by whitespace. 5454
Error '}' is not preceded with whitespace. 5454
Error Missing a Javadoc comment. 5462
Error 'public' modifier out of order with the JLS suggestions. 5462
Error Name 'BreakStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5462
Error '123' is a magic number. 5474
Error Empty statement. 5475
Error Missing a Javadoc comment. 5485
Error 'public' modifier out of order with the JLS suggestions. 5485
Error Name 'ContinueStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5485
Error '124' is a magic number. 5497
Error Empty statement. 5498
Error Missing a Javadoc comment. 5508
Error 'public' modifier out of order with the JLS suggestions. 5508
Error Name 'ReturnStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5508
Error '125' is a magic number. 5546
Error Empty statement. 5547
Error 'if' construct must use '{}'s. 5558
Error Avoid nested blocks. 5558
Error 'if' is not preceded with whitespace. 5558
Error '{' is not followed by whitespace. 5558
Error 'cast' is not followed by whitespace. 5558
Error ';' is not followed by whitespace. 5558
Error '}' is not preceded with whitespace. 5558
Error 'if' construct must use '{}'s. 5561
Error Avoid nested blocks. 5561
Error 'if' is not preceded with whitespace. 5561
Error '{' is not followed by whitespace. 5561
Error 'cast' is not followed by whitespace. 5561
Error ';' is not followed by whitespace. 5561
Error '}' is not preceded with whitespace. 5561
Error 'if' construct must use '{}'s. 5563
Error Avoid nested blocks. 5563
Error 'if' is not preceded with whitespace. 5563
Error '{' is not followed by whitespace. 5563
Error 'cast' is not followed by whitespace. 5563
Error ';' is not followed by whitespace. 5563
Error '}' is not preceded with whitespace. 5563
Error Missing a Javadoc comment. 5571
Error 'public' modifier out of order with the JLS suggestions. 5571
Error Name 'ThrowStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5571
Error 'if' construct must use '{}'s. 5588
Error Avoid nested blocks. 5588
Error 'if' is not preceded with whitespace. 5588
Error '{' is not followed by whitespace. 5588
Error 'cast' is not followed by whitespace. 5588
Error ';' is not followed by whitespace. 5588
Error '}' is not preceded with whitespace. 5588
Error 'if' construct must use '{}'s. 5591
Error Avoid nested blocks. 5591
Error 'if' is not preceded with whitespace. 5591
Error '{' is not followed by whitespace. 5591
Error 'cast' is not followed by whitespace. 5591
Error ';' is not followed by whitespace. 5591
Error '}' is not preceded with whitespace. 5591
Error 'if' construct must use '{}'s. 5593
Error Avoid nested blocks. 5593
Error 'if' is not preceded with whitespace. 5593
Error '{' is not followed by whitespace. 5593
Error 'cast' is not followed by whitespace. 5593
Error ';' is not followed by whitespace. 5593
Error '}' is not preceded with whitespace. 5593
Error Missing a Javadoc comment. 5601
Error 'public' modifier out of order with the JLS suggestions. 5601
Error Name 'SynchronizedStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5601
Error 'if' construct must use '{}'s. 5620
Error Avoid nested blocks. 5620
Error 'if' is not preceded with whitespace. 5620
Error '{' is not followed by whitespace. 5620
Error 'cast' is not followed by whitespace. 5620
Error ';' is not followed by whitespace. 5620
Error '}' is not preceded with whitespace. 5620
Error 'if' construct must use '{}'s. 5623
Error Avoid nested blocks. 5623
Error 'if' is not preceded with whitespace. 5623
Error '{' is not followed by whitespace. 5623
Error 'cast' is not followed by whitespace. 5623
Error ';' is not followed by whitespace. 5623
Error '}' is not preceded with whitespace. 5623
Error 'if' construct must use '{}'s. 5625
Error Avoid nested blocks. 5625
Error 'if' is not preceded with whitespace. 5625
Error '{' is not followed by whitespace. 5625
Error 'cast' is not followed by whitespace. 5625
Error ';' is not followed by whitespace. 5625
Error '}' is not preceded with whitespace. 5625
Error Missing a Javadoc comment. 5633
Error 'public' modifier out of order with the JLS suggestions. 5633
Error Name 'TryStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5633
Error Empty statement. 5645
Error '126' is a magic number. 5648
Error '127' is a magic number. 5663
Error Empty statement. 5664
Error 'if' construct must use '{}'s. 5674
Error Avoid nested blocks. 5674
Error 'if' is not preceded with whitespace. 5674
Error '{' is not followed by whitespace. 5674
Error 'cast' is not followed by whitespace. 5674
Error ';' is not followed by whitespace. 5674
Error '}' is not preceded with whitespace. 5674
Error 'if' construct must use '{}'s. 5677
Error Avoid nested blocks. 5677
Error 'if' is not preceded with whitespace. 5677
Error '{' is not followed by whitespace. 5677
Error 'cast' is not followed by whitespace. 5677
Error ';' is not followed by whitespace. 5677
Error '}' is not preceded with whitespace. 5677
Error 'if' construct must use '{}'s. 5679
Error Avoid nested blocks. 5679
Error 'if' is not preceded with whitespace. 5679
Error '{' is not followed by whitespace. 5679
Error 'cast' is not followed by whitespace. 5679
Error ';' is not followed by whitespace. 5679
Error '}' is not preceded with whitespace. 5679
Error Missing a Javadoc comment. 5687
Error 'public' modifier out of order with the JLS suggestions. 5687
Error Name 'AssertStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5687
Error '128' is a magic number. 5701
Error Empty statement. 5702
Error 'if' construct must use '{}'s. 5713
Error Avoid nested blocks. 5713
Error 'if' is not preceded with whitespace. 5713
Error '{' is not followed by whitespace. 5713
Error 'cast' is not followed by whitespace. 5713
Error ';' is not followed by whitespace. 5713
Error '}' is not preceded with whitespace. 5713
Error 'if' construct must use '{}'s. 5716
Error Avoid nested blocks. 5716
Error 'if' is not preceded with whitespace. 5716
Error '{' is not followed by whitespace. 5716
Error 'cast' is not followed by whitespace. 5716
Error ';' is not followed by whitespace. 5716
Error '}' is not preceded with whitespace. 5716
Error 'if' construct must use '{}'s. 5718
Error Avoid nested blocks. 5718
Error 'if' is not preceded with whitespace. 5718
Error '{' is not followed by whitespace. 5718
Error 'cast' is not followed by whitespace. 5718
Error ';' is not followed by whitespace. 5718
Error '}' is not preceded with whitespace. 5718
Error Missing a Javadoc comment. 5726
Error Redundant 'final' modifier. 5726
Error 'private' modifier out of order with the JLS suggestions. 5726
Error Name 'jj_2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5726
Error Parameter xla should be final. 5726
Error Inner assignments should be avoided. 5727
Error Missing a Javadoc comment. 5733
Error Redundant 'final' modifier. 5733
Error 'private' modifier out of order with the JLS suggestions. 5733
Error Name 'jj_2_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5733
Error Parameter xla should be final. 5733
Error Inner assignments should be avoided. 5734
Error Missing a Javadoc comment. 5740
Error Redundant 'final' modifier. 5740
Error 'private' modifier out of order with the JLS suggestions. 5740
Error Name 'jj_2_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5740
Error Parameter xla should be final. 5740
Error Inner assignments should be avoided. 5741
Error Missing a Javadoc comment. 5747
Error Redundant 'final' modifier. 5747
Error 'private' modifier out of order with the JLS suggestions. 5747
Error Name 'jj_2_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5747
Error Parameter xla should be final. 5747
Error Inner assignments should be avoided. 5748
Error '3' is a magic number. 5750
Error Missing a Javadoc comment. 5754
Error Redundant 'final' modifier. 5754
Error 'private' modifier out of order with the JLS suggestions. 5754
Error Name 'jj_2_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5754
Error Parameter xla should be final. 5754
Error Inner assignments should be avoided. 5755
Error '4' is a magic number. 5757
Error Missing a Javadoc comment. 5761
Error Redundant 'final' modifier. 5761
Error 'private' modifier out of order with the JLS suggestions. 5761
Error Name 'jj_2_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5761
Error Parameter xla should be final. 5761
Error Inner assignments should be avoided. 5762
Error '5' is a magic number. 5764
Error Missing a Javadoc comment. 5768
Error Redundant 'final' modifier. 5768
Error 'private' modifier out of order with the JLS suggestions. 5768
Error Name 'jj_2_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5768
Error Parameter xla should be final. 5768
Error Inner assignments should be avoided. 5769
Error '6' is a magic number. 5771
Error Missing a Javadoc comment. 5775
Error Redundant 'final' modifier. 5775
Error 'private' modifier out of order with the JLS suggestions. 5775
Error Name 'jj_2_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5775
Error Parameter xla should be final. 5775
Error Inner assignments should be avoided. 5776
Error '7' is a magic number. 5778
Error Missing a Javadoc comment. 5782
Error Redundant 'final' modifier. 5782
Error 'private' modifier out of order with the JLS suggestions. 5782
Error Name 'jj_2_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5782
Error Parameter xla should be final. 5782
Error Inner assignments should be avoided. 5783
Error '8' is a magic number. 5785
Error Missing a Javadoc comment. 5789
Error Redundant 'final' modifier. 5789
Error 'private' modifier out of order with the JLS suggestions. 5789
Error Name 'jj_2_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5789
Error Parameter xla should be final. 5789
Error Inner assignments should be avoided. 5790
Error '9' is a magic number. 5792
Error Missing a Javadoc comment. 5796
Error Redundant 'final' modifier. 5796
Error 'private' modifier out of order with the JLS suggestions. 5796
Error Name 'jj_2_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5796
Error Parameter xla should be final. 5796
Error Inner assignments should be avoided. 5797
Error '10' is a magic number. 5799
Error Missing a Javadoc comment. 5803
Error Redundant 'final' modifier. 5803
Error 'private' modifier out of order with the JLS suggestions. 5803
Error Name 'jj_2_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5803
Error Parameter xla should be final. 5803
Error Inner assignments should be avoided. 5804
Error '11' is a magic number. 5806
Error Missing a Javadoc comment. 5810
Error Redundant 'final' modifier. 5810
Error 'private' modifier out of order with the JLS suggestions. 5810
Error Name 'jj_2_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5810
Error Parameter xla should be final. 5810
Error Inner assignments should be avoided. 5811
Error '12' is a magic number. 5813
Error Missing a Javadoc comment. 5817
Error Redundant 'final' modifier. 5817
Error 'private' modifier out of order with the JLS suggestions. 5817
Error Name 'jj_2_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5817
Error Parameter xla should be final. 5817
Error Inner assignments should be avoided. 5818
Error '13' is a magic number. 5820
Error Missing a Javadoc comment. 5824
Error Redundant 'final' modifier. 5824
Error 'private' modifier out of order with the JLS suggestions. 5824
Error Name 'jj_2_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5824
Error Parameter xla should be final. 5824
Error Inner assignments should be avoided. 5825
Error '14' is a magic number. 5827
Error Missing a Javadoc comment. 5831
Error Redundant 'final' modifier. 5831
Error 'private' modifier out of order with the JLS suggestions. 5831
Error Name 'jj_2_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5831
Error Parameter xla should be final. 5831
Error Inner assignments should be avoided. 5832
Error '15' is a magic number. 5834
Error Missing a Javadoc comment. 5838
Error Redundant 'final' modifier. 5838
Error 'private' modifier out of order with the JLS suggestions. 5838
Error Name 'jj_2_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5838
Error Parameter xla should be final. 5838
Error Inner assignments should be avoided. 5839
Error '16' is a magic number. 5841
Error Missing a Javadoc comment. 5845
Error Redundant 'final' modifier. 5845
Error 'private' modifier out of order with the JLS suggestions. 5845
Error Name 'jj_2_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5845
Error Parameter xla should be final. 5845
Error Inner assignments should be avoided. 5846
Error '17' is a magic number. 5848
Error Missing a Javadoc comment. 5852
Error Redundant 'final' modifier. 5852
Error 'private' modifier out of order with the JLS suggestions. 5852
Error Name 'jj_2_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5852
Error Parameter xla should be final. 5852
Error Inner assignments should be avoided. 5853
Error '18' is a magic number. 5855
Error Missing a Javadoc comment. 5859
Error Redundant 'final' modifier. 5859
Error 'private' modifier out of order with the JLS suggestions. 5859
Error Name 'jj_2_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5859
Error Parameter xla should be final. 5859
Error Inner assignments should be avoided. 5860
Error '19' is a magic number. 5862
Error Missing a Javadoc comment. 5866
Error Redundant 'final' modifier. 5866
Error 'private' modifier out of order with the JLS suggestions. 5866
Error Name 'jj_2_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5866
Error Parameter xla should be final. 5866
Error Inner assignments should be avoided. 5867
Error '20' is a magic number. 5869
Error Missing a Javadoc comment. 5873
Error Redundant 'final' modifier. 5873
Error 'private' modifier out of order with the JLS suggestions. 5873
Error Name 'jj_2_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5873
Error Parameter xla should be final. 5873
Error Inner assignments should be avoided. 5874
Error '21' is a magic number. 5876
Error Missing a Javadoc comment. 5880
Error Redundant 'final' modifier. 5880
Error 'private' modifier out of order with the JLS suggestions. 5880
Error Name 'jj_2_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5880
Error Parameter xla should be final. 5880
Error Inner assignments should be avoided. 5881
Error '22' is a magic number. 5883
Error Missing a Javadoc comment. 5887
Error Redundant 'final' modifier. 5887
Error 'private' modifier out of order with the JLS suggestions. 5887
Error Name 'jj_2_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5887
Error Parameter xla should be final. 5887
Error Inner assignments should be avoided. 5888
Error '23' is a magic number. 5890
Error Missing a Javadoc comment. 5894
Error Redundant 'final' modifier. 5894
Error 'private' modifier out of order with the JLS suggestions. 5894
Error Name 'jj_2_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5894
Error Parameter xla should be final. 5894
Error Inner assignments should be avoided. 5895
Error '24' is a magic number. 5897
Error Missing a Javadoc comment. 5901
Error Redundant 'final' modifier. 5901
Error 'private' modifier out of order with the JLS suggestions. 5901
Error Name 'jj_2_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5901
Error Parameter xla should be final. 5901
Error Inner assignments should be avoided. 5902
Error '25' is a magic number. 5904
Error Missing a Javadoc comment. 5908
Error Redundant 'final' modifier. 5908
Error 'private' modifier out of order with the JLS suggestions. 5908
Error Name 'jj_2_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5908
Error Parameter xla should be final. 5908
Error Inner assignments should be avoided. 5909
Error '26' is a magic number. 5911
Error Missing a Javadoc comment. 5915
Error Redundant 'final' modifier. 5915
Error 'private' modifier out of order with the JLS suggestions. 5915
Error Name 'jj_2_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5915
Error Parameter xla should be final. 5915
Error Inner assignments should be avoided. 5916
Error '27' is a magic number. 5918
Error Missing a Javadoc comment. 5922
Error Redundant 'final' modifier. 5922
Error 'private' modifier out of order with the JLS suggestions. 5922
Error Name 'jj_2_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5922
Error Parameter xla should be final. 5922
Error Inner assignments should be avoided. 5923
Error '28' is a magic number. 5925
Error Missing a Javadoc comment. 5929
Error Redundant 'final' modifier. 5929
Error 'private' modifier out of order with the JLS suggestions. 5929
Error Name 'jj_2_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5929
Error Parameter xla should be final. 5929
Error Inner assignments should be avoided. 5930
Error '29' is a magic number. 5932
Error Missing a Javadoc comment. 5936
Error Redundant 'final' modifier. 5936
Error 'private' modifier out of order with the JLS suggestions. 5936
Error Name 'jj_2_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5936
Error Parameter xla should be final. 5936
Error Inner assignments should be avoided. 5937
Error '30' is a magic number. 5939
Error Missing a Javadoc comment. 5943
Error Redundant 'final' modifier. 5943
Error 'private' modifier out of order with the JLS suggestions. 5943
Error Name 'jj_3R_170' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5943
Error 'if' construct must use '{}'s. 5956
Error 'if' construct must use '{}'s. 5957
Error 'if' construct must use '{}'s. 5958
Error 'if' construct must use '{}'s. 5959
Error 'if' construct must use '{}'s. 5960
Error 'if' construct must use '{}'s. 5961
Error 'if' construct must use '{}'s. 5962
Error Missing a Javadoc comment. 5966
Error Redundant 'final' modifier. 5966
Error 'private' modifier out of order with the JLS suggestions. 5966
Error Name 'jj_3R_180' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5966
Error 'if' construct must use '{}'s. 5967
Error 'if' construct must use '{}'s. 5968
Error Missing a Javadoc comment. 5972
Error Redundant 'final' modifier. 5972
Error 'private' modifier out of order with the JLS suggestions. 5972
Error Name 'jj_3R_147' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5972
Error 'if' construct must use '{}'s. 5973
Error 'if' construct must use '{}'s. 5974
Error Missing a Javadoc comment. 5978
Error Redundant 'final' modifier. 5978
Error 'private' modifier out of order with the JLS suggestions. 5978
Error Name 'jj_3R_132' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5978
Error 'if' construct must use '{}'s. 5979
Error 'if' construct must use '{}'s. 5980
Error Missing a Javadoc comment. 5984
Error Redundant 'final' modifier. 5984
Error 'private' modifier out of order with the JLS suggestions. 5984
Error Name 'jj_3R_164' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5984
Error 'if' construct must use '{}'s. 5985
Error 'if' construct must use '{}'s. 5986
Error Missing a Javadoc comment. 5990
Error Redundant 'final' modifier. 5990
Error 'private' modifier out of order with the JLS suggestions. 5990
Error Name 'jj_3R_131' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5990
Error 'if' construct must use '{}'s. 5991
Error 'if' construct must use '{}'s. 5992
Error 'if' construct must use '{}'s. 5993
Error 'if' construct must use '{}'s. 5994
Error Missing a Javadoc comment. 5998
Error Redundant 'final' modifier. 5998
Error 'private' modifier out of order with the JLS suggestions. 5998
Error Name 'jj_3R_130' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5998
Error 'if' construct must use '{}'s. 5999
Error 'if' construct must use '{}'s. 6000
Error 'if' construct must use '{}'s. 6001
Error 'if' construct must use '{}'s. 6002
Error 'if' construct must use '{}'s. 6003
Error 'if' construct must use '{}'s. 6004
Error Missing a Javadoc comment. 6008
Error Redundant 'final' modifier. 6008
Error 'private' modifier out of order with the JLS suggestions. 6008
Error Name 'jj_3R_95' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6008
Error 'if' construct must use '{}'s. 6009
Error 'if' construct must use '{}'s. 6010
Error Missing a Javadoc comment. 6014
Error Redundant 'final' modifier. 6014
Error 'private' modifier out of order with the JLS suggestions. 6014
Error Name 'jj_3_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6014
Error 'if' construct must use '{}'s. 6015
Error 'if' construct must use '{}'s. 6016
Error 'if' construct must use '{}'s. 6017
Error 'if' construct must use '{}'s. 6018
Error Missing a Javadoc comment. 6022
Error Redundant 'final' modifier. 6022
Error 'private' modifier out of order with the JLS suggestions. 6022
Error Name 'jj_3R_88' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6022
Error 'if' construct must use '{}'s. 6023
Error 'if' construct must use '{}'s. 6024
Error Missing a Javadoc comment. 6028
Error Redundant 'final' modifier. 6028
Error 'private' modifier out of order with the JLS suggestions. 6028
Error Name 'jj_3R_332' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6028
Error 'if' construct must use '{}'s. 6029
Error 'if' construct must use '{}'s. 6030
Error Missing a Javadoc comment. 6034
Error Redundant 'final' modifier. 6034
Error 'private' modifier out of order with the JLS suggestions. 6034
Error Name 'jj_3R_146' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6034
Error 'if' construct must use '{}'s. 6035
Error 'if' construct must use '{}'s. 6036
Error Missing a Javadoc comment. 6040
Error Redundant 'final' modifier. 6040
Error 'private' modifier out of order with the JLS suggestions. 6040
Error Name 'jj_3R_163' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6040
Error 'if' construct must use '{}'s. 6041
Error 'if' construct must use '{}'s. 6042
Error Missing a Javadoc comment. 6046
Error Redundant 'final' modifier. 6046
Error 'private' modifier out of order with the JLS suggestions. 6046
Error Name 'jj_3_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6046
Error 'if' construct must use '{}'s. 6047
Error 'if' construct must use '{}'s. 6048
Error 'if' construct must use '{}'s. 6049
Error 'if' construct must use '{}'s. 6050
Error Missing a Javadoc comment. 6054
Error Redundant 'final' modifier. 6054
Error 'private' modifier out of order with the JLS suggestions. 6054
Error Name 'jj_3_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6054
Error 'if' construct must use '{}'s. 6055
Error 'if' construct must use '{}'s. 6056
Error 'if' construct must use '{}'s. 6057
Error 'if' construct must use '{}'s. 6058
Error 'if' construct must use '{}'s. 6059
Error 'if' construct must use '{}'s. 6060
Error Missing a Javadoc comment. 6064
Error Redundant 'final' modifier. 6064
Error 'private' modifier out of order with the JLS suggestions. 6064
Error Name 'jj_3R_331' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6064
Error 'if' construct must use '{}'s. 6065
Error 'if' construct must use '{}'s. 6066
Error Missing a Javadoc comment. 6070
Error Redundant 'final' modifier. 6070
Error 'private' modifier out of order with the JLS suggestions. 6070
Error Name 'jj_3_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6070
Error 'if' construct must use '{}'s. 6071
Error 'if' construct must use '{}'s. 6072
Error 'if' construct must use '{}'s. 6073
Error 'if' construct must use '{}'s. 6074
Error Missing a Javadoc comment. 6078
Error Redundant 'final' modifier. 6078
Error 'private' modifier out of order with the JLS suggestions. 6078
Error Name 'jj_3R_67' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6078
Error 'if' construct must use '{}'s. 6091
Error 'if' construct must use '{}'s. 6092
Error 'if' construct must use '{}'s. 6093
Error 'if' construct must use '{}'s. 6094
Error 'if' construct must use '{}'s. 6095
Error 'if' construct must use '{}'s. 6096
Error 'if' construct must use '{}'s. 6097
Error Missing a Javadoc comment. 6101
Error Redundant 'final' modifier. 6101
Error 'private' modifier out of order with the JLS suggestions. 6101
Error Name 'jj_3R_330' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6101
Error 'if' construct must use '{}'s. 6102
Error 'if' construct must use '{}'s. 6103
Error Missing a Javadoc comment. 6107
Error Redundant 'final' modifier. 6107
Error 'private' modifier out of order with the JLS suggestions. 6107
Error Name 'jj_3R_94' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6107
Error 'if' construct must use '{}'s. 6108
Error 'if' construct must use '{}'s. 6109
Error Missing a Javadoc comment. 6113
Error Redundant 'final' modifier. 6113
Error 'private' modifier out of order with the JLS suggestions. 6113
Error Name 'jj_3R_157' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6113
Error 'if' construct must use '{}'s. 6114
Error 'if' construct must use '{}'s. 6115
Error Missing a Javadoc comment. 6119
Error Redundant 'final' modifier. 6119
Error 'private' modifier out of order with the JLS suggestions. 6119
Error Name 'jj_3R_87' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6119
Error 'if' construct must use '{}'s. 6120
Error 'if' construct must use '{}'s. 6121
Error Missing a Javadoc comment. 6125
Error Redundant 'final' modifier. 6125
Error 'private' modifier out of order with the JLS suggestions. 6125
Error Name 'jj_3_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6125
Error 'if' construct must use '{}'s. 6126
Error 'if' construct must use '{}'s. 6127
Error Missing a Javadoc comment. 6131
Error Redundant 'final' modifier. 6131
Error 'private' modifier out of order with the JLS suggestions. 6131
Error Name 'jj_3R_329' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6131
Error 'if' construct must use '{}'s. 6132
Error 'if' construct must use '{}'s. 6133
Error Missing a Javadoc comment. 6137
Error Redundant 'final' modifier. 6137
Error 'private' modifier out of order with the JLS suggestions. 6137
Error Name 'jj_3R_156' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6137
Error 'if' construct must use '{}'s. 6138
Error 'if' construct must use '{}'s. 6139
Error 'if' construct must use '{}'s. 6140
Error 'if' construct must use '{}'s. 6141
Error 'if' construct must use '{}'s. 6142
Error 'if' construct must use '{}'s. 6143
Error Missing a Javadoc comment. 6147
Error Redundant 'final' modifier. 6147
Error 'private' modifier out of order with the JLS suggestions. 6147
Error Name 'jj_3R_145' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6147
Error 'if' construct must use '{}'s. 6148
Error 'if' construct must use '{}'s. 6149
Error Missing a Javadoc comment. 6153
Error Redundant 'final' modifier. 6153
Error 'private' modifier out of order with the JLS suggestions. 6153
Error Name 'jj_3R_155' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6153
Error 'if' construct must use '{}'s. 6154
Error 'if' construct must use '{}'s. 6155
Error Missing a Javadoc comment. 6159
Error Redundant 'final' modifier. 6159
Error 'private' modifier out of order with the JLS suggestions. 6159
Error Name 'jj_3R_430' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6159
Error 'if' construct must use '{}'s. 6160
Error 'if' construct must use '{}'s. 6161
Error Missing a Javadoc comment. 6165
Error Redundant 'final' modifier. 6165
Error 'private' modifier out of order with the JLS suggestions. 6165
Error Name 'jj_3R_328' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6165
Error 'if' construct must use '{}'s. 6166
Error 'if' construct must use '{}'s. 6167
Error Missing a Javadoc comment. 6171
Error Redundant 'final' modifier. 6171
Error 'private' modifier out of order with the JLS suggestions. 6171
Error Name 'jj_3R_162' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6171
Error 'if' construct must use '{}'s. 6172
Error 'if' construct must use '{}'s. 6173
Error Missing a Javadoc comment. 6177
Error Redundant 'final' modifier. 6177
Error 'private' modifier out of order with the JLS suggestions. 6177
Error Name 'jj_3R_154' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6177
Error 'if' construct must use '{}'s. 6178
Error 'if' construct must use '{}'s. 6179
Error 'if' construct must use '{}'s. 6180
Error 'if' construct must use '{}'s. 6181
Error 'if' construct must use '{}'s. 6182
Error 'if' construct must use '{}'s. 6183
Error Missing a Javadoc comment. 6187
Error Redundant 'final' modifier. 6187
Error 'private' modifier out of order with the JLS suggestions. 6187
Error Name 'jj_3R_153' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6187
Error 'if' construct must use '{}'s. 6188
Error 'if' construct must use '{}'s. 6189
Error 'if' construct must use '{}'s. 6190
Error 'if' construct must use '{}'s. 6191
Error 'if' construct must use '{}'s. 6192
Error 'if' construct must use '{}'s. 6193
Error Missing a Javadoc comment. 6197
Error Redundant 'final' modifier. 6197
Error 'private' modifier out of order with the JLS suggestions. 6197
Error Name 'jj_3R_327' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6197
Error 'if' construct must use '{}'s. 6198
Error 'if' construct must use '{}'s. 6199
Error Missing a Javadoc comment. 6203
Error Redundant 'final' modifier. 6203
Error 'private' modifier out of order with the JLS suggestions. 6203
Error Name 'jj_3R_152' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6203
Error 'if' construct must use '{}'s. 6204
Error 'if' construct must use '{}'s. 6205
Error Missing a Javadoc comment. 6209
Error Redundant 'final' modifier. 6209
Error 'private' modifier out of order with the JLS suggestions. 6209
Error Name 'jj_3R_93' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6209
Error 'if' construct must use '{}'s. 6210
Error 'if' construct must use '{}'s. 6211
Error Missing a Javadoc comment. 6215
Error Redundant 'final' modifier. 6215
Error 'private' modifier out of order with the JLS suggestions. 6215
Error Name 'jj_3R_161' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6215
Error 'if' construct must use '{}'s. 6216
Error 'if' construct must use '{}'s. 6217
Error Missing a Javadoc comment. 6221
Error Redundant 'final' modifier. 6221
Error 'private' modifier out of order with the JLS suggestions. 6221
Error Name 'jj_3R_429' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6221
Error 'if' construct must use '{}'s. 6222
Error 'if' construct must use '{}'s. 6223
Error Missing a Javadoc comment. 6227
Error Redundant 'final' modifier. 6227
Error 'private' modifier out of order with the JLS suggestions. 6227
Error Name 'jj_3R_423' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6227
Error 'if' construct must use '{}'s. 6232
Error 'if' construct must use '{}'s. 6233
Error 'if' construct must use '{}'s. 6234
Error Missing a Javadoc comment. 6238
Error Redundant 'final' modifier. 6238
Error 'private' modifier out of order with the JLS suggestions. 6238
Error Name 'jj_3R_151' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6238
Error 'if' construct must use '{}'s. 6239
Error 'if' construct must use '{}'s. 6240
Error Missing a Javadoc comment. 6244
Error Redundant 'final' modifier. 6244
Error 'private' modifier out of order with the JLS suggestions. 6244
Error Name 'jj_3R_118' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6244
Error 'if' construct must use '{}'s. 6259
Error 'if' construct must use '{}'s. 6260
Error 'if' construct must use '{}'s. 6261
Error 'if' construct must use '{}'s. 6262
Error 'if' construct must use '{}'s. 6263
Error 'if' construct must use '{}'s. 6264
Error 'if' construct must use '{}'s. 6265
Error 'if' construct must use '{}'s. 6266
Error Missing a Javadoc comment. 6270
Error Redundant 'final' modifier. 6270
Error 'private' modifier out of order with the JLS suggestions. 6270
Error Name 'jj_3R_326' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6270
Error 'if' construct must use '{}'s. 6271
Error 'if' construct must use '{}'s. 6272
Error Missing a Javadoc comment. 6276
Error Redundant 'final' modifier. 6276
Error 'private' modifier out of order with the JLS suggestions. 6276
Error Name 'jj_3R_295' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6276
Error 'if' construct must use '{}'s. 6291
Error 'if' construct must use '{}'s. 6292
Error 'if' construct must use '{}'s. 6293
Error 'if' construct must use '{}'s. 6294
Error 'if' construct must use '{}'s. 6295
Error 'if' construct must use '{}'s. 6296
Error 'if' construct must use '{}'s. 6297
Error 'if' construct must use '{}'s. 6298
Error Missing a Javadoc comment. 6302
Error Redundant 'final' modifier. 6302
Error 'private' modifier out of order with the JLS suggestions. 6302
Error Name 'jj_3R_144' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6302
Error 'if' construct must use '{}'s. 6303
Error 'if' construct must use '{}'s. 6304
Error Missing a Javadoc comment. 6308
Error Redundant 'final' modifier. 6308
Error 'private' modifier out of order with the JLS suggestions. 6308
Error Name 'jj_3R_86' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6308
Error 'if' construct must use '{}'s. 6309
Error 'if' construct must use '{}'s. 6310
Error Missing a Javadoc comment. 6314
Error Redundant 'final' modifier. 6314
Error 'private' modifier out of order with the JLS suggestions. 6314
Error Name 'jj_3R_281' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6314
Error 'if' construct must use '{}'s. 6319
Error 'if' construct must use '{}'s. 6321
Error 'if' construct must use '{}'s. 6322
Error Missing a Javadoc comment. 6326
Error Redundant 'final' modifier. 6326
Error 'private' modifier out of order with the JLS suggestions. 6326
Error Name 'jj_3R_160' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6326
Error 'if' construct must use '{}'s. 6327
Error 'if' construct must use '{}'s. 6328
Error Missing a Javadoc comment. 6332
Error Redundant 'final' modifier. 6332
Error 'private' modifier out of order with the JLS suggestions. 6332
Error Name 'jj_3_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6332
Error 'if' construct must use '{}'s. 6333
Error 'if' construct must use '{}'s. 6334
Error 'if' construct must use '{}'s. 6335
Error 'if' construct must use '{}'s. 6336
Error Missing a Javadoc comment. 6340
Error Redundant 'final' modifier. 6340
Error 'private' modifier out of order with the JLS suggestions. 6340
Error Name 'jj_3R_63' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6340
Error 'if' construct must use '{}'s. 6341
Error 'if' construct must use '{}'s. 6342
Error 'if' construct must use '{}'s. 6347
Error Missing a Javadoc comment. 6352
Error Redundant 'final' modifier. 6352
Error 'private' modifier out of order with the JLS suggestions. 6352
Error Name 'jj_3R_92' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6352
Error 'if' construct must use '{}'s. 6353
Error 'if' construct must use '{}'s. 6354
Error Missing a Javadoc comment. 6358
Error Redundant 'final' modifier. 6358
Error 'private' modifier out of order with the JLS suggestions. 6358
Error Name 'jj_3R_159' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6358
Error 'if' construct must use '{}'s. 6359
Error 'if' construct must use '{}'s. 6360
Error Missing a Javadoc comment. 6364
Error Redundant 'final' modifier. 6364
Error 'private' modifier out of order with the JLS suggestions. 6364
Error Name 'jj_3R_397' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6364
Error 'if' construct must use '{}'s. 6365
Error 'if' construct must use '{}'s. 6366
Error 'if' construct must use '{}'s. 6367
Error 'if' construct must use '{}'s. 6368
Error 'if' construct must use '{}'s. 6369
Error 'if' construct must use '{}'s. 6370
Error 'if' construct must use '{}'s. 6371
Error 'if' construct must use '{}'s. 6372
Error Missing a Javadoc comment. 6376
Error Redundant 'final' modifier. 6376
Error 'private' modifier out of order with the JLS suggestions. 6376
Error Name 'jj_3R_85' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6376
Error 'if' construct must use '{}'s. 6377
Error 'if' construct must use '{}'s. 6378
Error Missing a Javadoc comment. 6382
Error Redundant 'final' modifier. 6382
Error 'private' modifier out of order with the JLS suggestions. 6382
Error Name 'jj_3R_143' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6382
Error 'if' construct must use '{}'s. 6383
Error 'if' construct must use '{}'s. 6384
Error Missing a Javadoc comment. 6388
Error Redundant 'final' modifier. 6388
Error 'private' modifier out of order with the JLS suggestions. 6388
Error Name 'jj_3R_396' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6388
Error 'if' construct must use '{}'s. 6389
Error 'if' construct must use '{}'s. 6390
Error 'if' construct must use '{}'s. 6391
Error 'if' construct must use '{}'s. 6392
Error 'if' construct must use '{}'s. 6393
Error 'if' construct must use '{}'s. 6394
Error 'if' construct must use '{}'s. 6395
Error 'if' construct must use '{}'s. 6396
Error Missing a Javadoc comment. 6400
Error Redundant 'final' modifier. 6400
Error 'private' modifier out of order with the JLS suggestions. 6400
Error Name 'jj_3R_383' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6400
Error 'if' construct must use '{}'s. 6405
Error 'if' construct must use '{}'s. 6406
Error 'if' construct must use '{}'s. 6407
Error Missing a Javadoc comment. 6411
Error Redundant 'final' modifier. 6411
Error 'private' modifier out of order with the JLS suggestions. 6411
Error Name 'jj_3R_98' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6411
Error 'if' construct must use '{}'s. 6412
Error 'if' construct must use '{}'s. 6413
Error Missing a Javadoc comment. 6417
Error Redundant 'final' modifier. 6417
Error 'private' modifier out of order with the JLS suggestions. 6417
Error Name 'jj_3R_91' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6417
Error 'if' construct must use '{}'s. 6418
Error 'if' construct must use '{}'s. 6419
Error Missing a Javadoc comment. 6423
Error Redundant 'final' modifier. 6423
Error 'private' modifier out of order with the JLS suggestions. 6423
Error Name 'jj_3_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6423
Error 'if' construct must use '{}'s. 6424
Error 'if' construct must use '{}'s. 6425
Error 'if' construct must use '{}'s. 6426
Error 'if' construct must use '{}'s. 6427
Error 'if' construct must use '{}'s. 6428
Error 'if' construct must use '{}'s. 6429
Error Missing a Javadoc comment. 6433
Error Redundant 'final' modifier. 6433
Error 'private' modifier out of order with the JLS suggestions. 6433
Error Name 'jj_3R_384' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6433
Error 'if' construct must use '{}'s. 6434
Error 'if' construct must use '{}'s. 6435
Error 'if' construct must use '{}'s. 6438
Error 'if' construct must use '{}'s. 6439
Error Missing a Javadoc comment. 6443
Error Redundant 'final' modifier. 6443
Error 'private' modifier out of order with the JLS suggestions. 6443
Error Name 'jj_3R_84' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6443
Error 'if' construct must use '{}'s. 6444
Error 'if' construct must use '{}'s. 6445
Error Missing a Javadoc comment. 6449
Error Redundant 'final' modifier. 6449
Error 'private' modifier out of order with the JLS suggestions. 6449
Error Name 'jj_3R_142' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6449
Error 'if' construct must use '{}'s. 6450
Error 'if' construct must use '{}'s. 6451
Error Missing a Javadoc comment. 6455
Error Redundant 'final' modifier. 6455
Error 'private' modifier out of order with the JLS suggestions. 6455
Error Name 'jj_3R_121' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6455
Error 'if' construct must use '{}'s. 6456
Error 'if' construct must use '{}'s. 6457
Error 'if' construct must use '{}'s. 6458
Error 'if' construct must use '{}'s. 6459
Error 'if' construct must use '{}'s. 6460
Error 'if' construct must use '{}'s. 6461
Error 'if' construct must use '{}'s. 6478
Error 'if' construct must use '{}'s. 6479
Error 'if' construct must use '{}'s. 6480
Error 'if' construct must use '{}'s. 6481
Error 'if' construct must use '{}'s. 6482
Error 'if' construct must use '{}'s. 6483
Error 'if' construct must use '{}'s. 6484
Error 'if' construct must use '{}'s. 6485
Error 'if' construct must use '{}'s. 6486
Error Missing a Javadoc comment. 6490
Error Redundant 'final' modifier. 6490
Error 'private' modifier out of order with the JLS suggestions. 6490
Error Name 'jj_3R_97' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6490
Error 'if' construct must use '{}'s. 6491
Error 'if' construct must use '{}'s. 6492
Error Missing a Javadoc comment. 6496
Error Redundant 'final' modifier. 6496
Error 'private' modifier out of order with the JLS suggestions. 6496
Error Name 'jj_3R_120' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6496
Error 'if' construct must use '{}'s. 6497
Error 'if' construct must use '{}'s. 6498
Error 'if' construct must use '{}'s. 6499
Error 'if' construct must use '{}'s. 6500
Error 'if' construct must use '{}'s. 6501
Error 'if' construct must use '{}'s. 6502
Error 'if' construct must use '{}'s. 6503
Error 'if' construct must use '{}'s. 6504
Error Missing a Javadoc comment. 6508
Error Redundant 'final' modifier. 6508
Error 'private' modifier out of order with the JLS suggestions. 6508
Error Name 'jj_3R_90' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6508
Error 'if' construct must use '{}'s. 6509
Error 'if' construct must use '{}'s. 6510
Error Missing a Javadoc comment. 6514
Error Redundant 'final' modifier. 6514
Error 'private' modifier out of order with the JLS suggestions. 6514
Error Name 'jj_3_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6514
Error 'if' construct must use '{}'s. 6515
Error 'if' construct must use '{}'s. 6516
Error 'if' construct must use '{}'s. 6517
Error 'if' construct must use '{}'s. 6518
Error Missing a Javadoc comment. 6522
Error Redundant 'final' modifier. 6522
Error 'private' modifier out of order with the JLS suggestions. 6522
Error Name 'jj_3R_65' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6522
Error 'if' construct must use '{}'s. 6529
Error 'if' construct must use '{}'s. 6530
Error 'if' construct must use '{}'s. 6531
Error 'if' construct must use '{}'s. 6532
Error Missing a Javadoc comment. 6536
Error Redundant 'final' modifier. 6536
Error 'private' modifier out of order with the JLS suggestions. 6536
Error Name 'jj_3_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6536
Error 'if' construct must use '{}'s. 6537
Error 'if' construct must use '{}'s. 6538
Error Missing a Javadoc comment. 6542
Error Redundant 'final' modifier. 6542
Error 'private' modifier out of order with the JLS suggestions. 6542
Error Name 'jj_3R_83' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6542
Error 'if' construct must use '{}'s. 6543
Error 'if' construct must use '{}'s. 6544
Error Missing a Javadoc comment. 6548
Error Redundant 'final' modifier. 6548
Error 'private' modifier out of order with the JLS suggestions. 6548
Error Name 'jj_3R_141' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6548
Error 'if' construct must use '{}'s. 6549
Error 'if' construct must use '{}'s. 6550
Error Missing a Javadoc comment. 6554
Error Redundant 'final' modifier. 6554
Error 'private' modifier out of order with the JLS suggestions. 6554
Error Name 'jj_3R_99' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6554
Error 'if' construct must use '{}'s. 6573
Error 'if' construct must use '{}'s. 6574
Error 'if' construct must use '{}'s. 6575
Error 'if' construct must use '{}'s. 6576
Error 'if' construct must use '{}'s. 6577
Error 'if' construct must use '{}'s. 6578
Error 'if' construct must use '{}'s. 6579
Error 'if' construct must use '{}'s. 6580
Error 'if' construct must use '{}'s. 6581
Error 'if' construct must use '{}'s. 6582
Error Missing a Javadoc comment. 6586
Error Redundant 'final' modifier. 6586
Error 'private' modifier out of order with the JLS suggestions. 6586
Error Name 'jj_3R_382' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6586
Error 'if' construct must use '{}'s. 6587
Error 'if' construct must use '{}'s. 6588
Error Missing a Javadoc comment. 6592
Error Redundant 'final' modifier. 6592
Error 'private' modifier out of order with the JLS suggestions. 6592
Error Name 'jj_3_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6592
Error 'if' construct must use '{}'s. 6593
Error 'if' construct must use '{}'s. 6594
Error Missing a Javadoc comment. 6598
Error Redundant 'final' modifier. 6598
Error 'private' modifier out of order with the JLS suggestions. 6598
Error Name 'jj_3R_96' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6598
Error 'if' construct must use '{}'s. 6599
Error 'if' construct must use '{}'s. 6600
Error Missing a Javadoc comment. 6604
Error Redundant 'final' modifier. 6604
Error 'private' modifier out of order with the JLS suggestions. 6604
Error Name 'jj_3R_56' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6604
Error 'if' construct must use '{}'s. 6611
Error 'if' construct must use '{}'s. 6612
Error 'if' construct must use '{}'s. 6613
Error 'if' construct must use '{}'s. 6614
Error Missing a Javadoc comment. 6618
Error Redundant 'final' modifier. 6618
Error 'private' modifier out of order with the JLS suggestions. 6618
Error Name 'jj_3R_58' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6618
Error 'if' construct must use '{}'s. 6623
Error 'if' construct must use '{}'s. 6625
Error 'if' construct must use '{}'s. 6626
Error 'if' construct must use '{}'s. 6627
Error 'if' construct must use '{}'s. 6628
Error 'if' construct must use '{}'s. 6629
Error 'if' construct must use '{}'s. 6630
Error Missing a Javadoc comment. 6634
Error Redundant 'final' modifier. 6634
Error 'private' modifier out of order with the JLS suggestions. 6634
Error Name 'jj_3R_368' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6634
Error 'if' construct must use '{}'s. 6635
Error 'if' construct must use '{}'s. 6636
Error Missing a Javadoc comment. 6640
Error Redundant 'final' modifier. 6640
Error 'private' modifier out of order with the JLS suggestions. 6640
Error Name 'jj_3_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6640
Error 'if' construct must use '{}'s. 6643
Error 'if' construct must use '{}'s. 6644
Error 'if' construct must use '{}'s. 6645
Error 'if' construct must use '{}'s. 6646
Error 'if' construct must use '{}'s. 6647
Error 'if' construct must use '{}'s. 6648
Error Missing a Javadoc comment. 6652
Error Redundant 'final' modifier. 6652
Error 'private' modifier out of order with the JLS suggestions. 6652
Error Name 'jj_3R_380' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6652
Error 'if' construct must use '{}'s. 6653
Error 'if' construct must use '{}'s. 6654
Error Missing a Javadoc comment. 6658
Error Redundant 'final' modifier. 6658
Error 'private' modifier out of order with the JLS suggestions. 6658
Error Name 'jj_3R_55' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6658
Error 'if' construct must use '{}'s. 6673
Error 'if' construct must use '{}'s. 6674
Error 'if' construct must use '{}'s. 6675
Error 'if' construct must use '{}'s. 6676
Error 'if' construct must use '{}'s. 6677
Error 'if' construct must use '{}'s. 6678
Error 'if' construct must use '{}'s. 6679
Error 'if' construct must use '{}'s. 6680
Error Missing a Javadoc comment. 6684
Error Redundant 'final' modifier. 6684
Error 'private' modifier out of order with the JLS suggestions. 6684
Error Name 'jj_3R_89' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6684
Error 'if' construct must use '{}'s. 6685
Error 'if' construct must use '{}'s. 6686
Error Missing a Javadoc comment. 6690
Error Redundant 'final' modifier. 6690
Error 'private' modifier out of order with the JLS suggestions. 6690
Error Name 'jj_3R_381' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6690
Error 'if' construct must use '{}'s. 6691
Error 'if' construct must use '{}'s. 6692
Error Missing a Javadoc comment. 6696
Error Redundant 'final' modifier. 6696
Error 'private' modifier out of order with the JLS suggestions. 6696
Error Name 'jj_3R_367' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6696
Error 'if' construct must use '{}'s. 6697
Error 'if' construct must use '{}'s. 6698
Error Missing a Javadoc comment. 6702
Error Redundant 'final' modifier. 6702
Error 'private' modifier out of order with the JLS suggestions. 6702
Error Name 'jj_3_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6702
Error 'if' construct must use '{}'s. 6707
Error 'if' construct must use '{}'s. 6709
Error 'if' construct must use '{}'s. 6710
Error Missing a Javadoc comment. 6714
Error Redundant 'final' modifier. 6714
Error 'private' modifier out of order with the JLS suggestions. 6714
Error Name 'jj_3R_365' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6714
Error 'if' construct must use '{}'s. 6715
Error 'if' construct must use '{}'s. 6716
Error Missing a Javadoc comment. 6720
Error Redundant 'final' modifier. 6720
Error 'private' modifier out of order with the JLS suggestions. 6720
Error Name 'jj_3R_54' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6720
Error 'if' construct must use '{}'s. 6735
Error 'if' construct must use '{}'s. 6736
Error 'if' construct must use '{}'s. 6737
Error 'if' construct must use '{}'s. 6738
Error 'if' construct must use '{}'s. 6739
Error 'if' construct must use '{}'s. 6740
Error 'if' construct must use '{}'s. 6741
Error 'if' construct must use '{}'s. 6742
Error Missing a Javadoc comment. 6746
Error Redundant 'final' modifier. 6746
Error 'private' modifier out of order with the JLS suggestions. 6746
Error Name 'jj_3R_82' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6746
Error 'if' construct must use '{}'s. 6747
Error 'if' construct must use '{}'s. 6748
Error Missing a Javadoc comment. 6752
Error Redundant 'final' modifier. 6752
Error 'private' modifier out of order with the JLS suggestions. 6752
Error Name 'jj_3R_366' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6752
Error 'if' construct must use '{}'s. 6757
Error 'if' construct must use '{}'s. 6758
Error 'if' construct must use '{}'s. 6759
Error 'if' construct must use '{}'s. 6760
Error 'if' construct must use '{}'s. 6761
Error Missing a Javadoc comment. 6765
Error Redundant 'final' modifier. 6765
Error 'private' modifier out of order with the JLS suggestions. 6765
Error Name 'jj_3R_316' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6765
Error 'if' construct must use '{}'s. 6772
Error 'if' construct must use '{}'s. 6773
Error 'if' construct must use '{}'s. 6774
Error 'if' construct must use '{}'s. 6775
Error Missing a Javadoc comment. 6779
Error Redundant 'final' modifier. 6779
Error 'private' modifier out of order with the JLS suggestions. 6779
Error Name 'jj_3R_277' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6779
Error 'if' construct must use '{}'s. 6780
Error 'if' construct must use '{}'s. 6781
Error Missing a Javadoc comment. 6785
Error Redundant 'final' modifier. 6785
Error 'private' modifier out of order with the JLS suggestions. 6785
Error Name 'jj_3_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6785
Error 'if' construct must use '{}'s. 6790
Error 'if' construct must use '{}'s. 6792
Error 'if' construct must use '{}'s. 6793
Error Missing a Javadoc comment. 6797
Error Redundant 'final' modifier. 6797
Error 'private' modifier out of order with the JLS suggestions. 6797
Error Name 'jj_3R_379' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6797
Error 'if' construct must use '{}'s. 6798
Error 'if' construct must use '{}'s. 6799
Error Missing a Javadoc comment. 6803
Error Redundant 'final' modifier. 6803
Error 'private' modifier out of order with the JLS suggestions. 6803
Error Name 'jj_3R_313' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6803
Error 'if' construct must use '{}'s. 6804
Error 'if' construct must use '{}'s. 6805
Error Missing a Javadoc comment. 6809
Error Redundant 'final' modifier. 6809
Error 'private' modifier out of order with the JLS suggestions. 6809
Error Name 'jj_3R_276' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6809
Error 'if' construct must use '{}'s. 6810
Error 'if' construct must use '{}'s. 6811
Error Missing a Javadoc comment. 6815
Error Redundant 'final' modifier. 6815
Error 'private' modifier out of order with the JLS suggestions. 6815
Error Name 'jj_3R_364' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6815
Error 'if' construct must use '{}'s. 6816
Error 'if' construct must use '{}'s. 6817
Error Missing a Javadoc comment. 6821
Error Redundant 'final' modifier. 6821
Error 'private' modifier out of order with the JLS suggestions. 6821
Error Name 'jj_3R_275' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6821
Error 'if' construct must use '{}'s. 6822
Error 'if' construct must use '{}'s. 6823
Error Missing a Javadoc comment. 6827
Error Redundant 'final' modifier. 6827
Error 'private' modifier out of order with the JLS suggestions. 6827
Error Name 'jj_3R_254' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6827
Error 'if' construct must use '{}'s. 6828
Error 'if' construct must use '{}'s. 6829
Error 'if' construct must use '{}'s. 6830
Error 'if' construct must use '{}'s. 6831
Error Missing a Javadoc comment. 6835
Error Redundant 'final' modifier. 6835
Error 'private' modifier out of order with the JLS suggestions. 6835
Error Name 'jj_3R_310' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6835
Error 'if' construct must use '{}'s. 6840
Error 'if' construct must use '{}'s. 6841
Error 'if' construct must use '{}'s. 6842
Error 'if' construct must use '{}'s. 6843
Error 'if' construct must use '{}'s. 6844
Error Missing a Javadoc comment. 6848
Error Redundant 'final' modifier. 6848
Error 'private' modifier out of order with the JLS suggestions. 6848
Error Name 'jj_3R_289' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6848
Error 'if' construct must use '{}'s. 6849
Error 'if' construct must use '{}'s. 6850
Error Missing a Javadoc comment. 6854
Error Redundant 'final' modifier. 6854
Error 'private' modifier out of order with the JLS suggestions. 6854
Error Name 'jj_3R_378' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6854
Error 'if' construct must use '{}'s. 6855
Error 'if' construct must use '{}'s. 6856
Error Missing a Javadoc comment. 6860
Error Redundant 'final' modifier. 6860
Error 'private' modifier out of order with the JLS suggestions. 6860
Error Name 'jj_3R_274' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6860
Error 'if' construct must use '{}'s. 6861
Error 'if' construct must use '{}'s. 6862
Error Missing a Javadoc comment. 6866
Error Redundant 'final' modifier. 6866
Error 'private' modifier out of order with the JLS suggestions. 6866
Error Name 'jj_3R_363' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6866
Error 'if' construct must use '{}'s. 6873
Error 'if' construct must use '{}'s. 6874
Error 'if' construct must use '{}'s. 6875
Error 'if' construct must use '{}'s. 6876
Error 'if' construct must use '{}'s. 6877
Error 'if' construct must use '{}'s. 6878
Error Missing a Javadoc comment. 6882
Error Redundant 'final' modifier. 6882
Error 'private' modifier out of order with the JLS suggestions. 6882
Error Name 'jj_3R_312' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6882
Error 'if' construct must use '{}'s. 6883
Error 'if' construct must use '{}'s. 6884
Error Missing a Javadoc comment. 6888
Error Redundant 'final' modifier. 6888
Error 'private' modifier out of order with the JLS suggestions. 6888
Error Name 'jj_3R_273' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6888
Error 'if' construct must use '{}'s. 6889
Error 'if' construct must use '{}'s. 6890
Error Missing a Javadoc comment. 6894
Error Redundant 'final' modifier. 6894
Error 'private' modifier out of order with the JLS suggestions. 6894
Error Name 'jj_3R_253' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6894
Error 'if' construct must use '{}'s. 6895
Error 'if' construct must use '{}'s. 6896
Error 'if' construct must use '{}'s. 6897
Error 'if' construct must use '{}'s. 6898
Error Missing a Javadoc comment. 6902
Error Redundant 'final' modifier. 6902
Error 'private' modifier out of order with the JLS suggestions. 6902
Error Name 'jj_3R_288' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6902
Error 'if' construct must use '{}'s. 6903
Error 'if' construct must use '{}'s. 6904
Error Missing a Javadoc comment. 6908
Error Redundant 'final' modifier. 6908
Error 'private' modifier out of order with the JLS suggestions. 6908
Error Name 'jj_3_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6908
Error 'if' construct must use '{}'s. 6909
Error 'if' construct must use '{}'s. 6910
Error Missing a Javadoc comment. 6914
Error Redundant 'final' modifier. 6914
Error 'private' modifier out of order with the JLS suggestions. 6914
Error Name 'jj_3R_268' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6914
Error 'if' construct must use '{}'s. 6927
Error 'if' construct must use '{}'s. 6928
Error 'if' construct must use '{}'s. 6929
Error 'if' construct must use '{}'s. 6930
Error 'if' construct must use '{}'s. 6931
Error 'if' construct must use '{}'s. 6932
Error 'if' construct must use '{}'s. 6933
Error Missing a Javadoc comment. 6937
Error Redundant 'final' modifier. 6937
Error 'private' modifier out of order with the JLS suggestions. 6937
Error Name 'jj_3R_315' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6937
Error 'if' construct must use '{}'s. 6938
Error 'if' construct must use '{}'s. 6939
Error Missing a Javadoc comment. 6943
Error Redundant 'final' modifier. 6943
Error 'private' modifier out of order with the JLS suggestions. 6943
Error Name 'jj_3R_311' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6943
Error 'if' construct must use '{}'s. 6944
Error 'if' construct must use '{}'s. 6945
Error Missing a Javadoc comment. 6949
Error Redundant 'final' modifier. 6949
Error 'private' modifier out of order with the JLS suggestions. 6949
Error Name 'jj_3R_293' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6949
Error 'if' construct must use '{}'s. 6950
Error 'if' construct must use '{}'s. 6951
Error Missing a Javadoc comment. 6955
Error Redundant 'final' modifier. 6955
Error 'private' modifier out of order with the JLS suggestions. 6955
Error Name 'jj_3R_285' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6955
Error 'if' construct must use '{}'s. 6962
Error 'if' construct must use '{}'s. 6963
Error 'if' construct must use '{}'s. 6964
Error 'if' construct must use '{}'s. 6965
Error 'if' construct must use '{}'s. 6966
Error 'if' construct must use '{}'s. 6967
Error Missing a Javadoc comment. 6971
Error Redundant 'final' modifier. 6971
Error 'private' modifier out of order with the JLS suggestions. 6971
Error Name 'jj_3R_287' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6971
Error 'if' construct must use '{}'s. 6972
Error 'if' construct must use '{}'s. 6973
Error Missing a Javadoc comment. 6977
Error Redundant 'final' modifier. 6977
Error 'private' modifier out of order with the JLS suggestions. 6977
Error Name 'jj_3R_292' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6977
Error 'if' construct must use '{}'s. 6978
Error 'if' construct must use '{}'s. 6979
Error Missing a Javadoc comment. 6983
Error Redundant 'final' modifier. 6983
Error 'private' modifier out of order with the JLS suggestions. 6983
Error Name 'jj_3R_314' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6983
Error 'if' construct must use '{}'s. 6984
Error 'if' construct must use '{}'s. 6985
Error Missing a Javadoc comment. 6989
Error Redundant 'final' modifier. 6989
Error 'private' modifier out of order with the JLS suggestions. 6989
Error Name 'jj_3R_227' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6989
Error 'if' construct must use '{}'s. 6990
Error 'if' construct must use '{}'s. 6991
Error Missing a Javadoc comment. 6995
Error Redundant 'final' modifier. 6995
Error 'private' modifier out of order with the JLS suggestions. 6995
Error Name 'jj_3R_291' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6995
Error 'if' construct must use '{}'s. 6996
Error 'if' construct must use '{}'s. 6997
Error Missing a Javadoc comment. 7001
Error Redundant 'final' modifier. 7001
Error 'private' modifier out of order with the JLS suggestions. 7001
Error Name 'jj_3R_279' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7001
Error 'if' construct must use '{}'s. 7010
Error 'if' construct must use '{}'s. 7011
Error 'if' construct must use '{}'s. 7012
Error 'if' construct must use '{}'s. 7013
Error 'if' construct must use '{}'s. 7014
Error Missing a Javadoc comment. 7018
Error Redundant 'final' modifier. 7018
Error 'private' modifier out of order with the JLS suggestions. 7018
Error Name 'jj_3R_290' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7018
Error 'if' construct must use '{}'s. 7023
Error 'if' construct must use '{}'s. 7024
Error 'if' construct must use '{}'s. 7025
Error 'if' construct must use '{}'s. 7026
Error 'if' construct must use '{}'s. 7027
Error Missing a Javadoc comment. 7031
Error Redundant 'final' modifier. 7031
Error 'private' modifier out of order with the JLS suggestions. 7031
Error Name 'jj_3R_271' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7031
Error 'if' construct must use '{}'s. 7032
Error 'if' construct must use '{}'s. 7033
Error Missing a Javadoc comment. 7037
Error Redundant 'final' modifier. 7037
Error 'private' modifier out of order with the JLS suggestions. 7037
Error Name 'jj_3R_286' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7037
Error 'if' construct must use '{}'s. 7038
Error 'if' construct must use '{}'s. 7039
Error Missing a Javadoc comment. 7043
Error Redundant 'final' modifier. 7043
Error 'private' modifier out of order with the JLS suggestions. 7043
Error Name 'jj_3R_278' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7043
Error 'if' construct must use '{}'s. 7052
Error 'if' construct must use '{}'s. 7053
Error 'if' construct must use '{}'s. 7054
Error 'if' construct must use '{}'s. 7055
Error 'if' construct must use '{}'s. 7056
Error 'if' construct must use '{}'s. 7057
Error 'if' construct must use '{}'s. 7058
Error Missing a Javadoc comment. 7062
Error Redundant 'final' modifier. 7062
Error 'private' modifier out of order with the JLS suggestions. 7062
Error Name 'jj_3R_323' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7062
Error 'if' construct must use '{}'s. 7063
Error 'if' construct must use '{}'s. 7064
Error Missing a Javadoc comment. 7068
Error Redundant 'final' modifier. 7068
Error 'private' modifier out of order with the JLS suggestions. 7068
Error Name 'jj_3R_226' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7068
Error 'if' construct must use '{}'s. 7069
Error 'if' construct must use '{}'s. 7070
Error Missing a Javadoc comment. 7074
Error Redundant 'final' modifier. 7074
Error 'private' modifier out of order with the JLS suggestions. 7074
Error Name 'jj_3R_269' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7074
Error 'if' construct must use '{}'s. 7075
Error 'if' construct must use '{}'s. 7076
Error 'if' construct must use '{}'s. 7077
Error 'if' construct must use '{}'s. 7078
Error Missing a Javadoc comment. 7082
Error Redundant 'final' modifier. 7082
Error 'private' modifier out of order with the JLS suggestions. 7082
Error Name 'jj_3R_272' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7082
Error 'if' construct must use '{}'s. 7083
Error 'if' construct must use '{}'s. 7084
Error 'if' construct must use '{}'s. 7089
Error Missing a Javadoc comment. 7094
Error Redundant 'final' modifier. 7094
Error 'private' modifier out of order with the JLS suggestions. 7094
Error Name 'jj_3R_322' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7094
Error 'if' construct must use '{}'s. 7095
Error 'if' construct must use '{}'s. 7096
Error Missing a Javadoc comment. 7100
Error Redundant 'final' modifier. 7100
Error 'private' modifier out of order with the JLS suggestions. 7100
Error Name 'jj_3R_270' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7100
Error 'if' construct must use '{}'s. 7101
Error 'if' construct must use '{}'s. 7102
Error Missing a Javadoc comment. 7106
Error Redundant 'final' modifier. 7106
Error 'private' modifier out of order with the JLS suggestions. 7106
Error Name 'jj_3R_266' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7106
Error 'if' construct must use '{}'s. 7111
Error 'if' construct must use '{}'s. 7112
Error 'if' construct must use '{}'s. 7113
Error 'if' construct must use '{}'s. 7114
Error 'if' construct must use '{}'s. 7115
Error Missing a Javadoc comment. 7119
Error Redundant 'final' modifier. 7119
Error 'private' modifier out of order with the JLS suggestions. 7119
Error Name 'jj_3R_225' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7119
Error 'if' construct must use '{}'s. 7120
Error 'if' construct must use '{}'s. 7121
Error Missing a Javadoc comment. 7125
Error Redundant 'final' modifier. 7125
Error 'private' modifier out of order with the JLS suggestions. 7125
Error Name 'jj_3R_267' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7125
Error 'if' construct must use '{}'s. 7126
Error 'if' construct must use '{}'s. 7127
Error 'if' construct must use '{}'s. 7132
Error Missing a Javadoc comment. 7137
Error Redundant 'final' modifier. 7137
Error 'private' modifier out of order with the JLS suggestions. 7137
Error Name 'jj_3R_321' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7137
Error 'if' construct must use '{}'s. 7138
Error 'if' construct must use '{}'s. 7139
Error Missing a Javadoc comment. 7143
Error Redundant 'final' modifier. 7143
Error 'private' modifier out of order with the JLS suggestions. 7143
Error Name 'jj_3R_320' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7143
Error 'if' construct must use '{}'s. 7144
Error 'if' construct must use '{}'s. 7145
Error Missing a Javadoc comment. 7149
Error Redundant 'final' modifier. 7149
Error 'private' modifier out of order with the JLS suggestions. 7149
Error Name 'jj_3R_262' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7149
Error 'if' construct must use '{}'s. 7150
Error 'if' construct must use '{}'s. 7151
Error 'if' construct must use '{}'s. 7156
Error Missing a Javadoc comment. 7161
Error Redundant 'final' modifier. 7161
Error 'private' modifier out of order with the JLS suggestions. 7161
Error Name 'jj_3R_261' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7161
Error 'if' construct must use '{}'s. 7162
Error 'if' construct must use '{}'s. 7163
Error 'if' construct must use '{}'s. 7164
Error 'if' construct must use '{}'s. 7165
Error Missing a Javadoc comment. 7169
Error Redundant 'final' modifier. 7169
Error 'private' modifier out of order with the JLS suggestions. 7169
Error Name 'jj_3R_319' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7169
Error 'if' construct must use '{}'s. 7170
Error 'if' construct must use '{}'s. 7171
Error Missing a Javadoc comment. 7175
Error Redundant 'final' modifier. 7175
Error 'private' modifier out of order with the JLS suggestions. 7175
Error Name 'jj_3R_224' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7175
Error 'if' construct must use '{}'s. 7176
Error 'if' construct must use '{}'s. 7177
Error Missing a Javadoc comment. 7181
Error Redundant 'final' modifier. 7181
Error 'private' modifier out of order with the JLS suggestions. 7181
Error Name 'jj_3R_258' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7181
Error 'if' construct must use '{}'s. 7182
Error 'if' construct must use '{}'s. 7183
Error 'if' construct must use '{}'s. 7188
Error Missing a Javadoc comment. 7193
Error Redundant 'final' modifier. 7193
Error 'private' modifier out of order with the JLS suggestions. 7193
Error Name 'jj_3R_318' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7193
Error 'if' construct must use '{}'s. 7194
Error 'if' construct must use '{}'s. 7195
Error Missing a Javadoc comment. 7199
Error Redundant 'final' modifier. 7199
Error 'private' modifier out of order with the JLS suggestions. 7199
Error Name 'jj_3R_251' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7199
Error 'if' construct must use '{}'s. 7200
Error 'if' construct must use '{}'s. 7201
Error 'if' construct must use '{}'s. 7202
Error 'if' construct must use '{}'s. 7203
Error Missing a Javadoc comment. 7207
Error Redundant 'final' modifier. 7207
Error 'private' modifier out of order with the JLS suggestions. 7207
Error Name 'jj_3R_317' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7207
Error 'if' construct must use '{}'s. 7208
Error 'if' construct must use '{}'s. 7209
Error Missing a Javadoc comment. 7213
Error Redundant 'final' modifier. 7213
Error 'private' modifier out of order with the JLS suggestions. 7213
Error Name 'jj_3R_294' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7213
Error 'if' construct must use '{}'s. 7228
Error 'if' construct must use '{}'s. 7229
Error 'if' construct must use '{}'s. 7230
Error 'if' construct must use '{}'s. 7231
Error 'if' construct must use '{}'s. 7232
Error 'if' construct must use '{}'s. 7233
Error 'if' construct must use '{}'s. 7234
Error 'if' construct must use '{}'s. 7235
Error Missing a Javadoc comment. 7239
Error Redundant 'final' modifier. 7239
Error 'private' modifier out of order with the JLS suggestions. 7239
Error Name 'jj_3R_223' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7239
Error 'if' construct must use '{}'s. 7240
Error 'if' construct must use '{}'s. 7241
Error Missing a Javadoc comment. 7245
Error Redundant 'final' modifier. 7245
Error 'private' modifier out of order with the JLS suggestions. 7245
Error Name 'jj_3R_252' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7245
Error 'if' construct must use '{}'s. 7246
Error 'if' construct must use '{}'s. 7247
Error 'if' construct must use '{}'s. 7250
Error 'if' construct must use '{}'s. 7251
Error Missing a Javadoc comment. 7255
Error Redundant 'final' modifier. 7255
Error 'private' modifier out of order with the JLS suggestions. 7255
Error Name 'jj_3R_257' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7255
Error 'if' construct must use '{}'s. 7256
Error 'if' construct must use '{}'s. 7257
Error 'if' construct must use '{}'s. 7258
Error 'if' construct must use '{}'s. 7259
Error Missing a Javadoc comment. 7263
Error Redundant 'final' modifier. 7263
Error 'private' modifier out of order with the JLS suggestions. 7263
Error Name 'jj_3R_280' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7263
Error 'if' construct must use '{}'s. 7268
Error 'if' construct must use '{}'s. 7270
Error 'if' construct must use '{}'s. 7271
Error Missing a Javadoc comment. 7275
Error Redundant 'final' modifier. 7275
Error 'private' modifier out of order with the JLS suggestions. 7275
Error Name 'jj_3R_243' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7275
Error 'if' construct must use '{}'s. 7276
Error 'if' construct must use '{}'s. 7277
Error 'if' construct must use '{}'s. 7278
Error 'if' construct must use '{}'s. 7279
Error Missing a Javadoc comment. 7283
Error Redundant 'final' modifier. 7283
Error 'private' modifier out of order with the JLS suggestions. 7283
Error Name 'jj_3R_265' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7283
Error 'if' construct must use '{}'s. 7284
Error 'if' construct must use '{}'s. 7285
Error Missing a Javadoc comment. 7289
Error Redundant 'final' modifier. 7289
Error 'private' modifier out of order with the JLS suggestions. 7289
Error Name 'jj_3R_244' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7289
Error 'if' construct must use '{}'s. 7290
Error 'if' construct must use '{}'s. 7291
Error 'if' construct must use '{}'s. 7296
Error Missing a Javadoc comment. 7301
Error Redundant 'final' modifier. 7301
Error 'private' modifier out of order with the JLS suggestions. 7301
Error Name 'jj_3R_215' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7301
Error 'if' construct must use '{}'s. 7302
Error 'if' construct must use '{}'s. 7303
Error 'if' construct must use '{}'s. 7304
Error 'if' construct must use '{}'s. 7305
Error Missing a Javadoc comment. 7309
Error Redundant 'final' modifier. 7309
Error 'private' modifier out of order with the JLS suggestions. 7309
Error Name 'jj_3R_222' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7309
Error 'if' construct must use '{}'s. 7310
Error 'if' construct must use '{}'s. 7311
Error Missing a Javadoc comment. 7315
Error Redundant 'final' modifier. 7315
Error 'private' modifier out of order with the JLS suggestions. 7315
Error Name 'jj_3R_260' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7315
Error 'if' construct must use '{}'s. 7316
Error 'if' construct must use '{}'s. 7317
Error 'if' construct must use '{}'s. 7322
Error 'if' construct must use '{}'s. 7324
Error 'if' construct must use '{}'s. 7325
Error Missing a Javadoc comment. 7329
Error Redundant 'final' modifier. 7329
Error 'private' modifier out of order with the JLS suggestions. 7329
Error Name 'jj_3R_228' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7329
Error 'if' construct must use '{}'s. 7330
Error 'if' construct must use '{}'s. 7331
Error 'if' construct must use '{}'s. 7336
Error Missing a Javadoc comment. 7341
Error Redundant 'final' modifier. 7341
Error 'private' modifier out of order with the JLS suggestions. 7341
Error Name 'jj_3R_194' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7341
Error 'if' construct must use '{}'s. 7342
Error 'if' construct must use '{}'s. 7343
Error 'if' construct must use '{}'s. 7344
Error 'if' construct must use '{}'s. 7345
Error 'if' construct must use '{}'s. 7346
Error 'if' construct must use '{}'s. 7347
Error 'if' construct must use '{}'s. 7348
Error 'if' construct must use '{}'s. 7349
Error Missing a Javadoc comment. 7353
Error Redundant 'final' modifier. 7353
Error 'private' modifier out of order with the JLS suggestions. 7353
Error Name 'jj_3R_221' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7353
Error 'if' construct must use '{}'s. 7354
Error 'if' construct must use '{}'s. 7355
Error Missing a Javadoc comment. 7359
Error Redundant 'final' modifier. 7359
Error 'private' modifier out of order with the JLS suggestions. 7359
Error Name 'jj_3R_196' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7359
Error 'if' construct must use '{}'s. 7360
Error 'if' construct must use '{}'s. 7361
Error 'if' construct must use '{}'s. 7366
Error Missing a Javadoc comment. 7371
Error Redundant 'final' modifier. 7371
Error 'private' modifier out of order with the JLS suggestions. 7371
Error Name 'jj_3R_220' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7371
Error 'if' construct must use '{}'s. 7372
Error 'if' construct must use '{}'s. 7373
Error Missing a Javadoc comment. 7377
Error Redundant 'final' modifier. 7377
Error 'private' modifier out of order with the JLS suggestions. 7377
Error Name 'jj_3R_325' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7377
Error 'if' construct must use '{}'s. 7378
Error 'if' construct must use '{}'s. 7379
Error 'if' construct must use '{}'s. 7380
Error 'if' construct must use '{}'s. 7381
Error Missing a Javadoc comment. 7385
Error Redundant 'final' modifier. 7385
Error 'private' modifier out of order with the JLS suggestions. 7385
Error Name 'jj_3R_324' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7385
Error 'if' construct must use '{}'s. 7386
Error 'if' construct must use '{}'s. 7387
Error 'if' construct must use '{}'s. 7388
Error 'if' construct must use '{}'s. 7389
Error Missing a Javadoc comment. 7393
Error Redundant 'final' modifier. 7393
Error 'private' modifier out of order with the JLS suggestions. 7393
Error Name 'jj_3R_187' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7393
Error 'if' construct must use '{}'s. 7394
Error 'if' construct must use '{}'s. 7395
Error 'if' construct must use '{}'s. 7400
Error Missing a Javadoc comment. 7405
Error Redundant 'final' modifier. 7405
Error 'private' modifier out of order with the JLS suggestions. 7405
Error Name 'jj_3R_219' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7405
Error 'if' construct must use '{}'s. 7406
Error 'if' construct must use '{}'s. 7407
Error Missing a Javadoc comment. 7411
Error Redundant 'final' modifier. 7411
Error 'private' modifier out of order with the JLS suggestions. 7411
Error Name 'jj_3R_175' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7411
Error 'if' construct must use '{}'s. 7412
Error 'if' construct must use '{}'s. 7413
Error 'if' construct must use '{}'s. 7418
Error Missing a Javadoc comment. 7423
Error Redundant 'final' modifier. 7423
Error 'private' modifier out of order with the JLS suggestions. 7423
Error Name 'jj_3R_218' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7423
Error 'if' construct must use '{}'s. 7424
Error 'if' construct must use '{}'s. 7425
Error Missing a Javadoc comment. 7429
Error Redundant 'final' modifier. 7429
Error 'private' modifier out of order with the JLS suggestions. 7429
Error Name 'jj_3R_168' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7429
Error 'if' construct must use '{}'s. 7430
Error 'if' construct must use '{}'s. 7431
Error 'if' construct must use '{}'s. 7436
Error Missing a Javadoc comment. 7441
Error Redundant 'final' modifier. 7441
Error 'private' modifier out of order with the JLS suggestions. 7441
Error Name 'jj_3R_136' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7441
Error 'if' construct must use '{}'s. 7442
Error 'if' construct must use '{}'s. 7443
Error 'if' construct must use '{}'s. 7446
Error 'if' construct must use '{}'s. 7447
Error Missing a Javadoc comment. 7451
Error Redundant 'final' modifier. 7451
Error 'private' modifier out of order with the JLS suggestions. 7451
Error Name 'jj_3R_217' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7451
Error 'if' construct must use '{}'s. 7452
Error 'if' construct must use '{}'s. 7453
Error Missing a Javadoc comment. 7457
Error Redundant 'final' modifier. 7457
Error 'private' modifier out of order with the JLS suggestions. 7457
Error Name 'jj_3R_190' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7457
Error 'if' construct must use '{}'s. 7458
Error 'if' construct must use '{}'s. 7459
Error 'if' construct must use '{}'s. 7460
Error 'if' construct must use '{}'s. 7461
Error 'if' construct must use '{}'s. 7464
Error 'if' construct must use '{}'s. 7465
Error 'if' construct must use '{}'s. 7467
Error 'if' construct must use '{}'s. 7468
Error 'if' construct must use '{}'s. 7469
Error 'if' construct must use '{}'s. 7470
Error Missing a Javadoc comment. 7474
Error Redundant 'final' modifier. 7474
Error 'private' modifier out of order with the JLS suggestions. 7474
Error Name 'jj_3R_195' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7474
Error 'if' construct must use '{}'s. 7499
Error 'if' construct must use '{}'s. 7500
Error 'if' construct must use '{}'s. 7501
Error 'if' construct must use '{}'s. 7502
Error 'if' construct must use '{}'s. 7503
Error 'if' construct must use '{}'s. 7504
Error 'if' construct must use '{}'s. 7505
Error 'if' construct must use '{}'s. 7506
Error 'if' construct must use '{}'s. 7507
Error 'if' construct must use '{}'s. 7508
Error 'if' construct must use '{}'s. 7509
Error 'if' construct must use '{}'s. 7510
Error 'if' construct must use '{}'s. 7511
Error Missing a Javadoc comment. 7515
Error Redundant 'final' modifier. 7515
Error 'private' modifier out of order with the JLS suggestions. 7515
Error Name 'jj_3R_216' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7515
Error 'if' construct must use '{}'s. 7516
Error 'if' construct must use '{}'s. 7517
Error Missing a Javadoc comment. 7521
Error Redundant 'final' modifier. 7521
Error 'private' modifier out of order with the JLS suggestions. 7521
Error Name 'jj_3R_186' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7521
Error 'if' construct must use '{}'s. 7522
Error 'if' construct must use '{}'s. 7523
Error 'if' construct must use '{}'s. 7524
Error 'if' construct must use '{}'s. 7525
Error Missing a Javadoc comment. 7529
Error Redundant 'final' modifier. 7529
Error 'private' modifier out of order with the JLS suggestions. 7529
Error Name 'jj_3R_70' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7529
Error 'if' construct must use '{}'s. 7530
Error 'if' construct must use '{}'s. 7531
Error 'if' construct must use '{}'s. 7534
Error 'if' construct must use '{}'s. 7535
Error Missing a Javadoc comment. 7539
Error Redundant 'final' modifier. 7539
Error 'private' modifier out of order with the JLS suggestions. 7539
Error Name 'jj_3R_79' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7539
Error 'if' construct must use '{}'s. 7540
Error 'if' construct must use '{}'s. 7541
Error Missing a Javadoc comment. 7545
Error Redundant 'final' modifier. 7545
Error 'private' modifier out of order with the JLS suggestions. 7545
Error Name 'jj_3R_386' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7545
Error 'if' construct must use '{}'s. 7546
Error 'if' construct must use '{}'s. 7547
Error 'if' construct must use '{}'s. 7548
Error 'if' construct must use '{}'s. 7549
Error Missing a Javadoc comment. 7553
Error Redundant 'final' modifier. 7553
Error 'private' modifier out of order with the JLS suggestions. 7553
Error Name 'jj_3R_78' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7553
Error 'if' construct must use '{}'s. 7554
Error 'if' construct must use '{}'s. 7555
Error Missing a Javadoc comment. 7559
Error Redundant 'final' modifier. 7559
Error 'private' modifier out of order with the JLS suggestions. 7559
Error Name 'jj_3R_369' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7559
Error 'if' construct must use '{}'s. 7560
Error 'if' construct must use '{}'s. 7561
Error 'if' construct must use '{}'s. 7566
Error Missing a Javadoc comment. 7571
Error Redundant 'final' modifier. 7571
Error 'private' modifier out of order with the JLS suggestions. 7571
Error Name 'jj_3R_374' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7571
Error 'if' construct must use '{}'s. 7572
Error 'if' construct must use '{}'s. 7573
Error 'if' construct must use '{}'s. 7574
Error 'if' construct must use '{}'s. 7575
Error Missing a Javadoc comment. 7579
Error Redundant 'final' modifier. 7579
Error 'private' modifier out of order with the JLS suggestions. 7579
Error Name 'jj_3R_339' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7579
Error 'if' construct must use '{}'s. 7580
Error 'if' construct must use '{}'s. 7581
Error 'if' construct must use '{}'s. 7586
Error Missing a Javadoc comment. 7591
Error Redundant 'final' modifier. 7591
Error 'private' modifier out of order with the JLS suggestions. 7591
Error Name 'jj_3R_77' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7591
Error 'if' construct must use '{}'s. 7592
Error 'if' construct must use '{}'s. 7593
Error Missing a Javadoc comment. 7597
Error Redundant 'final' modifier. 7597
Error 'private' modifier out of order with the JLS suggestions. 7597
Error Name 'jj_3R_52' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7597
Error 'if' construct must use '{}'s. 7606
Error 'if' construct must use '{}'s. 7607
Error 'if' construct must use '{}'s. 7608
Error 'if' construct must use '{}'s. 7609
Error 'if' construct must use '{}'s. 7610
Error Missing a Javadoc comment. 7614
Error Redundant 'final' modifier. 7614
Error 'private' modifier out of order with the JLS suggestions. 7614
Error Name 'jj_3R_76' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7614
Error 'if' construct must use '{}'s. 7615
Error 'if' construct must use '{}'s. 7616
Error Missing a Javadoc comment. 7620
Error Redundant 'final' modifier. 7620
Error 'private' modifier out of order with the JLS suggestions. 7620
Error Name 'jj_3_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7620
Error 'if' construct must use '{}'s. 7625
Error 'if' construct must use '{}'s. 7627
Error 'if' construct must use '{}'s. 7628
Error Missing a Javadoc comment. 7632
Error Redundant 'final' modifier. 7632
Error 'private' modifier out of order with the JLS suggestions. 7632
Error Name 'jj_3R_398' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7632
Error 'if' construct must use '{}'s. 7633
Error 'if' construct must use '{}'s. 7634
Error 'if' construct must use '{}'s. 7635
Error 'if' construct must use '{}'s. 7636
Error Missing a Javadoc comment. 7640
Error Redundant 'final' modifier. 7640
Error 'private' modifier out of order with the JLS suggestions. 7640
Error Name 'jj_3R_385' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7640
Error 'if' construct must use '{}'s. 7641
Error 'if' construct must use '{}'s. 7642
Error 'if' construct must use '{}'s. 7647
Error Missing a Javadoc comment. 7652
Error Redundant 'final' modifier. 7652
Error 'private' modifier out of order with the JLS suggestions. 7652
Error Name 'jj_3R_394' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7652
Error 'if' construct must use '{}'s. 7653
Error 'if' construct must use '{}'s. 7654
Error 'if' construct must use '{}'s. 7655
Error 'if' construct must use '{}'s. 7656
Error Missing a Javadoc comment. 7660
Error Redundant 'final' modifier. 7660
Error 'private' modifier out of order with the JLS suggestions. 7660
Error Name 'jj_3R_373' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7660
Error 'if' construct must use '{}'s. 7661
Error 'if' construct must use '{}'s. 7662
Error 'if' construct must use '{}'s. 7667
Error Missing a Javadoc comment. 7672
Error Redundant 'final' modifier. 7672
Error 'private' modifier out of order with the JLS suggestions. 7672
Error Name 'jj_3_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7672
Error 'if' construct must use '{}'s. 7673
Error 'if' construct must use '{}'s. 7674
Error 'if' construct must use '{}'s. 7675
Error 'if' construct must use '{}'s. 7676
Error Missing a Javadoc comment. 7680
Error Redundant 'final' modifier. 7680
Error 'private' modifier out of order with the JLS suggestions. 7680
Error Name 'jj_3R_57' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7680
Error 'if' construct must use '{}'s. 7681
Error 'if' construct must use '{}'s. 7682
Error 'if' construct must use '{}'s. 7687
Error Missing a Javadoc comment. 7692
Error Redundant 'final' modifier. 7692
Error 'private' modifier out of order with the JLS suggestions. 7692
Error Name 'jj_3R_134' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7692
Error 'if' construct must use '{}'s. 7693
Error 'if' construct must use '{}'s. 7694
Error Missing a Javadoc comment. 7698
Error Redundant 'final' modifier. 7698
Error 'private' modifier out of order with the JLS suggestions. 7698
Error Name 'jj_3R_133' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7698
Error 'if' construct must use '{}'s. 7699
Error 'if' construct must use '{}'s. 7700
Error Missing a Javadoc comment. 7704
Error Redundant 'final' modifier. 7704
Error 'private' modifier out of order with the JLS suggestions. 7704
Error Name 'jj_3R_68' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7704
Error 'if' construct must use '{}'s. 7709
Error 'if' construct must use '{}'s. 7710
Error 'if' construct must use '{}'s. 7711
Error Missing a Javadoc comment. 7715
Error Redundant 'final' modifier. 7715
Error 'private' modifier out of order with the JLS suggestions. 7715
Error Name 'jj_3R_129' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7715
Error 'if' construct must use '{}'s. 7716
Error 'if' construct must use '{}'s. 7717
Error Missing a Javadoc comment. 7721
Error Redundant 'final' modifier. 7721
Error 'private' modifier out of order with the JLS suggestions. 7721
Error Name 'jj_3R_128' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7721
Error 'if' construct must use '{}'s. 7722
Error 'if' construct must use '{}'s. 7723
Error Missing a Javadoc comment. 7727
Error Redundant 'final' modifier. 7727
Error 'private' modifier out of order with the JLS suggestions. 7727
Error Name 'jj_3R_138' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7727
Error 'if' construct must use '{}'s. 7728
Error 'if' construct must use '{}'s. 7729
Error Missing a Javadoc comment. 7733
Error Redundant 'final' modifier. 7733
Error 'private' modifier out of order with the JLS suggestions. 7733
Error Name 'jj_3R_127' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7733
Error 'if' construct must use '{}'s. 7734
Error 'if' construct must use '{}'s. 7735
Error Missing a Javadoc comment. 7739
Error Redundant 'final' modifier. 7739
Error 'private' modifier out of order with the JLS suggestions. 7739
Error Name 'jj_3R_126' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7739
Error 'if' construct must use '{}'s. 7740
Error 'if' construct must use '{}'s. 7741
Error Missing a Javadoc comment. 7745
Error Redundant 'final' modifier. 7745
Error 'private' modifier out of order with the JLS suggestions. 7745
Error Name 'jj_3R_125' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7745
Error 'if' construct must use '{}'s. 7746
Error 'if' construct must use '{}'s. 7747
Error Missing a Javadoc comment. 7751
Error Redundant 'final' modifier. 7751
Error 'private' modifier out of order with the JLS suggestions. 7751
Error Name 'jj_3R_124' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7751
Error 'if' construct must use '{}'s. 7752
Error 'if' construct must use '{}'s. 7753
Error Missing a Javadoc comment. 7757
Error Redundant 'final' modifier. 7757
Error 'private' modifier out of order with the JLS suggestions. 7757
Error Name 'jj_3R_123' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7757
Error 'if' construct must use '{}'s. 7758
Error 'if' construct must use '{}'s. 7759
Error Missing a Javadoc comment. 7763
Error Redundant 'final' modifier. 7763
Error 'private' modifier out of order with the JLS suggestions. 7763
Error Name 'jj_3R_122' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7763
Error 'if' construct must use '{}'s. 7764
Error 'if' construct must use '{}'s. 7765
Error Missing a Javadoc comment. 7769
Error Redundant 'final' modifier. 7769
Error 'private' modifier out of order with the JLS suggestions. 7769
Error Name 'jj_3R_66' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7769
Error 'if' construct must use '{}'s. 7786
Error 'if' construct must use '{}'s. 7787
Error 'if' construct must use '{}'s. 7788
Error 'if' construct must use '{}'s. 7789
Error 'if' construct must use '{}'s. 7790
Error 'if' construct must use '{}'s. 7791
Error 'if' construct must use '{}'s. 7792
Error 'if' construct must use '{}'s. 7793
Error 'if' construct must use '{}'s. 7794
Error Missing a Javadoc comment. 7798
Error Redundant 'final' modifier. 7798
Error 'private' modifier out of order with the JLS suggestions. 7798
Error Name 'jj_3R_139' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7798
Error 'if' construct must use '{}'s. 7799
Error 'if' construct must use '{}'s. 7800
Error 'if' construct must use '{}'s. 7801
Error 'if' construct must use '{}'s. 7802
Error Missing a Javadoc comment. 7806
Error Redundant 'final' modifier. 7806
Error 'private' modifier out of order with the JLS suggestions. 7806
Error Name 'jj_3R_137' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7806
Error 'if' construct must use '{}'s. 7807
Error 'if' construct must use '{}'s. 7808
Error Missing a Javadoc comment. 7812
Error Redundant 'final' modifier. 7812
Error 'private' modifier out of order with the JLS suggestions. 7812
Error Name 'jj_3R_73' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7812
Error 'if' construct must use '{}'s. 7817
Error 'if' construct must use '{}'s. 7818
Error 'if' construct must use '{}'s. 7819
Error 'if' construct must use '{}'s. 7823
Error Missing a Javadoc comment. 7828
Error Redundant 'final' modifier. 7828
Error 'private' modifier out of order with the JLS suggestions. 7828
Error Name 'jj_3R_401' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7828
Error 'if' construct must use '{}'s. 7829
Error 'if' construct must use '{}'s. 7830
Error 'if' construct must use '{}'s. 7831
Error 'if' construct must use '{}'s. 7832
Error Missing a Javadoc comment. 7836
Error Redundant 'final' modifier. 7836
Error 'private' modifier out of order with the JLS suggestions. 7836
Error Name 'jj_3R_400' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7836
Error 'if' construct must use '{}'s. 7837
Error 'if' construct must use '{}'s. 7838
Error Missing a Javadoc comment. 7842
Error Redundant 'final' modifier. 7842
Error 'private' modifier out of order with the JLS suggestions. 7842
Error Name 'jj_3R_399' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7842
Error 'if' construct must use '{}'s. 7843
Error 'if' construct must use '{}'s. 7844
Error Missing a Javadoc comment. 7848
Error Redundant 'final' modifier. 7848
Error 'private' modifier out of order with the JLS suggestions. 7848
Error Name 'jj_3R_392' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7848
Error 'if' construct must use '{}'s. 7853
Error 'if' construct must use '{}'s. 7854
Error 'if' construct must use '{}'s. 7855
Error 'if' construct must use '{}'s. 7859
Error Missing a Javadoc comment. 7864
Error Redundant 'final' modifier. 7864
Error 'private' modifier out of order with the JLS suggestions. 7864
Error Name 'jj_3R_174' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7864
Error 'if' construct must use '{}'s. 7865
Error 'if' construct must use '{}'s. 7866
Error 'if' construct must use '{}'s. 7867
Error 'if' construct must use '{}'s. 7868
Error Missing a Javadoc comment. 7872
Error Redundant 'final' modifier. 7872
Error 'private' modifier out of order with the JLS suggestions. 7872
Error Name 'jj_3R_173' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7872
Error 'if' construct must use '{}'s. 7873
Error 'if' construct must use '{}'s. 7874
Error Missing a Javadoc comment. 7878
Error Redundant 'final' modifier. 7878
Error 'private' modifier out of order with the JLS suggestions. 7878
Error Name 'jj_3R_172' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7878
Error 'if' construct must use '{}'s. 7879
Error 'if' construct must use '{}'s. 7880
Error Missing a Javadoc comment. 7884
Error Redundant 'final' modifier. 7884
Error 'private' modifier out of order with the JLS suggestions. 7884
Error Name 'jj_3R_167' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7884
Error 'if' construct must use '{}'s. 7889
Error 'if' construct must use '{}'s. 7890
Error 'if' construct must use '{}'s. 7891
Error 'if' construct must use '{}'s. 7895
Error Missing a Javadoc comment. 7900
Error Redundant 'final' modifier. 7900
Error 'private' modifier out of order with the JLS suggestions. 7900
Error Name 'jj_3R_422' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7900
Error 'if' construct must use '{}'s. 7901
Error 'if' construct must use '{}'s. 7902
Error 'if' construct must use '{}'s. 7903
Error 'if' construct must use '{}'s. 7904
Error Missing a Javadoc comment. 7908
Error Redundant 'final' modifier. 7908
Error 'private' modifier out of order with the JLS suggestions. 7908
Error Name 'jj_3R_360' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7908
Error 'if' construct must use '{}'s. 7909
Error 'if' construct must use '{}'s. 7910
Error 'if' construct must use '{}'s. 7911
Error 'if' construct must use '{}'s. 7912
Error Missing a Javadoc comment. 7916
Error Redundant 'final' modifier. 7916
Error 'private' modifier out of order with the JLS suggestions. 7916
Error Name 'jj_3R_359' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7916
Error 'if' construct must use '{}'s. 7917
Error 'if' construct must use '{}'s. 7918
Error Missing a Javadoc comment. 7922
Error Redundant 'final' modifier. 7922
Error 'private' modifier out of order with the JLS suggestions. 7922
Error Name 'jj_3R_298' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7922
Error 'if' construct must use '{}'s. 7923
Error 'if' construct must use '{}'s. 7924
Error 'if' construct must use '{}'s. 7925
Error 'if' construct must use '{}'s. 7926
Error Missing a Javadoc comment. 7930
Error Redundant 'final' modifier. 7930
Error 'private' modifier out of order with the JLS suggestions. 7930
Error Name 'jj_3R_242' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7930
Error 'if' construct must use '{}'s. 7931
Error 'if' construct must use '{}'s. 7932
Error 'if' construct must use '{}'s. 7933
Error 'if' construct must use '{}'s. 7934
Error 'if' construct must use '{}'s. 7937
Error 'if' construct must use '{}'s. 7938
Error 'if' construct must use '{}'s. 7939
Error 'if' construct must use '{}'s. 7940
Error Missing a Javadoc comment. 7944
Error Redundant 'final' modifier. 7944
Error 'private' modifier out of order with the JLS suggestions. 7944
Error Name 'jj_3R_358' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7944
Error 'if' construct must use '{}'s. 7945
Error 'if' construct must use '{}'s. 7946
Error Missing a Javadoc comment. 7950
Error Redundant 'final' modifier. 7950
Error 'private' modifier out of order with the JLS suggestions. 7950
Error Name 'jj_3R_307' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7950
Error 'if' construct must use '{}'s. 7955
Error 'if' construct must use '{}'s. 7956
Error 'if' construct must use '{}'s. 7957
Error 'if' construct must use '{}'s. 7961
Error Missing a Javadoc comment. 7966
Error Redundant 'final' modifier. 7966
Error 'private' modifier out of order with the JLS suggestions. 7966
Error Name 'jj_3R_421' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7966
Error 'if' construct must use '{}'s. 7967
Error 'if' construct must use '{}'s. 7968
Error 'if' construct must use '{}'s. 7969
Error 'if' construct must use '{}'s. 7970
Error Missing a Javadoc comment. 7974
Error Redundant 'final' modifier. 7974
Error 'private' modifier out of order with the JLS suggestions. 7974
Error Name 'jj_3R_420' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7974
Error 'if' construct must use '{}'s. 7975
Error 'if' construct must use '{}'s. 7976
Error 'if' construct must use '{}'s. 7977
Error 'if' construct must use '{}'s. 7978
Error 'if' construct must use '{}'s. 7979
Error 'if' construct must use '{}'s. 7980
Error 'if' construct must use '{}'s. 7981
Error 'if' construct must use '{}'s. 7982
Error 'if' construct must use '{}'s. 7983
Error 'if' construct must use '{}'s. 7984
Error Missing a Javadoc comment. 7988
Error Redundant 'final' modifier. 7988
Error 'private' modifier out of order with the JLS suggestions. 7988
Error Name 'jj_3R_241' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7988
Error 'if' construct must use '{}'s. 7989
Error 'if' construct must use '{}'s. 7990
Error 'if' construct must use '{}'s. 7991
Error 'if' construct must use '{}'s. 7992
Error 'if' construct must use '{}'s. 7997
Error 'if' construct must use '{}'s. 8000
Error 'if' construct must use '{}'s. 8001
Error Missing a Javadoc comment. 8005
Error Redundant 'final' modifier. 8005
Error 'private' modifier out of order with the JLS suggestions. 8005
Error Name 'jj_3R_80' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8005
Error 'if' construct must use '{}'s. 8006
Error 'if' construct must use '{}'s. 8007
Error Missing a Javadoc comment. 8011
Error Redundant 'final' modifier. 8011
Error 'private' modifier out of order with the JLS suggestions. 8011
Error Name 'jj_3_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8011
Error 'if' construct must use '{}'s. 8012
Error 'if' construct must use '{}'s. 8013
Error 'if' construct must use '{}'s. 8014
Error 'if' construct must use '{}'s. 8015
Error 'if' construct must use '{}'s. 8016
Error 'if' construct must use '{}'s. 8017
Error Missing a Javadoc comment. 8021
Error Redundant 'final' modifier. 8021
Error 'private' modifier out of order with the JLS suggestions. 8021
Error Name 'jj_3R_53' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8021
Error 'if' construct must use '{}'s. 8024
Error 'if' construct must use '{}'s. 8025
Error 'if' construct must use '{}'s. 8026
Error 'if' construct must use '{}'s. 8027
Error Missing a Javadoc comment. 8031
Error Redundant 'final' modifier. 8031
Error 'private' modifier out of order with the JLS suggestions. 8031
Error Name 'jj_3R_416' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8031
Error 'if' construct must use '{}'s. 8032
Error 'if' construct must use '{}'s. 8033
Error Missing a Javadoc comment. 8037
Error Redundant 'final' modifier. 8037
Error 'private' modifier out of order with the JLS suggestions. 8037
Error Name 'jj_3R_240' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8037
Error 'if' construct must use '{}'s. 8038
Error 'if' construct must use '{}'s. 8039
Error 'if' construct must use '{}'s. 8040
Error 'if' construct must use '{}'s. 8041
Error 'if' construct must use '{}'s. 8042
Error 'if' construct must use '{}'s. 8043
Error 'if' construct must use '{}'s. 8044
Error 'if' construct must use '{}'s. 8045
Error 'if' construct must use '{}'s. 8046
Error 'if' construct must use '{}'s. 8047
Error Missing a Javadoc comment. 8051
Error Redundant 'final' modifier. 8051
Error 'private' modifier out of order with the JLS suggestions. 8051
Error Name 'jj_3R_419' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8051
Error 'if' construct must use '{}'s. 8052
Error 'if' construct must use '{}'s. 8053
Error Missing a Javadoc comment. 8057
Error Redundant 'final' modifier. 8057
Error 'private' modifier out of order with the JLS suggestions. 8057
Error Name 'jj_3_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8057
Error 'if' construct must use '{}'s. 8058
Error 'if' construct must use '{}'s. 8059
Error 'if' construct must use '{}'s. 8060
Error 'if' construct must use '{}'s. 8061
Error Missing a Javadoc comment. 8065
Error Redundant 'final' modifier. 8065
Error 'private' modifier out of order with the JLS suggestions. 8065
Error Name 'jj_3R_418' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8065
Error 'if' construct must use '{}'s. 8066
Error 'if' construct must use '{}'s. 8067
Error Missing a Javadoc comment. 8071
Error Redundant 'final' modifier. 8071
Error 'private' modifier out of order with the JLS suggestions. 8071
Error Name 'jj_3R_117' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8071
Error 'if' construct must use '{}'s. 8074
Error 'if' construct must use '{}'s. 8075
Error 'if' construct must use '{}'s. 8076
Error 'if' construct must use '{}'s. 8077
Error 'if' construct must use '{}'s. 8078
Error 'if' construct must use '{}'s. 8079
Error 'if' construct must use '{}'s. 8080
Error 'if' construct must use '{}'s. 8081
Error Missing a Javadoc comment. 8085
Error Redundant 'final' modifier. 8085
Error 'private' modifier out of order with the JLS suggestions. 8085
Error Name 'jj_3R_239' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8085
Error 'if' construct must use '{}'s. 8086
Error 'if' construct must use '{}'s. 8087
Error 'if' construct must use '{}'s. 8088
Error 'if' construct must use '{}'s. 8089
Error 'if' construct must use '{}'s. 8090
Error 'if' construct must use '{}'s. 8091
Error Missing a Javadoc comment. 8095
Error Redundant 'final' modifier. 8095
Error 'private' modifier out of order with the JLS suggestions. 8095
Error Name 'jj_3_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8095
Error 'if' construct must use '{}'s. 8096
Error 'if' construct must use '{}'s. 8097
Error Missing a Javadoc comment. 8101
Error Redundant 'final' modifier. 8101
Error 'private' modifier out of order with the JLS suggestions. 8101
Error Name 'jj_3R_116' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8101
Error 'if' construct must use '{}'s. 8102
Error 'if' construct must use '{}'s. 8103
Error 'if' construct must use '{}'s. 8104
Error 'if' construct must use '{}'s. 8105
Error 'if' construct must use '{}'s. 8106
Error 'if' construct must use '{}'s. 8107
Error Missing a Javadoc comment. 8111
Error Redundant 'final' modifier. 8111
Error 'private' modifier out of order with the JLS suggestions. 8111
Error Name 'jj_3R_62' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8111
Error 'if' construct must use '{}'s. 8116
Error 'if' construct must use '{}'s. 8117
Error 'if' construct must use '{}'s. 8118
Error Missing a Javadoc comment. 8122
Error Redundant 'final' modifier. 8122
Error 'private' modifier out of order with the JLS suggestions. 8122
Error Name 'jj_3R_439' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8122
Error 'if' construct must use '{}'s. 8123
Error 'if' construct must use '{}'s. 8124
Error 'if' construct must use '{}'s. 8125
Error 'if' construct must use '{}'s. 8126
Error Missing a Javadoc comment. 8130
Error Redundant 'final' modifier. 8130
Error 'private' modifier out of order with the JLS suggestions. 8130
Error Name 'jj_3R_238' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8130
Error 'if' construct must use '{}'s. 8131
Error 'if' construct must use '{}'s. 8132
Error 'if' construct must use '{}'s. 8135
Error 'if' construct must use '{}'s. 8136
Error 'if' construct must use '{}'s. 8137
Error 'if' construct must use '{}'s. 8138
Error Missing a Javadoc comment. 8142
Error Redundant 'final' modifier. 8142
Error 'private' modifier out of order with the JLS suggestions. 8142
Error Name 'jj_3R_417' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8142
Error 'if' construct must use '{}'s. 8143
Error 'if' construct must use '{}'s. 8144
Error Missing a Javadoc comment. 8148
Error Redundant 'final' modifier. 8148
Error 'private' modifier out of order with the JLS suggestions. 8148
Error Name 'jj_3R_300' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8148
Error 'if' construct must use '{}'s. 8149
Error 'if' construct must use '{}'s. 8150
Error Missing a Javadoc comment. 8154
Error Redundant 'final' modifier. 8154
Error 'private' modifier out of order with the JLS suggestions. 8154
Error Name 'jj_3R_299' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8154
Error 'if' construct must use '{}'s. 8155
Error 'if' construct must use '{}'s. 8156
Error Missing a Javadoc comment. 8160
Error Redundant 'final' modifier. 8160
Error 'private' modifier out of order with the JLS suggestions. 8160
Error Name 'jj_3R_237' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8160
Error 'if' construct must use '{}'s. 8161
Error 'if' construct must use '{}'s. 8162
Error 'if' construct must use '{}'s. 8165
Error 'if' construct must use '{}'s. 8166
Error 'if' construct must use '{}'s. 8167
Error 'if' construct must use '{}'s. 8168
Error Missing a Javadoc comment. 8172
Error Redundant 'final' modifier. 8172
Error 'private' modifier out of order with the JLS suggestions. 8172
Error Name 'jj_3R_415' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8172
Error 'if' construct must use '{}'s. 8173
Error 'if' construct must use '{}'s. 8174
Error Missing a Javadoc comment. 8178
Error Redundant 'final' modifier. 8178
Error 'private' modifier out of order with the JLS suggestions. 8178
Error Name 'jj_3R_236' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8178
Error 'if' construct must use '{}'s. 8179
Error 'if' construct must use '{}'s. 8180
Error 'if' construct must use '{}'s. 8183
Error 'if' construct must use '{}'s. 8184
Error 'if' construct must use '{}'s. 8185
Error 'if' construct must use '{}'s. 8186
Error Missing a Javadoc comment. 8190
Error Redundant 'final' modifier. 8190
Error 'private' modifier out of order with the JLS suggestions. 8190
Error Name 'jj_3R_337' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8190
Error 'if' construct must use '{}'s. 8191
Error 'if' construct must use '{}'s. 8192
Error Missing a Javadoc comment. 8196
Error Redundant 'final' modifier. 8196
Error 'private' modifier out of order with the JLS suggestions. 8196
Error Name 'jj_3R_413' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8196
Error 'if' construct must use '{}'s. 8197
Error 'if' construct must use '{}'s. 8198
Error 'if' construct must use '{}'s. 8199
Error 'if' construct must use '{}'s. 8200
Error Missing a Javadoc comment. 8204
Error Redundant 'final' modifier. 8204
Error 'private' modifier out of order with the JLS suggestions. 8204
Error Name 'jj_3R_428' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8204
Error 'if' construct must use '{}'s. 8205
Error 'if' construct must use '{}'s. 8206
Error Missing a Javadoc comment. 8210
Error Redundant 'final' modifier. 8210
Error 'private' modifier out of order with the JLS suggestions. 8210
Error Name 'jj_3R_336' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8210
Error 'if' construct must use '{}'s. 8211
Error 'if' construct must use '{}'s. 8212
Error Missing a Javadoc comment. 8216
Error Redundant 'final' modifier. 8216
Error 'private' modifier out of order with the JLS suggestions. 8216
Error Name 'jj_3R_372' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8216
Error 'if' construct must use '{}'s. 8217
Error 'if' construct must use '{}'s. 8218
Error 'if' construct must use '{}'s. 8219
Error 'if' construct must use '{}'s. 8220
Error Missing a Javadoc comment. 8224
Error Redundant 'final' modifier. 8224
Error 'private' modifier out of order with the JLS suggestions. 8224
Error Name 'jj_3R_75' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8224
Error 'if' construct must use '{}'s. 8225
Error 'if' construct must use '{}'s. 8226
Error Missing a Javadoc comment. 8230
Error Redundant 'final' modifier. 8230
Error 'private' modifier out of order with the JLS suggestions. 8230
Error Name 'jj_3_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8230
Error 'if' construct must use '{}'s. 8233
Error 'if' construct must use '{}'s. 8234
Error 'if' construct must use '{}'s. 8235
Error 'if' construct must use '{}'s. 8236
Error 'if' construct must use '{}'s. 8237
Error 'if' construct must use '{}'s. 8238
Error Missing a Javadoc comment. 8242
Error Redundant 'final' modifier. 8242
Error 'private' modifier out of order with the JLS suggestions. 8242
Error Name 'jj_3R_438' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8242
Error 'if' construct must use '{}'s. 8243
Error 'if' construct must use '{}'s. 8244
Error 'if' construct must use '{}'s. 8249
Error Missing a Javadoc comment. 8254
Error Redundant 'final' modifier. 8254
Error 'private' modifier out of order with the JLS suggestions. 8254
Error Name 'jj_3R_335' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8254
Error 'if' construct must use '{}'s. 8255
Error 'if' construct must use '{}'s. 8256
Error Missing a Javadoc comment. 8260
Error Redundant 'final' modifier. 8260
Error 'private' modifier out of order with the JLS suggestions. 8260
Error Name 'jj_3R_296' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8260
Error 'if' construct must use '{}'s. 8267
Error 'if' construct must use '{}'s. 8268
Error 'if' construct must use '{}'s. 8269
Error 'if' construct must use '{}'s. 8270
Error Missing a Javadoc comment. 8274
Error Redundant 'final' modifier. 8274
Error 'private' modifier out of order with the JLS suggestions. 8274
Error Name 'jj_3R_282' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8274
Error 'if' construct must use '{}'s. 8277
Error 'if' construct must use '{}'s. 8278
Error 'if' construct must use '{}'s. 8279
Error 'if' construct must use '{}'s. 8280
Error 'if' construct must use '{}'s. 8281
Error 'if' construct must use '{}'s. 8282
Error 'if' construct must use '{}'s. 8284
Error 'if' construct must use '{}'s. 8285
Error 'if' construct must use '{}'s. 8286
Error 'if' construct must use '{}'s. 8287
Error 'if' construct must use '{}'s. 8289
Error 'if' construct must use '{}'s. 8290
Error 'if' construct must use '{}'s. 8294
Error 'if' construct must use '{}'s. 8296
Error 'if' construct must use '{}'s. 8297
Error Missing a Javadoc comment. 8301
Error Redundant 'final' modifier. 8301
Error 'private' modifier out of order with the JLS suggestions. 8301
Error Name 'jj_3R_414' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8301
Error 'if' construct must use '{}'s. 8302
Error 'if' construct must use '{}'s. 8303
Error Missing a Javadoc comment. 8307
Error Redundant 'final' modifier. 8307
Error 'private' modifier out of order with the JLS suggestions. 8307
Error Name 'jj_3R_349' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8307
Error 'if' construct must use '{}'s. 8308
Error 'if' construct must use '{}'s. 8309
Error 'if' construct must use '{}'s. 8310
Error 'if' construct must use '{}'s. 8311
Error Missing a Javadoc comment. 8315
Error Redundant 'final' modifier. 8315
Error 'private' modifier out of order with the JLS suggestions. 8315
Error Name 'jj_3R_437' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8315
Error 'if' construct must use '{}'s. 8316
Error 'if' construct must use '{}'s. 8317
Error Missing a Javadoc comment. 8321
Error Redundant 'final' modifier. 8321
Error 'private' modifier out of order with the JLS suggestions. 8321
Error Name 'jj_3R_436' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8321
Error 'if' construct must use '{}'s. 8322
Error 'if' construct must use '{}'s. 8323
Error Missing a Javadoc comment. 8327
Error Redundant 'final' modifier. 8327
Error 'private' modifier out of order with the JLS suggestions. 8327
Error Name 'jj_3R_427' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8327
Error 'if' construct must use '{}'s. 8332
Error 'if' construct must use '{}'s. 8333
Error 'if' construct must use '{}'s. 8334
Error Missing a Javadoc comment. 8338
Error Redundant 'final' modifier. 8338
Error 'private' modifier out of order with the JLS suggestions. 8338
Error Name 'jj_3R_391' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8338
Error 'if' construct must use '{}'s. 8339
Error 'if' construct must use '{}'s. 8340
Error Missing a Javadoc comment. 8344
Error Redundant 'final' modifier. 8344
Error 'private' modifier out of order with the JLS suggestions. 8344
Error Name 'jj_3R_235' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8344
Error 'if' construct must use '{}'s. 8345
Error 'if' construct must use '{}'s. 8346
Error 'if' construct must use '{}'s. 8347
Error 'if' construct must use '{}'s. 8348
Error 'if' construct must use '{}'s. 8351
Error 'if' construct must use '{}'s. 8352
Error 'if' construct must use '{}'s. 8353
Error 'if' construct must use '{}'s. 8354
Error 'if' construct must use '{}'s. 8356
Error 'if' construct must use '{}'s. 8357
Error 'if' construct must use '{}'s. 8358
Error 'if' construct must use '{}'s. 8359
Error 'if' construct must use '{}'s. 8361
Error 'if' construct must use '{}'s. 8362
Error 'if' construct must use '{}'s. 8363
Error 'if' construct must use '{}'s. 8364
Error 'if' construct must use '{}'s. 8365
Error 'if' construct must use '{}'s. 8366
Error Missing a Javadoc comment. 8370
Error Redundant 'final' modifier. 8370
Error 'private' modifier out of order with the JLS suggestions. 8370
Error Name 'jj_3R_371' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8370
Error 'if' construct must use '{}'s. 8373
Error 'if' construct must use '{}'s. 8374
Error 'if' construct must use '{}'s. 8375
Error 'if' construct must use '{}'s. 8376
Error 'if' construct must use '{}'s. 8377
Error 'if' construct must use '{}'s. 8378
Error Missing a Javadoc comment. 8382
Error Redundant 'final' modifier. 8382
Error 'private' modifier out of order with the JLS suggestions. 8382
Error Name 'jj_3R_338' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8382
Error 'if' construct must use '{}'s. 8383
Error 'if' construct must use '{}'s. 8384
Error 'if' construct must use '{}'s. 8389
Error Missing a Javadoc comment. 8394
Error Redundant 'final' modifier. 8394
Error 'private' modifier out of order with the JLS suggestions. 8394
Error Name 'jj_3R_234' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8394
Error 'if' construct must use '{}'s. 8395
Error 'if' construct must use '{}'s. 8396
Error 'if' construct must use '{}'s. 8397
Error 'if' construct must use '{}'s. 8398
Error 'if' construct must use '{}'s. 8399
Error 'if' construct must use '{}'s. 8400
Error 'if' construct must use '{}'s. 8401
Error 'if' construct must use '{}'s. 8402
Error 'if' construct must use '{}'s. 8403
Error 'if' construct must use '{}'s. 8404
Error 'if' construct must use '{}'s. 8405
Error 'if' construct must use '{}'s. 8406
Error 'if' construct must use '{}'s. 8407
Error 'if' construct must use '{}'s. 8408
Error Missing a Javadoc comment. 8412
Error Redundant 'final' modifier. 8412
Error 'private' modifier out of order with the JLS suggestions. 8412
Error Name 'jj_3R_297' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8412
Error 'if' construct must use '{}'s. 8413
Error 'if' construct must use '{}'s. 8414
Error 'if' construct must use '{}'s. 8417
Error 'if' construct must use '{}'s. 8418
Error 'if' construct must use '{}'s. 8419
Error 'if' construct must use '{}'s. 8420
Error Missing a Javadoc comment. 8424
Error Redundant 'final' modifier. 8424
Error 'private' modifier out of order with the JLS suggestions. 8424
Error Name 'jj_3R_233' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8424
Error 'if' construct must use '{}'s. 8425
Error 'if' construct must use '{}'s. 8426
Error 'if' construct must use '{}'s. 8427
Error 'if' construct must use '{}'s. 8428
Error 'if' construct must use '{}'s. 8429
Error 'if' construct must use '{}'s. 8430
Error 'if' construct must use '{}'s. 8431
Error 'if' construct must use '{}'s. 8432
Error 'if' construct must use '{}'s. 8433
Error 'if' construct must use '{}'s. 8434
Error Missing a Javadoc comment. 8438
Error Redundant 'final' modifier. 8438
Error 'private' modifier out of order with the JLS suggestions. 8438
Error Name 'jj_3R_426' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8438
Error 'if' construct must use '{}'s. 8439
Error 'if' construct must use '{}'s. 8440
Error Missing a Javadoc comment. 8444
Error Redundant 'final' modifier. 8444
Error 'private' modifier out of order with the JLS suggestions. 8444
Error Name 'jj_3R_232' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8444
Error 'if' construct must use '{}'s. 8445
Error 'if' construct must use '{}'s. 8446
Error 'if' construct must use '{}'s. 8447
Error 'if' construct must use '{}'s. 8448
Error 'if' construct must use '{}'s. 8449
Error 'if' construct must use '{}'s. 8450
Error 'if' construct must use '{}'s. 8451
Error 'if' construct must use '{}'s. 8452
Error 'if' construct must use '{}'s. 8453
Error 'if' construct must use '{}'s. 8454
Error 'if' construct must use '{}'s. 8457
Error 'if' construct must use '{}'s. 8458
Error Missing a Javadoc comment. 8462
Error Redundant 'final' modifier. 8462
Error 'private' modifier out of order with the JLS suggestions. 8462
Error Name 'jj_3R_305' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8462
Error 'if' construct must use '{}'s. 8463
Error 'if' construct must use '{}'s. 8464
Error Missing a Javadoc comment. 8468
Error Redundant 'final' modifier. 8468
Error 'private' modifier out of order with the JLS suggestions. 8468
Error Name 'jj_3R_302' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8468
Error 'if' construct must use '{}'s. 8469
Error 'if' construct must use '{}'s. 8470
Error 'if' construct must use '{}'s. 8471
Error 'if' construct must use '{}'s. 8472
Error 'if' construct must use '{}'s. 8477
Error Missing a Javadoc comment. 8482
Error Redundant 'final' modifier. 8482
Error 'private' modifier out of order with the JLS suggestions. 8482
Error Name 'jj_3R_435' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8482
Error 'if' construct must use '{}'s. 8483
Error 'if' construct must use '{}'s. 8484
Error 'if' construct must use '{}'s. 8485
Error 'if' construct must use '{}'s. 8486
Error Missing a Javadoc comment. 8490
Error Redundant 'final' modifier. 8490
Error 'private' modifier out of order with the JLS suggestions. 8490
Error Name 'jj_3R_434' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8490
Error 'if' construct must use '{}'s. 8491
Error 'if' construct must use '{}'s. 8492
Error 'if' construct must use '{}'s. 8493
Error 'if' construct must use '{}'s. 8494
Error 'if' construct must use '{}'s. 8495
Error 'if' construct must use '{}'s. 8496
Error Missing a Javadoc comment. 8500
Error Redundant 'final' modifier. 8500
Error 'private' modifier out of order with the JLS suggestions. 8500
Error Name 'jj_3R_425' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8500
Error 'if' construct must use '{}'s. 8505
Error 'if' construct must use '{}'s. 8506
Error 'if' construct must use '{}'s. 8507
Error Missing a Javadoc comment. 8511
Error Redundant 'final' modifier. 8511
Error 'private' modifier out of order with the JLS suggestions. 8511
Error Name 'jj_3R_404' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8511
Error 'if' construct must use '{}'s. 8512
Error 'if' construct must use '{}'s. 8513
Error 'if' construct must use '{}'s. 8514
Error 'if' construct must use '{}'s. 8515
Error Missing a Javadoc comment. 8519
Error Redundant 'final' modifier. 8519
Error 'private' modifier out of order with the JLS suggestions. 8519
Error Name 'jj_3R_412' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8519
Error 'if' construct must use '{}'s. 8520
Error 'if' construct must use '{}'s. 8521
Error 'if' construct must use '{}'s. 8526
Error Missing a Javadoc comment. 8531
Error Redundant 'final' modifier. 8531
Error 'private' modifier out of order with the JLS suggestions. 8531
Error Name 'jj_3R_304' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8531
Error 'if' construct must use '{}'s. 8532
Error 'if' construct must use '{}'s. 8533
Error Missing a Javadoc comment. 8537
Error Redundant 'final' modifier. 8537
Error 'private' modifier out of order with the JLS suggestions. 8537
Error Name 'jj_3R_303' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8537
Error 'if' construct must use '{}'s. 8538
Error 'if' construct must use '{}'s. 8539
Error 'if' construct must use '{}'s. 8540
Error 'if' construct must use '{}'s. 8541
Error Missing a Javadoc comment. 8545
Error Redundant 'final' modifier. 8545
Error 'private' modifier out of order with the JLS suggestions. 8545
Error Name 'jj_3R_231' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8545
Error 'if' construct must use '{}'s. 8546
Error 'if' construct must use '{}'s. 8547
Error 'if' construct must use '{}'s. 8548
Error 'if' construct must use '{}'s. 8549
Error 'if' construct must use '{}'s. 8550
Error 'if' construct must use '{}'s. 8551
Error 'if' construct must use '{}'s. 8552
Error 'if' construct must use '{}'s. 8553
Error 'if' construct must use '{}'s. 8554
Error 'if' construct must use '{}'s. 8555
Error 'if' construct must use '{}'s. 8560
Error 'if' construct must use '{}'s. 8562
Error 'if' construct must use '{}'s. 8563
Error Missing a Javadoc comment. 8567
Error Redundant 'final' modifier. 8567
Error 'private' modifier out of order with the JLS suggestions. 8567
Error Name 'jj_3R_264' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8567
Error 'if' construct must use '{}'s. 8568
Error 'if' construct must use '{}'s. 8569
Error Missing a Javadoc comment. 8573
Error Redundant 'final' modifier. 8573
Error 'private' modifier out of order with the JLS suggestions. 8573
Error Name 'jj_3R_433' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8573
Error 'if' construct must use '{}'s. 8574
Error 'if' construct must use '{}'s. 8575
Error 'if' construct must use '{}'s. 8576
Error 'if' construct must use '{}'s. 8577
Error Missing a Javadoc comment. 8581
Error Redundant 'final' modifier. 8581
Error 'private' modifier out of order with the JLS suggestions. 8581
Error Name 'jj_3R_432' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8581
Error 'if' construct must use '{}'s. 8582
Error 'if' construct must use '{}'s. 8583
Error Missing a Javadoc comment. 8587
Error Redundant 'final' modifier. 8587
Error 'private' modifier out of order with the JLS suggestions. 8587
Error Name 'jj_3R_348' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8587
Error 'if' construct must use '{}'s. 8588
Error 'if' construct must use '{}'s. 8589
Error Missing a Javadoc comment. 8593
Error Redundant 'final' modifier. 8593
Error 'private' modifier out of order with the JLS suggestions. 8593
Error Name 'jj_3R_431' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8593
Error 'if' construct must use '{}'s. 8594
Error 'if' construct must use '{}'s. 8595
Error Missing a Javadoc comment. 8599
Error Redundant 'final' modifier. 8599
Error 'private' modifier out of order with the JLS suggestions. 8599
Error Name 'jj_3R_424' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8599
Error 'if' construct must use '{}'s. 8606
Error 'if' construct must use '{}'s. 8607
Error 'if' construct must use '{}'s. 8608
Error 'if' construct must use '{}'s. 8609
Error Missing a Javadoc comment. 8613
Error Redundant 'final' modifier. 8613
Error 'private' modifier out of order with the JLS suggestions. 8613
Error Name 'jj_3R_247' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8613
Error 'if' construct must use '{}'s. 8614
Error 'if' construct must use '{}'s. 8615
Error 'if' construct must use '{}'s. 8618
Error 'if' construct must use '{}'s. 8619
Error Missing a Javadoc comment. 8623
Error Redundant 'final' modifier. 8623
Error 'private' modifier out of order with the JLS suggestions. 8623
Error Name 'jj_3R_347' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8623
Error 'if' construct must use '{}'s. 8624
Error 'if' construct must use '{}'s. 8625
Error Missing a Javadoc comment. 8629
Error Redundant 'final' modifier. 8629
Error 'private' modifier out of order with the JLS suggestions. 8629
Error Name 'jj_3R_246' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8629
Error 'if' construct must use '{}'s. 8630
Error 'if' construct must use '{}'s. 8631
Error Missing a Javadoc comment. 8635
Error Redundant 'final' modifier. 8635
Error 'private' modifier out of order with the JLS suggestions. 8635
Error Name 'jj_3R_230' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8635
Error 'if' construct must use '{}'s. 8642
Error 'if' construct must use '{}'s. 8643
Error 'if' construct must use '{}'s. 8644
Error 'if' construct must use '{}'s. 8645
Error Missing a Javadoc comment. 8649
Error Redundant 'final' modifier. 8649
Error 'private' modifier out of order with the JLS suggestions. 8649
Error Name 'jj_3R_245' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8649
Error 'if' construct must use '{}'s. 8650
Error 'if' construct must use '{}'s. 8651
Error Missing a Javadoc comment. 8655
Error Redundant 'final' modifier. 8655
Error 'private' modifier out of order with the JLS suggestions. 8655
Error Name 'jj_3R_346' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8655
Error 'if' construct must use '{}'s. 8656
Error 'if' construct must use '{}'s. 8657
Error Missing a Javadoc comment. 8661
Error Redundant 'final' modifier. 8661
Error 'private' modifier out of order with the JLS suggestions. 8661
Error Name 'jj_3R_345' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8661
Error 'if' construct must use '{}'s. 8662
Error 'if' construct must use '{}'s. 8663
Error Missing a Javadoc comment. 8667
Error Redundant 'final' modifier. 8667
Error 'private' modifier out of order with the JLS suggestions. 8667
Error Name 'jj_3R_229' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8667
Error 'if' construct must use '{}'s. 8668
Error 'if' construct must use '{}'s. 8669
Error Missing a Javadoc comment. 8673
Error Redundant 'final' modifier. 8673
Error 'private' modifier out of order with the JLS suggestions. 8673
Error Name 'jj_3R_344' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8673
Error 'if' construct must use '{}'s. 8674
Error 'if' construct must use '{}'s. 8675
Error Missing a Javadoc comment. 8679
Error Redundant 'final' modifier. 8679
Error 'private' modifier out of order with the JLS suggestions. 8679
Error Name 'jj_3R_197' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8679
Error 'if' construct must use '{}'s. 8680
Error 'if' construct must use '{}'s. 8681
Error Missing a Javadoc comment. 8685
Error Redundant 'final' modifier. 8685
Error 'private' modifier out of order with the JLS suggestions. 8685
Error Name 'jj_3R_188' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8685
Error 'if' construct must use '{}'s. 8688
Error 'if' construct must use '{}'s. 8689
Error 'if' construct must use '{}'s. 8690
Error 'if' construct must use '{}'s. 8691
Error 'if' construct must use '{}'s. 8692
Error 'if' construct must use '{}'s. 8693
Error 'if' construct must use '{}'s. 8697
Error Missing a Javadoc comment. 8702
Error Redundant 'final' modifier. 8702
Error 'private' modifier out of order with the JLS suggestions. 8702
Error Name 'jj_3R_343' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8702
Error 'if' construct must use '{}'s. 8703
Error 'if' construct must use '{}'s. 8704
Error Missing a Javadoc comment. 8708
Error Redundant 'final' modifier. 8708
Error 'private' modifier out of order with the JLS suggestions. 8708
Error Name 'jj_3R_342' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8708
Error 'if' construct must use '{}'s. 8709
Error 'if' construct must use '{}'s. 8710
Error Missing a Javadoc comment. 8714
Error Redundant 'final' modifier. 8714
Error 'private' modifier out of order with the JLS suggestions. 8714
Error Name 'jj_3R_408' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8714
Error 'if' construct must use '{}'s. 8715
Error 'if' construct must use '{}'s. 8716
Error Missing a Javadoc comment. 8720
Error Redundant 'final' modifier. 8720
Error 'private' modifier out of order with the JLS suggestions. 8720
Error Name 'jj_3_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8720
Error 'if' construct must use '{}'s. 8721
Error 'if' construct must use '{}'s. 8722
Error 'if' construct must use '{}'s. 8723
Error 'if' construct must use '{}'s. 8724
Error Missing a Javadoc comment. 8728
Error Redundant 'final' modifier. 8728
Error 'private' modifier out of order with the JLS suggestions. 8728
Error Name 'jj_3R_74' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8728
Error 'if' construct must use '{}'s. 8729
Error 'if' construct must use '{}'s. 8730
Error Missing a Javadoc comment. 8734
Error Redundant 'final' modifier. 8734
Error 'private' modifier out of order with the JLS suggestions. 8734
Error Name 'jj_3_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8734
Error 'if' construct must use '{}'s. 8737
Error 'if' construct must use '{}'s. 8738
Error 'if' construct must use '{}'s. 8739
Error 'if' construct must use '{}'s. 8740
Error 'if' construct must use '{}'s. 8741
Error 'if' construct must use '{}'s. 8742
Error Missing a Javadoc comment. 8746
Error Redundant 'final' modifier. 8746
Error 'private' modifier out of order with the JLS suggestions. 8746
Error Name 'jj_3R_341' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8746
Error 'if' construct must use '{}'s. 8747
Error 'if' construct must use '{}'s. 8748
Error Missing a Javadoc comment. 8752
Error Redundant 'final' modifier. 8752
Error 'private' modifier out of order with the JLS suggestions. 8752
Error Name 'jj_3R_407' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8752
Error 'if' construct must use '{}'s. 8753
Error 'if' construct must use '{}'s. 8754
Error Missing a Javadoc comment. 8758
Error Redundant 'final' modifier. 8758
Error 'private' modifier out of order with the JLS suggestions. 8758
Error Name 'jj_3R_406' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8758
Error 'if' construct must use '{}'s. 8759
Error 'if' construct must use '{}'s. 8760
Error Missing a Javadoc comment. 8764
Error Redundant 'final' modifier. 8764
Error 'private' modifier out of order with the JLS suggestions. 8764
Error Name 'jj_3R_340' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8764
Error 'if' construct must use '{}'s. 8765
Error 'if' construct must use '{}'s. 8766
Error Missing a Javadoc comment. 8770
Error Redundant 'final' modifier. 8770
Error 'private' modifier out of order with the JLS suggestions. 8770
Error Name 'jj_3R_301' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8770
Error 'if' construct must use '{}'s. 8789
Error 'if' construct must use '{}'s. 8790
Error 'if' construct must use '{}'s. 8791
Error 'if' construct must use '{}'s. 8792
Error 'if' construct must use '{}'s. 8793
Error 'if' construct must use '{}'s. 8794
Error 'if' construct must use '{}'s. 8795
Error 'if' construct must use '{}'s. 8796
Error 'if' construct must use '{}'s. 8797
Error 'if' construct must use '{}'s. 8798
Error Missing a Javadoc comment. 8802
Error Redundant 'final' modifier. 8802
Error 'private' modifier out of order with the JLS suggestions. 8802
Error Name 'jj_3R_405' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8802
Error 'if' construct must use '{}'s. 8803
Error 'if' construct must use '{}'s. 8804
Error 'if' construct must use '{}'s. 8805
Error 'if' construct must use '{}'s. 8806
Error Missing a Javadoc comment. 8810
Error Redundant 'final' modifier. 8810
Error 'private' modifier out of order with the JLS suggestions. 8810
Error Name 'jj_3R_395' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8810
Error 'if' construct must use '{}'s. 8819
Error 'if' construct must use '{}'s. 8820
Error 'if' construct must use '{}'s. 8821
Error 'if' construct must use '{}'s. 8822
Error 'if' construct must use '{}'s. 8823
Error Missing a Javadoc comment. 8827
Error Redundant 'final' modifier. 8827
Error 'private' modifier out of order with the JLS suggestions. 8827
Error Name 'jj_3R_283' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8827
Error 'if' construct must use '{}'s. 8832
Error 'if' construct must use '{}'s. 8834
Error 'if' construct must use '{}'s. 8835
Error 'if' construct must use '{}'s. 8836
Error 'if' construct must use '{}'s. 8837
Error 'if' construct must use '{}'s. 8839
Error 'if' construct must use '{}'s. 8840
Error 'if' construct must use '{}'s. 8844
Error 'if' construct must use '{}'s. 8845
Error 'if' construct must use '{}'s. 8846
Error Missing a Javadoc comment. 8850
Error Redundant 'final' modifier. 8850
Error 'private' modifier out of order with the JLS suggestions. 8850
Error Name 'jj_3R_263' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8850
Error 'if' construct must use '{}'s. 8851
Error 'if' construct must use '{}'s. 8852
Error 'if' construct must use '{}'s. 8857
Error Missing a Javadoc comment. 8862
Error Redundant 'final' modifier. 8862
Error 'private' modifier out of order with the JLS suggestions. 8862
Error Name 'jj_3R_179' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8862
Error 'if' construct must use '{}'s. 8863
Error 'if' construct must use '{}'s. 8864
Error Missing a Javadoc comment. 8868
Error Redundant 'final' modifier. 8868
Error 'private' modifier out of order with the JLS suggestions. 8868
Error Name 'jj_3R_72' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8868
Error 'if' construct must use '{}'s. 8869
Error 'if' construct must use '{}'s. 8870
Error Missing a Javadoc comment. 8874
Error Redundant 'final' modifier. 8874
Error 'private' modifier out of order with the JLS suggestions. 8874
Error Name 'jj_3_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8874
Error 'if' construct must use '{}'s. 8877
Error 'if' construct must use '{}'s. 8878
Error 'if' construct must use '{}'s. 8879
Error 'if' construct must use '{}'s. 8880
Error 'if' construct must use '{}'s. 8881
Error 'if' construct must use '{}'s. 8882
Error Missing a Javadoc comment. 8886
Error Redundant 'final' modifier. 8886
Error 'private' modifier out of order with the JLS suggestions. 8886
Error Name 'jj_3R_411' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8886
Error 'if' construct must use '{}'s. 8887
Error 'if' construct must use '{}'s. 8888
Error 'if' construct must use '{}'s. 8889
Error 'if' construct must use '{}'s. 8890
Error Missing a Javadoc comment. 8894
Error Redundant 'final' modifier. 8894
Error 'private' modifier out of order with the JLS suggestions. 8894
Error Name 'jj_3R_150' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8894
Error 'if' construct must use '{}'s. 8895
Error 'if' construct must use '{}'s. 8896
Error 'if' construct must use '{}'s. 8899
Error 'if' construct must use '{}'s. 8900
Error 'if' construct must use '{}'s. 8902
Error 'if' construct must use '{}'s. 8903
Error 'if' construct must use '{}'s. 8904
Error 'if' construct must use '{}'s. 8905
Error Missing a Javadoc comment. 8909
Error Redundant 'final' modifier. 8909
Error 'private' modifier out of order with the JLS suggestions. 8909
Error Name 'jj_3R_178' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8909
Error 'if' construct must use '{}'s. 8910
Error 'if' construct must use '{}'s. 8911
Error Missing a Javadoc comment. 8915
Error Redundant 'final' modifier. 8915
Error 'private' modifier out of order with the JLS suggestions. 8915
Error Name 'jj_3R_177' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8915
Error 'if' construct must use '{}'s. 8916
Error 'if' construct must use '{}'s. 8917
Error Missing a Javadoc comment. 8921
Error Redundant 'final' modifier. 8921
Error 'private' modifier out of order with the JLS suggestions. 8921
Error Name 'jj_3R_402' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8921
Error 'if' construct must use '{}'s. 8922
Error 'if' construct must use '{}'s. 8923
Error 'if' construct must use '{}'s. 8924
Error 'if' construct must use '{}'s. 8925
Error Missing a Javadoc comment. 8929
Error Redundant 'final' modifier. 8929
Error 'private' modifier out of order with the JLS suggestions. 8929
Error Name 'jj_3R_115' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8929
Error 'if' construct must use '{}'s. 8930
Error 'if' construct must use '{}'s. 8931
Error Missing a Javadoc comment. 8935
Error Redundant 'final' modifier. 8935
Error 'private' modifier out of order with the JLS suggestions. 8935
Error Name 'jj_3R_362' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8935
Error 'if' construct must use '{}'s. 8936
Error 'if' construct must use '{}'s. 8937
Error 'if' construct must use '{}'s. 8938
Error 'if' construct must use '{}'s. 8939
Error Missing a Javadoc comment. 8943
Error Redundant 'final' modifier. 8943
Error 'private' modifier out of order with the JLS suggestions. 8943
Error Name 'jj_3R_114' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8943
Error 'if' construct must use '{}'s. 8944
Error 'if' construct must use '{}'s. 8945
Error Missing a Javadoc comment. 8949
Error Redundant 'final' modifier. 8949
Error 'private' modifier out of order with the JLS suggestions. 8949
Error Name 'jj_3R_61' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8949
Error 'if' construct must use '{}'s. 8954
Error 'if' construct must use '{}'s. 8955
Error 'if' construct must use '{}'s. 8956
Error Missing a Javadoc comment. 8960
Error Redundant 'final' modifier. 8960
Error 'private' modifier out of order with the JLS suggestions. 8960
Error Name 'jj_3R_169' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8960
Error 'if' construct must use '{}'s. 8969
Error 'if' construct must use '{}'s. 8970
Error 'if' construct must use '{}'s. 8971
Error 'if' construct must use '{}'s. 8972
Error 'if' construct must use '{}'s. 8973
Error Missing a Javadoc comment. 8977
Error Redundant 'final' modifier. 8977
Error 'private' modifier out of order with the JLS suggestions. 8977
Error Name 'jj_3R_176' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8977
Error 'if' construct must use '{}'s. 8978
Error 'if' construct must use '{}'s. 8979
Error 'if' construct must use '{}'s. 8980
Error 'if' construct must use '{}'s. 8981
Error Missing a Javadoc comment. 8985
Error Redundant 'final' modifier. 8985
Error 'private' modifier out of order with the JLS suggestions. 8985
Error Name 'jj_3R_409' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8985
Error 'if' construct must use '{}'s. 8986
Error 'if' construct must use '{}'s. 8987
Error 'if' construct must use '{}'s. 8992
Error Missing a Javadoc comment. 8997
Error Redundant 'final' modifier. 8997
Error 'private' modifier out of order with the JLS suggestions. 8997
Error Name 'jj_3R_376' must match pattern '^[a-z][a-zA-Z0-9]*$'. 8997
Error 'if' construct must use '{}'s. 8998
Error 'if' construct must use '{}'s. 8999
Error Missing a Javadoc comment. 9003
Error Redundant 'final' modifier. 9003
Error 'private' modifier out of order with the JLS suggestions. 9003
Error Name 'jj_3R_410' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9003
Error 'if' construct must use '{}'s. 9004
Error 'if' construct must use '{}'s. 9005
Error 'if' construct must use '{}'s. 9006
Error 'if' construct must use '{}'s. 9007
Error Missing a Javadoc comment. 9011
Error Redundant 'final' modifier. 9011
Error 'private' modifier out of order with the JLS suggestions. 9011
Error Name 'jj_3R_377' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9011
Error 'if' construct must use '{}'s. 9012
Error 'if' construct must use '{}'s. 9013
Error 'if' construct must use '{}'s. 9014
Error 'if' construct must use '{}'s. 9015
Error Missing a Javadoc comment. 9019
Error Redundant 'final' modifier. 9019
Error 'private' modifier out of order with the JLS suggestions. 9019
Error Name 'jj_3R_375' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9019
Error 'if' construct must use '{}'s. 9020
Error 'if' construct must use '{}'s. 9021
Error Missing a Javadoc comment. 9025
Error Redundant 'final' modifier. 9025
Error 'private' modifier out of order with the JLS suggestions. 9025
Error Name 'jj_3R_393' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9025
Error 'if' construct must use '{}'s. 9026
Error 'if' construct must use '{}'s. 9027
Error 'if' construct must use '{}'s. 9032
Error Missing a Javadoc comment. 9037
Error Redundant 'final' modifier. 9037
Error 'private' modifier out of order with the JLS suggestions. 9037
Error Name 'jj_3R_350' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9037
Error 'if' construct must use '{}'s. 9038
Error 'if' construct must use '{}'s. 9039
Error 'if' construct must use '{}'s. 9044
Error 'if' construct must use '{}'s. 9046
Error 'if' construct must use '{}'s. 9047
Error 'if' construct must use '{}'s. 9049
Error 'if' construct must use '{}'s. 9050
Error Missing a Javadoc comment. 9054
Error Redundant 'final' modifier. 9054
Error 'private' modifier out of order with the JLS suggestions. 9054
Error Name 'jj_3R_140' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9054
Error 'if' construct must use '{}'s. 9055
Error 'if' construct must use '{}'s. 9056
Error Missing a Javadoc comment. 9060
Error Redundant 'final' modifier. 9060
Error 'private' modifier out of order with the JLS suggestions. 9060
Error Name 'jj_3R_81' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9060
Error 'if' construct must use '{}'s. 9061
Error 'if' construct must use '{}'s. 9062
Error 'if' construct must use '{}'s. 9067
Error 'if' construct must use '{}'s. 9069
Error 'if' construct must use '{}'s. 9070
Error Missing a Javadoc comment. 9074
Error Redundant 'final' modifier. 9074
Error 'private' modifier out of order with the JLS suggestions. 9074
Error Name 'jj_3R_361' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9074
Error 'if' construct must use '{}'s. 9075
Error 'if' construct must use '{}'s. 9076
Error 'if' construct must use '{}'s. 9081
Error Missing a Javadoc comment. 9086
Error Redundant 'final' modifier. 9086
Error 'private' modifier out of order with the JLS suggestions. 9086
Error Name 'jj_3R_71' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9086
Error 'if' construct must use '{}'s. 9087
Error 'if' construct must use '{}'s. 9088
Error 'if' construct must use '{}'s. 9089
Error 'if' construct must use '{}'s. 9090
Error 'if' construct must use '{}'s. 9091
Error 'if' construct must use '{}'s. 9092
Error Missing a Javadoc comment. 9096
Error Redundant 'final' modifier. 9096
Error 'private' modifier out of order with the JLS suggestions. 9096
Error Name 'jj_3R_212' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9096
Error 'if' construct must use '{}'s. 9097
Error 'if' construct must use '{}'s. 9098
Error Missing a Javadoc comment. 9102
Error Redundant 'final' modifier. 9102
Error 'private' modifier out of order with the JLS suggestions. 9102
Error Name 'jj_3R_403' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9102
Error 'if' construct must use '{}'s. 9103
Error 'if' construct must use '{}'s. 9104
Error 'if' construct must use '{}'s. 9107
Error 'if' construct must use '{}'s. 9108
Error Missing a Javadoc comment. 9112
Error Redundant 'final' modifier. 9112
Error 'private' modifier out of order with the JLS suggestions. 9112
Error Name 'jj_3R_113' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9112
Error 'if' construct must use '{}'s. 9113
Error 'if' construct must use '{}'s. 9114
Error Missing a Javadoc comment. 9118
Error Redundant 'final' modifier. 9118
Error 'private' modifier out of order with the JLS suggestions. 9118
Error Name 'jj_3R_211' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9118
Error 'if' construct must use '{}'s. 9119
Error 'if' construct must use '{}'s. 9120
Error Missing a Javadoc comment. 9124
Error Redundant 'final' modifier. 9124
Error 'private' modifier out of order with the JLS suggestions. 9124
Error Name 'jj_3_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9124
Error 'if' construct must use '{}'s. 9125
Error 'if' construct must use '{}'s. 9126
Error 'if' construct must use '{}'s. 9127
Error 'if' construct must use '{}'s. 9128
Error Missing a Javadoc comment. 9132
Error Redundant 'final' modifier. 9132
Error 'private' modifier out of order with the JLS suggestions. 9132
Error Name 'jj_3R_106' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9132
Error 'if' construct must use '{}'s. 9133
Error 'if' construct must use '{}'s. 9134
Error Missing a Javadoc comment. 9138
Error Redundant 'final' modifier. 9138
Error 'private' modifier out of order with the JLS suggestions. 9138
Error Name 'jj_3R_210' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9138
Error 'if' construct must use '{}'s. 9139
Error 'if' construct must use '{}'s. 9140
Error Missing a Javadoc comment. 9144
Error Redundant 'final' modifier. 9144
Error 'private' modifier out of order with the JLS suggestions. 9144
Error Name 'jj_3R_209' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9144
Error 'if' construct must use '{}'s. 9145
Error 'if' construct must use '{}'s. 9146
Error Missing a Javadoc comment. 9150
Error Redundant 'final' modifier. 9150
Error 'private' modifier out of order with the JLS suggestions. 9150
Error Name 'jj_3R_308' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9150
Error 'if' construct must use '{}'s. 9151
Error 'if' construct must use '{}'s. 9152
Error 'if' construct must use '{}'s. 9155
Error 'if' construct must use '{}'s. 9156
Error Missing a Javadoc comment. 9160
Error Redundant 'final' modifier. 9160
Error 'private' modifier out of order with the JLS suggestions. 9160
Error Name 'jj_3R_208' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9160
Error 'if' construct must use '{}'s. 9161
Error 'if' construct must use '{}'s. 9162
Error Missing a Javadoc comment. 9166
Error Redundant 'final' modifier. 9166
Error 'private' modifier out of order with the JLS suggestions. 9166
Error Name 'jj_3R_207' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9166
Error 'if' construct must use '{}'s. 9167
Error 'if' construct must use '{}'s. 9168
Error Missing a Javadoc comment. 9172
Error Redundant 'final' modifier. 9172
Error 'private' modifier out of order with the JLS suggestions. 9172
Error Name 'jj_3R_206' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9172
Error 'if' construct must use '{}'s. 9173
Error 'if' construct must use '{}'s. 9174
Error Missing a Javadoc comment. 9178
Error Redundant 'final' modifier. 9178
Error 'private' modifier out of order with the JLS suggestions. 9178
Error Name 'jj_3R_112' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9178
Error 'if' construct must use '{}'s. 9179
Error 'if' construct must use '{}'s. 9180
Error Missing a Javadoc comment. 9184
Error Redundant 'final' modifier. 9184
Error 'private' modifier out of order with the JLS suggestions. 9184
Error Name 'jj_3R_205' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9184
Error 'if' construct must use '{}'s. 9185
Error 'if' construct must use '{}'s. 9186
Error Missing a Javadoc comment. 9190
Error Redundant 'final' modifier. 9190
Error 'private' modifier out of order with the JLS suggestions. 9190
Error Name 'jj_3R_105' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9190
Error 'if' construct must use '{}'s. 9191
Error 'if' construct must use '{}'s. 9192
Error Missing a Javadoc comment. 9196
Error Redundant 'final' modifier. 9196
Error 'private' modifier out of order with the JLS suggestions. 9196
Error Name 'jj_3R_204' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9196
Error 'if' construct must use '{}'s. 9197
Error 'if' construct must use '{}'s. 9198
Error Missing a Javadoc comment. 9202
Error Redundant 'final' modifier. 9202
Error 'private' modifier out of order with the JLS suggestions. 9202
Error Name 'jj_3R_203' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9202
Error 'if' construct must use '{}'s. 9203
Error 'if' construct must use '{}'s. 9204
Error Missing a Javadoc comment. 9208
Error Redundant 'final' modifier. 9208
Error 'private' modifier out of order with the JLS suggestions. 9208
Error Name 'jj_3R_202' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9208
Error 'if' construct must use '{}'s. 9209
Error 'if' construct must use '{}'s. 9210
Error Missing a Javadoc comment. 9214
Error Redundant 'final' modifier. 9214
Error 'private' modifier out of order with the JLS suggestions. 9214
Error Name 'jj_3R_201' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9214
Error 'if' construct must use '{}'s. 9215
Error 'if' construct must use '{}'s. 9216
Error Missing a Javadoc comment. 9220
Error Redundant 'final' modifier. 9220
Error 'private' modifier out of order with the JLS suggestions. 9220
Error Name 'jj_3R_200' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9220
Error 'if' construct must use '{}'s. 9221
Error 'if' construct must use '{}'s. 9222
Error 'if' construct must use '{}'s. 9223
Error 'if' construct must use '{}'s. 9224
Error Missing a Javadoc comment. 9228
Error Redundant 'final' modifier. 9228
Error 'private' modifier out of order with the JLS suggestions. 9228
Error Name 'jj_3R_309' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9228
Error 'if' construct must use '{}'s. 9229
Error 'if' construct must use '{}'s. 9230
Error 'if' construct must use '{}'s. 9231
Error 'if' construct must use '{}'s. 9232
Error Missing a Javadoc comment. 9236
Error Redundant 'final' modifier. 9236
Error 'private' modifier out of order with the JLS suggestions. 9236
Error Name 'jj_3R_199' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9236
Error 'if' construct must use '{}'s. 9237
Error 'if' construct must use '{}'s. 9238
Error Missing a Javadoc comment. 9242
Error Redundant 'final' modifier. 9242
Error 'private' modifier out of order with the JLS suggestions. 9242
Error Name 'jj_3R_111' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9242
Error 'if' construct must use '{}'s. 9243
Error 'if' construct must use '{}'s. 9244
Error Missing a Javadoc comment. 9248
Error Redundant 'final' modifier. 9248
Error 'private' modifier out of order with the JLS suggestions. 9248
Error Name 'jj_3R_198' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9248
Error 'if' construct must use '{}'s. 9249
Error 'if' construct must use '{}'s. 9250
Error Missing a Javadoc comment. 9254
Error Redundant 'final' modifier. 9254
Error 'private' modifier out of order with the JLS suggestions. 9254
Error Name 'jj_3R_104' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9254
Error 'if' construct must use '{}'s. 9255
Error 'if' construct must use '{}'s. 9256
Error Missing a Javadoc comment. 9260
Error Redundant 'final' modifier. 9260
Error 'private' modifier out of order with the JLS suggestions. 9260
Error Name 'jj_3_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9260
Error 'if' construct must use '{}'s. 9261
Error 'if' construct must use '{}'s. 9262
Error Missing a Javadoc comment. 9266
Error Redundant 'final' modifier. 9266
Error 'private' modifier out of order with the JLS suggestions. 9266
Error Name 'jj_3R_189' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9266
Error 'if' construct must use '{}'s. 9299
Error 'if' construct must use '{}'s. 9300
Error 'if' construct must use '{}'s. 9301
Error 'if' construct must use '{}'s. 9302
Error 'if' construct must use '{}'s. 9303
Error 'if' construct must use '{}'s. 9304
Error 'if' construct must use '{}'s. 9305
Error 'if' construct must use '{}'s. 9306
Error 'if' construct must use '{}'s. 9307
Error 'if' construct must use '{}'s. 9308
Error 'if' construct must use '{}'s. 9309
Error 'if' construct must use '{}'s. 9310
Error 'if' construct must use '{}'s. 9311
Error 'if' construct must use '{}'s. 9312
Error 'if' construct must use '{}'s. 9313
Error 'if' construct must use '{}'s. 9314
Error 'if' construct must use '{}'s. 9315
Error Missing a Javadoc comment. 9319
Error Redundant 'final' modifier. 9319
Error 'private' modifier out of order with the JLS suggestions. 9319
Error Name 'jj_3R_357' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9319
Error 'if' construct must use '{}'s. 9320
Error 'if' construct must use '{}'s. 9321
Error Missing a Javadoc comment. 9325
Error Redundant 'final' modifier. 9325
Error 'private' modifier out of order with the JLS suggestions. 9325
Error Name 'jj_3R_356' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9325
Error 'if' construct must use '{}'s. 9326
Error 'if' construct must use '{}'s. 9327
Error Missing a Javadoc comment. 9331
Error Redundant 'final' modifier. 9331
Error 'private' modifier out of order with the JLS suggestions. 9331
Error Name 'jj_3R_110' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9331
Error 'if' construct must use '{}'s. 9332
Error 'if' construct must use '{}'s. 9333
Error Missing a Javadoc comment. 9337
Error Redundant 'final' modifier. 9337
Error 'private' modifier out of order with the JLS suggestions. 9337
Error Name 'jj_3R_259' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9337
Error 'if' construct must use '{}'s. 9338
Error 'if' construct must use '{}'s. 9339
Error 'if' construct must use '{}'s. 9340
Error 'if' construct must use '{}'s. 9341
Error Missing a Javadoc comment. 9345
Error Redundant 'final' modifier. 9345
Error 'private' modifier out of order with the JLS suggestions. 9345
Error Name 'jj_3R_355' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9345
Error 'if' construct must use '{}'s. 9346
Error 'if' construct must use '{}'s. 9347
Error Missing a Javadoc comment. 9351
Error Redundant 'final' modifier. 9351
Error 'private' modifier out of order with the JLS suggestions. 9351
Error Name 'jj_3R_103' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9351
Error 'if' construct must use '{}'s. 9352
Error 'if' construct must use '{}'s. 9353
Error Missing a Javadoc comment. 9357
Error Redundant 'final' modifier. 9357
Error 'private' modifier out of order with the JLS suggestions. 9357
Error Name 'jj_3_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9357
Error 'if' construct must use '{}'s. 9358
Error 'if' construct must use '{}'s. 9359
Error 'if' construct must use '{}'s. 9360
Error 'if' construct must use '{}'s. 9361
Error 'if' construct must use '{}'s. 9362
Error 'if' construct must use '{}'s. 9363
Error Missing a Javadoc comment. 9367
Error Redundant 'final' modifier. 9367
Error 'private' modifier out of order with the JLS suggestions. 9367
Error Name 'jj_3R_255' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9367
Error 'if' construct must use '{}'s. 9369
Error 'if' construct must use '{}'s. 9370
Error 'if' construct must use '{}'s. 9374
Error 'if' construct must use '{}'s. 9376
Error 'if' construct must use '{}'s. 9377
Error Missing a Javadoc comment. 9381
Error Redundant 'final' modifier. 9381
Error 'private' modifier out of order with the JLS suggestions. 9381
Error Name 'jj_3R_354' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9381
Error 'if' construct must use '{}'s. 9382
Error 'if' construct must use '{}'s. 9383
Error Missing a Javadoc comment. 9387
Error Redundant 'final' modifier. 9387
Error 'private' modifier out of order with the JLS suggestions. 9387
Error Name 'jj_3_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9387
Error 'if' construct must use '{}'s. 9389
Error 'if' construct must use '{}'s. 9390
Error 'if' construct must use '{}'s. 9394
Error 'if' construct must use '{}'s. 9399
Error Missing a Javadoc comment. 9404
Error Redundant 'final' modifier. 9404
Error 'private' modifier out of order with the JLS suggestions. 9404
Error Name 'jj_3R_248' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9404
Error 'if' construct must use '{}'s. 9409
Error 'if' construct must use '{}'s. 9410
Error 'if' construct must use '{}'s. 9411
Error Missing a Javadoc comment. 9415
Error Redundant 'final' modifier. 9415
Error 'private' modifier out of order with the JLS suggestions. 9415
Error Name 'jj_3R_109' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9415
Error 'if' construct must use '{}'s. 9416
Error 'if' construct must use '{}'s. 9417
Error Missing a Javadoc comment. 9421
Error Redundant 'final' modifier. 9421
Error 'private' modifier out of order with the JLS suggestions. 9421
Error Name 'jj_3R_353' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9421
Error 'if' construct must use '{}'s. 9422
Error 'if' construct must use '{}'s. 9423
Error Missing a Javadoc comment. 9427
Error Redundant 'final' modifier. 9427
Error 'private' modifier out of order with the JLS suggestions. 9427
Error Name 'jj_3R_102' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9427
Error 'if' construct must use '{}'s. 9428
Error 'if' construct must use '{}'s. 9429
Error Missing a Javadoc comment. 9433
Error Redundant 'final' modifier. 9433
Error 'private' modifier out of order with the JLS suggestions. 9433
Error Name 'jj_3R_352' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9433
Error 'if' construct must use '{}'s. 9434
Error 'if' construct must use '{}'s. 9435
Error Missing a Javadoc comment. 9439
Error Redundant 'final' modifier. 9439
Error 'private' modifier out of order with the JLS suggestions. 9439
Error Name 'jj_3R_351' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9439
Error 'if' construct must use '{}'s. 9440
Error 'if' construct must use '{}'s. 9441
Error Missing a Javadoc comment. 9445
Error Redundant 'final' modifier. 9445
Error 'private' modifier out of order with the JLS suggestions. 9445
Error Name 'jj_3R_306' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9445
Error 'if' construct must use '{}'s. 9460
Error 'if' construct must use '{}'s. 9461
Error 'if' construct must use '{}'s. 9462
Error 'if' construct must use '{}'s. 9463
Error 'if' construct must use '{}'s. 9464
Error 'if' construct must use '{}'s. 9465
Error 'if' construct must use '{}'s. 9466
Error 'if' construct must use '{}'s. 9467
Error Missing a Javadoc comment. 9471
Error Redundant 'final' modifier. 9471
Error 'private' modifier out of order with the JLS suggestions. 9471
Error Name 'jj_3R_284' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9471
Error 'if' construct must use '{}'s. 9476
Error 'if' construct must use '{}'s. 9478
Error 'if' construct must use '{}'s. 9479
Error 'if' construct must use '{}'s. 9480
Error 'if' construct must use '{}'s. 9481
Error 'if' construct must use '{}'s. 9485
Error 'if' construct must use '{}'s. 9487
Error 'if' construct must use '{}'s. 9488
Error Missing a Javadoc comment. 9492
Error Redundant 'final' modifier. 9492
Error 'private' modifier out of order with the JLS suggestions. 9492
Error Name 'jj_3R_108' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9492
Error 'if' construct must use '{}'s. 9493
Error 'if' construct must use '{}'s. 9494
Error Missing a Javadoc comment. 9498
Error Redundant 'final' modifier. 9498
Error 'private' modifier out of order with the JLS suggestions. 9498
Error Name 'jj_3R_101' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9498
Error 'if' construct must use '{}'s. 9499
Error 'if' construct must use '{}'s. 9500
Error Missing a Javadoc comment. 9504
Error Redundant 'final' modifier. 9504
Error 'private' modifier out of order with the JLS suggestions. 9504
Error Name 'jj_3R_256' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9504
Error 'if' construct must use '{}'s. 9505
Error 'if' construct must use '{}'s. 9506
Error Missing a Javadoc comment. 9510
Error Redundant 'final' modifier. 9510
Error 'private' modifier out of order with the JLS suggestions. 9510
Error Name 'jj_3R_250' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9510
Error 'if' construct must use '{}'s. 9511
Error 'if' construct must use '{}'s. 9512
Error 'if' construct must use '{}'s. 9515
Error 'if' construct must use '{}'s. 9516
Error Missing a Javadoc comment. 9520
Error Redundant 'final' modifier. 9520
Error 'private' modifier out of order with the JLS suggestions. 9520
Error Name 'jj_3R_249' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9520
Error 'if' construct must use '{}'s. 9521
Error 'if' construct must use '{}'s. 9522
Error Missing a Javadoc comment. 9526
Error Redundant 'final' modifier. 9526
Error 'private' modifier out of order with the JLS suggestions. 9526
Error Name 'jj_3_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9526
Error 'if' construct must use '{}'s. 9527
Error 'if' construct must use '{}'s. 9528
Error Missing a Javadoc comment. 9532
Error Redundant 'final' modifier. 9532
Error 'private' modifier out of order with the JLS suggestions. 9532
Error Name 'jj_3R_107' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9532
Error 'if' construct must use '{}'s. 9533
Error 'if' construct must use '{}'s. 9534
Error Missing a Javadoc comment. 9538
Error Redundant 'final' modifier. 9538
Error 'private' modifier out of order with the JLS suggestions. 9538
Error Name 'jj_3R_60' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9538
Error 'if' construct must use '{}'s. 9553
Error 'if' construct must use '{}'s. 9554
Error 'if' construct must use '{}'s. 9555
Error 'if' construct must use '{}'s. 9556
Error 'if' construct must use '{}'s. 9557
Error 'if' construct must use '{}'s. 9558
Error 'if' construct must use '{}'s. 9559
Error 'if' construct must use '{}'s. 9560
Error Missing a Javadoc comment. 9564
Error Redundant 'final' modifier. 9564
Error 'private' modifier out of order with the JLS suggestions. 9564
Error Name 'jj_3_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9564
Error 'if' construct must use '{}'s. 9569
Error 'if' construct must use '{}'s. 9571
Error 'if' construct must use '{}'s. 9572
Error Missing a Javadoc comment. 9576
Error Redundant 'final' modifier. 9576
Error 'private' modifier out of order with the JLS suggestions. 9576
Error Name 'jj_3R_171' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9576
Error 'if' construct must use '{}'s. 9577
Error 'if' construct must use '{}'s. 9578
Error 'if' construct must use '{}'s. 9579
Error 'if' construct must use '{}'s. 9580
Error Missing a Javadoc comment. 9584
Error Redundant 'final' modifier. 9584
Error 'private' modifier out of order with the JLS suggestions. 9584
Error Name 'jj_3R_100' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9584
Error 'if' construct must use '{}'s. 9585
Error 'if' construct must use '{}'s. 9586
Error Missing a Javadoc comment. 9590
Error Redundant 'final' modifier. 9590
Error 'private' modifier out of order with the JLS suggestions. 9590
Error Name 'jj_3R_59' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9590
Error 'if' construct must use '{}'s. 9605
Error 'if' construct must use '{}'s. 9606
Error 'if' construct must use '{}'s. 9607
Error 'if' construct must use '{}'s. 9608
Error 'if' construct must use '{}'s. 9609
Error 'if' construct must use '{}'s. 9610
Error 'if' construct must use '{}'s. 9611
Error 'if' construct must use '{}'s. 9612
Error Missing a Javadoc comment. 9616
Error Redundant 'final' modifier. 9616
Error 'private' modifier out of order with the JLS suggestions. 9616
Error Name 'jj_3R_135' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9616
Error 'if' construct must use '{}'s. 9617
Error 'if' construct must use '{}'s. 9618
Error 'if' construct must use '{}'s. 9619
Error 'if' construct must use '{}'s. 9620
Error 'if' construct must use '{}'s. 9625
Error 'if' construct must use '{}'s. 9626
Error 'if' construct must use '{}'s. 9627
Error Missing a Javadoc comment. 9631
Error Redundant 'final' modifier. 9631
Error 'private' modifier out of order with the JLS suggestions. 9631
Error Name 'jj_3_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9631
Error 'if' construct must use '{}'s. 9636
Error 'if' construct must use '{}'s. 9638
Error 'if' construct must use '{}'s. 9639
Error Missing a Javadoc comment. 9643
Error Redundant 'final' modifier. 9643
Error 'private' modifier out of order with the JLS suggestions. 9643
Error Name 'jj_3_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9643
Error 'if' construct must use '{}'s. 9644
Error 'if' construct must use '{}'s. 9645
Error 'if' construct must use '{}'s. 9646
Error 'if' construct must use '{}'s. 9647
Error 'if' construct must use '{}'s. 9648
Error 'if' construct must use '{}'s. 9649
Error Missing a Javadoc comment. 9653
Error Redundant 'final' modifier. 9653
Error 'private' modifier out of order with the JLS suggestions. 9653
Error Name 'jj_3R_69' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9653
Error 'if' construct must use '{}'s. 9658
Error 'if' construct must use '{}'s. 9659
Error 'if' construct must use '{}'s. 9660
Error Missing a Javadoc comment. 9664
Error Redundant 'final' modifier. 9664
Error 'private' modifier out of order with the JLS suggestions. 9664
Error Name 'jj_3R_390' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9664
Error 'if' construct must use '{}'s. 9665
Error 'if' construct must use '{}'s. 9666
Error Missing a Javadoc comment. 9670
Error Redundant 'final' modifier. 9670
Error 'private' modifier out of order with the JLS suggestions. 9670
Error Name 'jj_3R_389' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9670
Error 'if' construct must use '{}'s. 9671
Error 'if' construct must use '{}'s. 9672
Error Missing a Javadoc comment. 9676
Error Redundant 'final' modifier. 9676
Error 'private' modifier out of order with the JLS suggestions. 9676
Error Name 'jj_3R_388' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9676
Error 'if' construct must use '{}'s. 9677
Error 'if' construct must use '{}'s. 9678
Error Missing a Javadoc comment. 9682
Error Redundant 'final' modifier. 9682
Error 'private' modifier out of order with the JLS suggestions. 9682
Error Name 'jj_3R_387' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9682
Error 'if' construct must use '{}'s. 9683
Error 'if' construct must use '{}'s. 9684
Error Missing a Javadoc comment. 9688
Error Redundant 'final' modifier. 9688
Error 'private' modifier out of order with the JLS suggestions. 9688
Error Name 'jj_3R_370' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9688
Error 'if' construct must use '{}'s. 9697
Error 'if' construct must use '{}'s. 9698
Error 'if' construct must use '{}'s. 9699
Error 'if' construct must use '{}'s. 9700
Error 'if' construct must use '{}'s. 9701
Error Missing a Javadoc comment. 9705
Error Redundant 'final' modifier. 9705
Error 'private' modifier out of order with the JLS suggestions. 9705
Error Name 'jj_3R_158' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9705
Error 'if' construct must use '{}'s. 9706
Error 'if' construct must use '{}'s. 9707
Error 'if' construct must use '{}'s. 9712
Error Missing a Javadoc comment. 9717
Error Redundant 'final' modifier. 9717
Error 'private' modifier out of order with the JLS suggestions. 9717
Error Name 'jj_3R_119' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9717
Error 'if' construct must use '{}'s. 9718
Error 'if' construct must use '{}'s. 9719
Error Missing a Javadoc comment. 9723
Error Redundant 'final' modifier. 9723
Error 'private' modifier out of order with the JLS suggestions. 9723
Error Name 'jj_3R_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9723
Error 'if' construct must use '{}'s. 9724
Error 'if' construct must use '{}'s. 9725
Error 'if' construct must use '{}'s. 9728
Error 'if' construct must use '{}'s. 9729
Error 'if' construct must use '{}'s. 9730
Error 'if' construct must use '{}'s. 9731
Error Missing a Javadoc comment. 9735
Error Redundant 'final' modifier. 9735
Error 'private' modifier out of order with the JLS suggestions. 9735
Error Name 'jj_3R_334' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9735
Error 'if' construct must use '{}'s. 9736
Error 'if' construct must use '{}'s. 9737
Error Missing a Javadoc comment. 9741
Error Redundant 'final' modifier. 9741
Error 'private' modifier out of order with the JLS suggestions. 9741
Error Name 'jj_3R_193' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9741
Error 'if' construct must use '{}'s. 9742
Error 'if' construct must use '{}'s. 9743
Error Missing a Javadoc comment. 9747
Error Redundant 'final' modifier. 9747
Error 'private' modifier out of order with the JLS suggestions. 9747
Error Name 'jj_3R_333' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9747
Error 'if' construct must use '{}'s. 9748
Error 'if' construct must use '{}'s. 9749
Error 'if' construct must use '{}'s. 9750
Error 'if' construct must use '{}'s. 9751
Error Missing a Javadoc comment. 9755
Error Redundant 'final' modifier. 9755
Error 'private' modifier out of order with the JLS suggestions. 9755
Error Name 'jj_3R_149' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9755
Error 'if' construct must use '{}'s. 9756
Error 'if' construct must use '{}'s. 9757
Error Missing a Javadoc comment. 9761
Error Redundant 'final' modifier. 9761
Error 'private' modifier out of order with the JLS suggestions. 9761
Error Name 'jj_3R_214' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9761
Error 'if' construct must use '{}'s. 9762
Error 'if' construct must use '{}'s. 9763
Error Missing a Javadoc comment. 9767
Error Redundant 'final' modifier. 9767
Error 'private' modifier out of order with the JLS suggestions. 9767
Error Name 'jj_3R_192' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9767
Error 'if' construct must use '{}'s. 9772
Error 'if' construct must use '{}'s. 9773
Error 'if' construct must use '{}'s. 9774
Error Missing a Javadoc comment. 9778
Error Redundant 'final' modifier. 9778
Error 'private' modifier out of order with the JLS suggestions. 9778
Error Name 'jj_3R_213' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9778
Error 'if' construct must use '{}'s. 9779
Error 'if' construct must use '{}'s. 9780
Error Missing a Javadoc comment. 9784
Error Redundant 'final' modifier. 9784
Error 'private' modifier out of order with the JLS suggestions. 9784
Error Name 'jj_3R_166' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9784
Error 'if' construct must use '{}'s. 9785
Error 'if' construct must use '{}'s. 9786
Error Missing a Javadoc comment. 9790
Error Redundant 'final' modifier. 9790
Error 'private' modifier out of order with the JLS suggestions. 9790
Error Name 'jj_3R_185' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9790
Error 'if' construct must use '{}'s. 9791
Error 'if' construct must use '{}'s. 9792
Error Missing a Javadoc comment. 9796
Error Redundant 'final' modifier. 9796
Error 'private' modifier out of order with the JLS suggestions. 9796
Error Name 'jj_3R_184' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9796
Error 'if' construct must use '{}'s. 9797
Error 'if' construct must use '{}'s. 9798
Error Missing a Javadoc comment. 9802
Error Redundant 'final' modifier. 9802
Error 'private' modifier out of order with the JLS suggestions. 9802
Error Name 'jj_3R_183' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9802
Error 'if' construct must use '{}'s. 9803
Error 'if' construct must use '{}'s. 9804
Error Missing a Javadoc comment. 9808
Error Redundant 'final' modifier. 9808
Error 'private' modifier out of order with the JLS suggestions. 9808
Error Name 'jj_3R_148' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9808
Error 'if' construct must use '{}'s. 9809
Error 'if' construct must use '{}'s. 9810
Error Missing a Javadoc comment. 9814
Error Redundant 'final' modifier. 9814
Error 'private' modifier out of order with the JLS suggestions. 9814
Error Name 'jj_3R_182' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9814
Error 'if' construct must use '{}'s. 9815
Error 'if' construct must use '{}'s. 9816
Error Missing a Javadoc comment. 9820
Error Redundant 'final' modifier. 9820
Error 'private' modifier out of order with the JLS suggestions. 9820
Error Name 'jj_3R_165' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9820
Error 'if' construct must use '{}'s. 9821
Error 'if' construct must use '{}'s. 9822
Error Missing a Javadoc comment. 9826
Error Redundant 'final' modifier. 9826
Error 'private' modifier out of order with the JLS suggestions. 9826
Error Name 'jj_3R_181' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9826
Error 'if' construct must use '{}'s. 9827
Error 'if' construct must use '{}'s. 9828
Error Missing a Javadoc comment. 9832
Error Redundant 'final' modifier. 9832
Error 'private' modifier out of order with the JLS suggestions. 9832
Error Name 'jj_3R_191' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9832
Error 'if' construct must use '{}'s. 9833
Error 'if' construct must use '{}'s. 9834
Error 'if' construct must use '{}'s. 9835
Error 'if' construct must use '{}'s. 9836
Error 'if' construct must use '{}'s. 9839
Error 'if' construct must use '{}'s. 9840
Error 'if' construct must use '{}'s. 9841
Error 'if' construct must use '{}'s. 9842
Error 'if' construct must use '{}'s. 9846
Error 'if' construct must use '{}'s. 9848
Error 'if' construct must use '{}'s. 9849
Error Missing a Javadoc comment. 9853
Error Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9853
Error Variable 'token_source' must be private and have accessor methods. 9853
Error Missing a Javadoc comment. 9854
Error Name 'jj_input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9854
Error Variable 'jj_input_stream' must be private and have accessor methods. 9854
Error Missing a Javadoc comment. 9855
Error Variable 'token' must be private and have accessor methods. 9855
Error Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9855
Error Variable 'jj_nt' must be private and have accessor methods. 9855
Error Missing a Javadoc comment. 9856
Error Name 'jj_scanpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9856
Error Name 'jj_lastpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9856
Error Missing a Javadoc comment. 9857
Error Name 'jj_la' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9857
Error Missing a Javadoc comment. 9858
Error Variable 'lookingAhead' must be private and have accessor methods. 9858
Error Missing a Javadoc comment. 9859
Error Name 'jj_semLA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9859
Error Missing a Javadoc comment. 9860
Error Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9860
Error Missing a Javadoc comment. 9861
Error 'private' modifier out of order with the JLS suggestions. 9861
Error Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9861
Error '129' is a magic number. 9861
Error Line is longer than 80 characters. 9862
Error Missing a Javadoc comment. 9862
Error 'private' modifier out of order with the JLS suggestions. 9862
Error Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error ',' is not followed by whitespace. 9862
Error Line is longer than 80 characters. 9863
Error Missing a Javadoc comment. 9863
Error 'private' modifier out of order with the JLS suggestions. 9863
Error Name 'jj_la1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error ',' is not followed by whitespace. 9863
Error Line is longer than 80 characters. 9864
Error Missing a Javadoc comment. 9864
Error 'private' modifier out of order with the JLS suggestions. 9864
Error Name 'jj_la1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error ',' is not followed by whitespace. 9864
Error Line is longer than 80 characters. 9865
Error Missing a Javadoc comment. 9865
Error 'private' modifier out of order with the JLS suggestions. 9865
Error Name 'jj_la1_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error ',' is not followed by whitespace. 9865
Error Missing a Javadoc comment. 9866
Error 'private' modifier out of order with the JLS suggestions. 9866
Error Name 'jj_2_rtns' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9866
Error '31' is a magic number. 9866
Error Missing a Javadoc comment. 9867
Error Name 'jj_rescan' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9867
Error Missing a Javadoc comment. 9868
Error Name 'jj_gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9868
Error Missing a Javadoc comment. 9870
Error Parameter stream should be final. 9870
Error Inner assignments should be avoided. 9874
Error 'for' construct must use '{}'s. 9876
Error '129' is a magic number. 9876
Error 'for' construct must use '{}'s. 9877
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 9880
Error Missing a Javadoc comment. 9880
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9880
Error Parameter stream should be final. 9880
Error Inner assignments should be avoided. 9884
Error 'for' construct must use '{}'s. 9887
Error '129' is a magic number. 9887
Error 'for' construct must use '{}'s. 9888
Error Missing a Javadoc comment. 9891
Error Parameter stream should be final. 9891
Error Inner assignments should be avoided. 9895
Error 'for' construct must use '{}'s. 9897
Error '129' is a magic number. 9897
Error 'for' construct must use '{}'s. 9898
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 9901
Error Missing a Javadoc comment. 9901
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9901
Error Parameter stream should be final. 9901
Error Inner assignments should be avoided. 9905
Error 'for' construct must use '{}'s. 9908
Error '129' is a magic number. 9908
Error 'for' construct must use '{}'s. 9909
Error Missing a Javadoc comment. 9912
Error Parameter tm should be final. 9912
Error Inner assignments should be avoided. 9915
Error 'for' construct must use '{}'s. 9917
Error '129' is a magic number. 9917
Error 'for' construct must use '{}'s. 9918
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 9921
Error Missing a Javadoc comment. 9921
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9921
Error Parameter tm should be final. 9921
Error Inner assignments should be avoided. 9924
Error 'for' construct must use '{}'s. 9927
Error '129' is a magic number. 9927
Error 'for' construct must use '{}'s. 9928
Error Missing a Javadoc comment. 9931
Error Redundant 'final' modifier. 9931
Error 'private' modifier out of order with the JLS suggestions. 9931
Error Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9931
Error Parameter kind should be final. 9931
Error 'if' construct must use '{}'s. 9933
Error 'else' construct must use '{}'s. 9934
Error Inner assignments should be avoided. 9934
Error '100' is a magic number. 9937
Error 'if' construct must use '{}'s. 9942
Error Missing a Javadoc comment. 9955
Error Redundant 'final' modifier. 9955
Error 'private' modifier out of order with the JLS suggestions. 9955
Error Name 'jj_scan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9955
Error Parameter kind should be final. 9955
Error Inner assignments should be avoided. 9959
Error Inner assignments should be avoided. 9959
Error Inner assignments should be avoided. 9961
Error 'if' construct must use '{}'s. 9969
Error Missing a Javadoc comment. 9974
Error 'public' modifier out of order with the JLS suggestions. 9974
Error 'if' construct must use '{}'s. 9975
Error 'else' construct must use '{}'s. 9976
Error Inner assignments should be avoided. 9976
Error Missing a Javadoc comment. 9981
Error 'public' modifier out of order with the JLS suggestions. 9981
Error Parameter index should be final. 9981
Error Avoid inline conditionals. 9982
Error 'if' construct must use '{}'s. 9984
Error 'else' construct must use '{}'s. 9985
Error Inner assignments should be avoided. 9985
Error Missing a Javadoc comment. 9990
Error Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9990
Error Missing a Javadoc comment. 9991
Error Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9991
Error Missing a Javadoc comment. 9992
Error Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9992
Error Missing a Javadoc comment. 9993
Error Name 'jj_lasttokens' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9993
Error '100' is a magic number. 9993
Error Missing a Javadoc comment. 9994
Error Name 'jj_endpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9994
Error Missing a Javadoc comment. 9996
Error Name 'jj_add_error_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 9996
Error Parameter kind should be final. 9996
Error Parameter pos should be final. 9996
Error 'if' construct must use '{}'s. 9997
Error '100' is a magic number. 9997
Error Line is longer than 80 characters. 10006
Error 'cast' is not followed by whitespace. 10007
Error 'if' construct must use '{}'s. 10016
Error 'if' construct must use '{}'s. 10019
Error 'if' construct must use '{}'s. 10020
Error Missing a Javadoc comment. 10024
Error 'public' modifier out of order with the JLS suggestions. 10024
Error '122' is a magic number. 10026
Error '122' is a magic number. 10027
Error '129' is a magic number. 10034
Error '32' is a magic number. 10036
Error '<<' is not preceded with whitespace. 10037
Error '<<' is not followed by whitespace. 10037
Error '<<' is not preceded with whitespace. 10040
Error '<<' is not followed by whitespace. 10040
Error '32' is a magic number. 10041
Error '+' is not preceded with whitespace. 10041
Error '+' is not followed by whitespace. 10041
Error '<<' is not preceded with whitespace. 10043
Error '<<' is not followed by whitespace. 10043
Error '64' is a magic number. 10044
Error '+' is not preceded with whitespace. 10044
Error '+' is not followed by whitespace. 10044
Error '<<' is not preceded with whitespace. 10046
Error '<<' is not followed by whitespace. 10046
Error '96' is a magic number. 10047
Error '+' is not preceded with whitespace. 10047
Error '+' is not followed by whitespace. 10047
Error '122' is a magic number. 10052
Error 'cast' is not followed by whitespace. 10064
Error Missing a Javadoc comment. 10069
Error 'public' modifier out of order with the JLS suggestions. 10069
Error Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10069
Error Missing a Javadoc comment. 10072
Error 'public' modifier out of order with the JLS suggestions. 10072
Error Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10072
Error Missing a Javadoc comment. 10075
Error Redundant 'final' modifier. 10075
Error 'private' modifier out of order with the JLS suggestions. 10075
Error Name 'jj_rescan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10075
Error '31' is a magic number. 10077
Error Inner assignments should be avoided. 10081
Error switch without "default" clause. 10082
Error '3' is a magic number. 10086
Error '4' is a magic number. 10087
Error '5' is a magic number. 10088
Error '6' is a magic number. 10089
Error '7' is a magic number. 10090
Error '8' is a magic number. 10091
Error '9' is a magic number. 10092
Error '10' is a magic number. 10093
Error '11' is a magic number. 10094
Error '12' is a magic number. 10095
Error '13' is a magic number. 10096
Error '14' is a magic number. 10097
Error '15' is a magic number. 10098
Error '16' is a magic number. 10099
Error '17' is a magic number. 10100
Error '18' is a magic number. 10101
Error '19' is a magic number. 10102
Error '20' is a magic number. 10103
Error '21' is a magic number. 10104
Error '22' is a magic number. 10105
Error '23' is a magic number. 10106
Error '24' is a magic number. 10107
Error '25' is a magic number. 10108
Error '26' is a magic number. 10109
Error '27' is a magic number. 10110
Error '28' is a magic number. 10111
Error '29' is a magic number. 10112
Error '30' is a magic number. 10113
Error Missing a Javadoc comment. 10122
Error Redundant 'final' modifier. 10122
Error 'private' modifier out of order with the JLS suggestions. 10122
Error Name 'jj_save' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10122
Error Parameter index should be final. 10122
Error Parameter xla should be final. 10122
Error Inner assignments should be avoided. 10125
Error Missing a Javadoc comment. 10131
Error Missing a Javadoc comment. 10132
Error Variable 'gen' must be private and have accessor methods. 10132
Error Missing a Javadoc comment. 10133
Error Variable 'first' must be private and have accessor methods. 10133
Error Missing a Javadoc comment. 10134
Error Variable 'arg' must be private and have accessor methods. 10134
Error Missing a Javadoc comment. 10135
Error Variable 'next' must be private and have accessor methods. 10135

xjavadoc/NodeParserConstants.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 1
Error Missing a Javadoc comment. 4
Error interfaces should describe a type and hence have methods. 4
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Name '_DEFAULT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 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. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
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. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 82
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 84
Error Missing a Javadoc comment. 85
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 87
Error Missing a Javadoc comment. 88
Error Missing a Javadoc comment. 89
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 92
Error Missing a Javadoc comment. 93
Error Missing a Javadoc comment. 94
Error Missing a Javadoc comment. 95
Error Missing a Javadoc comment. 96
Error Missing a Javadoc comment. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 99
Error Missing a Javadoc comment. 100
Error Missing a Javadoc comment. 101
Error Missing a Javadoc comment. 102
Error Missing a Javadoc comment. 103
Error Missing a Javadoc comment. 104
Error Missing a Javadoc comment. 105
Error Missing a Javadoc comment. 106
Error Missing a Javadoc comment. 107
Error Missing a Javadoc comment. 108
Error Missing a Javadoc comment. 109
Error Missing a Javadoc comment. 110
Error Missing a Javadoc comment. 111
Error Missing a Javadoc comment. 112
Error Missing a Javadoc comment. 113
Error Missing a Javadoc comment. 114
Error Missing a Javadoc comment. 115
Error Missing a Javadoc comment. 116
Error Missing a Javadoc comment. 117
Error Missing a Javadoc comment. 118
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. 125
Error Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 125

xjavadoc/NodeParserTokenManager.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 1
Error Unused import - java.lang.reflect.Modifier. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Unused import - java.io.InputStream. 5
Error Unused import - java.io.ByteArrayInputStream. 6
Error Missing a Javadoc comment. 8
Error '{' should be on the previous line. 9
Error Missing a Javadoc comment. 10
Error Variable 'debugStream' must be private and have accessor methods. 10
Error Method 'setDebugStream' is not designed for extension - needs to be abstract, final or empty. 11
Error Missing a Javadoc comment. 11
Error Parameter ds should be final. 11
Error Missing a Javadoc comment. 12
Error Redundant 'final' modifier. 12
Error Name 'jjStopStringLiteralDfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Parameter pos should be final. 12
Error Parameter active0 should be final. 12
Error Parameter active1 should be final. 12
Error '{' should be on the previous line. 15
Error 'if' construct must use '{}'s. 17
Error '0x140L' is a magic number. 17
Error '0x4008000000000L' is a magic number. 17
Error 'if' construct must use '{}'s. 19
Error '0x100000L' is a magic number. 19
Error '8' is a magic number. 20
Error '0xffffffffffffe000L' is a magic number. 21
Error '{' should be on the previous line. 22
Error '73' is a magic number. 23
Error '32' is a magic number. 24
Error 'if' construct must use '{}'s. 28
Error '0x100L' is a magic number. 28
Error '0xfffffffbfcffe000L' is a magic number. 30
Error '{' should be on the previous line. 31
Error '{' should be on the previous line. 33
Error '73' is a magic number. 34
Error '32' is a magic number. 37
Error 'if' construct must use '{}'s. 39
Error '0x403000000L' is a magic number. 39
Error '32' is a magic number. 40
Error '0xf7fffb3afeffe000L' is a magic number. 43
Error '{' should be on the previous line. 44
Error '{' should be on the previous line. 46
Error '73' is a magic number. 47
Error '32' is a magic number. 50
Error 'if' construct must use '{}'s. 52
Error '0x80004c100000000L' is a magic number. 52
Error '32' is a magic number. 53
Error '3' is a magic number. 55
Error '0xe3bff2b8faf4e000L' is a magic number. 56
Error '{' should be on the previous line. 57
Error '73' is a magic number. 58
Error '3' is a magic number. 59
Error '32' is a magic number. 60
Error 'if' construct must use '{}'s. 62
Error '0x14400902040b0000L' is a magic number. 62
Error '32' is a magic number. 63
Error '4' is a magic number. 65
Error '0xa235f2b80ac06000L' is a magic number. 66
Error '{' should be on the previous line. 67
Error '4' is a magic number. 68
Error '{' should be on the previous line. 69
Error '73' is a magic number. 70
Error '4' is a magic number. 71
Error '32' is a magic number. 73
Error 'if' construct must use '{}'s. 75
Error '0x418a0000f0348000L' is a magic number. 75
Error '32' is a magic number. 76
Error '5' is a magic number. 78
Error '0xa22070a848c06000L' is a magic number. 79
Error '{' should be on the previous line. 80
Error '73' is a magic number. 81
Error '5' is a magic number. 82
Error '32' is a magic number. 83
Error 'if' construct must use '{}'s. 85
Error '0x115821002000000L' is a magic number. 85
Error '32' is a magic number. 86
Error '6' is a magic number. 88
Error '0xa22040a800402000L' is a magic number. 89
Error '{' should be on the previous line. 90
Error '73' is a magic number. 91
Error '6' is a magic number. 92
Error '32' is a magic number. 93
Error 'if' construct must use '{}'s. 95
Error '0x300048804000L' is a magic number. 95
Error '32' is a magic number. 96
Error '7' is a magic number. 98
Error '0x22040a800000000L' is a magic number. 99
Error '{' should be on the previous line. 100
Error '73' is a magic number. 101
Error '7' is a magic number. 102
Error '32' is a magic number. 103
Error 'if' construct must use '{}'s. 105
Error '0xa000000000402000L' is a magic number. 105
Error '32' is a magic number. 106
Error '8' is a magic number. 108
Error '0x20002800000000L' is a magic number. 109
Error '{' should be on the previous line. 110
Error '73' is a magic number. 111
Error '8' is a magic number. 112
Error '32' is a magic number. 113
Error 'if' construct must use '{}'s. 115
Error '0x200408000000000L' is a magic number. 115
Error '32' is a magic number. 116
Error '9' is a magic number. 118
Error '0x20000000000000L' is a magic number. 119
Error '{' should be on the previous line. 120
Error '73' is a magic number. 121
Error '9' is a magic number. 122
Error '32' is a magic number. 123
Error 'if' construct must use '{}'s. 125
Error '0x2800000000L' is a magic number. 125
Error '32' is a magic number. 126
Error '10' is a magic number. 128
Error '0x20000000000000L' is a magic number. 129
Error '{' should be on the previous line. 130
Error '73' is a magic number. 131
Error '10' is a magic number. 132
Error '32' is a magic number. 133
Error Missing a Javadoc comment. 140
Error Redundant 'final' modifier. 140
Error Name 'jjStartNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
Error Parameter pos should be final. 140
Error Parameter active0 should be final. 140
Error Parameter active1 should be final. 140
Error '{' should be on the previous line. 141
Error Missing a Javadoc comment. 144
Error Redundant 'final' modifier. 144
Error Parameter pos should be final. 144
Error Parameter kind should be final. 144
Error '{' should be on the previous line. 145
Error Missing a Javadoc comment. 150
Error Redundant 'final' modifier. 150
Error Name 'jjStartNfaWithStates_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
Error Parameter pos should be final. 150
Error Parameter kind should be final. 150
Error Parameter state should be final. 150
Error '{' should be on the previous line. 151
Error '}' should be on the same line. 154
Error 'catch' is not followed by whitespace. 155
Error Missing a Javadoc comment. 158
Error Redundant 'final' modifier. 158
Error Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 158
Error '{' should be on the previous line. 159
Error '{' should be on the previous line. 161
Error '9' is a magic number. 162
Error '10' is a magic number. 164
Error '3' is a magic number. 165
Error '12' is a magic number. 166
Error '5' is a magic number. 167
Error '13' is a magic number. 168
Error '4' is a magic number. 169
Error '32' is a magic number. 170
Error '33' is a magic number. 172
Error '88' is a magic number. 173
Error '0x80000000L' is a magic number. 174
Error '37' is a magic number. 175
Error '107' is a magic number. 176
Error '0x40000000000000L' is a magic number. 177
Error '38' is a magic number. 178
Error '104' is a magic number. 179
Error '0x8000200000000L' is a magic number. 180
Error '40' is a magic number. 181
Error '76' is a magic number. 182
Error '41' is a magic number. 183
Error '77' is a magic number. 184
Error '42' is a magic number. 185
Error '102' is a magic number. 186
Error '0x2000000000000L' is a magic number. 187
Error '43' is a magic number. 188
Error '100' is a magic number. 189
Error '0x800400000000L' is a magic number. 190
Error '44' is a magic number. 191
Error '83' is a magic number. 192
Error '45' is a magic number. 193
Error '101' is a magic number. 194
Error '0x1000800000000L' is a magic number. 195
Error '46' is a magic number. 196
Error '84' is a magic number. 197
Error '8' is a magic number. 197
Error '47' is a magic number. 198
Error '103' is a magic number. 199
Error '0x140L' is a magic number. 200
Error '0x4000000000000L' is a magic number. 200
Error '58' is a magic number. 201
Error '91' is a magic number. 202
Error '59' is a magic number. 203
Error '82' is a magic number. 204
Error '60' is a magic number. 205
Error '87' is a magic number. 206
Error '0x80100020000000L' is a magic number. 207
Error '61' is a magic number. 208
Error '85' is a magic number. 209
Error '0x10000000L' is a magic number. 210
Error '62' is a magic number. 211
Error '86' is a magic number. 212
Error '0x300600040000000L' is a magic number. 213
Error '63' is a magic number. 214
Error '90' is a magic number. 215
Error '91' is a magic number. 216
Error '80' is a magic number. 217
Error '93' is a magic number. 218
Error '81' is a magic number. 219
Error '94' is a magic number. 220
Error '106' is a magic number. 221
Error '0x20000000000000L' is a magic number. 222
Error '97' is a magic number. 223
Error '0x2000L' is a magic number. 224
Error '98' is a magic number. 225
Error '0x1c000L' is a magic number. 226
Error '99' is a magic number. 227
Error '0x7e0000L' is a magic number. 228
Error '100' is a magic number. 229
Error '0x3800000L' is a magic number. 230
Error '101' is a magic number. 231
Error '0xc000000L' is a magic number. 232
Error '102' is a magic number. 233
Error '0x1f0000000L' is a magic number. 234
Error '103' is a magic number. 235
Error '0x200000000L' is a magic number. 236
Error '105' is a magic number. 237
Error '0xfc00000000L' is a magic number. 238
Error '108' is a magic number. 239
Error '0x10000000000L' is a magic number. 240
Error '110' is a magic number. 241
Error '0xe0000000000L' is a magic number. 242
Error '112' is a magic number. 243
Error '0xf00000000000L' is a magic number. 244
Error '114' is a magic number. 245
Error '0x1000000000000L' is a magic number. 246
Error '115' is a magic number. 247
Error '0x803e000000000000L' is a magic number. 248
Error '116' is a magic number. 249
Error '0xfc0000000000000L' is a magic number. 250
Error '118' is a magic number. 251
Error '0x3000000000000000L' is a magic number. 252
Error '119' is a magic number. 253
Error '0x4000000000000000L' is a magic number. 254
Error '123' is a magic number. 255
Error '78' is a magic number. 256
Error '124' is a magic number. 257
Error '105' is a magic number. 258
Error '0x10000100000000L' is a magic number. 259
Error '125' is a magic number. 260
Error '79' is a magic number. 261
Error '126' is a magic number. 262
Error '89' is a magic number. 263
Error '3' is a magic number. 265
Error Missing a Javadoc comment. 268
Error Redundant 'final' modifier. 268
Error Name 'jjMoveStringLiteralDfa1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 268
Error Parameter active0 should be final. 268
Error Parameter active1 should be final. 268
Error '{' should be on the previous line. 269
Error '}' should be on the same line. 270
Error 'catch' is not followed by whitespace. 271
Error '{' should be on the previous line. 276
Error '38' is a magic number. 277
Error 'if' construct must use '{}'s. 278
Error '0x200000000L' is a magic number. 278
Error '97' is a magic number. 279
Error '42' is a magic number. 281
Error 'if' construct must use '{}'s. 282
Error '0x100L' is a magic number. 282
Error '8' is a magic number. 283
Error '43' is a magic number. 285
Error 'if' construct must use '{}'s. 286
Error '0x400000000L' is a magic number. 286
Error '98' is a magic number. 287
Error '45' is a magic number. 289
Error 'if' construct must use '{}'s. 290
Error '0x800000000L' is a magic number. 290
Error '99' is a magic number. 291
Error '47' is a magic number. 293
Error 'if' construct must use '{}'s. 294
Error '0x40L' is a magic number. 294
Error '6' is a magic number. 295
Error '60' is a magic number. 297
Error '0x100000000000L' is a magic number. 298
Error '{' should be on the previous line. 299
Error '108' is a magic number. 300
Error Line is longer than 80 characters. 303
Error '0x80000000000000L' is a magic number. 303
Error '61' is a magic number. 304
Error 'if' construct must use '{}'s. 305
Error '0x10000000L' is a magic number. 305
Error '92' is a magic number. 306
Error 'if' construct must use '{}'s. 307
Error '0x20000000L' is a magic number. 307
Error '93' is a magic number. 308
Error 'if' construct must use '{}'s. 309
Error '0x40000000L' is a magic number. 309
Error '94' is a magic number. 310
Error 'if' construct must use '{}'s. 311
Error '0x80000000L' is a magic number. 311
Error '95' is a magic number. 312
Error 'if' construct must use '{}'s. 313
Error '0x800000000000L' is a magic number. 313
Error '111' is a magic number. 314
Error 'if' construct must use '{}'s. 315
Error '0x1000000000000L' is a magic number. 315
Error '112' is a magic number. 316
Error 'if' construct must use '{}'s. 317
Error '0x2000000000000L' is a magic number. 317
Error '113' is a magic number. 318
Error 'if' construct must use '{}'s. 319
Error '0x4000000000000L' is a magic number. 319
Error '114' is a magic number. 320
Error 'if' construct must use '{}'s. 321
Error '0x8000000000000L' is a magic number. 321
Error '115' is a magic number. 322
Error 'if' construct must use '{}'s. 323
Error '0x10000000000000L' is a magic number. 323
Error '116' is a magic number. 324
Error 'if' construct must use '{}'s. 325
Error '0x20000000000000L' is a magic number. 325
Error '117' is a magic number. 326
Error 'if' construct must use '{}'s. 327
Error '0x40000000000000L' is a magic number. 327
Error '118' is a magic number. 328
Error '62' is a magic number. 330
Error '0x200000000000L' is a magic number. 331
Error '{' should be on the previous line. 332
Error '109' is a magic number. 333
Error Line is longer than 80 characters. 336
Error '0x300400000000000L' is a magic number. 336
Error '97' is a magic number. 337
Error Line is longer than 80 characters. 338
Error '0x120010060000L' is a magic number. 338
Error '98' is a magic number. 339
Error '0x2000L' is a magic number. 340
Error '101' is a magic number. 341
Error Line is longer than 80 characters. 342
Error '0x1040000800000L' is a magic number. 342
Error '102' is a magic number. 343
Error 'if' construct must use '{}'s. 344
Error '0x400000000L' is a magic number. 344
Error '34' is a magic number. 345
Error '32' is a magic number. 345
Error '104' is a magic number. 347
Error Line is longer than 80 characters. 348
Error '0x41c2000000080000L' is a magic number. 348
Error '105' is a magic number. 349
Error '0x60000000L' is a magic number. 350
Error '108' is a magic number. 351
Error '0x84100000L' is a magic number. 352
Error '109' is a magic number. 353
Error '0x1800000000L' is a magic number. 354
Error '110' is a magic number. 355
Error '0xe000000000L' is a magic number. 356
Error '111' is a magic number. 357
Error '0x1000000L' is a magic number. 358
Error '{' should be on the previous line. 359
Error '24' is a magic number. 360
Error Line is longer than 80 characters. 363
Error '0x3000010302604000L' is a magic number. 363
Error '114' is a magic number. 364
Error Line is longer than 80 characters. 365
Error '0xe00600000008000L' is a magic number. 365
Error '115' is a magic number. 366
Error '116' is a magic number. 368
Error Line is longer than 80 characters. 369
Error '0x8004000000000000L' is a magic number. 369
Error '117' is a magic number. 370
Error Line is longer than 80 characters. 371
Error '0x8880000000000L' is a magic number. 371
Error '119' is a magic number. 372
Error Line is longer than 80 characters. 373
Error '0x10000000000000L' is a magic number. 373
Error '120' is a magic number. 374
Error '0x8000000L' is a magic number. 375
Error '121' is a magic number. 376
Error Line is longer than 80 characters. 377
Error '0x20000000010000L' is a magic number. 377
Error '124' is a magic number. 378
Error 'if' construct must use '{}'s. 379
Error '0x100000000L' is a magic number. 379
Error '96' is a magic number. 380
Error Line is longer than 80 characters. 387
Error Missing a Javadoc comment. 387
Error Redundant 'final' modifier. 387
Error Name 'jjMoveStringLiteralDfa2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 387
Error Parameter old0 should be final. 387
Error Parameter active0 should be final. 387
Error Parameter old1 should be final. 387
Error Parameter active1 should be final. 387
Error 'if' construct must use '{}'s. 389
Error Line has trailing spaces. 390
Error '}' should be on the same line. 391
Error 'catch' is not followed by whitespace. 392
Error '{' should be on the previous line. 397
Error '61' is a magic number. 398
Error 'if' construct must use '{}'s. 399
Error '0x80000000000000L' is a magic number. 399
Error '119' is a magic number. 400
Error 'if' construct must use '{}'s. 401
Error '0x100000000000000L' is a magic number. 401
Error '120' is a magic number. 402
Error '62' is a magic number. 404
Error '0x400000000000L' is a magic number. 405
Error '{' should be on the previous line. 406
Error '110' is a magic number. 407
Error Line is longer than 80 characters. 410
Error '0x200000000000000L' is a magic number. 410
Error '97' is a magic number. 411
Error Line is longer than 80 characters. 412
Error '0x204000000180000L' is a magic number. 412
Error '98' is a magic number. 413
Error Line is longer than 80 characters. 414
Error '0x800000000000L' is a magic number. 414
Error '99' is a magic number. 415
Error Line is longer than 80 characters. 416
Error '0x100000000000L' is a magic number. 416
Error '101' is a magic number. 417
Error '0x8000L' is a magic number. 418
Error '102' is a magic number. 419
Error '0x800000L' is a magic number. 420
Error '105' is a magic number. 421
Error Line is longer than 80 characters. 422
Error '0x5050200000000000L' is a magic number. 422
Error '108' is a magic number. 423
Error Line is longer than 80 characters. 424
Error '0x2000080010000000L' is a magic number. 424
Error '110' is a magic number. 425
Error Line is longer than 80 characters. 426
Error '0x20010060600000L' is a magic number. 426
Error '111' is a magic number. 427
Error Line is longer than 80 characters. 428
Error '0x2400080004000L' is a magic number. 428
Error '112' is a magic number. 429
Error Line is longer than 80 characters. 430
Error '0x8001800000000L' is a magic number. 430
Error '114' is a magic number. 431
Error 'if' construct must use '{}'s. 432
Error '0x100000000L' is a magic number. 432
Error '32' is a magic number. 433
Error '32' is a magic number. 433
Error Line is longer than 80 characters. 434
Error '0x8180000000000000L' is a magic number. 434
Error '115' is a magic number. 435
Error Line is longer than 80 characters. 436
Error '0x2004022000L' is a magic number. 436
Error '116' is a magic number. 437
Error '0x4000000000L' is a magic number. 438
Error '{' should be on the previous line. 439
Error '38' is a magic number. 440
Error Line is longer than 80 characters. 443
Error '0x1028208050000L' is a magic number. 443
Error '117' is a magic number. 444
Error Line is longer than 80 characters. 445
Error '0x400000002000000L' is a magic number. 445
Error '119' is a magic number. 446
Error 'if' construct must use '{}'s. 447
Error '0x40000000000L' is a magic number. 447
Error '42' is a magic number. 448
Error '32' is a magic number. 448
Error '121' is a magic number. 450
Error 'if' construct must use '{}'s. 451
Error '0x800000000000000L' is a magic number. 451
Error '59' is a magic number. 452
Error '32' is a magic number. 452
Error Line is longer than 80 characters. 459
Error Missing a Javadoc comment. 459
Error Redundant 'final' modifier. 459
Error Name 'jjMoveStringLiteralDfa3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 459
Error Parameter old0 should be final. 459
Error Parameter active0 should be final. 459
Error Parameter old1 should be final. 459
Error Parameter active1 should be final. 459
Error 'if' construct must use '{}'s. 461
Error Line has trailing spaces. 462
Error '}' should be on the same line. 463
Error 'catch' is not followed by whitespace. 464
Error '3' is a magic number. 466
Error '{' should be on the previous line. 469
Error '61' is a magic number. 470
Error 'if' construct must use '{}'s. 471
Error '0x200000000000000L' is a magic number. 471
Error '3' is a magic number. 472
Error '121' is a magic number. 472
Error '97' is a magic number. 474
Error Line is longer than 80 characters. 475
Error '0x20000000e0808000L' is a magic number. 475
Error '98' is a magic number. 476
Error '0x2000000L' is a magic number. 477
Error '99' is a magic number. 478
Error Line is longer than 80 characters. 479
Error '0x20000000040000L' is a magic number. 479
Error '100' is a magic number. 480
Error 'if' construct must use '{}'s. 481
Error '0x1000000000000000L' is a magic number. 481
Error '3' is a magic number. 482
Error '60' is a magic number. 482
Error '32' is a magic number. 482
Error '101' is a magic number. 484
Error 'if' construct must use '{}'s. 485
Error '0x10000L' is a magic number. 485
Error '3' is a magic number. 486
Error '16' is a magic number. 486
Error '32' is a magic number. 486
Error 'if' construct must use '{}'s. 487
Error '0x20000L' is a magic number. 487
Error '3' is a magic number. 488
Error '17' is a magic number. 488
Error '32' is a magic number. 488
Error 'if' construct must use '{}'s. 489
Error '0x4000000L' is a magic number. 489
Error '3' is a magic number. 490
Error '26' is a magic number. 490
Error '32' is a magic number. 490
Error 'if' construct must use '{}'s. 491
Error '0x400000000000000L' is a magic number. 491
Error '3' is a magic number. 492
Error '58' is a magic number. 492
Error '32' is a magic number. 492
Error Line is longer than 80 characters. 493
Error '0x8008008000000L' is a magic number. 493
Error '103' is a magic number. 494
Error 'if' construct must use '{}'s. 495
Error '0x10000000000L' is a magic number. 495
Error '3' is a magic number. 496
Error '40' is a magic number. 496
Error '32' is a magic number. 496
Error '105' is a magic number. 498
Error Line is longer than 80 characters. 499
Error '0x8000020000000000L' is a magic number. 499
Error '107' is a magic number. 500
Error Line is longer than 80 characters. 501
Error '0x100000000000L' is a magic number. 501
Error '108' is a magic number. 502
Error 'if' construct must use '{}'s. 503
Error '0x80000000000L' is a magic number. 503
Error '3' is a magic number. 504
Error '43' is a magic number. 504
Error '32' is a magic number. 504
Error Line is longer than 80 characters. 505
Error '0x4000800800004000L' is a magic number. 505
Error '110' is a magic number. 506
Error Line is longer than 80 characters. 507
Error '0x200000000000000L' is a magic number. 507
Error '111' is a magic number. 508
Error 'if' construct must use '{}'s. 509
Error '0x200000000L' is a magic number. 509
Error '3' is a magic number. 510
Error '33' is a magic number. 510
Error '32' is a magic number. 510
Error Line is longer than 80 characters. 511
Error '0x180001000000000L' is a magic number. 511
Error '114' is a magic number. 512
Error 'if' construct must use '{}'s. 513
Error '0x80000L' is a magic number. 513
Error '3' is a magic number. 514
Error '19' is a magic number. 514
Error '32' is a magic number. 514
Error Line is longer than 80 characters. 515
Error '0x2000000000000L' is a magic number. 515
Error '115' is a magic number. 516
Error 'if' construct must use '{}'s. 517
Error '0x40000000000000L' is a magic number. 517
Error '3' is a magic number. 518
Error '54' is a magic number. 518
Error '32' is a magic number. 518
Error '0x10300000L' is a magic number. 519
Error '116' is a magic number. 520
Error Line is longer than 80 characters. 521
Error '0x14402000402000L' is a magic number. 521
Error '117' is a magic number. 522
Error Line is longer than 80 characters. 523
Error '0x1000000000000L' is a magic number. 523
Error '118' is a magic number. 524
Error Line is longer than 80 characters. 525
Error '0x200000000000L' is a magic number. 525
Error Line is longer than 80 characters. 531
Error Missing a Javadoc comment. 531
Error Redundant 'final' modifier. 531
Error Name 'jjMoveStringLiteralDfa4_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 531
Error Parameter old0 should be final. 531
Error Parameter active0 should be final. 531
Error Parameter old1 should be final. 531
Error Parameter active1 should be final. 531
Error 'if' construct must use '{}'s. 533
Error Line has trailing spaces. 534
Error '}' should be on the same line. 535
Error 'catch' is not followed by whitespace. 536
Error '3' is a magic number. 537
Error '4' is a magic number. 538
Error '{' should be on the previous line. 541
Error '97' is a magic number. 542
Error Line is longer than 80 characters. 543
Error '0x302000000000L' is a magic number. 543
Error '99' is a magic number. 544
Error Line is longer than 80 characters. 545
Error '0x8010000000000000L' is a magic number. 545
Error '101' is a magic number. 546
Error 'if' construct must use '{}'s. 547
Error '0x10000000L' is a magic number. 547
Error '4' is a magic number. 548
Error '28' is a magic number. 548
Error '32' is a magic number. 548
Error 'if' construct must use '{}'s. 549
Error '0x4000000000000000L' is a magic number. 549
Error '4' is a magic number. 550
Error '62' is a magic number. 550
Error '32' is a magic number. 550
Error Line is longer than 80 characters. 551
Error '0x400800004000L' is a magic number. 551
Error '104' is a magic number. 552
Error 'if' construct must use '{}'s. 553
Error '0x40000L' is a magic number. 553
Error '4' is a magic number. 554
Error '18' is a magic number. 554
Error '32' is a magic number. 554
Error Line is longer than 80 characters. 555
Error '0x20000000000000L' is a magic number. 555
Error '105' is a magic number. 556
Error Line is longer than 80 characters. 557
Error '0x4800000400000L' is a magic number. 557
Error '107' is a magic number. 558
Error 'if' construct must use '{}'s. 559
Error '0x8000L' is a magic number. 559
Error '4' is a magic number. 560
Error '15' is a magic number. 560
Error '32' is a magic number. 560
Error '108' is a magic number. 562
Error '0x20000000L' is a magic number. 563
Error '{' should be on the previous line. 564
Error '29' is a magic number. 565
Error '4' is a magic number. 566
Error '0x42000000L' is a magic number. 568
Error '110' is a magic number. 569
Error '0x8000000L' is a magic number. 570
Error '114' is a magic number. 571
Error 'if' construct must use '{}'s. 572
Error '0x8000000000000L' is a magic number. 572
Error '4' is a magic number. 573
Error '51' is a magic number. 573
Error '32' is a magic number. 573
Error Line is longer than 80 characters. 574
Error '0x1009000002000L' is a magic number. 574
Error '115' is a magic number. 575
Error 'if' construct must use '{}'s. 576
Error '0x100000L' is a magic number. 576
Error '4' is a magic number. 577
Error '20' is a magic number. 577
Error '32' is a magic number. 577
Error Line is longer than 80 characters. 578
Error '0x200000000000000L' is a magic number. 578
Error '116' is a magic number. 579
Error 'if' construct must use '{}'s. 580
Error '0x200000L' is a magic number. 580
Error '4' is a magic number. 581
Error '21' is a magic number. 581
Error '32' is a magic number. 581
Error 'if' construct must use '{}'s. 582
Error '0x80000000L' is a magic number. 582
Error '4' is a magic number. 583
Error '31' is a magic number. 583
Error '32' is a magic number. 583
Error 'if' construct must use '{}'s. 584
Error '0x2000000000000L' is a magic number. 584
Error '4' is a magic number. 585
Error '49' is a magic number. 585
Error '32' is a magic number. 585
Error Line is longer than 80 characters. 586
Error '0x2000000000000000L' is a magic number. 586
Error '117' is a magic number. 587
Error '0x800000L' is a magic number. 588
Error '118' is a magic number. 589
Error '0x20000000000L' is a magic number. 590
Error '119' is a magic number. 591
Error '0x80000000000000L' is a magic number. 592
Error '{' should be on the previous line. 593
Error '55' is a magic number. 594
Error '4' is a magic number. 595
Error Line is longer than 80 characters. 597
Error '0x100000000000000L' is a magic number. 597
Error '3' is a magic number. 601
Error Line is longer than 80 characters. 603
Error Missing a Javadoc comment. 603
Error Redundant 'final' modifier. 603
Error Name 'jjMoveStringLiteralDfa5_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 603
Error Parameter old0 should be final. 603
Error Parameter active0 should be final. 603
Error Parameter old1 should be final. 603
Error Parameter active1 should be final. 603
Error 'if' construct must use '{}'s. 605
Error Line has trailing spaces. 606
Error '3' is a magic number. 606
Error '}' should be on the same line. 607
Error 'catch' is not followed by whitespace. 608
Error '4' is a magic number. 609
Error '5' is a magic number. 610
Error '{' should be on the previous line. 613
Error '97' is a magic number. 614
Error '0x6000L' is a magic number. 615
Error '99' is a magic number. 616
Error 'if' construct must use '{}'s. 617
Error '0x800000000000L' is a magic number. 617
Error '5' is a magic number. 618
Error '47' is a magic number. 618
Error '32' is a magic number. 618
Error 'if' construct must use '{}'s. 619
Error '0x4000000000000L' is a magic number. 619
Error '5' is a magic number. 620
Error '50' is a magic number. 620
Error '32' is a magic number. 620
Error Line is longer than 80 characters. 621
Error '0x400000000000L' is a magic number. 621
Error '100' is a magic number. 622
Error '0x8000000L' is a magic number. 623
Error '101' is a magic number. 624
Error 'if' construct must use '{}'s. 625
Error '0x2000000L' is a magic number. 625
Error '5' is a magic number. 626
Error '25' is a magic number. 626
Error '32' is a magic number. 626
Error 'if' construct must use '{}'s. 627
Error '0x20000000000L' is a magic number. 627
Error '5' is a magic number. 628
Error '41' is a magic number. 628
Error '32' is a magic number. 628
Error '102' is a magic number. 630
Error '0x8000000000L' is a magic number. 631
Error '103' is a magic number. 632
Error Line is longer than 80 characters. 633
Error '0x100000000000L' is a magic number. 633
Error '104' is a magic number. 634
Error 'if' construct must use '{}'s. 635
Error '0x10000000000000L' is a magic number. 635
Error '5' is a magic number. 636
Error '52' is a magic number. 636
Error '32' is a magic number. 636
Error '105' is a magic number. 638
Error Line is longer than 80 characters. 639
Error '0x2200000000000000L' is a magic number. 639
Error '108' is a magic number. 640
Error '0x40800000L' is a magic number. 641
Error '109' is a magic number. 642
Error '0x800000000L' is a magic number. 643
Error '110' is a magic number. 644
Error 'if' construct must use '{}'s. 645
Error '0x1000000000000L' is a magic number. 645
Error '5' is a magic number. 646
Error '48' is a magic number. 646
Error '32' is a magic number. 646
Error '0x2000400000L' is a magic number. 647
Error '114' is a magic number. 648
Error Line is longer than 80 characters. 649
Error '0x20000000000000L' is a magic number. 649
Error '115' is a magic number. 650
Error 'if' construct must use '{}'s. 651
Error '0x100000000000000L' is a magic number. 651
Error '5' is a magic number. 652
Error '56' is a magic number. 652
Error '32' is a magic number. 652
Error '116' is a magic number. 654
Error 'if' construct must use '{}'s. 655
Error '0x1000000000L' is a magic number. 655
Error '5' is a magic number. 656
Error '36' is a magic number. 656
Error '32' is a magic number. 656
Error 'if' construct must use '{}'s. 657
Error '5' is a magic number. 658
Error '64' is a magic number. 658
Error '32' is a magic number. 658
Error Line is longer than 80 characters. 659
Error '0x8000200000000000L' is a magic number. 659
Error '4' is a magic number. 663
Error Line is longer than 80 characters. 665
Error Missing a Javadoc comment. 665
Error Redundant 'final' modifier. 665
Error Name 'jjMoveStringLiteralDfa6_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 665
Error Parameter old0 should be final. 665
Error Parameter active0 should be final. 665
Error Parameter old1 should be final. 665
Error Parameter active1 should be final. 665
Error 'if' construct must use '{}'s. 667
Error Line has trailing spaces. 668
Error '4' is a magic number. 668
Error '}' should be on the same line. 669
Error 'catch' is not followed by whitespace. 670
Error '5' is a magic number. 671
Error '6' is a magic number. 672
Error '{' should be on the previous line. 675
Error '97' is a magic number. 676
Error '0x8000000000L' is a magic number. 677
Error '99' is a magic number. 678
Error '0x2000002000L' is a magic number. 679
Error '101' is a magic number. 680
Error 'if' construct must use '{}'s. 681
Error '0x100000000000L' is a magic number. 681
Error '6' is a magic number. 682
Error '44' is a magic number. 682
Error '32' is a magic number. 682
Error 'if' construct must use '{}'s. 683
Error '0x200000000000L' is a magic number. 683
Error '6' is a magic number. 684
Error '45' is a magic number. 684
Error '32' is a magic number. 684
Error '0x200000800000000L' is a magic number. 685
Error '102' is a magic number. 686
Error '0x8000000000000000L' is a magic number. 687
Error '108' is a magic number. 688
Error '0x2000000000000000L' is a magic number. 689
Error '110' is a magic number. 690
Error 'if' construct must use '{}'s. 691
Error '0x4000L' is a magic number. 691
Error '6' is a magic number. 692
Error '14' is a magic number. 692
Error '32' is a magic number. 692
Error '111' is a magic number. 694
Error '0x20000000000000L' is a magic number. 695
Error '115' is a magic number. 696
Error 'if' construct must use '{}'s. 697
Error '0x8000000L' is a magic number. 697
Error '6' is a magic number. 698
Error '27' is a magic number. 698
Error '32' is a magic number. 698
Error '116' is a magic number. 700
Error 'if' construct must use '{}'s. 701
Error '0x800000L' is a magic number. 701
Error '6' is a magic number. 702
Error '23' is a magic number. 702
Error '32' is a magic number. 702
Error '0x400000000000L' is a magic number. 703
Error '117' is a magic number. 704
Error '0x400000L' is a magic number. 705
Error '121' is a magic number. 706
Error 'if' construct must use '{}'s. 707
Error '0x40000000L' is a magic number. 707
Error '6' is a magic number. 708
Error '30' is a magic number. 708
Error '32' is a magic number. 708
Error '5' is a magic number. 713
Error Missing a Javadoc comment. 715
Error Redundant 'final' modifier. 715
Error Name 'jjMoveStringLiteralDfa7_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 715
Error Parameter old0 should be final. 715
Error Parameter active0 should be final. 715
Error '{' should be on the previous line. 716
Error 'if' construct must use '{}'s. 717
Error '5' is a magic number. 718
Error '}' should be on the same line. 719
Error 'catch' is not followed by whitespace. 720
Error '6' is a magic number. 721
Error '7' is a magic number. 722
Error '{' should be on the previous line. 725
Error '99' is a magic number. 726
Error '0x8000000000L' is a magic number. 727
Error '101' is a magic number. 728
Error 'if' construct must use '{}'s. 729
Error '0x400000L' is a magic number. 729
Error '7' is a magic number. 730
Error '22' is a magic number. 730
Error '32' is a magic number. 730
Error 'if' construct must use '{}'s. 731
Error '0x2000000000000000L' is a magic number. 731
Error '7' is a magic number. 732
Error '61' is a magic number. 732
Error '32' is a magic number. 732
Error '0x402000000000L' is a magic number. 733
Error '110' is a magic number. 734
Error '0x220000800000000L' is a magic number. 735
Error '112' is a magic number. 736
Error 'if' construct must use '{}'s. 737
Error '0x8000000000000000L' is a magic number. 737
Error '7' is a magic number. 738
Error '63' is a magic number. 738
Error '32' is a magic number. 738
Error '116' is a magic number. 740
Error 'if' construct must use '{}'s. 741
Error '0x2000L' is a magic number. 741
Error '7' is a magic number. 742
Error '13' is a magic number. 742
Error '32' is a magic number. 742
Error '6' is a magic number. 747
Error Missing a Javadoc comment. 749
Error Redundant 'final' modifier. 749
Error Name 'jjMoveStringLiteralDfa8_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 749
Error Parameter old0 should be final. 749
Error Parameter active0 should be final. 749
Error '{' should be on the previous line. 750
Error 'if' construct must use '{}'s. 751
Error '6' is a magic number. 752
Error '}' should be on the same line. 753
Error 'catch' is not followed by whitespace. 754
Error '7' is a magic number. 755
Error '8' is a magic number. 756
Error '{' should be on the previous line. 759
Error '100' is a magic number. 760
Error 'if' construct must use '{}'s. 761
Error '0x400000000000L' is a magic number. 761
Error '8' is a magic number. 762
Error '46' is a magic number. 762
Error '32' is a magic number. 762
Error '101' is a magic number. 764
Error 'if' construct must use '{}'s. 765
Error '0x8000000000L' is a magic number. 765
Error '8' is a magic number. 766
Error '39' is a magic number. 766
Error '32' is a magic number. 766
Error '105' is a magic number. 768
Error '0x20000000000000L' is a magic number. 769
Error '111' is a magic number. 770
Error '0x2000000000L' is a magic number. 771
Error '116' is a magic number. 772
Error 'if' construct must use '{}'s. 773
Error '0x200000000000000L' is a magic number. 773
Error '8' is a magic number. 774
Error '57' is a magic number. 774
Error '32' is a magic number. 774
Error '0x800000000L' is a magic number. 775
Error '7' is a magic number. 779
Error Missing a Javadoc comment. 781
Error Redundant 'final' modifier. 781
Error Name 'jjMoveStringLiteralDfa9_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 781
Error Parameter old0 should be final. 781
Error Parameter active0 should be final. 781
Error '{' should be on the previous line. 782
Error 'if' construct must use '{}'s. 783
Error '7' is a magic number. 784
Error '}' should be on the same line. 785
Error 'catch' is not followed by whitespace. 786
Error '8' is a magic number. 787
Error '9' is a magic number. 788
Error '{' should be on the previous line. 791
Error '102' is a magic number. 792
Error 'if' construct must use '{}'s. 793
Error '0x2000000000L' is a magic number. 793
Error '9' is a magic number. 794
Error '37' is a magic number. 794
Error '32' is a magic number. 794
Error '115' is a magic number. 796
Error 'if' construct must use '{}'s. 797
Error '0x800000000L' is a magic number. 797
Error '9' is a magic number. 798
Error '35' is a magic number. 798
Error '32' is a magic number. 798
Error '122' is a magic number. 800
Error '0x20000000000000L' is a magic number. 801
Error '8' is a magic number. 805
Error Missing a Javadoc comment. 807
Error Redundant 'final' modifier. 807
Error Name 'jjMoveStringLiteralDfa10_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 807
Error Parameter old0 should be final. 807
Error Parameter active0 should be final. 807
Error '{' should be on the previous line. 808
Error 'if' construct must use '{}'s. 809
Error '8' is a magic number. 810
Error '}' should be on the same line. 811
Error 'catch' is not followed by whitespace. 812
Error '9' is a magic number. 813
Error '10' is a magic number. 814
Error '{' should be on the previous line. 817
Error '101' is a magic number. 818
Error '0x20000000000000L' is a magic number. 819
Error '9' is a magic number. 823
Error Missing a Javadoc comment. 825
Error Redundant 'final' modifier. 825
Error Name 'jjMoveStringLiteralDfa11_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 825
Error Parameter old0 should be final. 825
Error Parameter active0 should be final. 825
Error '{' should be on the previous line. 826
Error 'if' construct must use '{}'s. 827
Error '9' is a magic number. 828
Error '}' should be on the same line. 829
Error 'catch' is not followed by whitespace. 830
Error '10' is a magic number. 831
Error '11' is a magic number. 832
Error '{' should be on the previous line. 835
Error '100' is a magic number. 836
Error 'if' construct must use '{}'s. 837
Error '0x20000000000000L' is a magic number. 837
Error '11' is a magic number. 838
Error '53' is a magic number. 838
Error '32' is a magic number. 838
Error '10' is a magic number. 843
Error Missing a Javadoc comment. 845
Error Redundant 'final' modifier. 845
Error Parameter state should be final. 845
Error '{' should be on the previous line. 846
Error '{' should be on the previous line. 848
Error Missing a Javadoc comment. 853
Error Redundant 'final' modifier. 853
Error Parameter start should be final. 853
Error Parameter end should be final. 853
Error '{' should be on the previous line. 854
Error Missing a Javadoc comment. 859
Error Redundant 'final' modifier. 859
Error Parameter state1 should be final. 859
Error Parameter state2 should be final. 859
Error '{' should be on the previous line. 860
Error Missing a Javadoc comment. 864
Error Redundant 'final' modifier. 864
Error Parameter start should be final. 864
Error Parameter end should be final. 864
Error '{' should be on the previous line. 865
Error Missing a Javadoc comment. 870
Error Redundant 'final' modifier. 870
Error Parameter start should be final. 870
Error '{' should be on the previous line. 871
Error Missing a Javadoc comment. 875
Error Name 'jjbitVec0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 875
Error Line is longer than 80 characters. 876
Error Missing a Javadoc comment. 878
Error Name 'jjbitVec2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 878
Error Missing a Javadoc comment. 881
Error Name 'jjbitVec3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 881
Error Missing a Javadoc comment. 884
Error Name 'jjbitVec4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 884
Error Missing a Javadoc comment. 887
Error Name 'jjbitVec5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 887
Error Missing a Javadoc comment. 890
Error Name 'jjbitVec6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 890
Error Missing a Javadoc comment. 893
Error Name 'jjbitVec7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 893
Error Missing a Javadoc comment. 896
Error Name 'jjbitVec8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 896
Error Method length is 389 lines (max allowed is 150). 899
Error Missing a Javadoc comment. 899
Error Redundant 'final' modifier. 899
Error Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 899
Error Parameter startState should be final. 899
Error Parameter curPos should be final. 899
Error '{' should be on the previous line. 900
Error '52' is a magic number. 903
Error '0x7fffffff' is a magic number. 906
Error '{' should be on the previous line. 908
Error 'if' construct must use '{}'s. 909
Error '0x7fffffff' is a magic number. 909
Error '64' is a magic number. 911
Error '{' should be on the previous line. 912
Error '{' should be on the previous line. 915
Error '{' should be on the previous line. 917
Error '3' is a magic number. 918
Error 'if' construct must use '{}'s. 919
Error '0x3ff000000000000L' is a magic number. 919
Error '6' is a magic number. 920
Error '36' is a magic number. 921
Error '{' should be on the previous line. 922
Error 'if' construct must use '{}'s. 923
Error '73' is a magic number. 923
Error '73' is a magic number. 924
Error '32' is a magic number. 925
Error '}' should be on the same line. 926
Error 'if' construct must use '{}'s. 927
Error '34' is a magic number. 927
Error '7' is a magic number. 928
Error '9' is a magic number. 928
Error 'if' construct must use '{}'s. 929
Error '39' is a magic number. 929
Error '10' is a magic number. 930
Error '11' is a magic number. 930
Error 'if' construct must use '{}'s. 931
Error '46' is a magic number. 931
Error '8' is a magic number. 932
Error 'if' construct must use '{}'s. 933
Error '47' is a magic number. 933
Error '0x3fe000000000000L' is a magic number. 935
Error '{' should be on the previous line. 936
Error 'if' construct must use '{}'s. 937
Error '65' is a magic number. 937
Error '65' is a magic number. 938
Error '5' is a magic number. 939
Error '6' is a magic number. 939
Error '}' should be on the same line. 940
Error '48' is a magic number. 941
Error '{' should be on the previous line. 942
Error 'if' construct must use '{}'s. 943
Error '65' is a magic number. 943
Error '65' is a magic number. 944
Error '12' is a magic number. 945
Error '14' is a magic number. 945
Error 'if' construct must use '{}'s. 949
Error '42' is a magic number. 949
Error 'if' construct must use '{}'s. 953
Error '0xffff7fffffffffffL' is a magic number. 953
Error '7' is a magic number. 953
Error '7' is a magic number. 954
Error 'if' construct must use '{}'s. 957
Error '42' is a magic number. 957
Error '4' is a magic number. 960
Error 'if' construct must use '{}'s. 961
Error '0x3fe000000000000L' is a magic number. 961
Error 'if' construct must use '{}'s. 963
Error '65' is a magic number. 963
Error '65' is a magic number. 964
Error '5' is a magic number. 965
Error '6' is a magic number. 965
Error '5' is a magic number. 967
Error 'if' construct must use '{}'s. 968
Error '0x3ff000000000000L' is a magic number. 968
Error 'if' construct must use '{}'s. 970
Error '65' is a magic number. 970
Error '65' is a magic number. 971
Error '5' is a magic number. 972
Error '6' is a magic number. 972
Error '7' is a magic number. 974
Error 'if' construct must use '{}'s. 975
Error '46' is a magic number. 975
Error '8' is a magic number. 976
Error '8' is a magic number. 978
Error 'if' construct must use '{}'s. 979
Error '0x3ff000000000000L' is a magic number. 979
Error 'if' construct must use '{}'s. 981
Error '69' is a magic number. 981
Error '69' is a magic number. 982
Error '15' is a magic number. 983
Error '17' is a magic number. 983
Error '10' is a magic number. 985
Error 'if' construct must use '{}'s. 986
Error '0x280000000000L' is a magic number. 986
Error '11' is a magic number. 987
Error '11' is a magic number. 989
Error 'if' construct must use '{}'s. 990
Error '0x3ff000000000000L' is a magic number. 990
Error 'if' construct must use '{}'s. 992
Error '69' is a magic number. 992
Error '69' is a magic number. 993
Error '11' is a magic number. 994
Error '12' is a magic number. 994
Error '13' is a magic number. 996
Error 'if' construct must use '{}'s. 997
Error '39' is a magic number. 997
Error '10' is a magic number. 998
Error '11' is a magic number. 998
Error '14' is a magic number. 1000
Error 'if' construct must use '{}'s. 1001
Error '0xffffff7fffffdbffL' is a magic number. 1001
Error '15' is a magic number. 1002
Error '15' is a magic number. 1004
Error 'if' construct must use '{}'s. 1005
Error '39' is a magic number. 1005
Error '71' is a magic number. 1005
Error '71' is a magic number. 1006
Error '17' is a magic number. 1008
Error 'if' construct must use '{}'s. 1009
Error '0x8400000000L' is a magic number. 1009
Error '15' is a magic number. 1010
Error '18' is a magic number. 1012
Error 'if' construct must use '{}'s. 1013
Error '0xff000000000000L' is a magic number. 1013
Error '19' is a magic number. 1014
Error '15' is a magic number. 1014
Error '19' is a magic number. 1016
Error 'if' construct must use '{}'s. 1017
Error '0xff000000000000L' is a magic number. 1017
Error '15' is a magic number. 1018
Error '20' is a magic number. 1020
Error 'if' construct must use '{}'s. 1021
Error '0xf000000000000L' is a magic number. 1021
Error '21' is a magic number. 1022
Error '21' is a magic number. 1024
Error 'if' construct must use '{}'s. 1025
Error '0xff000000000000L' is a magic number. 1025
Error '19' is a magic number. 1026
Error '22' is a magic number. 1028
Error 'if' construct must use '{}'s. 1029
Error '34' is a magic number. 1029
Error '7' is a magic number. 1030
Error '9' is a magic number. 1030
Error '23' is a magic number. 1032
Error 'if' construct must use '{}'s. 1033
Error '0xfffffffbffffdbffL' is a magic number. 1033
Error '7' is a magic number. 1034
Error '9' is a magic number. 1034
Error '25' is a magic number. 1036
Error 'if' construct must use '{}'s. 1037
Error '0x8400000000L' is a magic number. 1037
Error '7' is a magic number. 1038
Error '9' is a magic number. 1038
Error '26' is a magic number. 1040
Error 'if' construct must use '{}'s. 1041
Error '34' is a magic number. 1041
Error '72' is a magic number. 1041
Error '72' is a magic number. 1042
Error '27' is a magic number. 1044
Error 'if' construct must use '{}'s. 1045
Error '0xff000000000000L' is a magic number. 1045
Error '18' is a magic number. 1046
Error '21' is a magic number. 1046
Error '28' is a magic number. 1048
Error 'if' construct must use '{}'s. 1049
Error '0xff000000000000L' is a magic number. 1049
Error '7' is a magic number. 1050
Error '9' is a magic number. 1050
Error '29' is a magic number. 1052
Error 'if' construct must use '{}'s. 1053
Error '0xf000000000000L' is a magic number. 1053
Error '30' is a magic number. 1054
Error '30' is a magic number. 1056
Error 'if' construct must use '{}'s. 1057
Error '0xff000000000000L' is a magic number. 1057
Error '28' is a magic number. 1058
Error '31' is a magic number. 1060
Error 'if' construct must use '{}'s. 1061
Error '36' is a magic number. 1061
Error 'if' construct must use '{}'s. 1063
Error '73' is a magic number. 1063
Error '73' is a magic number. 1064
Error '32' is a magic number. 1065
Error '32' is a magic number. 1067
Error 'if' construct must use '{}'s. 1068
Error '0x3ff001000000000L' is a magic number. 1068
Error 'if' construct must use '{}'s. 1070
Error '73' is a magic number. 1070
Error '73' is a magic number. 1071
Error '32' is a magic number. 1072
Error '33' is a magic number. 1074
Error 'if' construct must use '{}'s. 1075
Error '0x3ff000000000000L' is a magic number. 1075
Error '6' is a magic number. 1076
Error '34' is a magic number. 1078
Error 'if' construct must use '{}'s. 1079
Error '0x3ff000000000000L' is a magic number. 1079
Error '34' is a magic number. 1080
Error '35' is a magic number. 1080
Error '35' is a magic number. 1082
Error 'if' construct must use '{}'s. 1083
Error '46' is a magic number. 1083
Error 'if' construct must use '{}'s. 1085
Error '69' is a magic number. 1085
Error '69' is a magic number. 1086
Error '22' is a magic number. 1087
Error '24' is a magic number. 1087
Error '36' is a magic number. 1089
Error 'if' construct must use '{}'s. 1090
Error '0x3ff000000000000L' is a magic number. 1090
Error 'if' construct must use '{}'s. 1092
Error '69' is a magic number. 1092
Error '69' is a magic number. 1093
Error '22' is a magic number. 1094
Error '24' is a magic number. 1094
Error '38' is a magic number. 1096
Error 'if' construct must use '{}'s. 1097
Error '0x280000000000L' is a magic number. 1097
Error '39' is a magic number. 1098
Error '39' is a magic number. 1100
Error 'if' construct must use '{}'s. 1101
Error '0x3ff000000000000L' is a magic number. 1101
Error 'if' construct must use '{}'s. 1103
Error '69' is a magic number. 1103
Error '69' is a magic number. 1104
Error '39' is a magic number. 1105
Error '12' is a magic number. 1105
Error '40' is a magic number. 1107
Error 'if' construct must use '{}'s. 1108
Error '0x3ff000000000000L' is a magic number. 1108
Error '40' is a magic number. 1109
Error '41' is a magic number. 1109
Error '42' is a magic number. 1111
Error 'if' construct must use '{}'s. 1112
Error '0x280000000000L' is a magic number. 1112
Error '43' is a magic number. 1113
Error '43' is a magic number. 1115
Error 'if' construct must use '{}'s. 1116
Error '0x3ff000000000000L' is a magic number. 1116
Error 'if' construct must use '{}'s. 1118
Error '69' is a magic number. 1118
Error '69' is a magic number. 1119
Error '43' is a magic number. 1120
Error '12' is a magic number. 1120
Error '44' is a magic number. 1122
Error 'if' construct must use '{}'s. 1123
Error '0x3ff000000000000L' is a magic number. 1123
Error '25' is a magic number. 1124
Error '27' is a magic number. 1124
Error '46' is a magic number. 1126
Error 'if' construct must use '{}'s. 1127
Error '0x280000000000L' is a magic number. 1127
Error '47' is a magic number. 1128
Error '47' is a magic number. 1130
Error 'if' construct must use '{}'s. 1131
Error '0x3ff000000000000L' is a magic number. 1131
Error '47' is a magic number. 1132
Error '12' is a magic number. 1132
Error '48' is a magic number. 1134
Error 'if' construct must use '{}'s. 1135
Error '48' is a magic number. 1135
Error 'if' construct must use '{}'s. 1137
Error '65' is a magic number. 1137
Error '65' is a magic number. 1138
Error '12' is a magic number. 1139
Error '14' is a magic number. 1139
Error '50' is a magic number. 1141
Error 'if' construct must use '{}'s. 1142
Error '0x3ff000000000000L' is a magic number. 1142
Error 'if' construct must use '{}'s. 1144
Error '65' is a magic number. 1144
Error '65' is a magic number. 1145
Error '50' is a magic number. 1146
Error '6' is a magic number. 1146
Error '51' is a magic number. 1148
Error 'if' construct must use '{}'s. 1149
Error '0xff000000000000L' is a magic number. 1149
Error 'if' construct must use '{}'s. 1151
Error '65' is a magic number. 1151
Error '65' is a magic number. 1152
Error '51' is a magic number. 1153
Error '6' is a magic number. 1153
Error '}' should be on the same line. 1158
Error '128' is a magic number. 1159
Error '{' should be on the previous line. 1160
Error '077' is a magic number. 1161
Error '{' should be on the previous line. 1163
Error '{' should be on the previous line. 1165
Error '3' is a magic number. 1166
Error '32' is a magic number. 1167
Error 'if' construct must use '{}'s. 1168
Error '0x7fffffe87fffffeL' is a magic number. 1168
Error 'if' construct must use '{}'s. 1170
Error '73' is a magic number. 1170
Error '73' is a magic number. 1171
Error '32' is a magic number. 1172
Error 'if' construct must use '{}'s. 1175
Error '7' is a magic number. 1175
Error '7' is a magic number. 1176
Error '6' is a magic number. 1178
Error 'if' construct must use '{}'s. 1179
Error '0x100000001000L' is a magic number. 1179
Error '65' is a magic number. 1179
Error '65' is a magic number. 1180
Error '9' is a magic number. 1182
Error 'if' construct must use '{}'s. 1183
Error '0x2000000020L' is a magic number. 1183
Error '28' is a magic number. 1184
Error '29' is a magic number. 1184
Error '12' is a magic number. 1186
Error 'if' construct must use '{}'s. 1187
Error '0x5000000050L' is a magic number. 1187
Error '69' is a magic number. 1187
Error '69' is a magic number. 1188
Error '14' is a magic number. 1190
Error 'if' construct must use '{}'s. 1191
Error '0xffffffffefffffffL' is a magic number. 1191
Error '15' is a magic number. 1192
Error '16' is a magic number. 1194
Error 'if' construct must use '{}'s. 1195
Error '92' is a magic number. 1195
Error '30' is a magic number. 1196
Error '32' is a magic number. 1196
Error '17' is a magic number. 1198
Error 'if' construct must use '{}'s. 1199
Error '0x14404410000000L' is a magic number. 1199
Error '15' is a magic number. 1200
Error '23' is a magic number. 1202
Error 'if' construct must use '{}'s. 1203
Error '0xffffffffefffffffL' is a magic number. 1203
Error '7' is a magic number. 1204
Error '9' is a magic number. 1204
Error '24' is a magic number. 1206
Error 'if' construct must use '{}'s. 1207
Error '92' is a magic number. 1207
Error '33' is a magic number. 1208
Error '35' is a magic number. 1208
Error '25' is a magic number. 1210
Error 'if' construct must use '{}'s. 1211
Error '0x14404410000000L' is a magic number. 1211
Error '7' is a magic number. 1212
Error '9' is a magic number. 1212
Error '37' is a magic number. 1214
Error 'if' construct must use '{}'s. 1215
Error '0x2000000020L' is a magic number. 1215
Error '36' is a magic number. 1216
Error '37' is a magic number. 1216
Error '41' is a magic number. 1218
Error 'if' construct must use '{}'s. 1219
Error '0x2000000020L' is a magic number. 1219
Error '38' is a magic number. 1220
Error '39' is a magic number. 1220
Error '45' is a magic number. 1222
Error 'if' construct must use '{}'s. 1223
Error '0x2000000020L' is a magic number. 1223
Error '40' is a magic number. 1224
Error '41' is a magic number. 1224
Error '49' is a magic number. 1226
Error 'if' construct must use '{}'s. 1227
Error '0x100000001000000L' is a magic number. 1227
Error '50' is a magic number. 1228
Error '50' is a magic number. 1230
Error 'if' construct must use '{}'s. 1231
Error '0x7e0000007eL' is a magic number. 1231
Error 'if' construct must use '{}'s. 1233
Error '65' is a magic number. 1233
Error '65' is a magic number. 1234
Error '50' is a magic number. 1235
Error '6' is a magic number. 1235
Error '}' should be on the same line. 1240
Error '{' should be on the previous line. 1242
Error 'cast' is not followed by whitespace. 1243
Error '8' is a magic number. 1243
Error '6' is a magic number. 1244
Error '077' is a magic number. 1245
Error '0xff' is a magic number. 1246
Error '6' is a magic number. 1246
Error '077' is a magic number. 1247
Error '{' should be on the previous line. 1249
Error '{' should be on the previous line. 1251
Error '3' is a magic number. 1252
Error '32' is a magic number. 1253
Error 'if' construct must use '{}'s. 1254
Error 'if' construct must use '{}'s. 1256
Error '73' is a magic number. 1256
Error '73' is a magic number. 1257
Error '32' is a magic number. 1258
Error 'if' construct must use '{}'s. 1261
Error '7' is a magic number. 1261
Error '7' is a magic number. 1262
Error '14' is a magic number. 1264
Error 'if' construct must use '{}'s. 1265
Error '15' is a magic number. 1266
Error '23' is a magic number. 1268
Error 'if' construct must use '{}'s. 1269
Error '7' is a magic number. 1270
Error '9' is a magic number. 1270
Error '0x7fffffff' is a magic number. 1276
Error '{' should be on the previous line. 1277
Error '0x7fffffff' is a magic number. 1280
Error 'if' construct must use '{}'s. 1283
Error '52' is a magic number. 1283
Error '}' should be on the same line. 1285
Error 'catch' is not followed by whitespace. 1286
Error Missing a Javadoc comment. 1289
Error Redundant 'final' modifier. 1289
Error Name 'jjMoveStringLiteralDfa0_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1289
Error '{' should be on the previous line. 1290
Error '{' should be on the previous line. 1292
Error '42' is a magic number. 1293
Error '0x800L' is a magic number. 1294
Error Missing a Javadoc comment. 1299
Error Redundant 'final' modifier. 1299
Error Name 'jjMoveStringLiteralDfa1_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1299
Error Parameter active0 should be final. 1299
Error '{' should be on the previous line. 1300
Error '}' should be on the same line. 1301
Error 'catch' is not followed by whitespace. 1302
Error '{' should be on the previous line. 1306
Error '47' is a magic number. 1307
Error 'if' construct must use '{}'s. 1308
Error '0x800L' is a magic number. 1308
Error '11' is a magic number. 1309
Error Missing a Javadoc comment. 1316
Error Redundant 'final' modifier. 1316
Error Name 'jjMoveStringLiteralDfa0_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1316
Error '{' should be on the previous line. 1317
Error Missing a Javadoc comment. 1320
Error Redundant 'final' modifier. 1320
Error Name 'jjMoveNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1320
Error Parameter startState should be final. 1320
Error Parameter curPos should be final. 1320
Error '{' should be on the previous line. 1321
Error '3' is a magic number. 1324
Error '0x7fffffff' is a magic number. 1327
Error '{' should be on the previous line. 1329
Error 'if' construct must use '{}'s. 1330
Error '0x7fffffff' is a magic number. 1330
Error '64' is a magic number. 1332
Error '{' should be on the previous line. 1333
Error '{' should be on the previous line. 1336
Error '{' should be on the previous line. 1338
Error '0x2400L' is a magic number. 1340
Error '{' should be on the previous line. 1341
Error 'if' construct must use '{}'s. 1342
Error '9' is a magic number. 1342
Error '9' is a magic number. 1343
Error 'if' construct must use '{}'s. 1345
Error '13' is a magic number. 1345
Error 'if' construct must use '{}'s. 1349
Error '10' is a magic number. 1349
Error '9' is a magic number. 1349
Error '9' is a magic number. 1350
Error 'if' construct must use '{}'s. 1353
Error '13' is a magic number. 1353
Error '}' should be on the same line. 1359
Error '128' is a magic number. 1360
Error '{' should be on the previous line. 1361
Error '077' is a magic number. 1362
Error '{' should be on the previous line. 1364
Error '{' should be on the previous line. 1366
Error '}' should be on the same line. 1370
Error '{' should be on the previous line. 1372
Error 'cast' is not followed by whitespace. 1373
Error '8' is a magic number. 1373
Error '6' is a magic number. 1374
Error '077' is a magic number. 1375
Error '0xff' is a magic number. 1376
Error '6' is a magic number. 1376
Error '077' is a magic number. 1377
Error '{' should be on the previous line. 1379
Error '{' should be on the previous line. 1381
Error '0x7fffffff' is a magic number. 1386
Error '{' should be on the previous line. 1387
Error '0x7fffffff' is a magic number. 1390
Error 'if' construct must use '{}'s. 1393
Error '3' is a magic number. 1393
Error '}' should be on the same line. 1395
Error 'catch' is not followed by whitespace. 1396
Error Missing a Javadoc comment. 1399
Error Redundant 'final' modifier. 1399
Error Name 'jjMoveStringLiteralDfa0_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1399
Error '{' should be on the previous line. 1400
Error '{' should be on the previous line. 1402
Error '42' is a magic number. 1403
Error '0x400L' is a magic number. 1404
Error Missing a Javadoc comment. 1409
Error Redundant 'final' modifier. 1409
Error Name 'jjMoveStringLiteralDfa1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1409
Error Parameter active0 should be final. 1409
Error '{' should be on the previous line. 1410
Error '}' should be on the same line. 1411
Error 'catch' is not followed by whitespace. 1412
Error '{' should be on the previous line. 1416
Error '47' is a magic number. 1417
Error 'if' construct must use '{}'s. 1418
Error '0x400L' is a magic number. 1418
Error '10' is a magic number. 1419
Error Missing a Javadoc comment. 1426
Error Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1426
Error Line has trailing spaces. 1427
Error Line has trailing spaces. 1428
Error Line has trailing spaces. 1429
Error Line is longer than 80 characters. 1431
Error Missing a Javadoc comment. 1431
Error Redundant 'final' modifier. 1431
Error Name 'jjCanMove_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1431
Error Parameter hiByte should be final. 1431
Error Parameter i1 should be final. 1431
Error Parameter i2 should be final. 1431
Error Parameter l1 should be final. 1431
Error Parameter l2 should be final. 1431
Error '{' should be on the previous line. 1434
Error Line has trailing spaces. 1437
Error 'if' construct must use '{}'s. 1438
Error Line is longer than 80 characters. 1443
Error Missing a Javadoc comment. 1443
Error Redundant 'final' modifier. 1443
Error Name 'jjCanMove_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1443
Error Parameter hiByte should be final. 1443
Error Parameter i1 should be final. 1443
Error Parameter i2 should be final. 1443
Error Parameter l1 should be final. 1443
Error Parameter l2 should be final. 1443
Error '{' should be on the previous line. 1446
Error '48' is a magic number. 1449
Error '49' is a magic number. 1451
Error '51' is a magic number. 1453
Error '61' is a magic number. 1455
Error Line has trailing spaces. 1457
Error 'if' construct must use '{}'s. 1458
Error Missing a Javadoc comment. 1463
Error Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1463
Error Line has trailing spaces. 1464
Error Line has trailing spaces. 1465
Error Line is longer than 80 characters. 1465
Error Line has trailing spaces. 1466
Error Line is longer than 80 characters. 1466
Error Line has trailing spaces. 1467
Error Line is longer than 80 characters. 1467
Error Line has trailing spaces. 1468
Error Line has trailing spaces. 1469
Error Line has trailing spaces. 1470
Error Line is longer than 80 characters. 1470
Error Line has trailing spaces. 1471
Error Line is longer than 80 characters. 1471
Error Line has trailing spaces. 1472
Error Line has trailing spaces. 1473
Error Line is longer than 80 characters. 1473
Error Line has trailing spaces. 1474
Error Line is longer than 80 characters. 1474
Error Line has trailing spaces. 1475
Error Line is longer than 80 characters. 1475
Error Line has trailing spaces. 1476
Error Line is longer than 80 characters. 1476
Error Line has trailing spaces. 1477
Error Line is longer than 80 characters. 1477
Error Line has trailing spaces. 1478
Error Line is longer than 80 characters. 1478
Error Line has trailing spaces. 1479
Error Line is longer than 80 characters. 1479
Error Line has trailing spaces. 1480
Error Line is longer than 80 characters. 1480
Error Line has trailing spaces. 1481
Error Line is longer than 80 characters. 1481
Error Line has trailing spaces. 1482
Error Line is longer than 80 characters. 1482
Error Line has trailing spaces. 1483
Error Line is longer than 80 characters. 1483
Error Line has trailing spaces. 1484
Error Line is longer than 80 characters. 1484
Error Missing a Javadoc comment. 1486
Error Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1486
Error Line has trailing spaces. 1487
Error Line has trailing spaces. 1488
Error Line has trailing spaces. 1489
Error Line has trailing spaces. 1490
Error Missing a Javadoc comment. 1492
Error Name 'jjnewLexState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1492
Error Line has trailing spaces. 1493
Error Line is longer than 80 characters. 1493
Error Line has trailing spaces. 1494
Error Line is longer than 80 characters. 1494
Error Line has trailing spaces. 1495
Error Line is longer than 80 characters. 1495
Error Line has trailing spaces. 1496
Error Line is longer than 80 characters. 1496
Error Line has trailing spaces. 1497
Error Line is longer than 80 characters. 1497
Error Missing a Javadoc comment. 1499
Error Name 'jjtoToken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1499
Error Line has trailing spaces. 1500
Error Missing a Javadoc comment. 1502
Error Name 'jjtoSkip' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1502
Error Line has trailing spaces. 1503
Error Missing a Javadoc comment. 1505
Error Name 'jjtoSpecial' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1505
Error Line has trailing spaces. 1506
Error Missing a Javadoc comment. 1508
Error Name 'jjtoMore' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1508
Error Line has trailing spaces. 1509
Error Missing a Javadoc comment. 1511
Error Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1511
Error Missing a Javadoc comment. 1512
Error '52' is a magic number. 1512
Error Missing a Javadoc comment. 1513
Error '104' is a magic number. 1513
Error Missing a Javadoc comment. 1514
Error Variable 'image' must be private and have accessor methods. 1514
Error Missing a Javadoc comment. 1515
Error Variable 'jjimageLen' must be private and have accessor methods. 1515
Error Missing a Javadoc comment. 1516
Error Variable 'lengthOfMatch' must be private and have accessor methods. 1516
Error Missing a Javadoc comment. 1517
Error Variable 'curChar' must be private and have accessor methods. 1517
Error Missing a Javadoc comment. 1518
Error Parameter stream should be final. 1518
Error '{' should be on the previous line. 1519
Error 'if' construct must use '{}'s. 1520
Error Line is longer than 80 characters. 1521
Error Missing a Javadoc comment. 1524
Error Parameter stream should be final. 1524
Error Parameter lexState should be final. 1524
Error '{' should be on the previous line. 1525
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 1529
Error Missing a Javadoc comment. 1529
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1529
Error Parameter stream should be final. 1529
Error '{' should be on the previous line. 1530
Error Inner assignments should be avoided. 1531
Error Missing a Javadoc comment. 1536
Error Redundant 'final' modifier. 1536
Error Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1536
Error '{' should be on the previous line. 1537
Error '0x80000001' is a magic number. 1539
Error 'for' construct must use '{}'s. 1540
Error '52' is a magic number. 1540
Error '0x80000000' is a magic number. 1541
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 1543
Error Missing a Javadoc comment. 1543
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1543
Error Parameter stream should be final. 1543
Error Parameter lexState should be final. 1543
Error '{' should be on the previous line. 1544
Error Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. 1548
Error Missing a Javadoc comment. 1548
Error Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1548
Error Parameter lexState should be final. 1548
Error '{' should be on the previous line. 1549
Error 'if' construct must use '{}'s. 1550
Error '4' is a magic number. 1550
Error Line is longer than 80 characters. 1551
Error 'else' construct must use '{}'s. 1552
Error Missing a Javadoc comment. 1556
Error Redundant 'final' modifier. 1556
Error '{' should be on the previous line. 1557
Error Avoid inline conditionals. 1561
Error Missing a Javadoc comment. 1569
Error Variable 'curLexState' must be private and have accessor methods. 1569
Error Missing a Javadoc comment. 1570
Error Variable 'defaultLexState' must be private and have accessor methods. 1570
Error Missing a Javadoc comment. 1571
Error Variable 'jjnewStateCnt' must be private and have accessor methods. 1571
Error Missing a Javadoc comment. 1572
Error Variable 'jjround' must be private and have accessor methods. 1572
Error Missing a Javadoc comment. 1573
Error Variable 'jjmatchedPos' must be private and have accessor methods. 1573
Error Missing a Javadoc comment. 1574
Error Variable 'jjmatchedKind' must be private and have accessor methods. 1574
Error Line has trailing spaces. 1576
Error Missing a Javadoc comment. 1576
Error '{' should be on the previous line. 1577
Error Line has trailing spaces. 1585
Error '{' should be on the previous line. 1585
Error Line has trailing spaces. 1586
Error Line has trailing spaces. 1587
Error '{' should be on the previous line. 1587
Error Line has trailing spaces. 1589
Error '}' should be on the same line. 1589
Error 'catch' is not followed by whitespace. 1590
Error Line has trailing spaces. 1591
Error '{' should be on the previous line. 1591
Error '{' should be on the previous line. 1601
Error switch without "default" clause. 1602
Error '{' should be on the previous line. 1603
Error '0x7fffffff' is a magic number. 1605
Error '0x7fffffff' is a magic number. 1610
Error '12' is a magic number. 1613
Error '{' should be on the previous line. 1614
Error '12' is a magic number. 1615
Error '0x7fffffff' is a magic number. 1619
Error '12' is a magic number. 1622
Error '{' should be on the previous line. 1623
Error '12' is a magic number. 1624
Error '3' is a magic number. 1627
Error '0x7fffffff' is a magic number. 1628
Error '12' is a magic number. 1631
Error '{' should be on the previous line. 1632
Error '12' is a magic number. 1633
Error '0x7fffffff' is a magic number. 1637
Error '{' should be on the previous line. 1638
Error 'if' construct must use '{}'s. 1639
Error Line is longer than 80 characters. 1641
Error '6' is a magic number. 1641
Error '077' is a magic number. 1641
Error 'if' construct must use '{}'s. 1645
Error '}' should be on the same line. 1648
Error Line is longer than 80 characters. 1649
Error '6' is a magic number. 1649
Error '077' is a magic number. 1649
Error Line is longer than 80 characters. 1651
Error '6' is a magic number. 1651
Error '077' is a magic number. 1651
Error 'if' construct must use '{}'s. 1654
Error '{' should be on the previous line. 1657
Error Inner assignments should be avoided. 1659
Error '}' should be on the same line. 1662
Error 'else' construct must use '{}'s. 1663
Error Line has trailing spaces. 1663
Error 'if' construct must use '{}'s. 1665
Error 'if' construct must use '{}'s. 1670
Error '0x7fffffff' is a magic number. 1673
Error '}' should be on the same line. 1677
Error Must have at least one statement. 1678
Error Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1680
Error Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1681
Error Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1682
Error Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1683
Error '}' should be on the same line. 1684
Error Avoid inline conditionals. 1687
Error '}' should be on the same line. 1691
Error 'else' construct must use '{}'s. 1692
Error Avoid inline conditionals. 1697
Error Line is longer than 80 characters. 1699
Error Missing a Javadoc comment. 1704
Error Name 'SkipLexicalActions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1704
Error Parameter matchedToken should be final. 1704
Error '{' should be on the previous line. 1705
Error '{' should be on the previous line. 1707
Error Missing a Javadoc comment. 1712
Error Name 'MoreLexicalActions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1712
Error '{' should be on the previous line. 1713
Error Inner assignments should be avoided. 1714
Error '{' should be on the previous line. 1716
Error '7' is a magic number. 1717
Error 'if' construct must use '{}'s. 1718
Error Line is longer than 80 characters. 1719
Error 'else' construct must use '{}'s. 1720
Error Line has trailing spaces. 1725

xjavadoc/NodeParserTreeConstants.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 1
Error Missing a Javadoc comment. 5
Error interfaces should describe a type and hence have methods. 5
Error '{' should be on the previous line. 6
Error Missing a Javadoc comment. 7
Error Redundant 'public' modifier. 7
Error Missing a Javadoc comment. 8
Error Redundant 'public' modifier. 8
Error Missing a Javadoc comment. 9
Error Redundant 'public' modifier. 9
Error Missing a Javadoc comment. 10
Error Redundant 'public' modifier. 10
Error Missing a Javadoc comment. 11
Error Redundant 'public' modifier. 11
Error Missing a Javadoc comment. 12
Error Redundant 'public' modifier. 12
Error Missing a Javadoc comment. 13
Error Redundant 'public' modifier. 13
Error Missing a Javadoc comment. 14
Error Redundant 'public' modifier. 14
Error Missing a Javadoc comment. 15
Error Redundant 'public' modifier. 15
Error Missing a Javadoc comment. 16
Error Redundant 'public' modifier. 16
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error Missing a Javadoc comment. 22
Error Redundant 'public' modifier. 22
Error Missing a Javadoc comment. 23
Error Redundant 'public' modifier. 23
Error Missing a Javadoc comment. 24
Error Redundant 'public' modifier. 24
Error Missing a Javadoc comment. 25
Error Redundant 'public' modifier. 25
Error Missing a Javadoc comment. 26
Error Redundant 'public' modifier. 26
Error Missing a Javadoc comment. 27
Error Redundant 'public' modifier. 27
Error Missing a Javadoc comment. 28
Error Redundant 'public' modifier. 28
Error Missing a Javadoc comment. 29
Error Redundant 'public' modifier. 29
Error Missing a Javadoc comment. 30
Error Redundant 'public' modifier. 30
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31
Error Missing a Javadoc comment. 32
Error Redundant 'public' modifier. 32
Error Missing a Javadoc comment. 33
Error Redundant 'public' modifier. 33
Error Missing a Javadoc comment. 34
Error Redundant 'public' modifier. 34
Error Missing a Javadoc comment. 35
Error Redundant 'public' modifier. 35
Error Missing a Javadoc comment. 36
Error Redundant 'public' modifier. 36
Error Missing a Javadoc comment. 37
Error Redundant 'public' modifier. 37
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38
Error Missing a Javadoc comment. 39
Error Redundant 'public' modifier. 39
Error Missing a Javadoc comment. 40
Error Redundant 'public' modifier. 40
Error Missing a Javadoc comment. 41
Error Redundant 'public' modifier. 41
Error Missing a Javadoc comment. 42
Error Redundant 'public' modifier. 42
Error Missing a Javadoc comment. 43
Error Redundant 'public' modifier. 43
Error Missing a Javadoc comment. 44
Error Redundant 'public' modifier. 44
Error Missing a Javadoc comment. 45
Error Redundant 'public' modifier. 45
Error Missing a Javadoc comment. 46
Error Redundant 'public' modifier. 46
Error Missing a Javadoc comment. 47
Error Redundant 'public' modifier. 47
Error Missing a Javadoc comment. 48
Error Redundant 'public' modifier. 48
Error Missing a Javadoc comment. 49
Error Redundant 'public' modifier. 49
Error Missing a Javadoc comment. 50
Error Redundant 'public' modifier. 50
Error Missing a Javadoc comment. 51
Error Redundant 'public' modifier. 51
Error Missing a Javadoc comment. 52
Error Redundant 'public' modifier. 52
Error Missing a Javadoc comment. 53
Error Redundant 'public' modifier. 53
Error Missing a Javadoc comment. 54
Error Redundant 'public' modifier. 54
Error Missing a Javadoc comment. 55
Error Redundant 'public' modifier. 55
Error Missing a Javadoc comment. 56
Error Redundant 'public' modifier. 56
Error Missing a Javadoc comment. 57
Error Redundant 'public' modifier. 57
Error Missing a Javadoc comment. 58
Error Redundant 'public' modifier. 58
Error Missing a Javadoc comment. 59
Error Redundant 'public' modifier. 59
Error Missing a Javadoc comment. 60
Error Redundant 'public' modifier. 60
Error Missing a Javadoc comment. 61
Error Redundant 'public' modifier. 61
Error Missing a Javadoc comment. 62
Error Redundant 'public' modifier. 62
Error Missing a Javadoc comment. 63
Error Redundant 'public' modifier. 63
Error Missing a Javadoc comment. 64
Error Redundant 'public' modifier. 64
Error Missing a Javadoc comment. 65
Error Redundant 'public' modifier. 65
Error Missing a Javadoc comment. 66
Error Redundant 'public' modifier. 66
Error Missing a Javadoc comment. 67
Error Redundant 'public' modifier. 67
Error Missing a Javadoc comment. 68
Error Redundant 'public' modifier. 68
Error Missing a Javadoc comment. 69
Error Redundant 'public' modifier. 69
Error Missing a Javadoc comment. 70
Error Redundant 'public' modifier. 70
Error Missing a Javadoc comment. 71
Error Redundant 'public' modifier. 71
Error Missing a Javadoc comment. 72
Error Redundant 'public' modifier. 72
Error Missing a Javadoc comment. 73
Error Redundant 'public' modifier. 73
Error Missing a Javadoc comment. 74
Error Redundant 'public' modifier. 74
Error Missing a Javadoc comment. 75
Error Redundant 'public' modifier. 75
Error Missing a Javadoc comment. 76
Error Redundant 'public' modifier. 76
Error Missing a Javadoc comment. 77
Error Redundant 'public' modifier. 77
Error Missing a Javadoc comment. 78
Error Redundant 'public' modifier. 78
Error Missing a Javadoc comment. 79
Error Redundant 'public' modifier. 79
Error Missing a Javadoc comment. 80
Error Redundant 'public' modifier. 80
Error Missing a Javadoc comment. 81
Error Redundant 'public' modifier. 81
Error Missing a Javadoc comment. 82
Error Redundant 'public' modifier. 82
Error Missing a Javadoc comment. 83
Error Redundant 'public' modifier. 83
Error Missing a Javadoc comment. 84
Error Redundant 'public' modifier. 84
Error Missing a Javadoc comment. 85
Error Redundant 'public' modifier. 85
Error Missing a Javadoc comment. 86
Error Redundant 'public' modifier. 86
Error Missing a Javadoc comment. 87
Error Redundant 'public' modifier. 87
Error Missing a Javadoc comment. 88
Error Redundant 'public' modifier. 88
Error Missing a Javadoc comment. 89
Error Redundant 'public' modifier. 89
Error Missing a Javadoc comment. 90
Error Redundant 'public' modifier. 90
Error Missing a Javadoc comment. 91
Error Redundant 'public' modifier. 91
Error Missing a Javadoc comment. 92
Error Redundant 'public' modifier. 92
Error Missing a Javadoc comment. 93
Error Redundant 'public' modifier. 93
Error Missing a Javadoc comment. 94
Error Redundant 'public' modifier. 94
Error Missing a Javadoc comment. 95
Error Redundant 'public' modifier. 95
Error Missing a Javadoc comment. 96
Error Redundant 'public' modifier. 96
Error Missing a Javadoc comment. 97
Error Redundant 'public' modifier. 97
Error Missing a Javadoc comment. 98
Error Redundant 'public' modifier. 98
Error Missing a Javadoc comment. 99
Error Redundant 'public' modifier. 99
Error Missing a Javadoc comment. 100
Error Redundant 'public' modifier. 100
Error Missing a Javadoc comment. 101
Error Redundant 'public' modifier. 101
Error Missing a Javadoc comment. 102
Error Redundant 'public' modifier. 102
Error Missing a Javadoc comment. 103
Error Redundant 'public' modifier. 103
Error Missing a Javadoc comment. 106
Error Redundant 'public' modifier. 106
Error Name 'jjtNodeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 106

xjavadoc/NodePrinter.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 22
Error First sentence should end with a period. 24
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error '(' is followed by whitespace. 35
Error Parameter node should be final. 35
Error Parameter o should be final. 35
Error Expected @param tag for 'o'. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 36
Error '{' should be on the previous line. 36
Error Line contains a tab character. 37
Error '(' is followed by whitespace. 37
Error ')' is preceded with whitespace. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 41
Error Line contains a tab character. 43
Error Line contains a tab character. 45
Error 'for' is not followed by whitespace. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line contains a tab character. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error '(' is followed by whitespace. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 48
Error 'while' is not followed by whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line contains a tab character. 49
Error '{' should be on the previous line. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error 'if' is not followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line contains a tab character. 52
Error '{' should be on the previous line. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error 'while' is not followed by whitespace. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line contains a tab character. 62
Error '{' should be on the previous line. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error 'if' is not followed by whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line contains a tab character. 65
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error First sentence should end with a period. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Redundant 'final' modifier. 80
Error 'static' modifier out of order with the JLS suggestions. 80
Error '(' is followed by whitespace. 80
Error Parameter t should be final. 80
Error Parameter out should be final. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error '{' should be on the previous line. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 84
Error 'if' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line contains a tab character. 85
Error '{' should be on the previous line. 85
Error Line contains a tab character. 86
Error 'while' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line contains a tab character. 87
Error '{' should be on the previous line. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error 'while' is not followed by whitespace. 90
Error '(' is followed by whitespace. 90
Error ')' is preceded with whitespace. 90
Error Line contains a tab character. 91
Error '{' should be on the previous line. 91
Error Line contains a tab character. 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 Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error '(' is followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error First sentence should end with a period. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Redundant 'final' modifier. 110
Error 'static' modifier out of order with the JLS suggestions. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line contains a tab character. 111
Error '{' should be on the previous line. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error First sentence should end with a period. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error '(' is followed by whitespace. 124
Error Parameter str should be final. 124
Error ')' is preceded with whitespace. 124
Error Line contains a tab character. 125
Error '{' should be on the previous line. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 129
Error 'for' is not followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line contains a tab character. 130
Error '{' should be on the previous line. 130
Error Line contains a tab character. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line contains a tab character. 132
Error 'if' is not followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error '(' is followed by whitespace. 132
Error '0x20' is a magic number. 132
Error '0x7e' is a magic number. 132
Error ')' is preceded with whitespace. 132
Error '&&' should be on a new line. 132
Error Line is longer than 80 characters. 133
Error Line contains a tab character. 133
Error ')' is preceded with whitespace. 133
Error Line contains a tab character. 134
Error '{' should be on the previous line. 134
Error Line contains a tab character. 135
Error '(' is followed by whitespace. 135
Error '16' is a magic number. 135
Error ')' is preceded with whitespace. 135
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error '(' is followed by whitespace. 137
Error '4' is a magic number. 137
Error ')' is preceded with whitespace. 137
Error Line contains a tab character. 138
Error '}' should be on the same line. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error '{' should be on the previous line. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145

xjavadoc/ParameterImpl.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 10
Error '{' should be on the previous line. 19
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error Variable 'instanceCount' must be private and have accessor methods. 20
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Name '_containingExecutableMember' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Name '_parameterIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Name '_description' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Line contains a tab character. 34
Error Missing a Javadoc comment. 34
Error Line contains a tab character. 35
Error '{' should be on the previous line. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error Redundant 'final' modifier. 39
Error Line contains a tab character. 40
Error '{' should be on the previous line. 40
Error Line is longer than 80 characters. 41
Error Line contains a tab character. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Expected an @return tag. 49
Error Line contains a tab character. 49
Error Redundant 'final' modifier. 49
Error Line contains a tab character. 50
Error '{' should be on the previous line. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line is longer than 80 characters. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 59
Error Missing a Javadoc comment. 59
Error Redundant 'final' modifier. 59
Error Line contains a tab character. 60
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error Line contains a tab character. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 64
Error Missing a Javadoc comment. 64
Error Line contains a tab character. 65
Error '{' should be on the previous line. 65
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error 'for' is not followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error ';' is followed by whitespace. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line contains a tab character. 71
Error 'if' is not followed by whitespace. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line contains a tab character. 72
Error '{' should be on the previous line. 72
Error Line contains a tab character. 73
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 Line contains a tab character. 74
Error '{' should be on the previous line. 74
Error Line contains a tab character. 75
Error Line is longer than 80 characters. 77
Error Line contains a tab character. 77
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 88
Error Missing a Javadoc comment. 88
Error Line contains a tab character. 89
Error '{' should be on the previous line. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 92
Error 'if' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line contains a tab character. 93
Error '{' should be on the previous line. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error '}' should be on the same line. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error '{' should be on the previous line. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 102
Error Missing a Javadoc comment. 102
Error Line contains a tab character. 103
Error '{' should be on the previous line. 103
Error Line is longer than 80 characters. 104
Error Line contains a tab character. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 107
Error Missing a Javadoc comment. 107
Error Redundant 'final' modifier. 107
Error Line contains a tab character. 108
Error '{' should be on the previous line. 108
Error Line is longer than 80 characters. 109
Error Line contains a tab character. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line is longer than 80 characters. 121
Error Line contains a tab character. 121
Error Redundant 'final' modifier. 121
Error '(' is followed by whitespace. 121
Error Parameter containingExecutableMember should be final. 121
Error Parameter parameterIndex should be final. 121
Error Expected @param tag for 'parameterIndex'. 121
Error ')' is preceded with whitespace. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125

xjavadoc/ParseException.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 1
Error Unclosed HTML tag found: <result of getMessage> 25
Error Parameter currentTokenVal should be final. 27
Error Expected @param tag for 'currentTokenVal'. 27
Error Parameter expectedTokenSequencesVal should be final. 28
Error Expected @param tag for 'expectedTokenSequencesVal'. 28
Error Parameter tokenImageVal should be final. 29
Error Expected @param tag for 'tokenImageVal'. 29
Error '{' should be on the previous line. 31
Error Missing a Javadoc comment. 54
Error Parameter message should be final. 54
Error Variable 'specialConstructor' must be private and have accessor methods. 64
Error Variable 'currentToken' must be private and have accessor methods. 71
Error Variable 'expectedTokenSequences' must be private and have accessor methods. 78
Error Variable 'tokenImage' must be private and have accessor methods. 85
Error Expected an @return tag. 97
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 97
Error Line is longer than 80 characters. 110
Error 'if' construct must use '{}'s. 118
Error Line has trailing spaces. 124
Error Line is longer than 80 characters. 126
Error Variable 'eol' must be private and have accessor methods. 140
Error Line has trailing spaces. 141
Error Expected an @return tag. 147
Error Method 'add_escapes' is not designed for extension - needs to be abstract, final or empty. 147
Error Name 'add_escapes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
Error Parameter str should be final. 147
Error Expected @param tag for 'str'. 147
Error '{' should be on the previous line. 152
Error '0x20' is a magic number. 180
Error '0x7e' is a magic number. 180
Error '16' is a magic number. 181
Error '4' is a magic number. 182

xjavadoc/Primitive.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 7
Error '{' should be on the previous line. 15
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error Parameter xJavaDoc should be final. 18
Error Parameter name should be final. 18
Error Parameter type should be final. 18
Error ')' is preceded with whitespace. 18
Error Line contains a tab character. 19
Error '{' should be on the previous line. 19
Error Line contains a tab character. 20
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Line contains a tab character. 21
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Redundant 'final' modifier. 25
Error Line contains a tab character. 26
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Redundant 'final' modifier. 30
Error Line contains a tab character. 31
Error '{' should be on the previous line. 31
Error Line contains a tab character. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error First sentence should end with a period. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error '{' should be on the previous line. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error First sentence should end with a period. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error '{' should be on the previous line. 54
Error Line contains a tab character. 55
Error First sentence should end with a period. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error '{' should be on the previous line. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65

xjavadoc/ReturnType.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 15
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error Name '_method' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Line contains a tab character. 17
Error Missing a Javadoc comment. 17
Error Name '_dimensionAsString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Name '_typeString' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error Name '_dimension' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter method should be final. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 23
Error '{' should be on the previous line. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error '{' should be on the previous line. 28
Error Line contains a tab character. 29
Error 'if' is not followed by whitespace. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Line contains a tab character. 30
Error '{' should be on the previous line. 30
Error Line is longer than 80 characters. 31
Error Line contains a tab character. 31
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 36
Error Missing a Javadoc comment. 36
Error Line contains a tab character. 37
Error '{' should be on the previous line. 37
Error Line contains a tab character. 38
Error 'if' is not followed by whitespace. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line contains a tab character. 39
Error '{' should be on the previous line. 39
Error Line is longer than 80 characters. 40
Error Line contains a tab character. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 45
Error Missing a Javadoc comment. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Missing a Javadoc comment. 50
Error '(' is followed by whitespace. 50
Error Parameter dimension should be final. 50
Error ')' is preceded with whitespace. 50
Error Line contains a tab character. 51
Error '{' should be on the previous line. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error Missing a Javadoc comment. 55
Error '(' is followed by whitespace. 55
Error Parameter typeString should be final. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58

xjavadoc/SimpleNode.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Missing a Javadoc comment. 7
Error '{' should be on the previous line. 8
Error Line contains a tab character. 10
Error Missing a Javadoc comment. 10
Error Variable 'instanceCount' must be private and have accessor methods. 10
Error Line contains a tab character. 11
Error Missing a Javadoc comment. 11
Error Variable 'parent' must be private and have accessor methods. 11
Error Line contains a tab character. 12
Error Missing a Javadoc comment. 12
Error Variable 'children' must be private and have accessor methods. 12
Error Line contains a tab character. 13
Error Missing a Javadoc comment. 13
Error Variable 'id' must be private and have accessor methods. 13
Error Line contains a tab character. 14
Error Missing a Javadoc comment. 14
Error Variable 'parser' must be private and have accessor methods. 14
Error Line contains a tab character. 15
Error Missing a Javadoc comment. 15
Error Variable 'first' must be private and have accessor methods. 15
Error Variable 'last' must be private and have accessor methods. 15
Error Line contains a tab character. 17
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error Parameter i should be final. 17
Error ')' is preceded with whitespace. 17
Error Line contains a tab character. 18
Error '{' should be on the previous line. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error '(' is followed by whitespace. 23
Error Parameter i should be final. 23
Error ')' is preceded with whitespace. 23
Error Line contains a tab character. 24
Error '{' should be on the previous line. 24
Error Line contains a tab character. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. 34
Error Line contains a tab character. 35
Error '{' should be on the previous line. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 38
Error 'for' is not followed by whitespace. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line contains a tab character. 39
Error '{' should be on the previous line. 39
Error Line contains a tab character. 40
Error 'if' is not followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error ')' is preceded with whitespace. 40
Error ')' is preceded with whitespace. 40
Error Line contains a tab character. 41
Error '{' should be on the previous line. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Method 'getFirstToken' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Line contains a tab character. 49
Error '{' should be on the previous line. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 53
Error Method 'getLastToken' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Line contains a tab character. 54
Error '{' should be on the previous line. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 58
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Line contains a tab character. 59
Error '{' should be on the previous line. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 63
Error Method 'jjtOpen' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Line contains a tab character. 64
Error '{' should be on the previous line. 64
Error Line contains a tab character. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 68
Error Method 'jjtClose' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Line contains a tab character. 69
Error '{' should be on the previous line. 69
Error Line contains a tab character. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 73
Error Method 'jjtSetParent' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error '(' is followed by whitespace. 73
Error Parameter n should be final. 73
Error ')' is preceded with whitespace. 73
Error Line contains a tab character. 74
Error '{' should be on the previous line. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 78
Error Method 'jjtGetParent' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Line contains a tab character. 79
Error '{' should be on the previous line. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 83
Error Method 'jjtAddChild' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error '(' is followed by whitespace. 83
Error Parameter n should be final. 83
Error Parameter i should be final. 83
Error ')' is preceded with whitespace. 83
Error Line contains a tab character. 84
Error '{' should be on the previous line. 84
Error Line contains a tab character. 85
Error 'if' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line contains a tab character. 86
Error '{' should be on the previous line. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error '}' should be on the same line. 88
Error Line contains a tab character. 89
Error 'if' is not followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line contains a tab character. 90
Error '{' should be on the previous line. 90
Error Line contains a tab character. 91
Error Array brackets at illegal position. 91
Error Line contains a tab character. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 99
Error Method 'jjtGetChild' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error '(' is followed by whitespace. 99
Error Parameter i should be final. 99
Error ')' is preceded with whitespace. 99
Error Line contains a tab character. 100
Error '{' should be on the previous line. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 104
Error Method 'jjtGetNumChildren' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Line contains a tab character. 105
Error '{' should be on the previous line. 105
Error Line contains a tab character. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Avoid inline conditionals. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 109
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Line contains a tab character. 110
Error '{' should be on the previous line. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Line contains a tab character. 114
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 114
Error '(' is followed by whitespace. 114
Error Parameter prefix should be final. 114
Error ')' is preceded with whitespace. 114
Error Line contains a tab character. 115
Error '{' should be on the previous line. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 119
Error Method 'dump' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Line contains a tab character. 120
Error '{' should be on the previous line. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 127
Error Missing a Javadoc comment. 127
Error '(' is followed by whitespace. 127
Error Parameter sb should be final. 127
Error Parameter prefix should be final. 127
Error ')' is preceded with whitespace. 127
Error Line contains a tab character. 128
Error '{' should be on the previous line. 128
Error Line is longer than 80 characters. 129
Error Line contains a tab character. 129
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line contains a tab character. 131
Error 'if' is not followed by whitespace. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line contains a tab character. 132
Error '{' should be on the previous line. 132
Error Line contains a tab character. 133
Error 'for' is not followed by whitespace. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line contains a tab character. 134
Error '{' should be on the previous line. 134
Error Line contains a tab character. 135
Error '(' is followed by whitespace. 135
Error ')' is preceded with whitespace. 135
Error Line contains a tab character. 137
Error 'if' is not followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line contains a tab character. 138
Error '{' should be on the previous line. 138
Error Line contains a tab character. 139
Error '(' is followed by whitespace. 139
Error ')' is preceded with whitespace. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143

xjavadoc/SimpleParser.java

ErrorLine
Error File length is 7,947 lines (max allowed is 2,000). 1
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Unused import - java.io.InputStream. 6
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Name '_xJavaDoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 10
Error Missing a Javadoc comment. 11
Error Name '_tagFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 11
Error Missing a Javadoc comment. 13
Error Name '_packageName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 13
Error Missing a Javadoc comment. 15
Error Name '_sourceClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 15
Error Missing a Javadoc comment. 16
Error Name '_sourceClassStack' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Missing a Javadoc comment. 20
Error Name '_hasParsedMain' must match pattern '^[a-z][a-zA-Z0-9]*$'. 20
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Redundant 'final' modifier. 23
Error Parameter element should be final. 23
Error Parameter token should be final. 23
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Missing a Javadoc comment. 28
Error Redundant 'final' modifier. 28
Error 'if' is not followed by whitespace. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Missing a Javadoc comment. 34
Error Name '_nameBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Variable 'type' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 38
Error Variable 'name' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 39
Error Variable 'dimension' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 41
Error Name '_parameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Missing a Javadoc comment. 44
Error Name '_nameToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error First sentence should end with a period. 46
Error Line is longer than 80 characters. 47
Error Expected an @return tag. 49
Error 'if' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line is longer than 80 characters. 55
Error 'if' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error First sentence should end with a period. 71
Error Line is longer than 80 characters. 72
Error 'if' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Missing a Javadoc comment. 83
Error 'cast' is not followed by whitespace. 84
Error Line has trailing spaces. 87
Error Line has trailing spaces. 89
Error '(' is followed by whitespace. 94
Error Parameter xJavaDoc should be final. 94
Error Expected @param tag for 'xJavaDoc'. 94
Error Parameter tagFactory should be final. 94
Error Expected @param tag for 'tagFactory'. 94
Error ')' is preceded with whitespace. 94
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 101
Error Method 'populate' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter sourceClass should be final. 110
Error Expected @param tag for 'sourceClass'. 110
Error Expected @throws tag for 'ParseException'. 111
Error '{' should be on the previous line. 112
Error '{' should be on the previous line. 123
Error Line has trailing spaces. 126
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error '}' should be on the same line. 131
Error '{' should be on the previous line. 133
Error '}' should be on the same line. 136
Error '{' should be on the previous line. 138
Error Line is longer than 80 characters. 150
Error Missing a Javadoc comment. 150
Error 'public' modifier out of order with the JLS suggestions. 150
Error Name 'CompilationUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
Error Parameter sourceClass should be final. 150
Error Empty statement. 157
Error Empty statement. 163
Error Empty statement. 181
Error 'if' is not followed by whitespace. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error 'if' construct must use '{}'s. 195
Error Line is longer than 80 characters. 195
Error Avoid nested blocks. 195
Error 'if' is not preceded with whitespace. 195
Error '{' is not followed by whitespace. 195
Error ';' is not followed by whitespace. 195
Error '}' is not preceded with whitespace. 195
Error Missing a Javadoc comment. 199
Error 'public' modifier out of order with the JLS suggestions. 199
Error Name 'PackageDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 199
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error Missing a Javadoc comment. 206
Error 'public' modifier out of order with the JLS suggestions. 206
Error Name 'ImportDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 206
Error '3' is a magic number. 218
Error Empty statement. 219
Error 'if' is not followed by whitespace. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error Missing a Javadoc comment. 229
Error 'public' modifier out of order with the JLS suggestions. 229
Error Name 'TypeDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 229
Error '2147483647' is a magic number. 230
Error '4' is a magic number. 246
Error Missing a Javadoc comment. 262
Error 'public' modifier out of order with the JLS suggestions. 262
Error Name 'ClassDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 262
Error Empty statement. 272
Error '5' is a magic number. 275
Error '(' is followed by whitespace. 282
Error ')' is preceded with whitespace. 282
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error '6' is a magic number. 300
Error Missing a Javadoc comment. 309
Error 'public' modifier out of order with the JLS suggestions. 309
Error Name 'UnmodifiedClassDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 309
Error 'if' is not followed by whitespace. 317
Error '!=' is not preceded with whitespace. 317
Error '!=' is not followed by whitespace. 317
Error '(' is followed by whitespace. 318
Error ')' is preceded with whitespace. 318
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error 'if' is not followed by whitespace. 322
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error Line is longer than 80 characters. 327
Error ',' is not followed by whitespace. 327
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error '7' is a magic number. 341
Error Empty statement. 342
Error '8' is a magic number. 350
Error Empty statement. 351
Error 'if' is not followed by whitespace. 354
Error '(' is followed by whitespace. 354
Error ')' is preceded with whitespace. 354
Error Missing a Javadoc comment. 361
Error 'public' modifier out of order with the JLS suggestions. 361
Error Name 'ClassBody' must match pattern '^[a-z][a-zA-Z0-9]*$'. 361
Error Empty statement. 390
Error '9' is a magic number. 393
Error Missing a Javadoc comment. 401
Error 'public' modifier out of order with the JLS suggestions. 401
Error Name 'NestedClassDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 401
Error Empty statement. 414
Error '10' is a magic number. 417
Error '(' is followed by whitespace. 423
Error ')' is preceded with whitespace. 423
Error '(' is followed by whitespace. 424
Error ')' is preceded with whitespace. 424
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error '(' is followed by whitespace. 433
Error ')' is preceded with whitespace. 433
Error '(' is followed by whitespace. 434
Error ')' is preceded with whitespace. 434
Error '(' is followed by whitespace. 438
Error ')' is preceded with whitespace. 438
Error '(' is followed by whitespace. 439
Error ')' is preceded with whitespace. 439
Error '(' is followed by whitespace. 443
Error ')' is preceded with whitespace. 443
Error '(' is followed by whitespace. 444
Error ')' is preceded with whitespace. 444
Error '(' is followed by whitespace. 448
Error ')' is preceded with whitespace. 448
Error '(' is followed by whitespace. 449
Error ')' is preceded with whitespace. 449
Error '(' is followed by whitespace. 453
Error ')' is preceded with whitespace. 453
Error '(' is followed by whitespace. 454
Error ')' is preceded with whitespace. 454
Error '11' is a magic number. 457
Error Missing a Javadoc comment. 466
Error 'public' modifier out of order with the JLS suggestions. 466
Error Name 'ClassBodyDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 466
Error '2147483647' is a magic number. 470
Error '2147483647' is a magic number. 472
Error '2147483647' is a magic number. 474
Error '2147483647' is a magic number. 476
Error '12' is a magic number. 499
Error Missing a Javadoc comment. 507
Error 'public' modifier out of order with the JLS suggestions. 507
Error Name 'MethodDeclarationLookahead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 507
Error Empty statement. 520
Error '13' is a magic number. 523
Error '14' is a magic number. 555
Error Missing a Javadoc comment. 565
Error 'public' modifier out of order with the JLS suggestions. 565
Error Name 'InterfaceDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 565
Error Empty statement. 574
Error '15' is a magic number. 577
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. 589
Error ')' is preceded with whitespace. 589
Error '(' is followed by whitespace. 593
Error ')' is preceded with whitespace. 593
Error '(' is followed by whitespace. 594
Error ')' is preceded with whitespace. 594
Error '16' is a magic number. 597
Error Missing a Javadoc comment. 606
Error 'public' modifier out of order with the JLS suggestions. 606
Error Name 'NestedInterfaceDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 606
Error Empty statement. 619
Error '17' is a magic number. 622
Error '(' is followed by whitespace. 628
Error ')' is preceded with whitespace. 628
Error '(' is followed by whitespace. 629
Error ')' is preceded with whitespace. 629
Error '(' is followed by whitespace. 633
Error ')' is preceded with whitespace. 633
Error '(' is followed by whitespace. 634
Error ')' is preceded with whitespace. 634
Error '(' is followed by whitespace. 638
Error ')' is preceded with whitespace. 638
Error '(' is followed by whitespace. 639
Error ')' is preceded with whitespace. 639
Error '(' is followed by whitespace. 643
Error ')' is preceded with whitespace. 643
Error '(' is followed by whitespace. 644
Error ')' is preceded with whitespace. 644
Error '(' is followed by whitespace. 648
Error ')' is preceded with whitespace. 648
Error '(' is followed by whitespace. 649
Error ')' is preceded with whitespace. 649
Error '(' is followed by whitespace. 653
Error ')' is preceded with whitespace. 653
Error '(' is followed by whitespace. 654
Error ')' is preceded with whitespace. 654
Error '(' is followed by whitespace. 658
Error ')' is preceded with whitespace. 658
Error '(' is followed by whitespace. 659
Error ')' is preceded with whitespace. 659
Error '18' is a magic number. 662
Error Missing a Javadoc comment. 671
Error 'public' modifier out of order with the JLS suggestions. 671
Error Name 'UnmodifiedInterfaceDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 671
Error '(' is followed by whitespace. 678
Error ')' is preceded with whitespace. 678
Error 'if' is not followed by whitespace. 680
Error '(' is followed by whitespace. 682
Error ')' is preceded with whitespace. 682
Error '(' is followed by whitespace. 683
Error ')' is preceded with whitespace. 683
Error Line is longer than 80 characters. 685
Error ',' is not followed by whitespace. 685
Error '(' is followed by whitespace. 686
Error ')' is preceded with whitespace. 686
Error '(' is followed by whitespace. 687
Error ')' is preceded with whitespace. 687
Error '(' is followed by whitespace. 691
Error ')' is preceded with whitespace. 691
Error ',' is not followed by whitespace. 692
Error '19' is a magic number. 699
Error Empty statement. 700
Error Empty statement. 729
Error '20' is a magic number. 732
Error 'if' is not followed by whitespace. 738
Error Missing a Javadoc comment. 743
Error 'public' modifier out of order with the JLS suggestions. 743
Error Name 'InterfaceMemberDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 743
Error '2147483647' is a magic number. 744
Error '2147483647' is a magic number. 746
Error '2147483647' is a magic number. 748
Error '21' is a magic number. 771
Error Missing a Javadoc comment. 778
Error 'public' modifier out of order with the JLS suggestions. 778
Error Name 'FieldDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 778
Error Empty statement. 801
Error '22' is a magic number. 804
Error '(' is followed by whitespace. 810
Error ')' is preceded with whitespace. 810
Error ',' is not followed by whitespace. 811
Error '(' is followed by whitespace. 815
Error ')' is preceded with whitespace. 815
Error ',' is not followed by whitespace. 816
Error '(' is followed by whitespace. 820
Error ')' is preceded with whitespace. 820
Error ',' is not followed by whitespace. 821
Error '(' is followed by whitespace. 825
Error ')' is preceded with whitespace. 825
Error ',' is not followed by whitespace. 826
Error '(' is followed by whitespace. 830
Error ')' is preceded with whitespace. 830
Error ',' is not followed by whitespace. 831
Error '(' is followed by whitespace. 835
Error ')' is preceded with whitespace. 835
Error ',' is not followed by whitespace. 836
Error '(' is followed by whitespace. 840
Error ')' is preceded with whitespace. 840
Error ',' is not followed by whitespace. 841
Error '23' is a magic number. 844
Error Empty statement. 855
Error '24' is a magic number. 858
Error Line is longer than 80 characters. 862
Error Line is longer than 80 characters. 868
Error Missing a Javadoc comment. 872
Error 'public' modifier out of order with the JLS suggestions. 872
Error Name 'FieldDeclarator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 872
Error Parameter fieldImpl should be final. 872
Error '25' is a magic number. 880
Error Empty statement. 881
Error Missing a Javadoc comment. 885
Error 'public' modifier out of order with the JLS suggestions. 885
Error Name 'VariableDeclarator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 885
Error '26' is a magic number. 893
Error Empty statement. 894
Error Line is longer than 80 characters. 898
Error Missing a Javadoc comment. 898
Error 'public' modifier out of order with the JLS suggestions. 898
Error Name 'Field_VariableDeclaratorId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 898
Error Parameter fieldImpl should be final. 898
Error Empty statement. 905
Error '27' is a magic number. 908
Error Line is longer than 80 characters. 913
Error '(' is followed by whitespace. 915
Error ')' is preceded with whitespace. 915
Error Missing a Javadoc comment. 918
Error 'public' modifier out of order with the JLS suggestions. 918
Error Name 'Parameter_VariableDeclaratorId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 918
Error Empty statement. 925
Error '28' is a magic number. 928
Error Missing a Javadoc comment. 938
Error 'public' modifier out of order with the JLS suggestions. 938
Error Name 'VariableDeclaratorId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 938
Error Empty statement. 944
Error '29' is a magic number. 947
Error Missing a Javadoc comment. 955
Error 'public' modifier out of order with the JLS suggestions. 955
Error Name 'VariableInitializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 955
Error '30' is a magic number. 990
Error Missing a Javadoc comment. 996
Error 'public' modifier out of order with the JLS suggestions. 996
Error Name 'ArrayInitializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 996
Error Empty statement. 1031
Error '31' is a magic number. 1040
Error Empty statement. 1041
Error '32' is a magic number. 1048
Error Empty statement. 1049
Error Missing a Javadoc comment. 1054
Error 'public' modifier out of order with the JLS suggestions. 1054
Error Name 'MethodDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1054
Error Line is longer than 80 characters. 1060
Error 'if' is not followed by whitespace. 1063
Error '!=' is not preceded with whitespace. 1063
Error '!=' is not followed by whitespace. 1063
Error Empty statement. 1078
Error '33' is a magic number. 1081
Error 'if' is not followed by whitespace. 1087
Error '!=' is not preceded with whitespace. 1087
Error '!=' is not followed by whitespace. 1087
Error '(' is followed by whitespace. 1088
Error ')' is preceded with whitespace. 1088
Error '(' is followed by whitespace. 1089
Error ')' is preceded with whitespace. 1089
Error 'if' is not followed by whitespace. 1094
Error '!=' is not preceded with whitespace. 1094
Error '!=' is not followed by whitespace. 1094
Error '(' is followed by whitespace. 1095
Error ')' is preceded with whitespace. 1095
Error '(' is followed by whitespace. 1096
Error ')' is preceded with whitespace. 1096
Error 'if' is not followed by whitespace. 1101
Error '!=' is not preceded with whitespace. 1101
Error '!=' is not followed by whitespace. 1101
Error '(' is followed by whitespace. 1102
Error ')' is preceded with whitespace. 1102
Error '(' is followed by whitespace. 1103
Error ')' is preceded with whitespace. 1103
Error 'if' is not followed by whitespace. 1108
Error '!=' is not preceded with whitespace. 1108
Error '!=' is not followed by whitespace. 1108
Error '(' is followed by whitespace. 1109
Error ')' is preceded with whitespace. 1109
Error '(' is followed by whitespace. 1110
Error ')' is preceded with whitespace. 1110
Error 'if' is not followed by whitespace. 1115
Error '!=' is not preceded with whitespace. 1115
Error '!=' is not followed by whitespace. 1115
Error '(' is followed by whitespace. 1116
Error ')' is preceded with whitespace. 1116
Error '(' is followed by whitespace. 1117
Error ')' is preceded with whitespace. 1117
Error 'if' is not followed by whitespace. 1122
Error '!=' is not preceded with whitespace. 1122
Error '!=' is not followed by whitespace. 1122
Error '(' is followed by whitespace. 1123
Error ')' is preceded with whitespace. 1123
Error '(' is followed by whitespace. 1124
Error ')' is preceded with whitespace. 1124
Error 'if' is not followed by whitespace. 1129
Error '!=' is not preceded with whitespace. 1129
Error '!=' is not followed by whitespace. 1129
Error '(' is followed by whitespace. 1130
Error ')' is preceded with whitespace. 1130
Error '(' is followed by whitespace. 1131
Error ')' is preceded with whitespace. 1131
Error 'if' is not followed by whitespace. 1136
Error '!=' is not preceded with whitespace. 1136
Error '!=' is not followed by whitespace. 1136
Error '(' is followed by whitespace. 1137
Error ')' is preceded with whitespace. 1137
Error '(' is followed by whitespace. 1138
Error ')' is preceded with whitespace. 1138
Error 'if' is not followed by whitespace. 1143
Error '!=' is not preceded with whitespace. 1143
Error '!=' is not followed by whitespace. 1143
Error '(' is followed by whitespace. 1144
Error ')' is preceded with whitespace. 1144
Error '(' is followed by whitespace. 1145
Error ')' is preceded with whitespace. 1145
Error '34' is a magic number. 1149
Error '35' is a magic number. 1162
Error Empty statement. 1163
Error '36' is a magic number. 1173
Error Line is longer than 80 characters. 1182
Error Missing a Javadoc comment. 1182
Error 'public' modifier out of order with the JLS suggestions. 1182
Error Name 'MethodDeclarator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1182
Error Parameter methodImpl should be final. 1182
Error 'if' is not followed by whitespace. 1185
Error '(' is followed by whitespace. 1185
Error ')' is preceded with whitespace. 1185
Error '(' is followed by whitespace. 1186
Error ')' is preceded with whitespace. 1186
Error Empty statement. 1193
Error '37' is a magic number. 1196
Error Line is longer than 80 characters. 1201
Error '(' is followed by whitespace. 1201
Error ')' is preceded with whitespace. 1201
Error Line is longer than 80 characters. 1205
Error Missing a Javadoc comment. 1205
Error 'public' modifier out of order with the JLS suggestions. 1205
Error Name 'FormalParameters' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1205
Error Parameter member should be final. 1205
Error Empty statement. 1223
Error '38' is a magic number. 1226
Error '39' is a magic number. 1234
Error Empty statement. 1235
Error Line is longer than 80 characters. 1240
Error Missing a Javadoc comment. 1240
Error 'public' modifier out of order with the JLS suggestions. 1240
Error Name 'FormalParameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1240
Error Parameter member should be final. 1240
Error 'if' is not followed by whitespace. 1241
Error '40' is a magic number. 1250
Error Empty statement. 1251
Error 'if' is not followed by whitespace. 1255
Error '(' is followed by whitespace. 1255
Error ')' is preceded with whitespace. 1255
Error Line is longer than 80 characters. 1256
Error Missing a Javadoc comment. 1260
Error 'public' modifier out of order with the JLS suggestions. 1260
Error Name 'ConstructorDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1260
Error Line is longer than 80 characters. 1263
Error '(' is followed by whitespace. 1271
Error ')' is preceded with whitespace. 1271
Error '(' is followed by whitespace. 1272
Error ')' is preceded with whitespace. 1272
Error '(' is followed by whitespace. 1276
Error ')' is preceded with whitespace. 1276
Error '(' is followed by whitespace. 1277
Error ')' is preceded with whitespace. 1277
Error '(' is followed by whitespace. 1281
Error ')' is preceded with whitespace. 1281
Error '(' is followed by whitespace. 1282
Error ')' is preceded with whitespace. 1282
Error '41' is a magic number. 1285
Error '42' is a magic number. 1291
Error Empty statement. 1292
Error '43' is a magic number. 1302
Error Empty statement. 1303
Error '2147483647' is a magic number. 1306
Error Empty statement. 1309
Error Empty statement. 1354
Error '44' is a magic number. 1357
Error Missing a Javadoc comment. 1368
Error 'public' modifier out of order with the JLS suggestions. 1368
Error Name 'ExplicitConstructorInvocation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1368
Error '2147483647' is a magic number. 1369
Error Empty statement. 1400
Error '45' is a magic number. 1407
Error Missing a Javadoc comment. 1414
Error 'public' modifier out of order with the JLS suggestions. 1414
Error Name 'Initializer' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1414
Error '46' is a magic number. 1420
Error Empty statement. 1421
Error Missing a Javadoc comment. 1429
Error 'public' modifier out of order with the JLS suggestions. 1429
Error Name 'Field_Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1429
Error Parameter fieldImpl should be final. 1429
Error 'if' is not followed by whitespace. 1442
Error '(' is followed by whitespace. 1442
Error ')' is preceded with whitespace. 1442
Error '(' is followed by whitespace. 1444
Error ')' is preceded with whitespace. 1444
Error 'if' is not followed by whitespace. 1449
Error '(' is followed by whitespace. 1449
Error ')' is preceded with whitespace. 1449
Error '(' is followed by whitespace. 1451
Error ')' is preceded with whitespace. 1451
Error '47' is a magic number. 1455
Error Empty statement. 1463
Error '48' is a magic number. 1466
Error 'if' is not followed by whitespace. 1471
Error '(' is followed by whitespace. 1471
Error ')' is preceded with whitespace. 1471
Error Line is longer than 80 characters. 1477
Error Missing a Javadoc comment. 1477
Error 'public' modifier out of order with the JLS suggestions. 1477
Error Name 'MethodResult_Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1477
Error Parameter methodImpl should be final. 1477
Error 'if' is not followed by whitespace. 1490
Error '(' is followed by whitespace. 1490
Error ')' is preceded with whitespace. 1490
Error '(' is followed by whitespace. 1492
Error ')' is preceded with whitespace. 1492
Error 'if' is not followed by whitespace. 1497
Error '(' is followed by whitespace. 1497
Error ')' is preceded with whitespace. 1497
Error '(' is followed by whitespace. 1499
Error ')' is preceded with whitespace. 1499
Error '49' is a magic number. 1503
Error Empty statement. 1511
Error '50' is a magic number. 1514
Error 'if' is not followed by whitespace. 1519
Error '(' is followed by whitespace. 1519
Error ')' is preceded with whitespace. 1519
Error Line is longer than 80 characters. 1520
Error Missing a Javadoc comment. 1525
Error 'public' modifier out of order with the JLS suggestions. 1525
Error Name 'Parameter_Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1525
Error '51' is a magic number. 1545
Error Empty statement. 1553
Error '52' is a magic number. 1556
Error Missing a Javadoc comment. 1565
Error 'public' modifier out of order with the JLS suggestions. 1565
Error Name 'Type' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1565
Error '53' is a magic number. 1581
Error Empty statement. 1589
Error '54' is a magic number. 1592
Error Missing a Javadoc comment. 1600
Error 'public' modifier out of order with the JLS suggestions. 1600
Error Name 'PrimitiveType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1600
Error 'if' construct must use '{}'s. 1605
Error Avoid nested blocks. 1605
Error 'if' is not preceded with whitespace. 1605
Error '{' is not followed by whitespace. 1605
Error ';' is not followed by whitespace. 1605
Error '}' is not preceded with whitespace. 1605
Error 'if' construct must use '{}'s. 1609
Error Avoid nested blocks. 1609
Error 'if' is not preceded with whitespace. 1609
Error '{' is not followed by whitespace. 1609
Error ';' is not followed by whitespace. 1609
Error '}' is not preceded with whitespace. 1609
Error 'if' construct must use '{}'s. 1613
Error Avoid nested blocks. 1613
Error 'if' is not preceded with whitespace. 1613
Error '{' is not followed by whitespace. 1613
Error ';' is not followed by whitespace. 1613
Error '}' is not preceded with whitespace. 1613
Error 'if' construct must use '{}'s. 1617
Error Avoid nested blocks. 1617
Error 'if' is not preceded with whitespace. 1617
Error '{' is not followed by whitespace. 1617
Error ';' is not followed by whitespace. 1617
Error '}' is not preceded with whitespace. 1617
Error 'if' construct must use '{}'s. 1621
Error Avoid nested blocks. 1621
Error 'if' is not preceded with whitespace. 1621
Error '{' is not followed by whitespace. 1621
Error ';' is not followed by whitespace. 1621
Error '}' is not preceded with whitespace. 1621
Error 'if' construct must use '{}'s. 1625
Error Avoid nested blocks. 1625
Error 'if' is not preceded with whitespace. 1625
Error '{' is not followed by whitespace. 1625
Error ';' is not followed by whitespace. 1625
Error '}' is not preceded with whitespace. 1625
Error 'if' construct must use '{}'s. 1629
Error Avoid nested blocks. 1629
Error 'if' is not preceded with whitespace. 1629
Error '{' is not followed by whitespace. 1629
Error ';' is not followed by whitespace. 1629
Error '}' is not preceded with whitespace. 1629
Error 'if' construct must use '{}'s. 1633
Error Avoid nested blocks. 1633
Error 'if' is not preceded with whitespace. 1633
Error '{' is not followed by whitespace. 1633
Error ';' is not followed by whitespace. 1633
Error '}' is not preceded with whitespace. 1633
Error '55' is a magic number. 1636
Error Missing a Javadoc comment. 1643
Error 'public' modifier out of order with the JLS suggestions. 1643
Error Name 'ResultType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1643
Error Parameter methodImpl should be final. 1643
Error 'if' is not followed by whitespace. 1648
Error '(' is followed by whitespace. 1648
Error ')' is preceded with whitespace. 1648
Error '(' is followed by whitespace. 1649
Error ')' is preceded with whitespace. 1649
Error '(' is followed by whitespace. 1650
Error ')' is preceded with whitespace. 1650
Error '(' is followed by whitespace. 1651
Error ')' is preceded with whitespace. 1651
Error '56' is a magic number. 1666
Error Missing a Javadoc comment. 1672
Error 'public' modifier out of order with the JLS suggestions. 1672
Error Name 'Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1672
Error Empty statement. 1681
Error 'if' construct must use '{}'s. 1689
Error Avoid nested blocks. 1689
Error 'if' is not preceded with whitespace. 1689
Error '{' is not followed by whitespace. 1689
Error ';' is not followed by whitespace. 1689
Error '}' is not preceded with whitespace. 1689
Error Line is longer than 80 characters. 1693
Error Missing a Javadoc comment. 1693
Error 'public' modifier out of order with the JLS suggestions. 1693
Error Name 'ExecutableMemberThrows_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1693
Error Parameter member should be final. 1693
Error Empty statement. 1703
Error '57' is a magic number. 1706
Error 'if' is not followed by whitespace. 1713
Error '(' is followed by whitespace. 1713
Error ')' is preceded with whitespace. 1713
Error '(' is followed by whitespace. 1714
Error ')' is preceded with whitespace. 1714
Error Missing a Javadoc comment. 1718
Error 'public' modifier out of order with the JLS suggestions. 1718
Error Name 'Interfaces_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1718
Error Empty statement. 1730
Error '58' is a magic number. 1733
Error '(' is followed by whitespace. 1740
Error ')' is preceded with whitespace. 1740
Error Missing a Javadoc comment. 1743
Error 'public' modifier out of order with the JLS suggestions. 1743
Error Name 'NameList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1743
Error Empty statement. 1749
Error '59' is a magic number. 1752
Error Line is longer than 80 characters. 1760
Error Missing a Javadoc comment. 1760
Error 'public' modifier out of order with the JLS suggestions. 1760
Error Name 'ExecutableMemberThrows_NameList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1760
Error Parameter member should be final. 1760
Error Empty statement. 1766
Error '60' is a magic number. 1769
Error Missing a Javadoc comment. 1777
Error 'public' modifier out of order with the JLS suggestions. 1777
Error Name 'Interfaces_NameList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1777
Error Empty statement. 1783
Error '61' is a magic number. 1786
Error Missing a Javadoc comment. 1797
Error 'public' modifier out of order with the JLS suggestions. 1797
Error Name 'Expression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1797
Error '62' is a magic number. 1816
Error Empty statement. 1817
Error Missing a Javadoc comment. 1821
Error 'public' modifier out of order with the JLS suggestions. 1821
Error Name 'AssignmentOperator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1821
Error '63' is a magic number. 1860
Error Missing a Javadoc comment. 1866
Error 'public' modifier out of order with the JLS suggestions. 1866
Error Name 'ConditionalExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1866
Error '64' is a magic number. 1876
Error Empty statement. 1877
Error Missing a Javadoc comment. 1881
Error 'public' modifier out of order with the JLS suggestions. 1881
Error Name 'ConditionalOrExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1881
Error Empty statement. 1887
Error '65' is a magic number. 1890
Error Missing a Javadoc comment. 1898
Error 'public' modifier out of order with the JLS suggestions. 1898
Error Name 'ConditionalAndExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1898
Error Empty statement. 1904
Error '66' is a magic number. 1907
Error Missing a Javadoc comment. 1915
Error 'public' modifier out of order with the JLS suggestions. 1915
Error Name 'InclusiveOrExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1915
Error Empty statement. 1921
Error '67' is a magic number. 1924
Error Missing a Javadoc comment. 1932
Error 'public' modifier out of order with the JLS suggestions. 1932
Error Name 'ExclusiveOrExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1932
Error Empty statement. 1938
Error '68' is a magic number. 1941
Error Missing a Javadoc comment. 1949
Error 'public' modifier out of order with the JLS suggestions. 1949
Error Name 'AndExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1949
Error Empty statement. 1955
Error '69' is a magic number. 1958
Error Missing a Javadoc comment. 1966
Error 'public' modifier out of order with the JLS suggestions. 1966
Error Name 'EqualityExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1966
Error Empty statement. 1973
Error '70' is a magic number. 1976
Error '71' is a magic number. 1987
Error Missing a Javadoc comment. 1995
Error 'public' modifier out of order with the JLS suggestions. 1995
Error Name 'InstanceOfExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1995
Error '72' is a magic number. 2003
Error Empty statement. 2004
Error Missing a Javadoc comment. 2008
Error 'public' modifier out of order with the JLS suggestions. 2008
Error Name 'RelationalExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2008
Error Empty statement. 2017
Error '73' is a magic number. 2020
Error '74' is a magic number. 2037
Error Missing a Javadoc comment. 2045
Error 'public' modifier out of order with the JLS suggestions. 2045
Error Name 'ShiftExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2045
Error Empty statement. 2053
Error '75' is a magic number. 2056
Error '76' is a magic number. 2070
Error Missing a Javadoc comment. 2078
Error 'public' modifier out of order with the JLS suggestions. 2078
Error Name 'AdditiveExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2078
Error Empty statement. 2085
Error '77' is a magic number. 2088
Error '78' is a magic number. 2099
Error Missing a Javadoc comment. 2107
Error 'public' modifier out of order with the JLS suggestions. 2107
Error Name 'MultiplicativeExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2107
Error Empty statement. 2115
Error '79' is a magic number. 2118
Error '80' is a magic number. 2132
Error Missing a Javadoc comment. 2140
Error 'public' modifier out of order with the JLS suggestions. 2140
Error Name 'UnaryExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2140
Error '81' is a magic number. 2152
Error '82' is a magic number. 2190
Error Missing a Javadoc comment. 2196
Error 'public' modifier out of order with the JLS suggestions. 2196
Error Name 'PreIncrementExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2196
Error Missing a Javadoc comment. 2201
Error 'public' modifier out of order with the JLS suggestions. 2201
Error Name 'PreDecrementExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2201
Error Missing a Javadoc comment. 2206
Error 'public' modifier out of order with the JLS suggestions. 2206
Error Name 'UnaryExpressionNotPlusMinus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2206
Error '83' is a magic number. 2218
Error '84' is a magic number. 2225
Error '2147483647' is a magic number. 2226
Error '85' is a magic number. 2254
Error Missing a Javadoc comment. 2265
Error 'public' modifier out of order with the JLS suggestions. 2265
Error Name 'CastLookahead' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2265
Error '2147483647' is a magic number. 2269
Error '86' is a magic number. 2312
Error '87' is a magic number. 2318
Error Missing a Javadoc comment. 2325
Error 'public' modifier out of order with the JLS suggestions. 2325
Error Name 'PostfixExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2325
Error '88' is a magic number. 2338
Error '89' is a magic number. 2344
Error Empty statement. 2345
Error Missing a Javadoc comment. 2349
Error 'public' modifier out of order with the JLS suggestions. 2349
Error Name 'CastExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2349
Error '2147483647' is a magic number. 2350
Error '90' is a magic number. 2364
Error Missing a Javadoc comment. 2371
Error 'public' modifier out of order with the JLS suggestions. 2371
Error Name 'PrimaryExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2371
Error Empty statement. 2376
Error Missing a Javadoc comment. 2384
Error 'public' modifier out of order with the JLS suggestions. 2384
Error Name 'PrimaryPrefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2384
Error '91' is a magic number. 2412
Error '2147483647' is a magic number. 2413
Error '92' is a magic number. 2423
Error Missing a Javadoc comment. 2431
Error 'public' modifier out of order with the JLS suggestions. 2431
Error Name 'PrimarySuffix' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2431
Error '93' is a magic number. 2456
Error Missing a Javadoc comment. 2463
Error 'public' modifier out of order with the JLS suggestions. 2463
Error Name 'Literal' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2463
Error '94' is a magic number. 2485
Error Missing a Javadoc comment. 2491
Error 'public' modifier out of order with the JLS suggestions. 2491
Error Name 'BooleanLiteral' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2491
Error '95' is a magic number. 2500
Error Missing a Javadoc comment. 2506
Error 'public' modifier out of order with the JLS suggestions. 2506
Error Name 'NullLiteral' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2506
Error Missing a Javadoc comment. 2510
Error 'public' modifier out of order with the JLS suggestions. 2510
Error Name 'Arguments' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2510
Error '96' is a magic number. 2543
Error Empty statement. 2544
Error Missing a Javadoc comment. 2549
Error 'public' modifier out of order with the JLS suggestions. 2549
Error Name 'ArgumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2549
Error Empty statement. 2555
Error '97' is a magic number. 2558
Error Line is longer than 80 characters. 2567
Error 'public' modifier out of order with the JLS suggestions. 2569
Error Name 'AllocationExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2569
Error Expected @throws tag for 'ParseException'. 2569
Error '98' is a magic number. 2599
Error Empty statement. 2600
Error '99' is a magic number. 2604
Error '100' is a magic number. 2610
Error Missing a Javadoc comment. 2621
Error 'public' modifier out of order with the JLS suggestions. 2621
Error Name 'ArrayDimsAndInits' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2621
Error Empty statement. 2629
Error Empty statement. 2637
Error Empty statement. 2653
Error '101' is a magic number. 2656
Error '102' is a magic number. 2663
Error Missing a Javadoc comment. 2673
Error 'public' modifier out of order with the JLS suggestions. 2673
Error Name 'Statement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2673
Error '103' is a magic number. 2747
Error Missing a Javadoc comment. 2754
Error 'public' modifier out of order with the JLS suggestions. 2754
Error Name 'LabeledStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2754
Error Missing a Javadoc comment. 2760
Error 'public' modifier out of order with the JLS suggestions. 2760
Error Name 'Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2760
Error Empty statement. 2805
Error '104' is a magic number. 2808
Error Missing a Javadoc comment. 2816
Error 'public' modifier out of order with the JLS suggestions. 2816
Error Name 'Method_Block' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2816
Error Empty statement. 2861
Error '105' is a magic number. 2864
Error '106' is a magic number. 2875
Error Empty statement. 2876
Error Line is longer than 80 characters. 2881
Error Line is longer than 80 characters. 2882
Error 'public' modifier out of order with the JLS suggestions. 2884
Error Name 'BlockStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2884
Error Expected @throws tag for 'ParseException'. 2884
Error '2147483647' is a magic number. 2885
Error '107' is a magic number. 2940
Error Missing a Javadoc comment. 2947
Error 'public' modifier out of order with the JLS suggestions. 2947
Error Name 'Method_BlockStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 2947
Error '2147483647' is a magic number. 2948
Error '108' is a magic number. 3003
Error Missing a Javadoc comment. 3010
Error 'public' modifier out of order with the JLS suggestions. 3010
Error Name 'LocalVariableDeclaration' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3010
Error '109' is a magic number. 3016
Error Empty statement. 3017
Error Empty statement. 3025
Error '110' is a magic number. 3028
Error Missing a Javadoc comment. 3036
Error 'public' modifier out of order with the JLS suggestions. 3036
Error Name 'EmptyStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3036
Error Missing a Javadoc comment. 3040
Error 'public' modifier out of order with the JLS suggestions. 3040
Error Name 'StatementExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3040
Error '111' is a magic number. 3108
Error '112' is a magic number. 3114
Error Empty statement. 3115
Error '113' is a magic number. 3119
Error Missing a Javadoc comment. 3125
Error 'public' modifier out of order with the JLS suggestions. 3125
Error Name 'SwitchStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3125
Error Empty statement. 3136
Error '114' is a magic number. 3139
Error Empty statement. 3186
Error '115' is a magic number. 3189
Error Missing a Javadoc comment. 3198
Error 'public' modifier out of order with the JLS suggestions. 3198
Error Name 'SwitchLabel' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3198
Error '116' is a magic number. 3210
Error Missing a Javadoc comment. 3216
Error 'public' modifier out of order with the JLS suggestions. 3216
Error Name 'IfStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3216
Error '117' is a magic number. 3228
Error Empty statement. 3229
Error Missing a Javadoc comment. 3233
Error 'public' modifier out of order with the JLS suggestions. 3233
Error Name 'WhileStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3233
Error Missing a Javadoc comment. 3241
Error 'public' modifier out of order with the JLS suggestions. 3241
Error Name 'DoStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3241
Error Missing a Javadoc comment. 3251
Error 'public' modifier out of order with the JLS suggestions. 3251
Error Name 'ForStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3251
Error '118' is a magic number. 3282
Error Empty statement. 3283
Error '119' is a magic number. 3317
Error Empty statement. 3318
Error '120' is a magic number. 3348
Error Empty statement. 3349
Error Missing a Javadoc comment. 3355
Error 'public' modifier out of order with the JLS suggestions. 3355
Error Name 'ForInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3355
Error '2147483647' is a magic number. 3356
Error '121' is a magic number. 3386
Error Missing a Javadoc comment. 3393
Error 'public' modifier out of order with the JLS suggestions. 3393
Error Name 'StatementExpressionList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3393
Error Empty statement. 3399
Error '122' is a magic number. 3402
Error Missing a Javadoc comment. 3410
Error 'public' modifier out of order with the JLS suggestions. 3410
Error Name 'ForUpdate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3410
Error Missing a Javadoc comment. 3414
Error 'public' modifier out of order with the JLS suggestions. 3414
Error Name 'BreakStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3414
Error '123' is a magic number. 3421
Error Empty statement. 3422
Error Missing a Javadoc comment. 3427
Error 'public' modifier out of order with the JLS suggestions. 3427
Error Name 'ContinueStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3427
Error '124' is a magic number. 3434
Error Empty statement. 3435
Error Missing a Javadoc comment. 3440
Error 'public' modifier out of order with the JLS suggestions. 3440
Error Name 'ReturnStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3440
Error '125' is a magic number. 3473
Error Empty statement. 3474
Error Missing a Javadoc comment. 3479
Error 'public' modifier out of order with the JLS suggestions. 3479
Error Name 'ThrowStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3479
Error Missing a Javadoc comment. 3485
Error 'public' modifier out of order with the JLS suggestions. 3485
Error Name 'SynchronizedStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3485
Error Missing a Javadoc comment. 3493
Error 'public' modifier out of order with the JLS suggestions. 3493
Error Name 'TryStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3493
Error Empty statement. 3500
Error '126' is a magic number. 3503
Error '127' is a magic number. 3518
Error Empty statement. 3519
Error Missing a Javadoc comment. 3523
Error 'public' modifier out of order with the JLS suggestions. 3523
Error Name 'AssertStatement' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3523
Error '128' is a magic number. 3532
Error Empty statement. 3533
Error Missing a Javadoc comment. 3538
Error Redundant 'final' modifier. 3538
Error 'private' modifier out of order with the JLS suggestions. 3538
Error Name 'jj_2_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3538
Error Parameter xla should be final. 3538
Error Inner assignments should be avoided. 3539
Error Missing a Javadoc comment. 3545
Error Redundant 'final' modifier. 3545
Error 'private' modifier out of order with the JLS suggestions. 3545
Error Name 'jj_2_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3545
Error Parameter xla should be final. 3545
Error Inner assignments should be avoided. 3546
Error Missing a Javadoc comment. 3552
Error Redundant 'final' modifier. 3552
Error 'private' modifier out of order with the JLS suggestions. 3552
Error Name 'jj_2_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3552
Error Parameter xla should be final. 3552
Error Inner assignments should be avoided. 3553
Error Missing a Javadoc comment. 3559
Error Redundant 'final' modifier. 3559
Error 'private' modifier out of order with the JLS suggestions. 3559
Error Name 'jj_2_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3559
Error Parameter xla should be final. 3559
Error Inner assignments should be avoided. 3560
Error '3' is a magic number. 3562
Error Missing a Javadoc comment. 3566
Error Redundant 'final' modifier. 3566
Error 'private' modifier out of order with the JLS suggestions. 3566
Error Name 'jj_2_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3566
Error Parameter xla should be final. 3566
Error Inner assignments should be avoided. 3567
Error '4' is a magic number. 3569
Error Missing a Javadoc comment. 3573
Error Redundant 'final' modifier. 3573
Error 'private' modifier out of order with the JLS suggestions. 3573
Error Name 'jj_2_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3573
Error Parameter xla should be final. 3573
Error Inner assignments should be avoided. 3574
Error '5' is a magic number. 3576
Error Missing a Javadoc comment. 3580
Error Redundant 'final' modifier. 3580
Error 'private' modifier out of order with the JLS suggestions. 3580
Error Name 'jj_2_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3580
Error Parameter xla should be final. 3580
Error Inner assignments should be avoided. 3581
Error '6' is a magic number. 3583
Error Missing a Javadoc comment. 3587
Error Redundant 'final' modifier. 3587
Error 'private' modifier out of order with the JLS suggestions. 3587
Error Name 'jj_2_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3587
Error Parameter xla should be final. 3587
Error Inner assignments should be avoided. 3588
Error '7' is a magic number. 3590
Error Missing a Javadoc comment. 3594
Error Redundant 'final' modifier. 3594
Error 'private' modifier out of order with the JLS suggestions. 3594
Error Name 'jj_2_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3594
Error Parameter xla should be final. 3594
Error Inner assignments should be avoided. 3595
Error '8' is a magic number. 3597
Error Missing a Javadoc comment. 3601
Error Redundant 'final' modifier. 3601
Error 'private' modifier out of order with the JLS suggestions. 3601
Error Name 'jj_2_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3601
Error Parameter xla should be final. 3601
Error Inner assignments should be avoided. 3602
Error '9' is a magic number. 3604
Error Missing a Javadoc comment. 3608
Error Redundant 'final' modifier. 3608
Error 'private' modifier out of order with the JLS suggestions. 3608
Error Name 'jj_2_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3608
Error Parameter xla should be final. 3608
Error Inner assignments should be avoided. 3609
Error '10' is a magic number. 3611
Error Missing a Javadoc comment. 3615
Error Redundant 'final' modifier. 3615
Error 'private' modifier out of order with the JLS suggestions. 3615
Error Name 'jj_2_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3615
Error Parameter xla should be final. 3615
Error Inner assignments should be avoided. 3616
Error '11' is a magic number. 3618
Error Missing a Javadoc comment. 3622
Error Redundant 'final' modifier. 3622
Error 'private' modifier out of order with the JLS suggestions. 3622
Error Name 'jj_2_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3622
Error Parameter xla should be final. 3622
Error Inner assignments should be avoided. 3623
Error '12' is a magic number. 3625
Error Missing a Javadoc comment. 3629
Error Redundant 'final' modifier. 3629
Error 'private' modifier out of order with the JLS suggestions. 3629
Error Name 'jj_2_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3629
Error Parameter xla should be final. 3629
Error Inner assignments should be avoided. 3630
Error '13' is a magic number. 3632
Error Missing a Javadoc comment. 3636
Error Redundant 'final' modifier. 3636
Error 'private' modifier out of order with the JLS suggestions. 3636
Error Name 'jj_2_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3636
Error Parameter xla should be final. 3636
Error Inner assignments should be avoided. 3637
Error '14' is a magic number. 3639
Error Missing a Javadoc comment. 3643
Error Redundant 'final' modifier. 3643
Error 'private' modifier out of order with the JLS suggestions. 3643
Error Name 'jj_2_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3643
Error Parameter xla should be final. 3643
Error Inner assignments should be avoided. 3644
Error '15' is a magic number. 3646
Error Missing a Javadoc comment. 3650
Error Redundant 'final' modifier. 3650
Error 'private' modifier out of order with the JLS suggestions. 3650
Error Name 'jj_2_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3650
Error Parameter xla should be final. 3650
Error Inner assignments should be avoided. 3651
Error '16' is a magic number. 3653
Error Missing a Javadoc comment. 3657
Error Redundant 'final' modifier. 3657
Error 'private' modifier out of order with the JLS suggestions. 3657
Error Name 'jj_2_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3657
Error Parameter xla should be final. 3657
Error Inner assignments should be avoided. 3658
Error '17' is a magic number. 3660
Error Missing a Javadoc comment. 3664
Error Redundant 'final' modifier. 3664
Error 'private' modifier out of order with the JLS suggestions. 3664
Error Name 'jj_2_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3664
Error Parameter xla should be final. 3664
Error Inner assignments should be avoided. 3665
Error '18' is a magic number. 3667
Error Missing a Javadoc comment. 3671
Error Redundant 'final' modifier. 3671
Error 'private' modifier out of order with the JLS suggestions. 3671
Error Name 'jj_2_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3671
Error Parameter xla should be final. 3671
Error Inner assignments should be avoided. 3672
Error '19' is a magic number. 3674
Error Missing a Javadoc comment. 3678
Error Redundant 'final' modifier. 3678
Error 'private' modifier out of order with the JLS suggestions. 3678
Error Name 'jj_2_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3678
Error Parameter xla should be final. 3678
Error Inner assignments should be avoided. 3679
Error '20' is a magic number. 3681
Error Missing a Javadoc comment. 3685
Error Redundant 'final' modifier. 3685
Error 'private' modifier out of order with the JLS suggestions. 3685
Error Name 'jj_2_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3685
Error Parameter xla should be final. 3685
Error Inner assignments should be avoided. 3686
Error '21' is a magic number. 3688
Error Missing a Javadoc comment. 3692
Error Redundant 'final' modifier. 3692
Error 'private' modifier out of order with the JLS suggestions. 3692
Error Name 'jj_2_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3692
Error Parameter xla should be final. 3692
Error Inner assignments should be avoided. 3693
Error '22' is a magic number. 3695
Error Missing a Javadoc comment. 3699
Error Redundant 'final' modifier. 3699
Error 'private' modifier out of order with the JLS suggestions. 3699
Error Name 'jj_2_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3699
Error Parameter xla should be final. 3699
Error Inner assignments should be avoided. 3700
Error '23' is a magic number. 3702
Error Missing a Javadoc comment. 3706
Error Redundant 'final' modifier. 3706
Error 'private' modifier out of order with the JLS suggestions. 3706
Error Name 'jj_2_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3706
Error Parameter xla should be final. 3706
Error Inner assignments should be avoided. 3707
Error '24' is a magic number. 3709
Error Missing a Javadoc comment. 3713
Error Redundant 'final' modifier. 3713
Error 'private' modifier out of order with the JLS suggestions. 3713
Error Name 'jj_2_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3713
Error Parameter xla should be final. 3713
Error Inner assignments should be avoided. 3714
Error '25' is a magic number. 3716
Error Missing a Javadoc comment. 3720
Error Redundant 'final' modifier. 3720
Error 'private' modifier out of order with the JLS suggestions. 3720
Error Name 'jj_2_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3720
Error Parameter xla should be final. 3720
Error Inner assignments should be avoided. 3721
Error '26' is a magic number. 3723
Error Missing a Javadoc comment. 3727
Error Redundant 'final' modifier. 3727
Error 'private' modifier out of order with the JLS suggestions. 3727
Error Name 'jj_2_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3727
Error Parameter xla should be final. 3727
Error Inner assignments should be avoided. 3728
Error '27' is a magic number. 3730
Error Missing a Javadoc comment. 3734
Error Redundant 'final' modifier. 3734
Error 'private' modifier out of order with the JLS suggestions. 3734
Error Name 'jj_2_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3734
Error Parameter xla should be final. 3734
Error Inner assignments should be avoided. 3735
Error '28' is a magic number. 3737
Error Missing a Javadoc comment. 3741
Error Redundant 'final' modifier. 3741
Error 'private' modifier out of order with the JLS suggestions. 3741
Error Name 'jj_2_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3741
Error Parameter xla should be final. 3741
Error Inner assignments should be avoided. 3742
Error '29' is a magic number. 3744
Error Missing a Javadoc comment. 3748
Error Redundant 'final' modifier. 3748
Error 'private' modifier out of order with the JLS suggestions. 3748
Error Name 'jj_2_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3748
Error Parameter xla should be final. 3748
Error Inner assignments should be avoided. 3749
Error '30' is a magic number. 3751
Error Missing a Javadoc comment. 3755
Error Redundant 'final' modifier. 3755
Error 'private' modifier out of order with the JLS suggestions. 3755
Error Name 'jj_3R_170' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3755
Error 'if' construct must use '{}'s. 3768
Error 'if' construct must use '{}'s. 3769
Error 'if' construct must use '{}'s. 3770
Error 'if' construct must use '{}'s. 3771
Error 'if' construct must use '{}'s. 3772
Error 'if' construct must use '{}'s. 3773
Error 'if' construct must use '{}'s. 3774
Error Missing a Javadoc comment. 3778
Error Redundant 'final' modifier. 3778
Error 'private' modifier out of order with the JLS suggestions. 3778
Error Name 'jj_3R_180' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3778
Error 'if' construct must use '{}'s. 3779
Error 'if' construct must use '{}'s. 3780
Error Missing a Javadoc comment. 3784
Error Redundant 'final' modifier. 3784
Error 'private' modifier out of order with the JLS suggestions. 3784
Error Name 'jj_3R_147' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3784
Error 'if' construct must use '{}'s. 3785
Error 'if' construct must use '{}'s. 3786
Error Missing a Javadoc comment. 3790
Error Redundant 'final' modifier. 3790
Error 'private' modifier out of order with the JLS suggestions. 3790
Error Name 'jj_3R_132' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3790
Error 'if' construct must use '{}'s. 3791
Error 'if' construct must use '{}'s. 3792
Error Missing a Javadoc comment. 3796
Error Redundant 'final' modifier. 3796
Error 'private' modifier out of order with the JLS suggestions. 3796
Error Name 'jj_3R_164' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3796
Error 'if' construct must use '{}'s. 3797
Error 'if' construct must use '{}'s. 3798
Error Missing a Javadoc comment. 3802
Error Redundant 'final' modifier. 3802
Error 'private' modifier out of order with the JLS suggestions. 3802
Error Name 'jj_3R_131' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3802
Error 'if' construct must use '{}'s. 3803
Error 'if' construct must use '{}'s. 3804
Error 'if' construct must use '{}'s. 3805
Error 'if' construct must use '{}'s. 3806
Error Missing a Javadoc comment. 3810
Error Redundant 'final' modifier. 3810
Error 'private' modifier out of order with the JLS suggestions. 3810
Error Name 'jj_3R_130' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3810
Error 'if' construct must use '{}'s. 3811
Error 'if' construct must use '{}'s. 3812
Error 'if' construct must use '{}'s. 3813
Error 'if' construct must use '{}'s. 3814
Error 'if' construct must use '{}'s. 3815
Error 'if' construct must use '{}'s. 3816
Error Missing a Javadoc comment. 3820
Error Redundant 'final' modifier. 3820
Error 'private' modifier out of order with the JLS suggestions. 3820
Error Name 'jj_3R_95' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3820
Error 'if' construct must use '{}'s. 3821
Error 'if' construct must use '{}'s. 3822
Error Missing a Javadoc comment. 3826
Error Redundant 'final' modifier. 3826
Error 'private' modifier out of order with the JLS suggestions. 3826
Error Name 'jj_3_23' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3826
Error 'if' construct must use '{}'s. 3827
Error 'if' construct must use '{}'s. 3828
Error 'if' construct must use '{}'s. 3829
Error 'if' construct must use '{}'s. 3830
Error Missing a Javadoc comment. 3834
Error Redundant 'final' modifier. 3834
Error 'private' modifier out of order with the JLS suggestions. 3834
Error Name 'jj_3R_88' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3834
Error 'if' construct must use '{}'s. 3835
Error 'if' construct must use '{}'s. 3836
Error Missing a Javadoc comment. 3840
Error Redundant 'final' modifier. 3840
Error 'private' modifier out of order with the JLS suggestions. 3840
Error Name 'jj_3R_332' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3840
Error 'if' construct must use '{}'s. 3841
Error 'if' construct must use '{}'s. 3842
Error Missing a Javadoc comment. 3846
Error Redundant 'final' modifier. 3846
Error 'private' modifier out of order with the JLS suggestions. 3846
Error Name 'jj_3R_146' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3846
Error 'if' construct must use '{}'s. 3847
Error 'if' construct must use '{}'s. 3848
Error Missing a Javadoc comment. 3852
Error Redundant 'final' modifier. 3852
Error 'private' modifier out of order with the JLS suggestions. 3852
Error Name 'jj_3R_163' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3852
Error 'if' construct must use '{}'s. 3853
Error 'if' construct must use '{}'s. 3854
Error Missing a Javadoc comment. 3858
Error Redundant 'final' modifier. 3858
Error 'private' modifier out of order with the JLS suggestions. 3858
Error Name 'jj_3_22' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3858
Error 'if' construct must use '{}'s. 3859
Error 'if' construct must use '{}'s. 3860
Error 'if' construct must use '{}'s. 3861
Error 'if' construct must use '{}'s. 3862
Error Missing a Javadoc comment. 3866
Error Redundant 'final' modifier. 3866
Error 'private' modifier out of order with the JLS suggestions. 3866
Error Name 'jj_3_20' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3866
Error 'if' construct must use '{}'s. 3867
Error 'if' construct must use '{}'s. 3868
Error 'if' construct must use '{}'s. 3869
Error 'if' construct must use '{}'s. 3870
Error 'if' construct must use '{}'s. 3871
Error 'if' construct must use '{}'s. 3872
Error Missing a Javadoc comment. 3876
Error Redundant 'final' modifier. 3876
Error 'private' modifier out of order with the JLS suggestions. 3876
Error Name 'jj_3R_331' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3876
Error 'if' construct must use '{}'s. 3877
Error 'if' construct must use '{}'s. 3878
Error Missing a Javadoc comment. 3882
Error Redundant 'final' modifier. 3882
Error 'private' modifier out of order with the JLS suggestions. 3882
Error Name 'jj_3_21' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3882
Error 'if' construct must use '{}'s. 3883
Error 'if' construct must use '{}'s. 3884
Error 'if' construct must use '{}'s. 3885
Error 'if' construct must use '{}'s. 3886
Error Missing a Javadoc comment. 3890
Error Redundant 'final' modifier. 3890
Error 'private' modifier out of order with the JLS suggestions. 3890
Error Name 'jj_3R_67' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3890
Error 'if' construct must use '{}'s. 3903
Error 'if' construct must use '{}'s. 3904
Error 'if' construct must use '{}'s. 3905
Error 'if' construct must use '{}'s. 3906
Error 'if' construct must use '{}'s. 3907
Error 'if' construct must use '{}'s. 3908
Error 'if' construct must use '{}'s. 3909
Error Missing a Javadoc comment. 3913
Error Redundant 'final' modifier. 3913
Error 'private' modifier out of order with the JLS suggestions. 3913
Error Name 'jj_3R_330' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3913
Error 'if' construct must use '{}'s. 3914
Error 'if' construct must use '{}'s. 3915
Error Missing a Javadoc comment. 3919
Error Redundant 'final' modifier. 3919
Error 'private' modifier out of order with the JLS suggestions. 3919
Error Name 'jj_3R_94' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3919
Error 'if' construct must use '{}'s. 3920
Error 'if' construct must use '{}'s. 3921
Error Missing a Javadoc comment. 3925
Error Redundant 'final' modifier. 3925
Error 'private' modifier out of order with the JLS suggestions. 3925
Error Name 'jj_3R_157' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3925
Error 'if' construct must use '{}'s. 3926
Error 'if' construct must use '{}'s. 3927
Error Missing a Javadoc comment. 3931
Error Redundant 'final' modifier. 3931
Error 'private' modifier out of order with the JLS suggestions. 3931
Error Name 'jj_3R_87' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3931
Error 'if' construct must use '{}'s. 3932
Error 'if' construct must use '{}'s. 3933
Error Missing a Javadoc comment. 3937
Error Redundant 'final' modifier. 3937
Error 'private' modifier out of order with the JLS suggestions. 3937
Error Name 'jj_3_19' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3937
Error 'if' construct must use '{}'s. 3938
Error 'if' construct must use '{}'s. 3939
Error Missing a Javadoc comment. 3943
Error Redundant 'final' modifier. 3943
Error 'private' modifier out of order with the JLS suggestions. 3943
Error Name 'jj_3R_329' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3943
Error 'if' construct must use '{}'s. 3944
Error 'if' construct must use '{}'s. 3945
Error Missing a Javadoc comment. 3949
Error Redundant 'final' modifier. 3949
Error 'private' modifier out of order with the JLS suggestions. 3949
Error Name 'jj_3R_156' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3949
Error 'if' construct must use '{}'s. 3950
Error 'if' construct must use '{}'s. 3951
Error 'if' construct must use '{}'s. 3952
Error 'if' construct must use '{}'s. 3953
Error 'if' construct must use '{}'s. 3954
Error 'if' construct must use '{}'s. 3955
Error Missing a Javadoc comment. 3959
Error Redundant 'final' modifier. 3959
Error 'private' modifier out of order with the JLS suggestions. 3959
Error Name 'jj_3R_145' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3959
Error 'if' construct must use '{}'s. 3960
Error 'if' construct must use '{}'s. 3961
Error Missing a Javadoc comment. 3965
Error Redundant 'final' modifier. 3965
Error 'private' modifier out of order with the JLS suggestions. 3965
Error Name 'jj_3R_155' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3965
Error 'if' construct must use '{}'s. 3966
Error 'if' construct must use '{}'s. 3967
Error Missing a Javadoc comment. 3971
Error Redundant 'final' modifier. 3971
Error 'private' modifier out of order with the JLS suggestions. 3971
Error Name 'jj_3R_430' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3971
Error 'if' construct must use '{}'s. 3972
Error 'if' construct must use '{}'s. 3973
Error Missing a Javadoc comment. 3977
Error Redundant 'final' modifier. 3977
Error 'private' modifier out of order with the JLS suggestions. 3977
Error Name 'jj_3R_328' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3977
Error 'if' construct must use '{}'s. 3978
Error 'if' construct must use '{}'s. 3979
Error Missing a Javadoc comment. 3983
Error Redundant 'final' modifier. 3983
Error 'private' modifier out of order with the JLS suggestions. 3983
Error Name 'jj_3R_162' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3983
Error 'if' construct must use '{}'s. 3984
Error 'if' construct must use '{}'s. 3985
Error Missing a Javadoc comment. 3989
Error Redundant 'final' modifier. 3989
Error 'private' modifier out of order with the JLS suggestions. 3989
Error Name 'jj_3R_154' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3989
Error 'if' construct must use '{}'s. 3990
Error 'if' construct must use '{}'s. 3991
Error 'if' construct must use '{}'s. 3992
Error 'if' construct must use '{}'s. 3993
Error 'if' construct must use '{}'s. 3994
Error 'if' construct must use '{}'s. 3995
Error Missing a Javadoc comment. 3999
Error Redundant 'final' modifier. 3999
Error 'private' modifier out of order with the JLS suggestions. 3999
Error Name 'jj_3R_153' must match pattern '^[a-z][a-zA-Z0-9]*$'. 3999
Error 'if' construct must use '{}'s. 4000
Error 'if' construct must use '{}'s. 4001
Error 'if' construct must use '{}'s. 4002
Error 'if' construct must use '{}'s. 4003
Error 'if' construct must use '{}'s. 4004
Error 'if' construct must use '{}'s. 4005
Error Missing a Javadoc comment. 4009
Error Redundant 'final' modifier. 4009
Error 'private' modifier out of order with the JLS suggestions. 4009
Error Name 'jj_3R_327' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4009
Error 'if' construct must use '{}'s. 4010
Error 'if' construct must use '{}'s. 4011
Error Missing a Javadoc comment. 4015
Error Redundant 'final' modifier. 4015
Error 'private' modifier out of order with the JLS suggestions. 4015
Error Name 'jj_3R_152' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4015
Error 'if' construct must use '{}'s. 4016
Error 'if' construct must use '{}'s. 4017
Error Missing a Javadoc comment. 4021
Error Redundant 'final' modifier. 4021
Error 'private' modifier out of order with the JLS suggestions. 4021
Error Name 'jj_3R_93' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4021
Error 'if' construct must use '{}'s. 4022
Error 'if' construct must use '{}'s. 4023
Error Missing a Javadoc comment. 4027
Error Redundant 'final' modifier. 4027
Error 'private' modifier out of order with the JLS suggestions. 4027
Error Name 'jj_3R_161' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4027
Error 'if' construct must use '{}'s. 4028
Error 'if' construct must use '{}'s. 4029
Error Missing a Javadoc comment. 4033
Error Redundant 'final' modifier. 4033
Error 'private' modifier out of order with the JLS suggestions. 4033
Error Name 'jj_3R_429' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4033
Error 'if' construct must use '{}'s. 4034
Error 'if' construct must use '{}'s. 4035
Error Missing a Javadoc comment. 4039
Error Redundant 'final' modifier. 4039
Error 'private' modifier out of order with the JLS suggestions. 4039
Error Name 'jj_3R_423' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4039
Error 'if' construct must use '{}'s. 4044
Error 'if' construct must use '{}'s. 4045
Error 'if' construct must use '{}'s. 4046
Error Missing a Javadoc comment. 4050
Error Redundant 'final' modifier. 4050
Error 'private' modifier out of order with the JLS suggestions. 4050
Error Name 'jj_3R_151' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4050
Error 'if' construct must use '{}'s. 4051
Error 'if' construct must use '{}'s. 4052
Error Missing a Javadoc comment. 4056
Error Redundant 'final' modifier. 4056
Error 'private' modifier out of order with the JLS suggestions. 4056
Error Name 'jj_3R_118' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4056
Error 'if' construct must use '{}'s. 4071
Error 'if' construct must use '{}'s. 4072
Error 'if' construct must use '{}'s. 4073
Error 'if' construct must use '{}'s. 4074
Error 'if' construct must use '{}'s. 4075
Error 'if' construct must use '{}'s. 4076
Error 'if' construct must use '{}'s. 4077
Error 'if' construct must use '{}'s. 4078
Error Missing a Javadoc comment. 4082
Error Redundant 'final' modifier. 4082
Error 'private' modifier out of order with the JLS suggestions. 4082
Error Name 'jj_3R_326' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4082
Error 'if' construct must use '{}'s. 4083
Error 'if' construct must use '{}'s. 4084
Error Missing a Javadoc comment. 4088
Error Redundant 'final' modifier. 4088
Error 'private' modifier out of order with the JLS suggestions. 4088
Error Name 'jj_3R_295' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4088
Error 'if' construct must use '{}'s. 4103
Error 'if' construct must use '{}'s. 4104
Error 'if' construct must use '{}'s. 4105
Error 'if' construct must use '{}'s. 4106
Error 'if' construct must use '{}'s. 4107
Error 'if' construct must use '{}'s. 4108
Error 'if' construct must use '{}'s. 4109
Error 'if' construct must use '{}'s. 4110
Error Missing a Javadoc comment. 4114
Error Redundant 'final' modifier. 4114
Error 'private' modifier out of order with the JLS suggestions. 4114
Error Name 'jj_3R_144' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4114
Error 'if' construct must use '{}'s. 4115
Error 'if' construct must use '{}'s. 4116
Error Missing a Javadoc comment. 4120
Error Redundant 'final' modifier. 4120
Error 'private' modifier out of order with the JLS suggestions. 4120
Error Name 'jj_3R_86' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4120
Error 'if' construct must use '{}'s. 4121
Error 'if' construct must use '{}'s. 4122
Error Missing a Javadoc comment. 4126
Error Redundant 'final' modifier. 4126
Error 'private' modifier out of order with the JLS suggestions. 4126
Error Name 'jj_3R_281' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4126
Error 'if' construct must use '{}'s. 4131
Error 'if' construct must use '{}'s. 4133
Error 'if' construct must use '{}'s. 4134
Error Missing a Javadoc comment. 4138
Error Redundant 'final' modifier. 4138
Error 'private' modifier out of order with the JLS suggestions. 4138
Error Name 'jj_3R_160' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4138
Error 'if' construct must use '{}'s. 4139
Error 'if' construct must use '{}'s. 4140
Error Missing a Javadoc comment. 4144
Error Redundant 'final' modifier. 4144
Error 'private' modifier out of order with the JLS suggestions. 4144
Error Name 'jj_3_18' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4144
Error 'if' construct must use '{}'s. 4145
Error 'if' construct must use '{}'s. 4146
Error 'if' construct must use '{}'s. 4147
Error 'if' construct must use '{}'s. 4148
Error Missing a Javadoc comment. 4152
Error Redundant 'final' modifier. 4152
Error 'private' modifier out of order with the JLS suggestions. 4152
Error Name 'jj_3R_63' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4152
Error 'if' construct must use '{}'s. 4153
Error 'if' construct must use '{}'s. 4154
Error 'if' construct must use '{}'s. 4159
Error Missing a Javadoc comment. 4164
Error Redundant 'final' modifier. 4164
Error 'private' modifier out of order with the JLS suggestions. 4164
Error Name 'jj_3R_92' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4164
Error 'if' construct must use '{}'s. 4165
Error 'if' construct must use '{}'s. 4166
Error Missing a Javadoc comment. 4170
Error Redundant 'final' modifier. 4170
Error 'private' modifier out of order with the JLS suggestions. 4170
Error Name 'jj_3R_159' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4170
Error 'if' construct must use '{}'s. 4171
Error 'if' construct must use '{}'s. 4172
Error Missing a Javadoc comment. 4176
Error Redundant 'final' modifier. 4176
Error 'private' modifier out of order with the JLS suggestions. 4176
Error Name 'jj_3R_397' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4176
Error 'if' construct must use '{}'s. 4177
Error 'if' construct must use '{}'s. 4178
Error 'if' construct must use '{}'s. 4179
Error 'if' construct must use '{}'s. 4180
Error 'if' construct must use '{}'s. 4181
Error 'if' construct must use '{}'s. 4182
Error 'if' construct must use '{}'s. 4183
Error 'if' construct must use '{}'s. 4184
Error Missing a Javadoc comment. 4188
Error Redundant 'final' modifier. 4188
Error 'private' modifier out of order with the JLS suggestions. 4188
Error Name 'jj_3R_85' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4188
Error 'if' construct must use '{}'s. 4189
Error 'if' construct must use '{}'s. 4190
Error Missing a Javadoc comment. 4194
Error Redundant 'final' modifier. 4194
Error 'private' modifier out of order with the JLS suggestions. 4194
Error Name 'jj_3R_143' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4194
Error 'if' construct must use '{}'s. 4195
Error 'if' construct must use '{}'s. 4196
Error Missing a Javadoc comment. 4200
Error Redundant 'final' modifier. 4200
Error 'private' modifier out of order with the JLS suggestions. 4200
Error Name 'jj_3R_396' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4200
Error 'if' construct must use '{}'s. 4201
Error 'if' construct must use '{}'s. 4202
Error 'if' construct must use '{}'s. 4203
Error 'if' construct must use '{}'s. 4204
Error 'if' construct must use '{}'s. 4205
Error 'if' construct must use '{}'s. 4206
Error 'if' construct must use '{}'s. 4207
Error 'if' construct must use '{}'s. 4208
Error Missing a Javadoc comment. 4212
Error Redundant 'final' modifier. 4212
Error 'private' modifier out of order with the JLS suggestions. 4212
Error Name 'jj_3R_383' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4212
Error 'if' construct must use '{}'s. 4217
Error 'if' construct must use '{}'s. 4218
Error 'if' construct must use '{}'s. 4219
Error Missing a Javadoc comment. 4223
Error Redundant 'final' modifier. 4223
Error 'private' modifier out of order with the JLS suggestions. 4223
Error Name 'jj_3R_98' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4223
Error 'if' construct must use '{}'s. 4224
Error 'if' construct must use '{}'s. 4225
Error Missing a Javadoc comment. 4229
Error Redundant 'final' modifier. 4229
Error 'private' modifier out of order with the JLS suggestions. 4229
Error Name 'jj_3R_91' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4229
Error 'if' construct must use '{}'s. 4230
Error 'if' construct must use '{}'s. 4231
Error Missing a Javadoc comment. 4235
Error Redundant 'final' modifier. 4235
Error 'private' modifier out of order with the JLS suggestions. 4235
Error Name 'jj_3_17' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4235
Error 'if' construct must use '{}'s. 4236
Error 'if' construct must use '{}'s. 4237
Error 'if' construct must use '{}'s. 4238
Error 'if' construct must use '{}'s. 4239
Error 'if' construct must use '{}'s. 4240
Error 'if' construct must use '{}'s. 4241
Error Missing a Javadoc comment. 4245
Error Redundant 'final' modifier. 4245
Error 'private' modifier out of order with the JLS suggestions. 4245
Error Name 'jj_3R_384' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4245
Error 'if' construct must use '{}'s. 4246
Error 'if' construct must use '{}'s. 4247
Error 'if' construct must use '{}'s. 4250
Error 'if' construct must use '{}'s. 4251
Error Missing a Javadoc comment. 4255
Error Redundant 'final' modifier. 4255
Error 'private' modifier out of order with the JLS suggestions. 4255
Error Name 'jj_3R_84' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4255
Error 'if' construct must use '{}'s. 4256
Error 'if' construct must use '{}'s. 4257
Error Missing a Javadoc comment. 4261
Error Redundant 'final' modifier. 4261
Error 'private' modifier out of order with the JLS suggestions. 4261
Error Name 'jj_3R_142' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4261
Error 'if' construct must use '{}'s. 4262
Error 'if' construct must use '{}'s. 4263
Error Missing a Javadoc comment. 4267
Error Redundant 'final' modifier. 4267
Error 'private' modifier out of order with the JLS suggestions. 4267
Error Name 'jj_3R_121' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4267
Error 'if' construct must use '{}'s. 4268
Error 'if' construct must use '{}'s. 4269
Error 'if' construct must use '{}'s. 4270
Error 'if' construct must use '{}'s. 4271
Error 'if' construct must use '{}'s. 4272
Error 'if' construct must use '{}'s. 4273
Error 'if' construct must use '{}'s. 4290
Error 'if' construct must use '{}'s. 4291
Error 'if' construct must use '{}'s. 4292
Error 'if' construct must use '{}'s. 4293
Error 'if' construct must use '{}'s. 4294
Error 'if' construct must use '{}'s. 4295
Error 'if' construct must use '{}'s. 4296
Error 'if' construct must use '{}'s. 4297
Error 'if' construct must use '{}'s. 4298
Error Missing a Javadoc comment. 4302
Error Redundant 'final' modifier. 4302
Error 'private' modifier out of order with the JLS suggestions. 4302
Error Name 'jj_3R_97' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4302
Error 'if' construct must use '{}'s. 4303
Error 'if' construct must use '{}'s. 4304
Error Missing a Javadoc comment. 4308
Error Redundant 'final' modifier. 4308
Error 'private' modifier out of order with the JLS suggestions. 4308
Error Name 'jj_3R_120' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4308
Error 'if' construct must use '{}'s. 4309
Error 'if' construct must use '{}'s. 4310
Error 'if' construct must use '{}'s. 4311
Error 'if' construct must use '{}'s. 4312
Error 'if' construct must use '{}'s. 4313
Error 'if' construct must use '{}'s. 4314
Error 'if' construct must use '{}'s. 4315
Error 'if' construct must use '{}'s. 4316
Error Missing a Javadoc comment. 4320
Error Redundant 'final' modifier. 4320
Error 'private' modifier out of order with the JLS suggestions. 4320
Error Name 'jj_3R_90' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4320
Error 'if' construct must use '{}'s. 4321
Error 'if' construct must use '{}'s. 4322
Error Missing a Javadoc comment. 4326
Error Redundant 'final' modifier. 4326
Error 'private' modifier out of order with the JLS suggestions. 4326
Error Name 'jj_3_16' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4326
Error 'if' construct must use '{}'s. 4327
Error 'if' construct must use '{}'s. 4328
Error 'if' construct must use '{}'s. 4329
Error 'if' construct must use '{}'s. 4330
Error Missing a Javadoc comment. 4334
Error Redundant 'final' modifier. 4334
Error 'private' modifier out of order with the JLS suggestions. 4334
Error Name 'jj_3R_65' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4334
Error 'if' construct must use '{}'s. 4341
Error 'if' construct must use '{}'s. 4342
Error 'if' construct must use '{}'s. 4343
Error 'if' construct must use '{}'s. 4344
Error Missing a Javadoc comment. 4348
Error Redundant 'final' modifier. 4348
Error 'private' modifier out of order with the JLS suggestions. 4348
Error Name 'jj_3_15' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4348
Error 'if' construct must use '{}'s. 4349
Error 'if' construct must use '{}'s. 4350
Error Missing a Javadoc comment. 4354
Error Redundant 'final' modifier. 4354
Error 'private' modifier out of order with the JLS suggestions. 4354
Error Name 'jj_3R_83' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4354
Error 'if' construct must use '{}'s. 4355
Error 'if' construct must use '{}'s. 4356
Error Missing a Javadoc comment. 4360
Error Redundant 'final' modifier. 4360
Error 'private' modifier out of order with the JLS suggestions. 4360
Error Name 'jj_3R_141' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4360
Error 'if' construct must use '{}'s. 4361
Error 'if' construct must use '{}'s. 4362
Error Missing a Javadoc comment. 4366
Error Redundant 'final' modifier. 4366
Error 'private' modifier out of order with the JLS suggestions. 4366
Error Name 'jj_3R_99' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4366
Error 'if' construct must use '{}'s. 4385
Error 'if' construct must use '{}'s. 4386
Error 'if' construct must use '{}'s. 4387
Error 'if' construct must use '{}'s. 4388
Error 'if' construct must use '{}'s. 4389
Error 'if' construct must use '{}'s. 4390
Error 'if' construct must use '{}'s. 4391
Error 'if' construct must use '{}'s. 4392
Error 'if' construct must use '{}'s. 4393
Error 'if' construct must use '{}'s. 4394
Error Missing a Javadoc comment. 4398
Error Redundant 'final' modifier. 4398
Error 'private' modifier out of order with the JLS suggestions. 4398
Error Name 'jj_3R_382' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4398
Error 'if' construct must use '{}'s. 4399
Error 'if' construct must use '{}'s. 4400
Error Missing a Javadoc comment. 4404
Error Redundant 'final' modifier. 4404
Error 'private' modifier out of order with the JLS suggestions. 4404
Error Name 'jj_3_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4404
Error 'if' construct must use '{}'s. 4405
Error 'if' construct must use '{}'s. 4406
Error Missing a Javadoc comment. 4410
Error Redundant 'final' modifier. 4410
Error 'private' modifier out of order with the JLS suggestions. 4410
Error Name 'jj_3R_96' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4410
Error 'if' construct must use '{}'s. 4411
Error 'if' construct must use '{}'s. 4412
Error Missing a Javadoc comment. 4416
Error Redundant 'final' modifier. 4416
Error 'private' modifier out of order with the JLS suggestions. 4416
Error Name 'jj_3R_56' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4416
Error 'if' construct must use '{}'s. 4423
Error 'if' construct must use '{}'s. 4424
Error 'if' construct must use '{}'s. 4425
Error 'if' construct must use '{}'s. 4426
Error Missing a Javadoc comment. 4430
Error Redundant 'final' modifier. 4430
Error 'private' modifier out of order with the JLS suggestions. 4430
Error Name 'jj_3R_58' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4430
Error 'if' construct must use '{}'s. 4435
Error 'if' construct must use '{}'s. 4437
Error 'if' construct must use '{}'s. 4438
Error 'if' construct must use '{}'s. 4439
Error 'if' construct must use '{}'s. 4440
Error 'if' construct must use '{}'s. 4441
Error 'if' construct must use '{}'s. 4442
Error Missing a Javadoc comment. 4446
Error Redundant 'final' modifier. 4446
Error 'private' modifier out of order with the JLS suggestions. 4446
Error Name 'jj_3R_368' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4446
Error 'if' construct must use '{}'s. 4447
Error 'if' construct must use '{}'s. 4448
Error Missing a Javadoc comment. 4452
Error Redundant 'final' modifier. 4452
Error 'private' modifier out of order with the JLS suggestions. 4452
Error Name 'jj_3_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4452
Error 'if' construct must use '{}'s. 4455
Error 'if' construct must use '{}'s. 4456
Error 'if' construct must use '{}'s. 4457
Error 'if' construct must use '{}'s. 4458
Error 'if' construct must use '{}'s. 4459
Error 'if' construct must use '{}'s. 4460
Error Missing a Javadoc comment. 4464
Error Redundant 'final' modifier. 4464
Error 'private' modifier out of order with the JLS suggestions. 4464
Error Name 'jj_3R_380' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4464
Error 'if' construct must use '{}'s. 4465
Error 'if' construct must use '{}'s. 4466
Error Missing a Javadoc comment. 4470
Error Redundant 'final' modifier. 4470
Error 'private' modifier out of order with the JLS suggestions. 4470
Error Name 'jj_3R_55' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4470
Error 'if' construct must use '{}'s. 4485
Error 'if' construct must use '{}'s. 4486
Error 'if' construct must use '{}'s. 4487
Error 'if' construct must use '{}'s. 4488
Error 'if' construct must use '{}'s. 4489
Error 'if' construct must use '{}'s. 4490
Error 'if' construct must use '{}'s. 4491
Error 'if' construct must use '{}'s. 4492
Error Missing a Javadoc comment. 4496
Error Redundant 'final' modifier. 4496
Error 'private' modifier out of order with the JLS suggestions. 4496
Error Name 'jj_3R_89' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4496
Error 'if' construct must use '{}'s. 4497
Error 'if' construct must use '{}'s. 4498
Error Missing a Javadoc comment. 4502
Error Redundant 'final' modifier. 4502
Error 'private' modifier out of order with the JLS suggestions. 4502
Error Name 'jj_3R_381' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4502
Error 'if' construct must use '{}'s. 4503
Error 'if' construct must use '{}'s. 4504
Error Missing a Javadoc comment. 4508
Error Redundant 'final' modifier. 4508
Error 'private' modifier out of order with the JLS suggestions. 4508
Error Name 'jj_3R_367' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4508
Error 'if' construct must use '{}'s. 4509
Error 'if' construct must use '{}'s. 4510
Error Missing a Javadoc comment. 4514
Error Redundant 'final' modifier. 4514
Error 'private' modifier out of order with the JLS suggestions. 4514
Error Name 'jj_3_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4514
Error 'if' construct must use '{}'s. 4519
Error 'if' construct must use '{}'s. 4521
Error 'if' construct must use '{}'s. 4522
Error Missing a Javadoc comment. 4526
Error Redundant 'final' modifier. 4526
Error 'private' modifier out of order with the JLS suggestions. 4526
Error Name 'jj_3R_365' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4526
Error 'if' construct must use '{}'s. 4527
Error 'if' construct must use '{}'s. 4528
Error Missing a Javadoc comment. 4532
Error Redundant 'final' modifier. 4532
Error 'private' modifier out of order with the JLS suggestions. 4532
Error Name 'jj_3R_54' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4532
Error 'if' construct must use '{}'s. 4547
Error 'if' construct must use '{}'s. 4548
Error 'if' construct must use '{}'s. 4549
Error 'if' construct must use '{}'s. 4550
Error 'if' construct must use '{}'s. 4551
Error 'if' construct must use '{}'s. 4552
Error 'if' construct must use '{}'s. 4553
Error 'if' construct must use '{}'s. 4554
Error Missing a Javadoc comment. 4558
Error Redundant 'final' modifier. 4558
Error 'private' modifier out of order with the JLS suggestions. 4558
Error Name 'jj_3R_82' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4558
Error 'if' construct must use '{}'s. 4559
Error 'if' construct must use '{}'s. 4560
Error Missing a Javadoc comment. 4564
Error Redundant 'final' modifier. 4564
Error 'private' modifier out of order with the JLS suggestions. 4564
Error Name 'jj_3R_366' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4564
Error 'if' construct must use '{}'s. 4569
Error 'if' construct must use '{}'s. 4570
Error 'if' construct must use '{}'s. 4571
Error 'if' construct must use '{}'s. 4572
Error 'if' construct must use '{}'s. 4573
Error Missing a Javadoc comment. 4577
Error Redundant 'final' modifier. 4577
Error 'private' modifier out of order with the JLS suggestions. 4577
Error Name 'jj_3R_316' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4577
Error 'if' construct must use '{}'s. 4584
Error 'if' construct must use '{}'s. 4585
Error 'if' construct must use '{}'s. 4586
Error 'if' construct must use '{}'s. 4587
Error Missing a Javadoc comment. 4591
Error Redundant 'final' modifier. 4591
Error 'private' modifier out of order with the JLS suggestions. 4591
Error Name 'jj_3R_277' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4591
Error 'if' construct must use '{}'s. 4592
Error 'if' construct must use '{}'s. 4593
Error Missing a Javadoc comment. 4597
Error Redundant 'final' modifier. 4597
Error 'private' modifier out of order with the JLS suggestions. 4597
Error Name 'jj_3_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4597
Error 'if' construct must use '{}'s. 4602
Error 'if' construct must use '{}'s. 4604
Error 'if' construct must use '{}'s. 4605
Error Missing a Javadoc comment. 4609
Error Redundant 'final' modifier. 4609
Error 'private' modifier out of order with the JLS suggestions. 4609
Error Name 'jj_3R_379' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4609
Error 'if' construct must use '{}'s. 4610
Error 'if' construct must use '{}'s. 4611
Error Missing a Javadoc comment. 4615
Error Redundant 'final' modifier. 4615
Error 'private' modifier out of order with the JLS suggestions. 4615
Error Name 'jj_3R_313' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4615
Error 'if' construct must use '{}'s. 4616
Error 'if' construct must use '{}'s. 4617
Error Missing a Javadoc comment. 4621
Error Redundant 'final' modifier. 4621
Error 'private' modifier out of order with the JLS suggestions. 4621
Error Name 'jj_3R_276' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4621
Error 'if' construct must use '{}'s. 4622
Error 'if' construct must use '{}'s. 4623
Error Missing a Javadoc comment. 4627
Error Redundant 'final' modifier. 4627
Error 'private' modifier out of order with the JLS suggestions. 4627
Error Name 'jj_3R_364' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4627
Error 'if' construct must use '{}'s. 4628
Error 'if' construct must use '{}'s. 4629
Error Missing a Javadoc comment. 4633
Error Redundant 'final' modifier. 4633
Error 'private' modifier out of order with the JLS suggestions. 4633
Error Name 'jj_3R_275' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4633
Error 'if' construct must use '{}'s. 4634
Error 'if' construct must use '{}'s. 4635
Error Missing a Javadoc comment. 4639
Error Redundant 'final' modifier. 4639
Error 'private' modifier out of order with the JLS suggestions. 4639
Error Name 'jj_3R_254' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4639
Error 'if' construct must use '{}'s. 4640
Error 'if' construct must use '{}'s. 4641
Error 'if' construct must use '{}'s. 4642
Error 'if' construct must use '{}'s. 4643
Error Missing a Javadoc comment. 4647
Error Redundant 'final' modifier. 4647
Error 'private' modifier out of order with the JLS suggestions. 4647
Error Name 'jj_3R_310' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4647
Error 'if' construct must use '{}'s. 4652
Error 'if' construct must use '{}'s. 4653
Error 'if' construct must use '{}'s. 4654
Error 'if' construct must use '{}'s. 4655
Error 'if' construct must use '{}'s. 4656
Error Missing a Javadoc comment. 4660
Error Redundant 'final' modifier. 4660
Error 'private' modifier out of order with the JLS suggestions. 4660
Error Name 'jj_3R_289' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4660
Error 'if' construct must use '{}'s. 4661
Error 'if' construct must use '{}'s. 4662
Error Missing a Javadoc comment. 4666
Error Redundant 'final' modifier. 4666
Error 'private' modifier out of order with the JLS suggestions. 4666
Error Name 'jj_3R_378' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4666
Error 'if' construct must use '{}'s. 4667
Error 'if' construct must use '{}'s. 4668
Error Missing a Javadoc comment. 4672
Error Redundant 'final' modifier. 4672
Error 'private' modifier out of order with the JLS suggestions. 4672
Error Name 'jj_3R_274' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4672
Error 'if' construct must use '{}'s. 4673
Error 'if' construct must use '{}'s. 4674
Error Missing a Javadoc comment. 4678
Error Redundant 'final' modifier. 4678
Error 'private' modifier out of order with the JLS suggestions. 4678
Error Name 'jj_3R_363' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4678
Error 'if' construct must use '{}'s. 4685
Error 'if' construct must use '{}'s. 4686
Error 'if' construct must use '{}'s. 4687
Error 'if' construct must use '{}'s. 4688
Error 'if' construct must use '{}'s. 4689
Error 'if' construct must use '{}'s. 4690
Error Missing a Javadoc comment. 4694
Error Redundant 'final' modifier. 4694
Error 'private' modifier out of order with the JLS suggestions. 4694
Error Name 'jj_3R_312' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4694
Error 'if' construct must use '{}'s. 4695
Error 'if' construct must use '{}'s. 4696
Error Missing a Javadoc comment. 4700
Error Redundant 'final' modifier. 4700
Error 'private' modifier out of order with the JLS suggestions. 4700
Error Name 'jj_3R_273' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4700
Error 'if' construct must use '{}'s. 4701
Error 'if' construct must use '{}'s. 4702
Error Missing a Javadoc comment. 4706
Error Redundant 'final' modifier. 4706
Error 'private' modifier out of order with the JLS suggestions. 4706
Error Name 'jj_3R_253' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4706
Error 'if' construct must use '{}'s. 4707
Error 'if' construct must use '{}'s. 4708
Error 'if' construct must use '{}'s. 4709
Error 'if' construct must use '{}'s. 4710
Error Missing a Javadoc comment. 4714
Error Redundant 'final' modifier. 4714
Error 'private' modifier out of order with the JLS suggestions. 4714
Error Name 'jj_3R_288' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4714
Error 'if' construct must use '{}'s. 4715
Error 'if' construct must use '{}'s. 4716
Error Missing a Javadoc comment. 4720
Error Redundant 'final' modifier. 4720
Error 'private' modifier out of order with the JLS suggestions. 4720
Error Name 'jj_3_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4720
Error 'if' construct must use '{}'s. 4721
Error 'if' construct must use '{}'s. 4722
Error Missing a Javadoc comment. 4726
Error Redundant 'final' modifier. 4726
Error 'private' modifier out of order with the JLS suggestions. 4726
Error Name 'jj_3R_268' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4726
Error 'if' construct must use '{}'s. 4739
Error 'if' construct must use '{}'s. 4740
Error 'if' construct must use '{}'s. 4741
Error 'if' construct must use '{}'s. 4742
Error 'if' construct must use '{}'s. 4743
Error 'if' construct must use '{}'s. 4744
Error 'if' construct must use '{}'s. 4745
Error Missing a Javadoc comment. 4749
Error Redundant 'final' modifier. 4749
Error 'private' modifier out of order with the JLS suggestions. 4749
Error Name 'jj_3R_315' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4749
Error 'if' construct must use '{}'s. 4750
Error 'if' construct must use '{}'s. 4751
Error Missing a Javadoc comment. 4755
Error Redundant 'final' modifier. 4755
Error 'private' modifier out of order with the JLS suggestions. 4755
Error Name 'jj_3R_311' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4755
Error 'if' construct must use '{}'s. 4756
Error 'if' construct must use '{}'s. 4757
Error Missing a Javadoc comment. 4761
Error Redundant 'final' modifier. 4761
Error 'private' modifier out of order with the JLS suggestions. 4761
Error Name 'jj_3R_293' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4761
Error 'if' construct must use '{}'s. 4762
Error 'if' construct must use '{}'s. 4763
Error Missing a Javadoc comment. 4767
Error Redundant 'final' modifier. 4767
Error 'private' modifier out of order with the JLS suggestions. 4767
Error Name 'jj_3R_285' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4767
Error 'if' construct must use '{}'s. 4774
Error 'if' construct must use '{}'s. 4775
Error 'if' construct must use '{}'s. 4776
Error 'if' construct must use '{}'s. 4777
Error 'if' construct must use '{}'s. 4778
Error 'if' construct must use '{}'s. 4779
Error Missing a Javadoc comment. 4783
Error Redundant 'final' modifier. 4783
Error 'private' modifier out of order with the JLS suggestions. 4783
Error Name 'jj_3R_287' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4783
Error 'if' construct must use '{}'s. 4784
Error 'if' construct must use '{}'s. 4785
Error Missing a Javadoc comment. 4789
Error Redundant 'final' modifier. 4789
Error 'private' modifier out of order with the JLS suggestions. 4789
Error Name 'jj_3R_292' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4789
Error 'if' construct must use '{}'s. 4790
Error 'if' construct must use '{}'s. 4791
Error Missing a Javadoc comment. 4795
Error Redundant 'final' modifier. 4795
Error 'private' modifier out of order with the JLS suggestions. 4795
Error Name 'jj_3R_314' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4795
Error 'if' construct must use '{}'s. 4796
Error 'if' construct must use '{}'s. 4797
Error Missing a Javadoc comment. 4801
Error Redundant 'final' modifier. 4801
Error 'private' modifier out of order with the JLS suggestions. 4801
Error Name 'jj_3R_227' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4801
Error 'if' construct must use '{}'s. 4802
Error 'if' construct must use '{}'s. 4803
Error Missing a Javadoc comment. 4807
Error Redundant 'final' modifier. 4807
Error 'private' modifier out of order with the JLS suggestions. 4807
Error Name 'jj_3R_291' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4807
Error 'if' construct must use '{}'s. 4808
Error 'if' construct must use '{}'s. 4809
Error Missing a Javadoc comment. 4813
Error Redundant 'final' modifier. 4813
Error 'private' modifier out of order with the JLS suggestions. 4813
Error Name 'jj_3R_279' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4813
Error 'if' construct must use '{}'s. 4822
Error 'if' construct must use '{}'s. 4823
Error 'if' construct must use '{}'s. 4824
Error 'if' construct must use '{}'s. 4825
Error 'if' construct must use '{}'s. 4826
Error Missing a Javadoc comment. 4830
Error Redundant 'final' modifier. 4830
Error 'private' modifier out of order with the JLS suggestions. 4830
Error Name 'jj_3R_290' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4830
Error 'if' construct must use '{}'s. 4835
Error 'if' construct must use '{}'s. 4836
Error 'if' construct must use '{}'s. 4837
Error 'if' construct must use '{}'s. 4838
Error 'if' construct must use '{}'s. 4839
Error Missing a Javadoc comment. 4843
Error Redundant 'final' modifier. 4843
Error 'private' modifier out of order with the JLS suggestions. 4843
Error Name 'jj_3R_271' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4843
Error 'if' construct must use '{}'s. 4844
Error 'if' construct must use '{}'s. 4845
Error Missing a Javadoc comment. 4849
Error Redundant 'final' modifier. 4849
Error 'private' modifier out of order with the JLS suggestions. 4849
Error Name 'jj_3R_286' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4849
Error 'if' construct must use '{}'s. 4850
Error 'if' construct must use '{}'s. 4851
Error Missing a Javadoc comment. 4855
Error Redundant 'final' modifier. 4855
Error 'private' modifier out of order with the JLS suggestions. 4855
Error Name 'jj_3R_278' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4855
Error 'if' construct must use '{}'s. 4864
Error 'if' construct must use '{}'s. 4865
Error 'if' construct must use '{}'s. 4866
Error 'if' construct must use '{}'s. 4867
Error 'if' construct must use '{}'s. 4868
Error 'if' construct must use '{}'s. 4869
Error 'if' construct must use '{}'s. 4870
Error Missing a Javadoc comment. 4874
Error Redundant 'final' modifier. 4874
Error 'private' modifier out of order with the JLS suggestions. 4874
Error Name 'jj_3R_323' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4874
Error 'if' construct must use '{}'s. 4875
Error 'if' construct must use '{}'s. 4876
Error Missing a Javadoc comment. 4880
Error Redundant 'final' modifier. 4880
Error 'private' modifier out of order with the JLS suggestions. 4880
Error Name 'jj_3R_226' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4880
Error 'if' construct must use '{}'s. 4881
Error 'if' construct must use '{}'s. 4882
Error Missing a Javadoc comment. 4886
Error Redundant 'final' modifier. 4886
Error 'private' modifier out of order with the JLS suggestions. 4886
Error Name 'jj_3R_269' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4886
Error 'if' construct must use '{}'s. 4887
Error 'if' construct must use '{}'s. 4888
Error 'if' construct must use '{}'s. 4889
Error 'if' construct must use '{}'s. 4890
Error Missing a Javadoc comment. 4894
Error Redundant 'final' modifier. 4894
Error 'private' modifier out of order with the JLS suggestions. 4894
Error Name 'jj_3R_272' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4894
Error 'if' construct must use '{}'s. 4895
Error 'if' construct must use '{}'s. 4896
Error 'if' construct must use '{}'s. 4901
Error Missing a Javadoc comment. 4906
Error Redundant 'final' modifier. 4906
Error 'private' modifier out of order with the JLS suggestions. 4906
Error Name 'jj_3R_322' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4906
Error 'if' construct must use '{}'s. 4907
Error 'if' construct must use '{}'s. 4908
Error Missing a Javadoc comment. 4912
Error Redundant 'final' modifier. 4912
Error 'private' modifier out of order with the JLS suggestions. 4912
Error Name 'jj_3R_270' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4912
Error 'if' construct must use '{}'s. 4913
Error 'if' construct must use '{}'s. 4914
Error Missing a Javadoc comment. 4918
Error Redundant 'final' modifier. 4918
Error 'private' modifier out of order with the JLS suggestions. 4918
Error Name 'jj_3R_266' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4918
Error 'if' construct must use '{}'s. 4923
Error 'if' construct must use '{}'s. 4924
Error 'if' construct must use '{}'s. 4925
Error 'if' construct must use '{}'s. 4926
Error 'if' construct must use '{}'s. 4927
Error Missing a Javadoc comment. 4931
Error Redundant 'final' modifier. 4931
Error 'private' modifier out of order with the JLS suggestions. 4931
Error Name 'jj_3R_225' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4931
Error 'if' construct must use '{}'s. 4932
Error 'if' construct must use '{}'s. 4933
Error Missing a Javadoc comment. 4937
Error Redundant 'final' modifier. 4937
Error 'private' modifier out of order with the JLS suggestions. 4937
Error Name 'jj_3R_267' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4937
Error 'if' construct must use '{}'s. 4938
Error 'if' construct must use '{}'s. 4939
Error 'if' construct must use '{}'s. 4944
Error Missing a Javadoc comment. 4949
Error Redundant 'final' modifier. 4949
Error 'private' modifier out of order with the JLS suggestions. 4949
Error Name 'jj_3R_321' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4949
Error 'if' construct must use '{}'s. 4950
Error 'if' construct must use '{}'s. 4951
Error Missing a Javadoc comment. 4955
Error Redundant 'final' modifier. 4955
Error 'private' modifier out of order with the JLS suggestions. 4955
Error Name 'jj_3R_320' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4955
Error 'if' construct must use '{}'s. 4956
Error 'if' construct must use '{}'s. 4957
Error Missing a Javadoc comment. 4961
Error Redundant 'final' modifier. 4961
Error 'private' modifier out of order with the JLS suggestions. 4961
Error Name 'jj_3R_262' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4961
Error 'if' construct must use '{}'s. 4962
Error 'if' construct must use '{}'s. 4963
Error 'if' construct must use '{}'s. 4968
Error Missing a Javadoc comment. 4973
Error Redundant 'final' modifier. 4973
Error 'private' modifier out of order with the JLS suggestions. 4973
Error Name 'jj_3R_261' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4973
Error 'if' construct must use '{}'s. 4974
Error 'if' construct must use '{}'s. 4975
Error 'if' construct must use '{}'s. 4976
Error 'if' construct must use '{}'s. 4977
Error Missing a Javadoc comment. 4981
Error Redundant 'final' modifier. 4981
Error 'private' modifier out of order with the JLS suggestions. 4981
Error Name 'jj_3R_319' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4981
Error 'if' construct must use '{}'s. 4982
Error 'if' construct must use '{}'s. 4983
Error Missing a Javadoc comment. 4987
Error Redundant 'final' modifier. 4987
Error 'private' modifier out of order with the JLS suggestions. 4987
Error Name 'jj_3R_224' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4987
Error 'if' construct must use '{}'s. 4988
Error 'if' construct must use '{}'s. 4989
Error Missing a Javadoc comment. 4993
Error Redundant 'final' modifier. 4993
Error 'private' modifier out of order with the JLS suggestions. 4993
Error Name 'jj_3R_258' must match pattern '^[a-z][a-zA-Z0-9]*$'. 4993
Error 'if' construct must use '{}'s. 4994
Error 'if' construct must use '{}'s. 4995
Error 'if' construct must use '{}'s. 5000
Error Missing a Javadoc comment. 5005
Error Redundant 'final' modifier. 5005
Error 'private' modifier out of order with the JLS suggestions. 5005
Error Name 'jj_3R_318' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5005
Error 'if' construct must use '{}'s. 5006
Error 'if' construct must use '{}'s. 5007
Error Missing a Javadoc comment. 5011
Error Redundant 'final' modifier. 5011
Error 'private' modifier out of order with the JLS suggestions. 5011
Error Name 'jj_3R_251' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5011
Error 'if' construct must use '{}'s. 5012
Error 'if' construct must use '{}'s. 5013
Error 'if' construct must use '{}'s. 5014
Error 'if' construct must use '{}'s. 5015
Error Missing a Javadoc comment. 5019
Error Redundant 'final' modifier. 5019
Error 'private' modifier out of order with the JLS suggestions. 5019
Error Name 'jj_3R_317' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5019
Error 'if' construct must use '{}'s. 5020
Error 'if' construct must use '{}'s. 5021
Error Missing a Javadoc comment. 5025
Error Redundant 'final' modifier. 5025
Error 'private' modifier out of order with the JLS suggestions. 5025
Error Name 'jj_3R_294' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5025
Error 'if' construct must use '{}'s. 5040
Error 'if' construct must use '{}'s. 5041
Error 'if' construct must use '{}'s. 5042
Error 'if' construct must use '{}'s. 5043
Error 'if' construct must use '{}'s. 5044
Error 'if' construct must use '{}'s. 5045
Error 'if' construct must use '{}'s. 5046
Error 'if' construct must use '{}'s. 5047
Error Missing a Javadoc comment. 5051
Error Redundant 'final' modifier. 5051
Error 'private' modifier out of order with the JLS suggestions. 5051
Error Name 'jj_3R_223' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5051
Error 'if' construct must use '{}'s. 5052
Error 'if' construct must use '{}'s. 5053
Error Missing a Javadoc comment. 5057
Error Redundant 'final' modifier. 5057
Error 'private' modifier out of order with the JLS suggestions. 5057
Error Name 'jj_3R_252' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5057
Error 'if' construct must use '{}'s. 5058
Error 'if' construct must use '{}'s. 5059
Error 'if' construct must use '{}'s. 5062
Error 'if' construct must use '{}'s. 5063
Error Missing a Javadoc comment. 5067
Error Redundant 'final' modifier. 5067
Error 'private' modifier out of order with the JLS suggestions. 5067
Error Name 'jj_3R_257' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5067
Error 'if' construct must use '{}'s. 5068
Error 'if' construct must use '{}'s. 5069
Error 'if' construct must use '{}'s. 5070
Error 'if' construct must use '{}'s. 5071
Error Missing a Javadoc comment. 5075
Error Redundant 'final' modifier. 5075
Error 'private' modifier out of order with the JLS suggestions. 5075
Error Name 'jj_3R_280' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5075
Error 'if' construct must use '{}'s. 5080
Error 'if' construct must use '{}'s. 5082
Error 'if' construct must use '{}'s. 5083
Error Missing a Javadoc comment. 5087
Error Redundant 'final' modifier. 5087
Error 'private' modifier out of order with the JLS suggestions. 5087
Error Name 'jj_3R_243' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5087
Error 'if' construct must use '{}'s. 5088
Error 'if' construct must use '{}'s. 5089
Error 'if' construct must use '{}'s. 5090
Error 'if' construct must use '{}'s. 5091
Error Missing a Javadoc comment. 5095
Error Redundant 'final' modifier. 5095
Error 'private' modifier out of order with the JLS suggestions. 5095
Error Name 'jj_3R_265' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5095
Error 'if' construct must use '{}'s. 5096
Error 'if' construct must use '{}'s. 5097
Error Missing a Javadoc comment. 5101
Error Redundant 'final' modifier. 5101
Error 'private' modifier out of order with the JLS suggestions. 5101
Error Name 'jj_3R_244' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5101
Error 'if' construct must use '{}'s. 5102
Error 'if' construct must use '{}'s. 5103
Error 'if' construct must use '{}'s. 5108
Error Missing a Javadoc comment. 5113
Error Redundant 'final' modifier. 5113
Error 'private' modifier out of order with the JLS suggestions. 5113
Error Name 'jj_3R_215' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5113
Error 'if' construct must use '{}'s. 5114
Error 'if' construct must use '{}'s. 5115
Error 'if' construct must use '{}'s. 5116
Error 'if' construct must use '{}'s. 5117
Error Missing a Javadoc comment. 5121
Error Redundant 'final' modifier. 5121
Error 'private' modifier out of order with the JLS suggestions. 5121
Error Name 'jj_3R_222' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5121
Error 'if' construct must use '{}'s. 5122
Error 'if' construct must use '{}'s. 5123
Error Missing a Javadoc comment. 5127
Error Redundant 'final' modifier. 5127
Error 'private' modifier out of order with the JLS suggestions. 5127
Error Name 'jj_3R_260' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5127
Error 'if' construct must use '{}'s. 5128
Error 'if' construct must use '{}'s. 5129
Error 'if' construct must use '{}'s. 5134
Error 'if' construct must use '{}'s. 5136
Error 'if' construct must use '{}'s. 5137
Error Missing a Javadoc comment. 5141
Error Redundant 'final' modifier. 5141
Error 'private' modifier out of order with the JLS suggestions. 5141
Error Name 'jj_3R_228' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5141
Error 'if' construct must use '{}'s. 5142
Error 'if' construct must use '{}'s. 5143
Error 'if' construct must use '{}'s. 5148
Error Missing a Javadoc comment. 5153
Error Redundant 'final' modifier. 5153
Error 'private' modifier out of order with the JLS suggestions. 5153
Error Name 'jj_3R_194' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5153
Error 'if' construct must use '{}'s. 5154
Error 'if' construct must use '{}'s. 5155
Error 'if' construct must use '{}'s. 5156
Error 'if' construct must use '{}'s. 5157
Error 'if' construct must use '{}'s. 5158
Error 'if' construct must use '{}'s. 5159
Error 'if' construct must use '{}'s. 5160
Error 'if' construct must use '{}'s. 5161
Error Missing a Javadoc comment. 5165
Error Redundant 'final' modifier. 5165
Error 'private' modifier out of order with the JLS suggestions. 5165
Error Name 'jj_3R_221' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5165
Error 'if' construct must use '{}'s. 5166
Error 'if' construct must use '{}'s. 5167
Error Missing a Javadoc comment. 5171
Error Redundant 'final' modifier. 5171
Error 'private' modifier out of order with the JLS suggestions. 5171
Error Name 'jj_3R_196' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5171
Error 'if' construct must use '{}'s. 5172
Error 'if' construct must use '{}'s. 5173
Error 'if' construct must use '{}'s. 5178
Error Missing a Javadoc comment. 5183
Error Redundant 'final' modifier. 5183
Error 'private' modifier out of order with the JLS suggestions. 5183
Error Name 'jj_3R_220' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5183
Error 'if' construct must use '{}'s. 5184
Error 'if' construct must use '{}'s. 5185
Error Missing a Javadoc comment. 5189
Error Redundant 'final' modifier. 5189
Error 'private' modifier out of order with the JLS suggestions. 5189
Error Name 'jj_3R_325' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5189
Error 'if' construct must use '{}'s. 5190
Error 'if' construct must use '{}'s. 5191
Error 'if' construct must use '{}'s. 5192
Error 'if' construct must use '{}'s. 5193
Error Missing a Javadoc comment. 5197
Error Redundant 'final' modifier. 5197
Error 'private' modifier out of order with the JLS suggestions. 5197
Error Name 'jj_3R_324' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5197
Error 'if' construct must use '{}'s. 5198
Error 'if' construct must use '{}'s. 5199
Error 'if' construct must use '{}'s. 5200
Error 'if' construct must use '{}'s. 5201
Error Missing a Javadoc comment. 5205
Error Redundant 'final' modifier. 5205
Error 'private' modifier out of order with the JLS suggestions. 5205
Error Name 'jj_3R_187' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5205
Error 'if' construct must use '{}'s. 5206
Error 'if' construct must use '{}'s. 5207
Error 'if' construct must use '{}'s. 5212
Error Missing a Javadoc comment. 5217
Error Redundant 'final' modifier. 5217
Error 'private' modifier out of order with the JLS suggestions. 5217
Error Name 'jj_3R_219' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5217
Error 'if' construct must use '{}'s. 5218
Error 'if' construct must use '{}'s. 5219
Error Missing a Javadoc comment. 5223
Error Redundant 'final' modifier. 5223
Error 'private' modifier out of order with the JLS suggestions. 5223
Error Name 'jj_3R_175' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5223
Error 'if' construct must use '{}'s. 5224
Error 'if' construct must use '{}'s. 5225
Error 'if' construct must use '{}'s. 5230
Error Missing a Javadoc comment. 5235
Error Redundant 'final' modifier. 5235
Error 'private' modifier out of order with the JLS suggestions. 5235
Error Name 'jj_3R_218' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5235
Error 'if' construct must use '{}'s. 5236
Error 'if' construct must use '{}'s. 5237
Error Missing a Javadoc comment. 5241
Error Redundant 'final' modifier. 5241
Error 'private' modifier out of order with the JLS suggestions. 5241
Error Name 'jj_3R_168' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5241
Error 'if' construct must use '{}'s. 5242
Error 'if' construct must use '{}'s. 5243
Error 'if' construct must use '{}'s. 5248
Error Missing a Javadoc comment. 5253
Error Redundant 'final' modifier. 5253
Error 'private' modifier out of order with the JLS suggestions. 5253
Error Name 'jj_3R_136' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5253
Error 'if' construct must use '{}'s. 5254
Error 'if' construct must use '{}'s. 5255
Error 'if' construct must use '{}'s. 5258
Error 'if' construct must use '{}'s. 5259
Error Missing a Javadoc comment. 5263
Error Redundant 'final' modifier. 5263
Error 'private' modifier out of order with the JLS suggestions. 5263
Error Name 'jj_3R_217' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5263
Error 'if' construct must use '{}'s. 5264
Error 'if' construct must use '{}'s. 5265
Error Missing a Javadoc comment. 5269
Error Redundant 'final' modifier. 5269
Error 'private' modifier out of order with the JLS suggestions. 5269
Error Name 'jj_3R_190' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5269
Error 'if' construct must use '{}'s. 5270
Error 'if' construct must use '{}'s. 5271
Error 'if' construct must use '{}'s. 5272
Error 'if' construct must use '{}'s. 5273
Error 'if' construct must use '{}'s. 5276
Error 'if' construct must use '{}'s. 5277
Error 'if' construct must use '{}'s. 5279
Error 'if' construct must use '{}'s. 5280
Error 'if' construct must use '{}'s. 5281
Error 'if' construct must use '{}'s. 5282
Error Missing a Javadoc comment. 5286
Error Redundant 'final' modifier. 5286
Error 'private' modifier out of order with the JLS suggestions. 5286
Error Name 'jj_3R_195' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5286
Error 'if' construct must use '{}'s. 5311
Error 'if' construct must use '{}'s. 5312
Error 'if' construct must use '{}'s. 5313
Error 'if' construct must use '{}'s. 5314
Error 'if' construct must use '{}'s. 5315
Error 'if' construct must use '{}'s. 5316
Error 'if' construct must use '{}'s. 5317
Error 'if' construct must use '{}'s. 5318
Error 'if' construct must use '{}'s. 5319
Error 'if' construct must use '{}'s. 5320
Error 'if' construct must use '{}'s. 5321
Error 'if' construct must use '{}'s. 5322
Error 'if' construct must use '{}'s. 5323
Error Missing a Javadoc comment. 5327
Error Redundant 'final' modifier. 5327
Error 'private' modifier out of order with the JLS suggestions. 5327
Error Name 'jj_3R_216' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5327
Error 'if' construct must use '{}'s. 5328
Error 'if' construct must use '{}'s. 5329
Error Missing a Javadoc comment. 5333
Error Redundant 'final' modifier. 5333
Error 'private' modifier out of order with the JLS suggestions. 5333
Error Name 'jj_3R_186' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5333
Error 'if' construct must use '{}'s. 5334
Error 'if' construct must use '{}'s. 5335
Error 'if' construct must use '{}'s. 5336
Error 'if' construct must use '{}'s. 5337
Error Missing a Javadoc comment. 5341
Error Redundant 'final' modifier. 5341
Error 'private' modifier out of order with the JLS suggestions. 5341
Error Name 'jj_3R_70' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5341
Error 'if' construct must use '{}'s. 5342
Error 'if' construct must use '{}'s. 5343
Error 'if' construct must use '{}'s. 5346
Error 'if' construct must use '{}'s. 5347
Error Missing a Javadoc comment. 5351
Error Redundant 'final' modifier. 5351
Error 'private' modifier out of order with the JLS suggestions. 5351
Error Name 'jj_3R_79' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5351
Error 'if' construct must use '{}'s. 5352
Error 'if' construct must use '{}'s. 5353
Error Missing a Javadoc comment. 5357
Error Redundant 'final' modifier. 5357
Error 'private' modifier out of order with the JLS suggestions. 5357
Error Name 'jj_3R_386' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5357
Error 'if' construct must use '{}'s. 5358
Error 'if' construct must use '{}'s. 5359
Error 'if' construct must use '{}'s. 5360
Error 'if' construct must use '{}'s. 5361
Error Missing a Javadoc comment. 5365
Error Redundant 'final' modifier. 5365
Error 'private' modifier out of order with the JLS suggestions. 5365
Error Name 'jj_3R_78' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5365
Error 'if' construct must use '{}'s. 5366
Error 'if' construct must use '{}'s. 5367
Error Missing a Javadoc comment. 5371
Error Redundant 'final' modifier. 5371
Error 'private' modifier out of order with the JLS suggestions. 5371
Error Name 'jj_3R_369' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5371
Error 'if' construct must use '{}'s. 5372
Error 'if' construct must use '{}'s. 5373
Error 'if' construct must use '{}'s. 5378
Error Missing a Javadoc comment. 5383
Error Redundant 'final' modifier. 5383
Error 'private' modifier out of order with the JLS suggestions. 5383
Error Name 'jj_3R_374' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5383
Error 'if' construct must use '{}'s. 5384
Error 'if' construct must use '{}'s. 5385
Error 'if' construct must use '{}'s. 5386
Error 'if' construct must use '{}'s. 5387
Error Missing a Javadoc comment. 5391
Error Redundant 'final' modifier. 5391
Error 'private' modifier out of order with the JLS suggestions. 5391
Error Name 'jj_3R_339' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5391
Error 'if' construct must use '{}'s. 5392
Error 'if' construct must use '{}'s. 5393
Error 'if' construct must use '{}'s. 5398
Error Missing a Javadoc comment. 5403
Error Redundant 'final' modifier. 5403
Error 'private' modifier out of order with the JLS suggestions. 5403
Error Name 'jj_3R_77' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5403
Error 'if' construct must use '{}'s. 5404
Error 'if' construct must use '{}'s. 5405
Error Missing a Javadoc comment. 5409
Error Redundant 'final' modifier. 5409
Error 'private' modifier out of order with the JLS suggestions. 5409
Error Name 'jj_3R_52' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5409
Error 'if' construct must use '{}'s. 5418
Error 'if' construct must use '{}'s. 5419
Error 'if' construct must use '{}'s. 5420
Error 'if' construct must use '{}'s. 5421
Error 'if' construct must use '{}'s. 5422
Error Missing a Javadoc comment. 5426
Error Redundant 'final' modifier. 5426
Error 'private' modifier out of order with the JLS suggestions. 5426
Error Name 'jj_3R_76' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5426
Error 'if' construct must use '{}'s. 5427
Error 'if' construct must use '{}'s. 5428
Error Missing a Javadoc comment. 5432
Error Redundant 'final' modifier. 5432
Error 'private' modifier out of order with the JLS suggestions. 5432
Error Name 'jj_3_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5432
Error 'if' construct must use '{}'s. 5437
Error 'if' construct must use '{}'s. 5439
Error 'if' construct must use '{}'s. 5440
Error Missing a Javadoc comment. 5444
Error Redundant 'final' modifier. 5444
Error 'private' modifier out of order with the JLS suggestions. 5444
Error Name 'jj_3R_398' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5444
Error 'if' construct must use '{}'s. 5445
Error 'if' construct must use '{}'s. 5446
Error 'if' construct must use '{}'s. 5447
Error 'if' construct must use '{}'s. 5448
Error Missing a Javadoc comment. 5452
Error Redundant 'final' modifier. 5452
Error 'private' modifier out of order with the JLS suggestions. 5452
Error Name 'jj_3R_385' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5452
Error 'if' construct must use '{}'s. 5453
Error 'if' construct must use '{}'s. 5454
Error 'if' construct must use '{}'s. 5459
Error Missing a Javadoc comment. 5464
Error Redundant 'final' modifier. 5464
Error 'private' modifier out of order with the JLS suggestions. 5464
Error Name 'jj_3R_394' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5464
Error 'if' construct must use '{}'s. 5465
Error 'if' construct must use '{}'s. 5466
Error 'if' construct must use '{}'s. 5467
Error 'if' construct must use '{}'s. 5468
Error Missing a Javadoc comment. 5472
Error Redundant 'final' modifier. 5472
Error 'private' modifier out of order with the JLS suggestions. 5472
Error Name 'jj_3R_373' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5472
Error 'if' construct must use '{}'s. 5473
Error 'if' construct must use '{}'s. 5474
Error 'if' construct must use '{}'s. 5479
Error Missing a Javadoc comment. 5484
Error Redundant 'final' modifier. 5484
Error 'private' modifier out of order with the JLS suggestions. 5484
Error Name 'jj_3_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5484
Error 'if' construct must use '{}'s. 5485
Error 'if' construct must use '{}'s. 5486
Error 'if' construct must use '{}'s. 5487
Error 'if' construct must use '{}'s. 5488
Error Missing a Javadoc comment. 5492
Error Redundant 'final' modifier. 5492
Error 'private' modifier out of order with the JLS suggestions. 5492
Error Name 'jj_3R_57' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5492
Error 'if' construct must use '{}'s. 5493
Error 'if' construct must use '{}'s. 5494
Error 'if' construct must use '{}'s. 5499
Error Missing a Javadoc comment. 5504
Error Redundant 'final' modifier. 5504
Error 'private' modifier out of order with the JLS suggestions. 5504
Error Name 'jj_3R_134' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5504
Error 'if' construct must use '{}'s. 5505
Error 'if' construct must use '{}'s. 5506
Error Missing a Javadoc comment. 5510
Error Redundant 'final' modifier. 5510
Error 'private' modifier out of order with the JLS suggestions. 5510
Error Name 'jj_3R_133' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5510
Error 'if' construct must use '{}'s. 5511
Error 'if' construct must use '{}'s. 5512
Error Missing a Javadoc comment. 5516
Error Redundant 'final' modifier. 5516
Error 'private' modifier out of order with the JLS suggestions. 5516
Error Name 'jj_3R_68' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5516
Error 'if' construct must use '{}'s. 5521
Error 'if' construct must use '{}'s. 5522
Error 'if' construct must use '{}'s. 5523
Error Missing a Javadoc comment. 5527
Error Redundant 'final' modifier. 5527
Error 'private' modifier out of order with the JLS suggestions. 5527
Error Name 'jj_3R_129' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5527
Error 'if' construct must use '{}'s. 5528
Error 'if' construct must use '{}'s. 5529
Error Missing a Javadoc comment. 5533
Error Redundant 'final' modifier. 5533
Error 'private' modifier out of order with the JLS suggestions. 5533
Error Name 'jj_3R_128' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5533
Error 'if' construct must use '{}'s. 5534
Error 'if' construct must use '{}'s. 5535
Error Missing a Javadoc comment. 5539
Error Redundant 'final' modifier. 5539
Error 'private' modifier out of order with the JLS suggestions. 5539
Error Name 'jj_3R_138' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5539
Error 'if' construct must use '{}'s. 5540
Error 'if' construct must use '{}'s. 5541
Error Missing a Javadoc comment. 5545
Error Redundant 'final' modifier. 5545
Error 'private' modifier out of order with the JLS suggestions. 5545
Error Name 'jj_3R_127' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5545
Error 'if' construct must use '{}'s. 5546
Error 'if' construct must use '{}'s. 5547
Error Missing a Javadoc comment. 5551
Error Redundant 'final' modifier. 5551
Error 'private' modifier out of order with the JLS suggestions. 5551
Error Name 'jj_3R_126' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5551
Error 'if' construct must use '{}'s. 5552
Error 'if' construct must use '{}'s. 5553
Error Missing a Javadoc comment. 5557
Error Redundant 'final' modifier. 5557
Error 'private' modifier out of order with the JLS suggestions. 5557
Error Name 'jj_3R_125' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5557
Error 'if' construct must use '{}'s. 5558
Error 'if' construct must use '{}'s. 5559
Error Missing a Javadoc comment. 5563
Error Redundant 'final' modifier. 5563
Error 'private' modifier out of order with the JLS suggestions. 5563
Error Name 'jj_3R_124' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5563
Error 'if' construct must use '{}'s. 5564
Error 'if' construct must use '{}'s. 5565
Error Missing a Javadoc comment. 5569
Error Redundant 'final' modifier. 5569
Error 'private' modifier out of order with the JLS suggestions. 5569
Error Name 'jj_3R_123' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5569
Error 'if' construct must use '{}'s. 5570
Error 'if' construct must use '{}'s. 5571
Error Missing a Javadoc comment. 5575
Error Redundant 'final' modifier. 5575
Error 'private' modifier out of order with the JLS suggestions. 5575
Error Name 'jj_3R_122' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5575
Error 'if' construct must use '{}'s. 5576
Error 'if' construct must use '{}'s. 5577
Error Missing a Javadoc comment. 5581
Error Redundant 'final' modifier. 5581
Error 'private' modifier out of order with the JLS suggestions. 5581
Error Name 'jj_3R_66' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5581
Error 'if' construct must use '{}'s. 5598
Error 'if' construct must use '{}'s. 5599
Error 'if' construct must use '{}'s. 5600
Error 'if' construct must use '{}'s. 5601
Error 'if' construct must use '{}'s. 5602
Error 'if' construct must use '{}'s. 5603
Error 'if' construct must use '{}'s. 5604
Error 'if' construct must use '{}'s. 5605
Error 'if' construct must use '{}'s. 5606
Error Missing a Javadoc comment. 5610
Error Redundant 'final' modifier. 5610
Error 'private' modifier out of order with the JLS suggestions. 5610
Error Name 'jj_3R_139' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5610
Error 'if' construct must use '{}'s. 5611
Error 'if' construct must use '{}'s. 5612
Error 'if' construct must use '{}'s. 5613
Error 'if' construct must use '{}'s. 5614
Error Missing a Javadoc comment. 5618
Error Redundant 'final' modifier. 5618
Error 'private' modifier out of order with the JLS suggestions. 5618
Error Name 'jj_3R_137' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5618
Error 'if' construct must use '{}'s. 5619
Error 'if' construct must use '{}'s. 5620
Error Missing a Javadoc comment. 5624
Error Redundant 'final' modifier. 5624
Error 'private' modifier out of order with the JLS suggestions. 5624
Error Name 'jj_3R_73' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5624
Error 'if' construct must use '{}'s. 5629
Error 'if' construct must use '{}'s. 5630
Error 'if' construct must use '{}'s. 5631
Error 'if' construct must use '{}'s. 5635
Error Missing a Javadoc comment. 5640
Error Redundant 'final' modifier. 5640
Error 'private' modifier out of order with the JLS suggestions. 5640
Error Name 'jj_3R_401' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5640
Error 'if' construct must use '{}'s. 5641
Error 'if' construct must use '{}'s. 5642
Error 'if' construct must use '{}'s. 5643
Error 'if' construct must use '{}'s. 5644
Error Missing a Javadoc comment. 5648
Error Redundant 'final' modifier. 5648
Error 'private' modifier out of order with the JLS suggestions. 5648
Error Name 'jj_3R_400' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5648
Error 'if' construct must use '{}'s. 5649
Error 'if' construct must use '{}'s. 5650
Error Missing a Javadoc comment. 5654
Error Redundant 'final' modifier. 5654
Error 'private' modifier out of order with the JLS suggestions. 5654
Error Name 'jj_3R_399' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5654
Error 'if' construct must use '{}'s. 5655
Error 'if' construct must use '{}'s. 5656
Error Missing a Javadoc comment. 5660
Error Redundant 'final' modifier. 5660
Error 'private' modifier out of order with the JLS suggestions. 5660
Error Name 'jj_3R_392' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5660
Error 'if' construct must use '{}'s. 5665
Error 'if' construct must use '{}'s. 5666
Error 'if' construct must use '{}'s. 5667
Error 'if' construct must use '{}'s. 5671
Error Missing a Javadoc comment. 5676
Error Redundant 'final' modifier. 5676
Error 'private' modifier out of order with the JLS suggestions. 5676
Error Name 'jj_3R_174' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5676
Error 'if' construct must use '{}'s. 5677
Error 'if' construct must use '{}'s. 5678
Error 'if' construct must use '{}'s. 5679
Error 'if' construct must use '{}'s. 5680
Error Missing a Javadoc comment. 5684
Error Redundant 'final' modifier. 5684
Error 'private' modifier out of order with the JLS suggestions. 5684
Error Name 'jj_3R_173' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5684
Error 'if' construct must use '{}'s. 5685
Error 'if' construct must use '{}'s. 5686
Error Missing a Javadoc comment. 5690
Error Redundant 'final' modifier. 5690
Error 'private' modifier out of order with the JLS suggestions. 5690
Error Name 'jj_3R_172' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5690
Error 'if' construct must use '{}'s. 5691
Error 'if' construct must use '{}'s. 5692
Error Missing a Javadoc comment. 5696
Error Redundant 'final' modifier. 5696
Error 'private' modifier out of order with the JLS suggestions. 5696
Error Name 'jj_3R_167' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5696
Error 'if' construct must use '{}'s. 5701
Error 'if' construct must use '{}'s. 5702
Error 'if' construct must use '{}'s. 5703
Error 'if' construct must use '{}'s. 5707
Error Missing a Javadoc comment. 5712
Error Redundant 'final' modifier. 5712
Error 'private' modifier out of order with the JLS suggestions. 5712
Error Name 'jj_3R_422' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5712
Error 'if' construct must use '{}'s. 5713
Error 'if' construct must use '{}'s. 5714
Error 'if' construct must use '{}'s. 5715
Error 'if' construct must use '{}'s. 5716
Error Missing a Javadoc comment. 5720
Error Redundant 'final' modifier. 5720
Error 'private' modifier out of order with the JLS suggestions. 5720
Error Name 'jj_3R_360' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5720
Error 'if' construct must use '{}'s. 5721
Error 'if' construct must use '{}'s. 5722
Error 'if' construct must use '{}'s. 5723
Error 'if' construct must use '{}'s. 5724
Error Missing a Javadoc comment. 5728
Error Redundant 'final' modifier. 5728
Error 'private' modifier out of order with the JLS suggestions. 5728
Error Name 'jj_3R_359' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5728
Error 'if' construct must use '{}'s. 5729
Error 'if' construct must use '{}'s. 5730
Error Missing a Javadoc comment. 5734
Error Redundant 'final' modifier. 5734
Error 'private' modifier out of order with the JLS suggestions. 5734
Error Name 'jj_3R_298' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5734
Error 'if' construct must use '{}'s. 5735
Error 'if' construct must use '{}'s. 5736
Error 'if' construct must use '{}'s. 5737
Error 'if' construct must use '{}'s. 5738
Error Missing a Javadoc comment. 5742
Error Redundant 'final' modifier. 5742
Error 'private' modifier out of order with the JLS suggestions. 5742
Error Name 'jj_3R_242' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5742
Error 'if' construct must use '{}'s. 5743
Error 'if' construct must use '{}'s. 5744
Error 'if' construct must use '{}'s. 5745
Error 'if' construct must use '{}'s. 5746
Error 'if' construct must use '{}'s. 5749
Error 'if' construct must use '{}'s. 5750
Error 'if' construct must use '{}'s. 5751
Error 'if' construct must use '{}'s. 5752
Error Missing a Javadoc comment. 5756
Error Redundant 'final' modifier. 5756
Error 'private' modifier out of order with the JLS suggestions. 5756
Error Name 'jj_3R_358' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5756
Error 'if' construct must use '{}'s. 5757
Error 'if' construct must use '{}'s. 5758
Error Missing a Javadoc comment. 5762
Error Redundant 'final' modifier. 5762
Error 'private' modifier out of order with the JLS suggestions. 5762
Error Name 'jj_3R_307' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5762
Error 'if' construct must use '{}'s. 5767
Error 'if' construct must use '{}'s. 5768
Error 'if' construct must use '{}'s. 5769
Error 'if' construct must use '{}'s. 5773
Error Missing a Javadoc comment. 5778
Error Redundant 'final' modifier. 5778
Error 'private' modifier out of order with the JLS suggestions. 5778
Error Name 'jj_3R_421' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5778
Error 'if' construct must use '{}'s. 5779
Error 'if' construct must use '{}'s. 5780
Error 'if' construct must use '{}'s. 5781
Error 'if' construct must use '{}'s. 5782
Error Missing a Javadoc comment. 5786
Error Redundant 'final' modifier. 5786
Error 'private' modifier out of order with the JLS suggestions. 5786
Error Name 'jj_3R_420' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5786
Error 'if' construct must use '{}'s. 5787
Error 'if' construct must use '{}'s. 5788
Error 'if' construct must use '{}'s. 5789
Error 'if' construct must use '{}'s. 5790
Error 'if' construct must use '{}'s. 5791
Error 'if' construct must use '{}'s. 5792
Error 'if' construct must use '{}'s. 5793
Error 'if' construct must use '{}'s. 5794
Error 'if' construct must use '{}'s. 5795
Error 'if' construct must use '{}'s. 5796
Error Missing a Javadoc comment. 5800
Error Redundant 'final' modifier. 5800
Error 'private' modifier out of order with the JLS suggestions. 5800
Error Name 'jj_3R_241' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5800
Error 'if' construct must use '{}'s. 5801
Error 'if' construct must use '{}'s. 5802
Error 'if' construct must use '{}'s. 5803
Error 'if' construct must use '{}'s. 5804
Error 'if' construct must use '{}'s. 5809
Error 'if' construct must use '{}'s. 5812
Error 'if' construct must use '{}'s. 5813
Error Missing a Javadoc comment. 5817
Error Redundant 'final' modifier. 5817
Error 'private' modifier out of order with the JLS suggestions. 5817
Error Name 'jj_3R_80' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5817
Error 'if' construct must use '{}'s. 5818
Error 'if' construct must use '{}'s. 5819
Error Missing a Javadoc comment. 5823
Error Redundant 'final' modifier. 5823
Error 'private' modifier out of order with the JLS suggestions. 5823
Error Name 'jj_3_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5823
Error 'if' construct must use '{}'s. 5824
Error 'if' construct must use '{}'s. 5825
Error 'if' construct must use '{}'s. 5826
Error 'if' construct must use '{}'s. 5827
Error 'if' construct must use '{}'s. 5828
Error 'if' construct must use '{}'s. 5829
Error Missing a Javadoc comment. 5833
Error Redundant 'final' modifier. 5833
Error 'private' modifier out of order with the JLS suggestions. 5833
Error Name 'jj_3R_53' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5833
Error 'if' construct must use '{}'s. 5836
Error 'if' construct must use '{}'s. 5837
Error 'if' construct must use '{}'s. 5838
Error 'if' construct must use '{}'s. 5839
Error Missing a Javadoc comment. 5843
Error Redundant 'final' modifier. 5843
Error 'private' modifier out of order with the JLS suggestions. 5843
Error Name 'jj_3R_416' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5843
Error 'if' construct must use '{}'s. 5844
Error 'if' construct must use '{}'s. 5845
Error Missing a Javadoc comment. 5849
Error Redundant 'final' modifier. 5849
Error 'private' modifier out of order with the JLS suggestions. 5849
Error Name 'jj_3R_240' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5849
Error 'if' construct must use '{}'s. 5850
Error 'if' construct must use '{}'s. 5851
Error 'if' construct must use '{}'s. 5852
Error 'if' construct must use '{}'s. 5853
Error 'if' construct must use '{}'s. 5854
Error 'if' construct must use '{}'s. 5855
Error 'if' construct must use '{}'s. 5856
Error 'if' construct must use '{}'s. 5857
Error 'if' construct must use '{}'s. 5858
Error 'if' construct must use '{}'s. 5859
Error Missing a Javadoc comment. 5863
Error Redundant 'final' modifier. 5863
Error 'private' modifier out of order with the JLS suggestions. 5863
Error Name 'jj_3R_419' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5863
Error 'if' construct must use '{}'s. 5864
Error 'if' construct must use '{}'s. 5865
Error Missing a Javadoc comment. 5869
Error Redundant 'final' modifier. 5869
Error 'private' modifier out of order with the JLS suggestions. 5869
Error Name 'jj_3_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5869
Error 'if' construct must use '{}'s. 5870
Error 'if' construct must use '{}'s. 5871
Error 'if' construct must use '{}'s. 5872
Error 'if' construct must use '{}'s. 5873
Error Missing a Javadoc comment. 5877
Error Redundant 'final' modifier. 5877
Error 'private' modifier out of order with the JLS suggestions. 5877
Error Name 'jj_3R_418' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5877
Error 'if' construct must use '{}'s. 5878
Error 'if' construct must use '{}'s. 5879
Error Missing a Javadoc comment. 5883
Error Redundant 'final' modifier. 5883
Error 'private' modifier out of order with the JLS suggestions. 5883
Error Name 'jj_3R_117' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5883
Error 'if' construct must use '{}'s. 5886
Error 'if' construct must use '{}'s. 5887
Error 'if' construct must use '{}'s. 5888
Error 'if' construct must use '{}'s. 5889
Error 'if' construct must use '{}'s. 5890
Error 'if' construct must use '{}'s. 5891
Error 'if' construct must use '{}'s. 5892
Error 'if' construct must use '{}'s. 5893
Error Missing a Javadoc comment. 5897
Error Redundant 'final' modifier. 5897
Error 'private' modifier out of order with the JLS suggestions. 5897
Error Name 'jj_3R_239' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5897
Error 'if' construct must use '{}'s. 5898
Error 'if' construct must use '{}'s. 5899
Error 'if' construct must use '{}'s. 5900
Error 'if' construct must use '{}'s. 5901
Error 'if' construct must use '{}'s. 5902
Error 'if' construct must use '{}'s. 5903
Error Missing a Javadoc comment. 5907
Error Redundant 'final' modifier. 5907
Error 'private' modifier out of order with the JLS suggestions. 5907
Error Name 'jj_3_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5907
Error 'if' construct must use '{}'s. 5908
Error 'if' construct must use '{}'s. 5909
Error Missing a Javadoc comment. 5913
Error Redundant 'final' modifier. 5913
Error 'private' modifier out of order with the JLS suggestions. 5913
Error Name 'jj_3R_116' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5913
Error 'if' construct must use '{}'s. 5914
Error 'if' construct must use '{}'s. 5915
Error 'if' construct must use '{}'s. 5916
Error 'if' construct must use '{}'s. 5917
Error 'if' construct must use '{}'s. 5918
Error 'if' construct must use '{}'s. 5919
Error Missing a Javadoc comment. 5923
Error Redundant 'final' modifier. 5923
Error 'private' modifier out of order with the JLS suggestions. 5923
Error Name 'jj_3R_62' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5923
Error 'if' construct must use '{}'s. 5928
Error 'if' construct must use '{}'s. 5929
Error 'if' construct must use '{}'s. 5930
Error Missing a Javadoc comment. 5934
Error Redundant 'final' modifier. 5934
Error 'private' modifier out of order with the JLS suggestions. 5934
Error Name 'jj_3R_439' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5934
Error 'if' construct must use '{}'s. 5935
Error 'if' construct must use '{}'s. 5936
Error 'if' construct must use '{}'s. 5937
Error 'if' construct must use '{}'s. 5938
Error Missing a Javadoc comment. 5942
Error Redundant 'final' modifier. 5942
Error 'private' modifier out of order with the JLS suggestions. 5942
Error Name 'jj_3R_238' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5942
Error 'if' construct must use '{}'s. 5943
Error 'if' construct must use '{}'s. 5944
Error 'if' construct must use '{}'s. 5947
Error 'if' construct must use '{}'s. 5948
Error 'if' construct must use '{}'s. 5949
Error 'if' construct must use '{}'s. 5950
Error Missing a Javadoc comment. 5954
Error Redundant 'final' modifier. 5954
Error 'private' modifier out of order with the JLS suggestions. 5954
Error Name 'jj_3R_417' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5954
Error 'if' construct must use '{}'s. 5955
Error 'if' construct must use '{}'s. 5956
Error Missing a Javadoc comment. 5960
Error Redundant 'final' modifier. 5960
Error 'private' modifier out of order with the JLS suggestions. 5960
Error Name 'jj_3R_300' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5960
Error 'if' construct must use '{}'s. 5961
Error 'if' construct must use '{}'s. 5962
Error Missing a Javadoc comment. 5966
Error Redundant 'final' modifier. 5966
Error 'private' modifier out of order with the JLS suggestions. 5966
Error Name 'jj_3R_299' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5966
Error 'if' construct must use '{}'s. 5967
Error 'if' construct must use '{}'s. 5968
Error Missing a Javadoc comment. 5972
Error Redundant 'final' modifier. 5972
Error 'private' modifier out of order with the JLS suggestions. 5972
Error Name 'jj_3R_237' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5972
Error 'if' construct must use '{}'s. 5973
Error 'if' construct must use '{}'s. 5974
Error 'if' construct must use '{}'s. 5977
Error 'if' construct must use '{}'s. 5978
Error 'if' construct must use '{}'s. 5979
Error 'if' construct must use '{}'s. 5980
Error Missing a Javadoc comment. 5984
Error Redundant 'final' modifier. 5984
Error 'private' modifier out of order with the JLS suggestions. 5984
Error Name 'jj_3R_415' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5984
Error 'if' construct must use '{}'s. 5985
Error 'if' construct must use '{}'s. 5986
Error Missing a Javadoc comment. 5990
Error Redundant 'final' modifier. 5990
Error 'private' modifier out of order with the JLS suggestions. 5990
Error Name 'jj_3R_236' must match pattern '^[a-z][a-zA-Z0-9]*$'. 5990
Error 'if' construct must use '{}'s. 5991
Error 'if' construct must use '{}'s. 5992
Error 'if' construct must use '{}'s. 5995
Error 'if' construct must use '{}'s. 5996
Error 'if' construct must use '{}'s. 5997
Error 'if' construct must use '{}'s. 5998
Error Missing a Javadoc comment. 6002
Error Redundant 'final' modifier. 6002
Error 'private' modifier out of order with the JLS suggestions. 6002
Error Name 'jj_3R_337' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6002
Error 'if' construct must use '{}'s. 6003
Error 'if' construct must use '{}'s. 6004
Error Missing a Javadoc comment. 6008
Error Redundant 'final' modifier. 6008
Error 'private' modifier out of order with the JLS suggestions. 6008
Error Name 'jj_3R_413' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6008
Error 'if' construct must use '{}'s. 6009
Error 'if' construct must use '{}'s. 6010
Error 'if' construct must use '{}'s. 6011
Error 'if' construct must use '{}'s. 6012
Error Missing a Javadoc comment. 6016
Error Redundant 'final' modifier. 6016
Error 'private' modifier out of order with the JLS suggestions. 6016
Error Name 'jj_3R_428' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6016
Error 'if' construct must use '{}'s. 6017
Error 'if' construct must use '{}'s. 6018
Error Missing a Javadoc comment. 6022
Error Redundant 'final' modifier. 6022
Error 'private' modifier out of order with the JLS suggestions. 6022
Error Name 'jj_3R_336' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6022
Error 'if' construct must use '{}'s. 6023
Error 'if' construct must use '{}'s. 6024
Error Missing a Javadoc comment. 6028
Error Redundant 'final' modifier. 6028
Error 'private' modifier out of order with the JLS suggestions. 6028
Error Name 'jj_3R_372' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6028
Error 'if' construct must use '{}'s. 6029
Error 'if' construct must use '{}'s. 6030
Error 'if' construct must use '{}'s. 6031
Error 'if' construct must use '{}'s. 6032
Error Missing a Javadoc comment. 6036
Error Redundant 'final' modifier. 6036
Error 'private' modifier out of order with the JLS suggestions. 6036
Error Name 'jj_3R_75' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6036
Error 'if' construct must use '{}'s. 6037
Error 'if' construct must use '{}'s. 6038
Error Missing a Javadoc comment. 6042
Error Redundant 'final' modifier. 6042
Error 'private' modifier out of order with the JLS suggestions. 6042
Error Name 'jj_3_31' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6042
Error 'if' construct must use '{}'s. 6045
Error 'if' construct must use '{}'s. 6046
Error 'if' construct must use '{}'s. 6047
Error 'if' construct must use '{}'s. 6048
Error 'if' construct must use '{}'s. 6049
Error 'if' construct must use '{}'s. 6050
Error Missing a Javadoc comment. 6054
Error Redundant 'final' modifier. 6054
Error 'private' modifier out of order with the JLS suggestions. 6054
Error Name 'jj_3R_438' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6054
Error 'if' construct must use '{}'s. 6055
Error 'if' construct must use '{}'s. 6056
Error 'if' construct must use '{}'s. 6061
Error Missing a Javadoc comment. 6066
Error Redundant 'final' modifier. 6066
Error 'private' modifier out of order with the JLS suggestions. 6066
Error Name 'jj_3R_335' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6066
Error 'if' construct must use '{}'s. 6067
Error 'if' construct must use '{}'s. 6068
Error Missing a Javadoc comment. 6072
Error Redundant 'final' modifier. 6072
Error 'private' modifier out of order with the JLS suggestions. 6072
Error Name 'jj_3R_296' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6072
Error 'if' construct must use '{}'s. 6079
Error 'if' construct must use '{}'s. 6080
Error 'if' construct must use '{}'s. 6081
Error 'if' construct must use '{}'s. 6082
Error Missing a Javadoc comment. 6086
Error Redundant 'final' modifier. 6086
Error 'private' modifier out of order with the JLS suggestions. 6086
Error Name 'jj_3R_282' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6086
Error 'if' construct must use '{}'s. 6089
Error 'if' construct must use '{}'s. 6090
Error 'if' construct must use '{}'s. 6091
Error 'if' construct must use '{}'s. 6092
Error 'if' construct must use '{}'s. 6093
Error 'if' construct must use '{}'s. 6094
Error 'if' construct must use '{}'s. 6096
Error 'if' construct must use '{}'s. 6097
Error 'if' construct must use '{}'s. 6098
Error 'if' construct must use '{}'s. 6099
Error 'if' construct must use '{}'s. 6101
Error 'if' construct must use '{}'s. 6102
Error 'if' construct must use '{}'s. 6106
Error 'if' construct must use '{}'s. 6108
Error 'if' construct must use '{}'s. 6109
Error Missing a Javadoc comment. 6113
Error Redundant 'final' modifier. 6113
Error 'private' modifier out of order with the JLS suggestions. 6113
Error Name 'jj_3R_414' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6113
Error 'if' construct must use '{}'s. 6114
Error 'if' construct must use '{}'s. 6115
Error Missing a Javadoc comment. 6119
Error Redundant 'final' modifier. 6119
Error 'private' modifier out of order with the JLS suggestions. 6119
Error Name 'jj_3R_349' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6119
Error 'if' construct must use '{}'s. 6120
Error 'if' construct must use '{}'s. 6121
Error 'if' construct must use '{}'s. 6122
Error 'if' construct must use '{}'s. 6123
Error Missing a Javadoc comment. 6127
Error Redundant 'final' modifier. 6127
Error 'private' modifier out of order with the JLS suggestions. 6127
Error Name 'jj_3R_437' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6127
Error 'if' construct must use '{}'s. 6128
Error 'if' construct must use '{}'s. 6129
Error Missing a Javadoc comment. 6133
Error Redundant 'final' modifier. 6133
Error 'private' modifier out of order with the JLS suggestions. 6133
Error Name 'jj_3R_436' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6133
Error 'if' construct must use '{}'s. 6134
Error 'if' construct must use '{}'s. 6135
Error Missing a Javadoc comment. 6139
Error Redundant 'final' modifier. 6139
Error 'private' modifier out of order with the JLS suggestions. 6139
Error Name 'jj_3R_427' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6139
Error 'if' construct must use '{}'s. 6144
Error 'if' construct must use '{}'s. 6145
Error 'if' construct must use '{}'s. 6146
Error Missing a Javadoc comment. 6150
Error Redundant 'final' modifier. 6150
Error 'private' modifier out of order with the JLS suggestions. 6150
Error Name 'jj_3R_391' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6150
Error 'if' construct must use '{}'s. 6151
Error 'if' construct must use '{}'s. 6152
Error Missing a Javadoc comment. 6156
Error Redundant 'final' modifier. 6156
Error 'private' modifier out of order with the JLS suggestions. 6156
Error Name 'jj_3R_235' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6156
Error 'if' construct must use '{}'s. 6157
Error 'if' construct must use '{}'s. 6158
Error 'if' construct must use '{}'s. 6159
Error 'if' construct must use '{}'s. 6160
Error 'if' construct must use '{}'s. 6163
Error 'if' construct must use '{}'s. 6164
Error 'if' construct must use '{}'s. 6165
Error 'if' construct must use '{}'s. 6166
Error 'if' construct must use '{}'s. 6168
Error 'if' construct must use '{}'s. 6169
Error 'if' construct must use '{}'s. 6170
Error 'if' construct must use '{}'s. 6171
Error 'if' construct must use '{}'s. 6173
Error 'if' construct must use '{}'s. 6174
Error 'if' construct must use '{}'s. 6175
Error 'if' construct must use '{}'s. 6176
Error 'if' construct must use '{}'s. 6177
Error 'if' construct must use '{}'s. 6178
Error Missing a Javadoc comment. 6182
Error Redundant 'final' modifier. 6182
Error 'private' modifier out of order with the JLS suggestions. 6182
Error Name 'jj_3R_371' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6182
Error 'if' construct must use '{}'s. 6185
Error 'if' construct must use '{}'s. 6186
Error 'if' construct must use '{}'s. 6187
Error 'if' construct must use '{}'s. 6188
Error 'if' construct must use '{}'s. 6189
Error 'if' construct must use '{}'s. 6190
Error Missing a Javadoc comment. 6194
Error Redundant 'final' modifier. 6194
Error 'private' modifier out of order with the JLS suggestions. 6194
Error Name 'jj_3R_338' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6194
Error 'if' construct must use '{}'s. 6195
Error 'if' construct must use '{}'s. 6196
Error 'if' construct must use '{}'s. 6201
Error Missing a Javadoc comment. 6206
Error Redundant 'final' modifier. 6206
Error 'private' modifier out of order with the JLS suggestions. 6206
Error Name 'jj_3R_234' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6206
Error 'if' construct must use '{}'s. 6207
Error 'if' construct must use '{}'s. 6208
Error 'if' construct must use '{}'s. 6209
Error 'if' construct must use '{}'s. 6210
Error 'if' construct must use '{}'s. 6211
Error 'if' construct must use '{}'s. 6212
Error 'if' construct must use '{}'s. 6213
Error 'if' construct must use '{}'s. 6214
Error 'if' construct must use '{}'s. 6215
Error 'if' construct must use '{}'s. 6216
Error 'if' construct must use '{}'s. 6217
Error 'if' construct must use '{}'s. 6218
Error 'if' construct must use '{}'s. 6219
Error 'if' construct must use '{}'s. 6220
Error Missing a Javadoc comment. 6224
Error Redundant 'final' modifier. 6224
Error 'private' modifier out of order with the JLS suggestions. 6224
Error Name 'jj_3R_297' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6224
Error 'if' construct must use '{}'s. 6225
Error 'if' construct must use '{}'s. 6226
Error 'if' construct must use '{}'s. 6229
Error 'if' construct must use '{}'s. 6230
Error 'if' construct must use '{}'s. 6231
Error 'if' construct must use '{}'s. 6232
Error Missing a Javadoc comment. 6236
Error Redundant 'final' modifier. 6236
Error 'private' modifier out of order with the JLS suggestions. 6236
Error Name 'jj_3R_233' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6236
Error 'if' construct must use '{}'s. 6237
Error 'if' construct must use '{}'s. 6238
Error 'if' construct must use '{}'s. 6239
Error 'if' construct must use '{}'s. 6240
Error 'if' construct must use '{}'s. 6241
Error 'if' construct must use '{}'s. 6242
Error 'if' construct must use '{}'s. 6243
Error 'if' construct must use '{}'s. 6244
Error 'if' construct must use '{}'s. 6245
Error 'if' construct must use '{}'s. 6246
Error Missing a Javadoc comment. 6250
Error Redundant 'final' modifier. 6250
Error 'private' modifier out of order with the JLS suggestions. 6250
Error Name 'jj_3R_426' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6250
Error 'if' construct must use '{}'s. 6251
Error 'if' construct must use '{}'s. 6252
Error Missing a Javadoc comment. 6256
Error Redundant 'final' modifier. 6256
Error 'private' modifier out of order with the JLS suggestions. 6256
Error Name 'jj_3R_232' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6256
Error 'if' construct must use '{}'s. 6257
Error 'if' construct must use '{}'s. 6258
Error 'if' construct must use '{}'s. 6259
Error 'if' construct must use '{}'s. 6260
Error 'if' construct must use '{}'s. 6261
Error 'if' construct must use '{}'s. 6262
Error 'if' construct must use '{}'s. 6263
Error 'if' construct must use '{}'s. 6264
Error 'if' construct must use '{}'s. 6265
Error 'if' construct must use '{}'s. 6266
Error 'if' construct must use '{}'s. 6269
Error 'if' construct must use '{}'s. 6270
Error Missing a Javadoc comment. 6274
Error Redundant 'final' modifier. 6274
Error 'private' modifier out of order with the JLS suggestions. 6274
Error Name 'jj_3R_305' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6274
Error 'if' construct must use '{}'s. 6275
Error 'if' construct must use '{}'s. 6276
Error Missing a Javadoc comment. 6280
Error Redundant 'final' modifier. 6280
Error 'private' modifier out of order with the JLS suggestions. 6280
Error Name 'jj_3R_302' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6280
Error 'if' construct must use '{}'s. 6281
Error 'if' construct must use '{}'s. 6282
Error 'if' construct must use '{}'s. 6283
Error 'if' construct must use '{}'s. 6284
Error 'if' construct must use '{}'s. 6289
Error Missing a Javadoc comment. 6294
Error Redundant 'final' modifier. 6294
Error 'private' modifier out of order with the JLS suggestions. 6294
Error Name 'jj_3R_435' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6294
Error 'if' construct must use '{}'s. 6295
Error 'if' construct must use '{}'s. 6296
Error 'if' construct must use '{}'s. 6297
Error 'if' construct must use '{}'s. 6298
Error Missing a Javadoc comment. 6302
Error Redundant 'final' modifier. 6302
Error 'private' modifier out of order with the JLS suggestions. 6302
Error Name 'jj_3R_434' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6302
Error 'if' construct must use '{}'s. 6303
Error 'if' construct must use '{}'s. 6304
Error 'if' construct must use '{}'s. 6305
Error 'if' construct must use '{}'s. 6306
Error 'if' construct must use '{}'s. 6307
Error 'if' construct must use '{}'s. 6308
Error Missing a Javadoc comment. 6312
Error Redundant 'final' modifier. 6312
Error 'private' modifier out of order with the JLS suggestions. 6312
Error Name 'jj_3R_425' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6312
Error 'if' construct must use '{}'s. 6317
Error 'if' construct must use '{}'s. 6318
Error 'if' construct must use '{}'s. 6319
Error Missing a Javadoc comment. 6323
Error Redundant 'final' modifier. 6323
Error 'private' modifier out of order with the JLS suggestions. 6323
Error Name 'jj_3R_404' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6323
Error 'if' construct must use '{}'s. 6324
Error 'if' construct must use '{}'s. 6325
Error 'if' construct must use '{}'s. 6326
Error 'if' construct must use '{}'s. 6327
Error Missing a Javadoc comment. 6331
Error Redundant 'final' modifier. 6331
Error 'private' modifier out of order with the JLS suggestions. 6331
Error Name 'jj_3R_412' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6331
Error 'if' construct must use '{}'s. 6332
Error 'if' construct must use '{}'s. 6333
Error 'if' construct must use '{}'s. 6338
Error Missing a Javadoc comment. 6343
Error Redundant 'final' modifier. 6343
Error 'private' modifier out of order with the JLS suggestions. 6343
Error Name 'jj_3R_304' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6343
Error 'if' construct must use '{}'s. 6344
Error 'if' construct must use '{}'s. 6345
Error Missing a Javadoc comment. 6349
Error Redundant 'final' modifier. 6349
Error 'private' modifier out of order with the JLS suggestions. 6349
Error Name 'jj_3R_303' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6349
Error 'if' construct must use '{}'s. 6350
Error 'if' construct must use '{}'s. 6351
Error 'if' construct must use '{}'s. 6352
Error 'if' construct must use '{}'s. 6353
Error Missing a Javadoc comment. 6357
Error Redundant 'final' modifier. 6357
Error 'private' modifier out of order with the JLS suggestions. 6357
Error Name 'jj_3R_231' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6357
Error 'if' construct must use '{}'s. 6358
Error 'if' construct must use '{}'s. 6359
Error 'if' construct must use '{}'s. 6360
Error 'if' construct must use '{}'s. 6361
Error 'if' construct must use '{}'s. 6362
Error 'if' construct must use '{}'s. 6363
Error 'if' construct must use '{}'s. 6364
Error 'if' construct must use '{}'s. 6365
Error 'if' construct must use '{}'s. 6366
Error 'if' construct must use '{}'s. 6367
Error 'if' construct must use '{}'s. 6372
Error 'if' construct must use '{}'s. 6374
Error 'if' construct must use '{}'s. 6375
Error Missing a Javadoc comment. 6379
Error Redundant 'final' modifier. 6379
Error 'private' modifier out of order with the JLS suggestions. 6379
Error Name 'jj_3R_264' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6379
Error 'if' construct must use '{}'s. 6380
Error 'if' construct must use '{}'s. 6381
Error Missing a Javadoc comment. 6385
Error Redundant 'final' modifier. 6385
Error 'private' modifier out of order with the JLS suggestions. 6385
Error Name 'jj_3R_433' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6385
Error 'if' construct must use '{}'s. 6386
Error 'if' construct must use '{}'s. 6387
Error 'if' construct must use '{}'s. 6388
Error 'if' construct must use '{}'s. 6389
Error Missing a Javadoc comment. 6393
Error Redundant 'final' modifier. 6393
Error 'private' modifier out of order with the JLS suggestions. 6393
Error Name 'jj_3R_432' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6393
Error 'if' construct must use '{}'s. 6394
Error 'if' construct must use '{}'s. 6395
Error Missing a Javadoc comment. 6399
Error Redundant 'final' modifier. 6399
Error 'private' modifier out of order with the JLS suggestions. 6399
Error Name 'jj_3R_348' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6399
Error 'if' construct must use '{}'s. 6400
Error 'if' construct must use '{}'s. 6401
Error Missing a Javadoc comment. 6405
Error Redundant 'final' modifier. 6405
Error 'private' modifier out of order with the JLS suggestions. 6405
Error Name 'jj_3R_431' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6405
Error 'if' construct must use '{}'s. 6406
Error 'if' construct must use '{}'s. 6407
Error Missing a Javadoc comment. 6411
Error Redundant 'final' modifier. 6411
Error 'private' modifier out of order with the JLS suggestions. 6411
Error Name 'jj_3R_424' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6411
Error 'if' construct must use '{}'s. 6418
Error 'if' construct must use '{}'s. 6419
Error 'if' construct must use '{}'s. 6420
Error 'if' construct must use '{}'s. 6421
Error Missing a Javadoc comment. 6425
Error Redundant 'final' modifier. 6425
Error 'private' modifier out of order with the JLS suggestions. 6425
Error Name 'jj_3R_247' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6425
Error 'if' construct must use '{}'s. 6426
Error 'if' construct must use '{}'s. 6427
Error 'if' construct must use '{}'s. 6430
Error 'if' construct must use '{}'s. 6431
Error Missing a Javadoc comment. 6435
Error Redundant 'final' modifier. 6435
Error 'private' modifier out of order with the JLS suggestions. 6435
Error Name 'jj_3R_347' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6435
Error 'if' construct must use '{}'s. 6436
Error 'if' construct must use '{}'s. 6437
Error Missing a Javadoc comment. 6441
Error Redundant 'final' modifier. 6441
Error 'private' modifier out of order with the JLS suggestions. 6441
Error Name 'jj_3R_246' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6441
Error 'if' construct must use '{}'s. 6442
Error 'if' construct must use '{}'s. 6443
Error Missing a Javadoc comment. 6447
Error Redundant 'final' modifier. 6447
Error 'private' modifier out of order with the JLS suggestions. 6447
Error Name 'jj_3R_230' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6447
Error 'if' construct must use '{}'s. 6454
Error 'if' construct must use '{}'s. 6455
Error 'if' construct must use '{}'s. 6456
Error 'if' construct must use '{}'s. 6457
Error Missing a Javadoc comment. 6461
Error Redundant 'final' modifier. 6461
Error 'private' modifier out of order with the JLS suggestions. 6461
Error Name 'jj_3R_245' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6461
Error 'if' construct must use '{}'s. 6462
Error 'if' construct must use '{}'s. 6463
Error Missing a Javadoc comment. 6467
Error Redundant 'final' modifier. 6467
Error 'private' modifier out of order with the JLS suggestions. 6467
Error Name 'jj_3R_346' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6467
Error 'if' construct must use '{}'s. 6468
Error 'if' construct must use '{}'s. 6469
Error Missing a Javadoc comment. 6473
Error Redundant 'final' modifier. 6473
Error 'private' modifier out of order with the JLS suggestions. 6473
Error Name 'jj_3R_345' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6473
Error 'if' construct must use '{}'s. 6474
Error 'if' construct must use '{}'s. 6475
Error Missing a Javadoc comment. 6479
Error Redundant 'final' modifier. 6479
Error 'private' modifier out of order with the JLS suggestions. 6479
Error Name 'jj_3R_229' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6479
Error 'if' construct must use '{}'s. 6480
Error 'if' construct must use '{}'s. 6481
Error Missing a Javadoc comment. 6485
Error Redundant 'final' modifier. 6485
Error 'private' modifier out of order with the JLS suggestions. 6485
Error Name 'jj_3R_344' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6485
Error 'if' construct must use '{}'s. 6486
Error 'if' construct must use '{}'s. 6487
Error Missing a Javadoc comment. 6491
Error Redundant 'final' modifier. 6491
Error 'private' modifier out of order with the JLS suggestions. 6491
Error Name 'jj_3R_197' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6491
Error 'if' construct must use '{}'s. 6492
Error 'if' construct must use '{}'s. 6493
Error Missing a Javadoc comment. 6497
Error Redundant 'final' modifier. 6497
Error 'private' modifier out of order with the JLS suggestions. 6497
Error Name 'jj_3R_188' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6497
Error 'if' construct must use '{}'s. 6500
Error 'if' construct must use '{}'s. 6501
Error 'if' construct must use '{}'s. 6502
Error 'if' construct must use '{}'s. 6503
Error 'if' construct must use '{}'s. 6504
Error 'if' construct must use '{}'s. 6505
Error 'if' construct must use '{}'s. 6509
Error Missing a Javadoc comment. 6514
Error Redundant 'final' modifier. 6514
Error 'private' modifier out of order with the JLS suggestions. 6514
Error Name 'jj_3R_343' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6514
Error 'if' construct must use '{}'s. 6515
Error 'if' construct must use '{}'s. 6516
Error Missing a Javadoc comment. 6520
Error Redundant 'final' modifier. 6520
Error 'private' modifier out of order with the JLS suggestions. 6520
Error Name 'jj_3R_342' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6520
Error 'if' construct must use '{}'s. 6521
Error 'if' construct must use '{}'s. 6522
Error Missing a Javadoc comment. 6526
Error Redundant 'final' modifier. 6526
Error 'private' modifier out of order with the JLS suggestions. 6526
Error Name 'jj_3R_408' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6526
Error 'if' construct must use '{}'s. 6527
Error 'if' construct must use '{}'s. 6528
Error Missing a Javadoc comment. 6532
Error Redundant 'final' modifier. 6532
Error 'private' modifier out of order with the JLS suggestions. 6532
Error Name 'jj_3_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6532
Error 'if' construct must use '{}'s. 6533
Error 'if' construct must use '{}'s. 6534
Error 'if' construct must use '{}'s. 6535
Error 'if' construct must use '{}'s. 6536
Error Missing a Javadoc comment. 6540
Error Redundant 'final' modifier. 6540
Error 'private' modifier out of order with the JLS suggestions. 6540
Error Name 'jj_3R_74' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6540
Error 'if' construct must use '{}'s. 6541
Error 'if' construct must use '{}'s. 6542
Error Missing a Javadoc comment. 6546
Error Redundant 'final' modifier. 6546
Error 'private' modifier out of order with the JLS suggestions. 6546
Error Name 'jj_3_30' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6546
Error 'if' construct must use '{}'s. 6549
Error 'if' construct must use '{}'s. 6550
Error 'if' construct must use '{}'s. 6551
Error 'if' construct must use '{}'s. 6552
Error 'if' construct must use '{}'s. 6553
Error 'if' construct must use '{}'s. 6554
Error Missing a Javadoc comment. 6558
Error Redundant 'final' modifier. 6558
Error 'private' modifier out of order with the JLS suggestions. 6558
Error Name 'jj_3R_341' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6558
Error 'if' construct must use '{}'s. 6559
Error 'if' construct must use '{}'s. 6560
Error Missing a Javadoc comment. 6564
Error Redundant 'final' modifier. 6564
Error 'private' modifier out of order with the JLS suggestions. 6564
Error Name 'jj_3R_407' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6564
Error 'if' construct must use '{}'s. 6565
Error 'if' construct must use '{}'s. 6566
Error Missing a Javadoc comment. 6570
Error Redundant 'final' modifier. 6570
Error 'private' modifier out of order with the JLS suggestions. 6570
Error Name 'jj_3R_406' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6570
Error 'if' construct must use '{}'s. 6571
Error 'if' construct must use '{}'s. 6572
Error Missing a Javadoc comment. 6576
Error Redundant 'final' modifier. 6576
Error 'private' modifier out of order with the JLS suggestions. 6576
Error Name 'jj_3R_340' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6576
Error 'if' construct must use '{}'s. 6577
Error 'if' construct must use '{}'s. 6578
Error Missing a Javadoc comment. 6582
Error Redundant 'final' modifier. 6582
Error 'private' modifier out of order with the JLS suggestions. 6582
Error Name 'jj_3R_301' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6582
Error 'if' construct must use '{}'s. 6601
Error 'if' construct must use '{}'s. 6602
Error 'if' construct must use '{}'s. 6603
Error 'if' construct must use '{}'s. 6604
Error 'if' construct must use '{}'s. 6605
Error 'if' construct must use '{}'s. 6606
Error 'if' construct must use '{}'s. 6607
Error 'if' construct must use '{}'s. 6608
Error 'if' construct must use '{}'s. 6609
Error 'if' construct must use '{}'s. 6610
Error Missing a Javadoc comment. 6614
Error Redundant 'final' modifier. 6614
Error 'private' modifier out of order with the JLS suggestions. 6614
Error Name 'jj_3R_405' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6614
Error 'if' construct must use '{}'s. 6615
Error 'if' construct must use '{}'s. 6616
Error 'if' construct must use '{}'s. 6617
Error 'if' construct must use '{}'s. 6618
Error Missing a Javadoc comment. 6622
Error Redundant 'final' modifier. 6622
Error 'private' modifier out of order with the JLS suggestions. 6622
Error Name 'jj_3R_395' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6622
Error 'if' construct must use '{}'s. 6631
Error 'if' construct must use '{}'s. 6632
Error 'if' construct must use '{}'s. 6633
Error 'if' construct must use '{}'s. 6634
Error 'if' construct must use '{}'s. 6635
Error Missing a Javadoc comment. 6639
Error Redundant 'final' modifier. 6639
Error 'private' modifier out of order with the JLS suggestions. 6639
Error Name 'jj_3R_283' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6639
Error 'if' construct must use '{}'s. 6644
Error 'if' construct must use '{}'s. 6646
Error 'if' construct must use '{}'s. 6647
Error 'if' construct must use '{}'s. 6648
Error 'if' construct must use '{}'s. 6649
Error 'if' construct must use '{}'s. 6651
Error 'if' construct must use '{}'s. 6652
Error 'if' construct must use '{}'s. 6656
Error 'if' construct must use '{}'s. 6657
Error 'if' construct must use '{}'s. 6658
Error Missing a Javadoc comment. 6662
Error Redundant 'final' modifier. 6662
Error 'private' modifier out of order with the JLS suggestions. 6662
Error Name 'jj_3R_263' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6662
Error 'if' construct must use '{}'s. 6663
Error 'if' construct must use '{}'s. 6664
Error 'if' construct must use '{}'s. 6669
Error Missing a Javadoc comment. 6674
Error Redundant 'final' modifier. 6674
Error 'private' modifier out of order with the JLS suggestions. 6674
Error Name 'jj_3R_179' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6674
Error 'if' construct must use '{}'s. 6675
Error 'if' construct must use '{}'s. 6676
Error Missing a Javadoc comment. 6680
Error Redundant 'final' modifier. 6680
Error 'private' modifier out of order with the JLS suggestions. 6680
Error Name 'jj_3R_72' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6680
Error 'if' construct must use '{}'s. 6681
Error 'if' construct must use '{}'s. 6682
Error Missing a Javadoc comment. 6686
Error Redundant 'final' modifier. 6686
Error 'private' modifier out of order with the JLS suggestions. 6686
Error Name 'jj_3_29' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6686
Error 'if' construct must use '{}'s. 6689
Error 'if' construct must use '{}'s. 6690
Error 'if' construct must use '{}'s. 6691
Error 'if' construct must use '{}'s. 6692
Error 'if' construct must use '{}'s. 6693
Error 'if' construct must use '{}'s. 6694
Error Missing a Javadoc comment. 6698
Error Redundant 'final' modifier. 6698
Error 'private' modifier out of order with the JLS suggestions. 6698
Error Name 'jj_3R_411' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6698
Error 'if' construct must use '{}'s. 6699
Error 'if' construct must use '{}'s. 6700
Error 'if' construct must use '{}'s. 6701
Error 'if' construct must use '{}'s. 6702
Error Missing a Javadoc comment. 6706
Error Redundant 'final' modifier. 6706
Error 'private' modifier out of order with the JLS suggestions. 6706
Error Name 'jj_3R_150' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6706
Error 'if' construct must use '{}'s. 6707
Error 'if' construct must use '{}'s. 6708
Error 'if' construct must use '{}'s. 6711
Error 'if' construct must use '{}'s. 6712
Error 'if' construct must use '{}'s. 6714
Error 'if' construct must use '{}'s. 6715
Error 'if' construct must use '{}'s. 6716
Error 'if' construct must use '{}'s. 6717
Error Missing a Javadoc comment. 6721
Error Redundant 'final' modifier. 6721
Error 'private' modifier out of order with the JLS suggestions. 6721
Error Name 'jj_3R_178' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6721
Error 'if' construct must use '{}'s. 6722
Error 'if' construct must use '{}'s. 6723
Error Missing a Javadoc comment. 6727
Error Redundant 'final' modifier. 6727
Error 'private' modifier out of order with the JLS suggestions. 6727
Error Name 'jj_3R_177' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6727
Error 'if' construct must use '{}'s. 6728
Error 'if' construct must use '{}'s. 6729
Error Missing a Javadoc comment. 6733
Error Redundant 'final' modifier. 6733
Error 'private' modifier out of order with the JLS suggestions. 6733
Error Name 'jj_3R_402' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6733
Error 'if' construct must use '{}'s. 6734
Error 'if' construct must use '{}'s. 6735
Error 'if' construct must use '{}'s. 6736
Error 'if' construct must use '{}'s. 6737
Error Missing a Javadoc comment. 6741
Error Redundant 'final' modifier. 6741
Error 'private' modifier out of order with the JLS suggestions. 6741
Error Name 'jj_3R_115' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6741
Error 'if' construct must use '{}'s. 6742
Error 'if' construct must use '{}'s. 6743
Error Missing a Javadoc comment. 6747
Error Redundant 'final' modifier. 6747
Error 'private' modifier out of order with the JLS suggestions. 6747
Error Name 'jj_3R_362' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6747
Error 'if' construct must use '{}'s. 6748
Error 'if' construct must use '{}'s. 6749
Error 'if' construct must use '{}'s. 6750
Error 'if' construct must use '{}'s. 6751
Error Missing a Javadoc comment. 6755
Error Redundant 'final' modifier. 6755
Error 'private' modifier out of order with the JLS suggestions. 6755
Error Name 'jj_3R_114' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6755
Error 'if' construct must use '{}'s. 6756
Error 'if' construct must use '{}'s. 6757
Error Missing a Javadoc comment. 6761
Error Redundant 'final' modifier. 6761
Error 'private' modifier out of order with the JLS suggestions. 6761
Error Name 'jj_3R_61' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6761
Error 'if' construct must use '{}'s. 6766
Error 'if' construct must use '{}'s. 6767
Error 'if' construct must use '{}'s. 6768
Error Missing a Javadoc comment. 6772
Error Redundant 'final' modifier. 6772
Error 'private' modifier out of order with the JLS suggestions. 6772
Error Name 'jj_3R_169' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6772
Error 'if' construct must use '{}'s. 6781
Error 'if' construct must use '{}'s. 6782
Error 'if' construct must use '{}'s. 6783
Error 'if' construct must use '{}'s. 6784
Error 'if' construct must use '{}'s. 6785
Error Missing a Javadoc comment. 6789
Error Redundant 'final' modifier. 6789
Error 'private' modifier out of order with the JLS suggestions. 6789
Error Name 'jj_3R_176' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6789
Error 'if' construct must use '{}'s. 6790
Error 'if' construct must use '{}'s. 6791
Error 'if' construct must use '{}'s. 6792
Error 'if' construct must use '{}'s. 6793
Error Missing a Javadoc comment. 6797
Error Redundant 'final' modifier. 6797
Error 'private' modifier out of order with the JLS suggestions. 6797
Error Name 'jj_3R_409' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6797
Error 'if' construct must use '{}'s. 6798
Error 'if' construct must use '{}'s. 6799
Error 'if' construct must use '{}'s. 6804
Error Missing a Javadoc comment. 6809
Error Redundant 'final' modifier. 6809
Error 'private' modifier out of order with the JLS suggestions. 6809
Error Name 'jj_3R_376' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6809
Error 'if' construct must use '{}'s. 6810
Error 'if' construct must use '{}'s. 6811
Error Missing a Javadoc comment. 6815
Error Redundant 'final' modifier. 6815
Error 'private' modifier out of order with the JLS suggestions. 6815
Error Name 'jj_3R_410' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6815
Error 'if' construct must use '{}'s. 6816
Error 'if' construct must use '{}'s. 6817
Error 'if' construct must use '{}'s. 6818
Error 'if' construct must use '{}'s. 6819
Error Missing a Javadoc comment. 6823
Error Redundant 'final' modifier. 6823
Error 'private' modifier out of order with the JLS suggestions. 6823
Error Name 'jj_3R_377' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6823
Error 'if' construct must use '{}'s. 6824
Error 'if' construct must use '{}'s. 6825
Error 'if' construct must use '{}'s. 6826
Error 'if' construct must use '{}'s. 6827
Error Missing a Javadoc comment. 6831
Error Redundant 'final' modifier. 6831
Error 'private' modifier out of order with the JLS suggestions. 6831
Error Name 'jj_3R_375' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6831
Error 'if' construct must use '{}'s. 6832
Error 'if' construct must use '{}'s. 6833
Error Missing a Javadoc comment. 6837
Error Redundant 'final' modifier. 6837
Error 'private' modifier out of order with the JLS suggestions. 6837
Error Name 'jj_3R_393' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6837
Error 'if' construct must use '{}'s. 6838
Error 'if' construct must use '{}'s. 6839
Error 'if' construct must use '{}'s. 6844
Error Missing a Javadoc comment. 6849
Error Redundant 'final' modifier. 6849
Error 'private' modifier out of order with the JLS suggestions. 6849
Error Name 'jj_3R_350' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6849
Error 'if' construct must use '{}'s. 6850
Error 'if' construct must use '{}'s. 6851
Error 'if' construct must use '{}'s. 6856
Error 'if' construct must use '{}'s. 6858
Error 'if' construct must use '{}'s. 6859
Error 'if' construct must use '{}'s. 6861
Error 'if' construct must use '{}'s. 6862
Error Missing a Javadoc comment. 6866
Error Redundant 'final' modifier. 6866
Error 'private' modifier out of order with the JLS suggestions. 6866
Error Name 'jj_3R_140' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6866
Error 'if' construct must use '{}'s. 6867
Error 'if' construct must use '{}'s. 6868
Error Missing a Javadoc comment. 6872
Error Redundant 'final' modifier. 6872
Error 'private' modifier out of order with the JLS suggestions. 6872
Error Name 'jj_3R_81' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6872
Error 'if' construct must use '{}'s. 6873
Error 'if' construct must use '{}'s. 6874
Error 'if' construct must use '{}'s. 6879
Error 'if' construct must use '{}'s. 6881
Error 'if' construct must use '{}'s. 6882
Error Missing a Javadoc comment. 6886
Error Redundant 'final' modifier. 6886
Error 'private' modifier out of order with the JLS suggestions. 6886
Error Name 'jj_3R_361' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6886
Error 'if' construct must use '{}'s. 6887
Error 'if' construct must use '{}'s. 6888
Error 'if' construct must use '{}'s. 6893
Error Missing a Javadoc comment. 6898
Error Redundant 'final' modifier. 6898
Error 'private' modifier out of order with the JLS suggestions. 6898
Error Name 'jj_3R_71' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6898
Error 'if' construct must use '{}'s. 6899
Error 'if' construct must use '{}'s. 6900
Error 'if' construct must use '{}'s. 6901
Error 'if' construct must use '{}'s. 6902
Error 'if' construct must use '{}'s. 6903
Error 'if' construct must use '{}'s. 6904
Error Missing a Javadoc comment. 6908
Error Redundant 'final' modifier. 6908
Error 'private' modifier out of order with the JLS suggestions. 6908
Error Name 'jj_3R_212' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6908
Error 'if' construct must use '{}'s. 6909
Error 'if' construct must use '{}'s. 6910
Error Missing a Javadoc comment. 6914
Error Redundant 'final' modifier. 6914
Error 'private' modifier out of order with the JLS suggestions. 6914
Error Name 'jj_3R_403' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6914
Error 'if' construct must use '{}'s. 6915
Error 'if' construct must use '{}'s. 6916
Error 'if' construct must use '{}'s. 6919
Error 'if' construct must use '{}'s. 6920
Error Missing a Javadoc comment. 6924
Error Redundant 'final' modifier. 6924
Error 'private' modifier out of order with the JLS suggestions. 6924
Error Name 'jj_3R_113' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6924
Error 'if' construct must use '{}'s. 6925
Error 'if' construct must use '{}'s. 6926
Error Missing a Javadoc comment. 6930
Error Redundant 'final' modifier. 6930
Error 'private' modifier out of order with the JLS suggestions. 6930
Error Name 'jj_3R_211' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6930
Error 'if' construct must use '{}'s. 6931
Error 'if' construct must use '{}'s. 6932
Error Missing a Javadoc comment. 6936
Error Redundant 'final' modifier. 6936
Error 'private' modifier out of order with the JLS suggestions. 6936
Error Name 'jj_3_26' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6936
Error 'if' construct must use '{}'s. 6937
Error 'if' construct must use '{}'s. 6938
Error 'if' construct must use '{}'s. 6939
Error 'if' construct must use '{}'s. 6940
Error Missing a Javadoc comment. 6944
Error Redundant 'final' modifier. 6944
Error 'private' modifier out of order with the JLS suggestions. 6944
Error Name 'jj_3R_106' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6944
Error 'if' construct must use '{}'s. 6945
Error 'if' construct must use '{}'s. 6946
Error Missing a Javadoc comment. 6950
Error Redundant 'final' modifier. 6950
Error 'private' modifier out of order with the JLS suggestions. 6950
Error Name 'jj_3R_210' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6950
Error 'if' construct must use '{}'s. 6951
Error 'if' construct must use '{}'s. 6952
Error Missing a Javadoc comment. 6956
Error Redundant 'final' modifier. 6956
Error 'private' modifier out of order with the JLS suggestions. 6956
Error Name 'jj_3R_209' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6956
Error 'if' construct must use '{}'s. 6957
Error 'if' construct must use '{}'s. 6958
Error Missing a Javadoc comment. 6962
Error Redundant 'final' modifier. 6962
Error 'private' modifier out of order with the JLS suggestions. 6962
Error Name 'jj_3R_308' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6962
Error 'if' construct must use '{}'s. 6963
Error 'if' construct must use '{}'s. 6964
Error 'if' construct must use '{}'s. 6967
Error 'if' construct must use '{}'s. 6968
Error Missing a Javadoc comment. 6972
Error Redundant 'final' modifier. 6972
Error 'private' modifier out of order with the JLS suggestions. 6972
Error Name 'jj_3R_208' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6972
Error 'if' construct must use '{}'s. 6973
Error 'if' construct must use '{}'s. 6974
Error Missing a Javadoc comment. 6978
Error Redundant 'final' modifier. 6978
Error 'private' modifier out of order with the JLS suggestions. 6978
Error Name 'jj_3R_207' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6978
Error 'if' construct must use '{}'s. 6979
Error 'if' construct must use '{}'s. 6980
Error Missing a Javadoc comment. 6984
Error Redundant 'final' modifier. 6984
Error 'private' modifier out of order with the JLS suggestions. 6984
Error Name 'jj_3R_206' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6984
Error 'if' construct must use '{}'s. 6985
Error 'if' construct must use '{}'s. 6986
Error Missing a Javadoc comment. 6990
Error Redundant 'final' modifier. 6990
Error 'private' modifier out of order with the JLS suggestions. 6990
Error Name 'jj_3R_112' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6990
Error 'if' construct must use '{}'s. 6991
Error 'if' construct must use '{}'s. 6992
Error Missing a Javadoc comment. 6996
Error Redundant 'final' modifier. 6996
Error 'private' modifier out of order with the JLS suggestions. 6996
Error Name 'jj_3R_205' must match pattern '^[a-z][a-zA-Z0-9]*$'. 6996
Error 'if' construct must use '{}'s. 6997
Error 'if' construct must use '{}'s. 6998
Error Missing a Javadoc comment. 7002
Error Redundant 'final' modifier. 7002
Error 'private' modifier out of order with the JLS suggestions. 7002
Error Name 'jj_3R_105' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7002
Error 'if' construct must use '{}'s. 7003
Error 'if' construct must use '{}'s. 7004
Error Missing a Javadoc comment. 7008
Error Redundant 'final' modifier. 7008
Error 'private' modifier out of order with the JLS suggestions. 7008
Error Name 'jj_3R_204' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7008
Error 'if' construct must use '{}'s. 7009
Error 'if' construct must use '{}'s. 7010
Error Missing a Javadoc comment. 7014
Error Redundant 'final' modifier. 7014
Error 'private' modifier out of order with the JLS suggestions. 7014
Error Name 'jj_3R_203' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7014
Error 'if' construct must use '{}'s. 7015
Error 'if' construct must use '{}'s. 7016
Error Missing a Javadoc comment. 7020
Error Redundant 'final' modifier. 7020
Error 'private' modifier out of order with the JLS suggestions. 7020
Error Name 'jj_3R_202' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7020
Error 'if' construct must use '{}'s. 7021
Error 'if' construct must use '{}'s. 7022
Error Missing a Javadoc comment. 7026
Error Redundant 'final' modifier. 7026
Error 'private' modifier out of order with the JLS suggestions. 7026
Error Name 'jj_3R_201' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7026
Error 'if' construct must use '{}'s. 7027
Error 'if' construct must use '{}'s. 7028
Error Missing a Javadoc comment. 7032
Error Redundant 'final' modifier. 7032
Error 'private' modifier out of order with the JLS suggestions. 7032
Error Name 'jj_3R_200' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7032
Error 'if' construct must use '{}'s. 7033
Error 'if' construct must use '{}'s. 7034
Error 'if' construct must use '{}'s. 7035
Error 'if' construct must use '{}'s. 7036
Error Missing a Javadoc comment. 7040
Error Redundant 'final' modifier. 7040
Error 'private' modifier out of order with the JLS suggestions. 7040
Error Name 'jj_3R_309' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7040
Error 'if' construct must use '{}'s. 7041
Error 'if' construct must use '{}'s. 7042
Error 'if' construct must use '{}'s. 7043
Error 'if' construct must use '{}'s. 7044
Error Missing a Javadoc comment. 7048
Error Redundant 'final' modifier. 7048
Error 'private' modifier out of order with the JLS suggestions. 7048
Error Name 'jj_3R_199' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7048
Error 'if' construct must use '{}'s. 7049
Error 'if' construct must use '{}'s. 7050
Error Missing a Javadoc comment. 7054
Error Redundant 'final' modifier. 7054
Error 'private' modifier out of order with the JLS suggestions. 7054
Error Name 'jj_3R_111' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7054
Error 'if' construct must use '{}'s. 7055
Error 'if' construct must use '{}'s. 7056
Error Missing a Javadoc comment. 7060
Error Redundant 'final' modifier. 7060
Error 'private' modifier out of order with the JLS suggestions. 7060
Error Name 'jj_3R_198' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7060
Error 'if' construct must use '{}'s. 7061
Error 'if' construct must use '{}'s. 7062
Error Missing a Javadoc comment. 7066
Error Redundant 'final' modifier. 7066
Error 'private' modifier out of order with the JLS suggestions. 7066
Error Name 'jj_3R_104' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7066
Error 'if' construct must use '{}'s. 7067
Error 'if' construct must use '{}'s. 7068
Error Missing a Javadoc comment. 7072
Error Redundant 'final' modifier. 7072
Error 'private' modifier out of order with the JLS suggestions. 7072
Error Name 'jj_3_28' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7072
Error 'if' construct must use '{}'s. 7073
Error 'if' construct must use '{}'s. 7074
Error Missing a Javadoc comment. 7078
Error Redundant 'final' modifier. 7078
Error 'private' modifier out of order with the JLS suggestions. 7078
Error Name 'jj_3R_189' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7078
Error 'if' construct must use '{}'s. 7111
Error 'if' construct must use '{}'s. 7112
Error 'if' construct must use '{}'s. 7113
Error 'if' construct must use '{}'s. 7114
Error 'if' construct must use '{}'s. 7115
Error 'if' construct must use '{}'s. 7116
Error 'if' construct must use '{}'s. 7117
Error 'if' construct must use '{}'s. 7118
Error 'if' construct must use '{}'s. 7119
Error 'if' construct must use '{}'s. 7120
Error 'if' construct must use '{}'s. 7121
Error 'if' construct must use '{}'s. 7122
Error 'if' construct must use '{}'s. 7123
Error 'if' construct must use '{}'s. 7124
Error 'if' construct must use '{}'s. 7125
Error 'if' construct must use '{}'s. 7126
Error 'if' construct must use '{}'s. 7127
Error Missing a Javadoc comment. 7131
Error Redundant 'final' modifier. 7131
Error 'private' modifier out of order with the JLS suggestions. 7131
Error Name 'jj_3R_357' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7131
Error 'if' construct must use '{}'s. 7132
Error 'if' construct must use '{}'s. 7133
Error Missing a Javadoc comment. 7137
Error Redundant 'final' modifier. 7137
Error 'private' modifier out of order with the JLS suggestions. 7137
Error Name 'jj_3R_356' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7137
Error 'if' construct must use '{}'s. 7138
Error 'if' construct must use '{}'s. 7139
Error Missing a Javadoc comment. 7143
Error Redundant 'final' modifier. 7143
Error 'private' modifier out of order with the JLS suggestions. 7143
Error Name 'jj_3R_110' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7143
Error 'if' construct must use '{}'s. 7144
Error 'if' construct must use '{}'s. 7145
Error Missing a Javadoc comment. 7149
Error Redundant 'final' modifier. 7149
Error 'private' modifier out of order with the JLS suggestions. 7149
Error Name 'jj_3R_259' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7149
Error 'if' construct must use '{}'s. 7150
Error 'if' construct must use '{}'s. 7151
Error 'if' construct must use '{}'s. 7152
Error 'if' construct must use '{}'s. 7153
Error Missing a Javadoc comment. 7157
Error Redundant 'final' modifier. 7157
Error 'private' modifier out of order with the JLS suggestions. 7157
Error Name 'jj_3R_355' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7157
Error 'if' construct must use '{}'s. 7158
Error 'if' construct must use '{}'s. 7159
Error Missing a Javadoc comment. 7163
Error Redundant 'final' modifier. 7163
Error 'private' modifier out of order with the JLS suggestions. 7163
Error Name 'jj_3R_103' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7163
Error 'if' construct must use '{}'s. 7164
Error 'if' construct must use '{}'s. 7165
Error Missing a Javadoc comment. 7169
Error Redundant 'final' modifier. 7169
Error 'private' modifier out of order with the JLS suggestions. 7169
Error Name 'jj_3_25' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7169
Error 'if' construct must use '{}'s. 7170
Error 'if' construct must use '{}'s. 7171
Error 'if' construct must use '{}'s. 7172
Error 'if' construct must use '{}'s. 7173
Error 'if' construct must use '{}'s. 7174
Error 'if' construct must use '{}'s. 7175
Error Missing a Javadoc comment. 7179
Error Redundant 'final' modifier. 7179
Error 'private' modifier out of order with the JLS suggestions. 7179
Error Name 'jj_3R_255' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7179
Error 'if' construct must use '{}'s. 7181
Error 'if' construct must use '{}'s. 7182
Error 'if' construct must use '{}'s. 7186
Error 'if' construct must use '{}'s. 7188
Error 'if' construct must use '{}'s. 7189
Error Missing a Javadoc comment. 7193
Error Redundant 'final' modifier. 7193
Error 'private' modifier out of order with the JLS suggestions. 7193
Error Name 'jj_3R_354' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7193
Error 'if' construct must use '{}'s. 7194
Error 'if' construct must use '{}'s. 7195
Error Missing a Javadoc comment. 7199
Error Redundant 'final' modifier. 7199
Error 'private' modifier out of order with the JLS suggestions. 7199
Error Name 'jj_3_27' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7199
Error 'if' construct must use '{}'s. 7201
Error 'if' construct must use '{}'s. 7202
Error 'if' construct must use '{}'s. 7206
Error 'if' construct must use '{}'s. 7211
Error Missing a Javadoc comment. 7216
Error Redundant 'final' modifier. 7216
Error 'private' modifier out of order with the JLS suggestions. 7216
Error Name 'jj_3R_248' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7216
Error 'if' construct must use '{}'s. 7221
Error 'if' construct must use '{}'s. 7222
Error 'if' construct must use '{}'s. 7223
Error Missing a Javadoc comment. 7227
Error Redundant 'final' modifier. 7227
Error 'private' modifier out of order with the JLS suggestions. 7227
Error Name 'jj_3R_109' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7227
Error 'if' construct must use '{}'s. 7228
Error 'if' construct must use '{}'s. 7229
Error Missing a Javadoc comment. 7233
Error Redundant 'final' modifier. 7233
Error 'private' modifier out of order with the JLS suggestions. 7233
Error Name 'jj_3R_353' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7233
Error 'if' construct must use '{}'s. 7234
Error 'if' construct must use '{}'s. 7235
Error Missing a Javadoc comment. 7239
Error Redundant 'final' modifier. 7239
Error 'private' modifier out of order with the JLS suggestions. 7239
Error Name 'jj_3R_102' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7239
Error 'if' construct must use '{}'s. 7240
Error 'if' construct must use '{}'s. 7241
Error Missing a Javadoc comment. 7245
Error Redundant 'final' modifier. 7245
Error 'private' modifier out of order with the JLS suggestions. 7245
Error Name 'jj_3R_352' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7245
Error 'if' construct must use '{}'s. 7246
Error 'if' construct must use '{}'s. 7247
Error Missing a Javadoc comment. 7251
Error Redundant 'final' modifier. 7251
Error 'private' modifier out of order with the JLS suggestions. 7251
Error Name 'jj_3R_351' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7251
Error 'if' construct must use '{}'s. 7252
Error 'if' construct must use '{}'s. 7253
Error Missing a Javadoc comment. 7257
Error Redundant 'final' modifier. 7257
Error 'private' modifier out of order with the JLS suggestions. 7257
Error Name 'jj_3R_306' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7257
Error 'if' construct must use '{}'s. 7272
Error 'if' construct must use '{}'s. 7273
Error 'if' construct must use '{}'s. 7274
Error 'if' construct must use '{}'s. 7275
Error 'if' construct must use '{}'s. 7276
Error 'if' construct must use '{}'s. 7277
Error 'if' construct must use '{}'s. 7278
Error 'if' construct must use '{}'s. 7279
Error Missing a Javadoc comment. 7283
Error Redundant 'final' modifier. 7283
Error 'private' modifier out of order with the JLS suggestions. 7283
Error Name 'jj_3R_284' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7283
Error 'if' construct must use '{}'s. 7288
Error 'if' construct must use '{}'s. 7290
Error 'if' construct must use '{}'s. 7291
Error 'if' construct must use '{}'s. 7292
Error 'if' construct must use '{}'s. 7293
Error 'if' construct must use '{}'s. 7297
Error 'if' construct must use '{}'s. 7299
Error 'if' construct must use '{}'s. 7300
Error Missing a Javadoc comment. 7304
Error Redundant 'final' modifier. 7304
Error 'private' modifier out of order with the JLS suggestions. 7304
Error Name 'jj_3R_108' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7304
Error 'if' construct must use '{}'s. 7305
Error 'if' construct must use '{}'s. 7306
Error Missing a Javadoc comment. 7310
Error Redundant 'final' modifier. 7310
Error 'private' modifier out of order with the JLS suggestions. 7310
Error Name 'jj_3R_101' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7310
Error 'if' construct must use '{}'s. 7311
Error 'if' construct must use '{}'s. 7312
Error Missing a Javadoc comment. 7316
Error Redundant 'final' modifier. 7316
Error 'private' modifier out of order with the JLS suggestions. 7316
Error Name 'jj_3R_256' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7316
Error 'if' construct must use '{}'s. 7317
Error 'if' construct must use '{}'s. 7318
Error Missing a Javadoc comment. 7322
Error Redundant 'final' modifier. 7322
Error 'private' modifier out of order with the JLS suggestions. 7322
Error Name 'jj_3R_250' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7322
Error 'if' construct must use '{}'s. 7323
Error 'if' construct must use '{}'s. 7324
Error 'if' construct must use '{}'s. 7327
Error 'if' construct must use '{}'s. 7328
Error Missing a Javadoc comment. 7332
Error Redundant 'final' modifier. 7332
Error 'private' modifier out of order with the JLS suggestions. 7332
Error Name 'jj_3R_249' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7332
Error 'if' construct must use '{}'s. 7333
Error 'if' construct must use '{}'s. 7334
Error Missing a Javadoc comment. 7338
Error Redundant 'final' modifier. 7338
Error 'private' modifier out of order with the JLS suggestions. 7338
Error Name 'jj_3_9' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7338
Error 'if' construct must use '{}'s. 7339
Error 'if' construct must use '{}'s. 7340
Error Missing a Javadoc comment. 7344
Error Redundant 'final' modifier. 7344
Error 'private' modifier out of order with the JLS suggestions. 7344
Error Name 'jj_3R_107' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7344
Error 'if' construct must use '{}'s. 7345
Error 'if' construct must use '{}'s. 7346
Error Missing a Javadoc comment. 7350
Error Redundant 'final' modifier. 7350
Error 'private' modifier out of order with the JLS suggestions. 7350
Error Name 'jj_3R_60' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7350
Error 'if' construct must use '{}'s. 7365
Error 'if' construct must use '{}'s. 7366
Error 'if' construct must use '{}'s. 7367
Error 'if' construct must use '{}'s. 7368
Error 'if' construct must use '{}'s. 7369
Error 'if' construct must use '{}'s. 7370
Error 'if' construct must use '{}'s. 7371
Error 'if' construct must use '{}'s. 7372
Error Missing a Javadoc comment. 7376
Error Redundant 'final' modifier. 7376
Error 'private' modifier out of order with the JLS suggestions. 7376
Error Name 'jj_3_8' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7376
Error 'if' construct must use '{}'s. 7381
Error 'if' construct must use '{}'s. 7383
Error 'if' construct must use '{}'s. 7384
Error Missing a Javadoc comment. 7388
Error Redundant 'final' modifier. 7388
Error 'private' modifier out of order with the JLS suggestions. 7388
Error Name 'jj_3R_171' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7388
Error 'if' construct must use '{}'s. 7389
Error 'if' construct must use '{}'s. 7390
Error 'if' construct must use '{}'s. 7391
Error 'if' construct must use '{}'s. 7392
Error Missing a Javadoc comment. 7396
Error Redundant 'final' modifier. 7396
Error 'private' modifier out of order with the JLS suggestions. 7396
Error Name 'jj_3R_100' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7396
Error 'if' construct must use '{}'s. 7397
Error 'if' construct must use '{}'s. 7398
Error Missing a Javadoc comment. 7402
Error Redundant 'final' modifier. 7402
Error 'private' modifier out of order with the JLS suggestions. 7402
Error Name 'jj_3R_59' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7402
Error 'if' construct must use '{}'s. 7417
Error 'if' construct must use '{}'s. 7418
Error 'if' construct must use '{}'s. 7419
Error 'if' construct must use '{}'s. 7420
Error 'if' construct must use '{}'s. 7421
Error 'if' construct must use '{}'s. 7422
Error 'if' construct must use '{}'s. 7423
Error 'if' construct must use '{}'s. 7424
Error Missing a Javadoc comment. 7428
Error Redundant 'final' modifier. 7428
Error 'private' modifier out of order with the JLS suggestions. 7428
Error Name 'jj_3R_135' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7428
Error 'if' construct must use '{}'s. 7429
Error 'if' construct must use '{}'s. 7430
Error 'if' construct must use '{}'s. 7431
Error 'if' construct must use '{}'s. 7432
Error 'if' construct must use '{}'s. 7437
Error 'if' construct must use '{}'s. 7438
Error 'if' construct must use '{}'s. 7439
Error Missing a Javadoc comment. 7443
Error Redundant 'final' modifier. 7443
Error 'private' modifier out of order with the JLS suggestions. 7443
Error Name 'jj_3_7' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7443
Error 'if' construct must use '{}'s. 7448
Error 'if' construct must use '{}'s. 7450
Error 'if' construct must use '{}'s. 7451
Error Missing a Javadoc comment. 7455
Error Redundant 'final' modifier. 7455
Error 'private' modifier out of order with the JLS suggestions. 7455
Error Name 'jj_3_24' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7455
Error 'if' construct must use '{}'s. 7456
Error 'if' construct must use '{}'s. 7457
Error 'if' construct must use '{}'s. 7458
Error 'if' construct must use '{}'s. 7459
Error 'if' construct must use '{}'s. 7460
Error 'if' construct must use '{}'s. 7461
Error Missing a Javadoc comment. 7465
Error Redundant 'final' modifier. 7465
Error 'private' modifier out of order with the JLS suggestions. 7465
Error Name 'jj_3R_69' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7465
Error 'if' construct must use '{}'s. 7470
Error 'if' construct must use '{}'s. 7471
Error 'if' construct must use '{}'s. 7472
Error Missing a Javadoc comment. 7476
Error Redundant 'final' modifier. 7476
Error 'private' modifier out of order with the JLS suggestions. 7476
Error Name 'jj_3R_390' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7476
Error 'if' construct must use '{}'s. 7477
Error 'if' construct must use '{}'s. 7478
Error Missing a Javadoc comment. 7482
Error Redundant 'final' modifier. 7482
Error 'private' modifier out of order with the JLS suggestions. 7482
Error Name 'jj_3R_389' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7482
Error 'if' construct must use '{}'s. 7483
Error 'if' construct must use '{}'s. 7484
Error Missing a Javadoc comment. 7488
Error Redundant 'final' modifier. 7488
Error 'private' modifier out of order with the JLS suggestions. 7488
Error Name 'jj_3R_388' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7488
Error 'if' construct must use '{}'s. 7489
Error 'if' construct must use '{}'s. 7490
Error Missing a Javadoc comment. 7494
Error Redundant 'final' modifier. 7494
Error 'private' modifier out of order with the JLS suggestions. 7494
Error Name 'jj_3R_387' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7494
Error 'if' construct must use '{}'s. 7495
Error 'if' construct must use '{}'s. 7496
Error Missing a Javadoc comment. 7500
Error Redundant 'final' modifier. 7500
Error 'private' modifier out of order with the JLS suggestions. 7500
Error Name 'jj_3R_370' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7500
Error 'if' construct must use '{}'s. 7509
Error 'if' construct must use '{}'s. 7510
Error 'if' construct must use '{}'s. 7511
Error 'if' construct must use '{}'s. 7512
Error 'if' construct must use '{}'s. 7513
Error Missing a Javadoc comment. 7517
Error Redundant 'final' modifier. 7517
Error 'private' modifier out of order with the JLS suggestions. 7517
Error Name 'jj_3R_158' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7517
Error 'if' construct must use '{}'s. 7518
Error 'if' construct must use '{}'s. 7519
Error 'if' construct must use '{}'s. 7524
Error Missing a Javadoc comment. 7529
Error Redundant 'final' modifier. 7529
Error 'private' modifier out of order with the JLS suggestions. 7529
Error Name 'jj_3R_119' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7529
Error 'if' construct must use '{}'s. 7530
Error 'if' construct must use '{}'s. 7531
Error Missing a Javadoc comment. 7535
Error Redundant 'final' modifier. 7535
Error 'private' modifier out of order with the JLS suggestions. 7535
Error Name 'jj_3R_64' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7535
Error 'if' construct must use '{}'s. 7536
Error 'if' construct must use '{}'s. 7537
Error 'if' construct must use '{}'s. 7540
Error 'if' construct must use '{}'s. 7541
Error 'if' construct must use '{}'s. 7542
Error 'if' construct must use '{}'s. 7543
Error Missing a Javadoc comment. 7547
Error Redundant 'final' modifier. 7547
Error 'private' modifier out of order with the JLS suggestions. 7547
Error Name 'jj_3R_334' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7547
Error 'if' construct must use '{}'s. 7548
Error 'if' construct must use '{}'s. 7549
Error Missing a Javadoc comment. 7553
Error Redundant 'final' modifier. 7553
Error 'private' modifier out of order with the JLS suggestions. 7553
Error Name 'jj_3R_193' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7553
Error 'if' construct must use '{}'s. 7554
Error 'if' construct must use '{}'s. 7555
Error Missing a Javadoc comment. 7559
Error Redundant 'final' modifier. 7559
Error 'private' modifier out of order with the JLS suggestions. 7559
Error Name 'jj_3R_333' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7559
Error 'if' construct must use '{}'s. 7560
Error 'if' construct must use '{}'s. 7561
Error 'if' construct must use '{}'s. 7562
Error 'if' construct must use '{}'s. 7563
Error Missing a Javadoc comment. 7567
Error Redundant 'final' modifier. 7567
Error 'private' modifier out of order with the JLS suggestions. 7567
Error Name 'jj_3R_149' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7567
Error 'if' construct must use '{}'s. 7568
Error 'if' construct must use '{}'s. 7569
Error Missing a Javadoc comment. 7573
Error Redundant 'final' modifier. 7573
Error 'private' modifier out of order with the JLS suggestions. 7573
Error Name 'jj_3R_214' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7573
Error 'if' construct must use '{}'s. 7574
Error 'if' construct must use '{}'s. 7575
Error Missing a Javadoc comment. 7579
Error Redundant 'final' modifier. 7579
Error 'private' modifier out of order with the JLS suggestions. 7579
Error Name 'jj_3R_192' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7579
Error 'if' construct must use '{}'s. 7584
Error 'if' construct must use '{}'s. 7585
Error 'if' construct must use '{}'s. 7586
Error Missing a Javadoc comment. 7590
Error Redundant 'final' modifier. 7590
Error 'private' modifier out of order with the JLS suggestions. 7590
Error Name 'jj_3R_213' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7590
Error 'if' construct must use '{}'s. 7591
Error 'if' construct must use '{}'s. 7592
Error Missing a Javadoc comment. 7596
Error Redundant 'final' modifier. 7596
Error 'private' modifier out of order with the JLS suggestions. 7596
Error Name 'jj_3R_166' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7596
Error 'if' construct must use '{}'s. 7597
Error 'if' construct must use '{}'s. 7598
Error Missing a Javadoc comment. 7602
Error Redundant 'final' modifier. 7602
Error 'private' modifier out of order with the JLS suggestions. 7602
Error Name 'jj_3R_185' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7602
Error 'if' construct must use '{}'s. 7603
Error 'if' construct must use '{}'s. 7604
Error Missing a Javadoc comment. 7608
Error Redundant 'final' modifier. 7608
Error 'private' modifier out of order with the JLS suggestions. 7608
Error Name 'jj_3R_184' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7608
Error 'if' construct must use '{}'s. 7609
Error 'if' construct must use '{}'s. 7610
Error Missing a Javadoc comment. 7614
Error Redundant 'final' modifier. 7614
Error 'private' modifier out of order with the JLS suggestions. 7614
Error Name 'jj_3R_183' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7614
Error 'if' construct must use '{}'s. 7615
Error 'if' construct must use '{}'s. 7616
Error Missing a Javadoc comment. 7620
Error Redundant 'final' modifier. 7620
Error 'private' modifier out of order with the JLS suggestions. 7620
Error Name 'jj_3R_148' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7620
Error 'if' construct must use '{}'s. 7621
Error 'if' construct must use '{}'s. 7622
Error Missing a Javadoc comment. 7626
Error Redundant 'final' modifier. 7626
Error 'private' modifier out of order with the JLS suggestions. 7626
Error Name 'jj_3R_182' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7626
Error 'if' construct must use '{}'s. 7627
Error 'if' construct must use '{}'s. 7628
Error Missing a Javadoc comment. 7632
Error Redundant 'final' modifier. 7632
Error 'private' modifier out of order with the JLS suggestions. 7632
Error Name 'jj_3R_165' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7632
Error 'if' construct must use '{}'s. 7633
Error 'if' construct must use '{}'s. 7634
Error Missing a Javadoc comment. 7638
Error Redundant 'final' modifier. 7638
Error 'private' modifier out of order with the JLS suggestions. 7638
Error Name 'jj_3R_181' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7638
Error 'if' construct must use '{}'s. 7639
Error 'if' construct must use '{}'s. 7640
Error Missing a Javadoc comment. 7644
Error Redundant 'final' modifier. 7644
Error 'private' modifier out of order with the JLS suggestions. 7644
Error Name 'jj_3R_191' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7644
Error 'if' construct must use '{}'s. 7645
Error 'if' construct must use '{}'s. 7646
Error 'if' construct must use '{}'s. 7647
Error 'if' construct must use '{}'s. 7648
Error 'if' construct must use '{}'s. 7651
Error 'if' construct must use '{}'s. 7652
Error 'if' construct must use '{}'s. 7653
Error 'if' construct must use '{}'s. 7654
Error 'if' construct must use '{}'s. 7658
Error 'if' construct must use '{}'s. 7660
Error 'if' construct must use '{}'s. 7661
Error Missing a Javadoc comment. 7665
Error Name 'token_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7665
Error Variable 'token_source' must be private and have accessor methods. 7665
Error Missing a Javadoc comment. 7666
Error Name 'jj_input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7666
Error Variable 'jj_input_stream' must be private and have accessor methods. 7666
Error Missing a Javadoc comment. 7667
Error Variable 'token' must be private and have accessor methods. 7667
Error Name 'jj_nt' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7667
Error Variable 'jj_nt' must be private and have accessor methods. 7667
Error Missing a Javadoc comment. 7668
Error Name 'jj_scanpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7668
Error Name 'jj_lastpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7668
Error Missing a Javadoc comment. 7669
Error Name 'jj_la' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7669
Error Missing a Javadoc comment. 7670
Error Variable 'lookingAhead' must be private and have accessor methods. 7670
Error Missing a Javadoc comment. 7671
Error Name 'jj_semLA' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7671
Error Missing a Javadoc comment. 7672
Error Name 'jj_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7672
Error Missing a Javadoc comment. 7673
Error 'private' modifier out of order with the JLS suggestions. 7673
Error Name 'jj_la1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7673
Error '129' is a magic number. 7673
Error Line is longer than 80 characters. 7674
Error Missing a Javadoc comment. 7674
Error 'private' modifier out of order with the JLS suggestions. 7674
Error Name 'jj_la1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error ',' is not followed by whitespace. 7674
Error Line is longer than 80 characters. 7675
Error Missing a Javadoc comment. 7675
Error 'private' modifier out of order with the JLS suggestions. 7675
Error Name 'jj_la1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error ',' is not followed by whitespace. 7675
Error Line is longer than 80 characters. 7676
Error Missing a Javadoc comment. 7676
Error 'private' modifier out of order with the JLS suggestions. 7676
Error Name 'jj_la1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error ',' is not followed by whitespace. 7676
Error Line is longer than 80 characters. 7677
Error Missing a Javadoc comment. 7677
Error 'private' modifier out of order with the JLS suggestions. 7677
Error Name 'jj_la1_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error ',' is not followed by whitespace. 7677
Error Missing a Javadoc comment. 7678
Error 'private' modifier out of order with the JLS suggestions. 7678
Error Name 'jj_2_rtns' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7678
Error '31' is a magic number. 7678
Error Missing a Javadoc comment. 7679
Error Name 'jj_rescan' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7679
Error Missing a Javadoc comment. 7680
Error Name 'jj_gc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7680
Error Missing a Javadoc comment. 7682
Error Parameter stream should be final. 7682
Error Inner assignments should be avoided. 7686
Error 'for' construct must use '{}'s. 7688
Error '129' is a magic number. 7688
Error 'for' construct must use '{}'s. 7689
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 7692
Error Missing a Javadoc comment. 7692
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7692
Error Parameter stream should be final. 7692
Error Inner assignments should be avoided. 7696
Error 'for' construct must use '{}'s. 7698
Error '129' is a magic number. 7698
Error 'for' construct must use '{}'s. 7699
Error Missing a Javadoc comment. 7702
Error Parameter stream should be final. 7702
Error Inner assignments should be avoided. 7706
Error 'for' construct must use '{}'s. 7708
Error '129' is a magic number. 7708
Error 'for' construct must use '{}'s. 7709
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 7712
Error Missing a Javadoc comment. 7712
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7712
Error Parameter stream should be final. 7712
Error Inner assignments should be avoided. 7716
Error 'for' construct must use '{}'s. 7718
Error '129' is a magic number. 7718
Error 'for' construct must use '{}'s. 7719
Error Missing a Javadoc comment. 7722
Error Parameter tm should be final. 7722
Error Inner assignments should be avoided. 7725
Error 'for' construct must use '{}'s. 7727
Error '129' is a magic number. 7727
Error 'for' construct must use '{}'s. 7728
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 7731
Error Missing a Javadoc comment. 7731
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7731
Error Parameter tm should be final. 7731
Error Inner assignments should be avoided. 7734
Error 'for' construct must use '{}'s. 7736
Error '129' is a magic number. 7736
Error 'for' construct must use '{}'s. 7737
Error Missing a Javadoc comment. 7740
Error Redundant 'final' modifier. 7740
Error 'private' modifier out of order with the JLS suggestions. 7740
Error Name 'jj_consume_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7740
Error Parameter kind should be final. 7740
Error 'if' construct must use '{}'s. 7742
Error 'else' construct must use '{}'s. 7743
Error Inner assignments should be avoided. 7743
Error '100' is a magic number. 7746
Error 'if' construct must use '{}'s. 7751
Error Missing a Javadoc comment. 7764
Error Redundant 'final' modifier. 7764
Error 'private' modifier out of order with the JLS suggestions. 7764
Error Name 'jj_scan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7764
Error Parameter kind should be final. 7764
Error Inner assignments should be avoided. 7768
Error Inner assignments should be avoided. 7768
Error Inner assignments should be avoided. 7770
Error 'if' construct must use '{}'s. 7778
Error Missing a Javadoc comment. 7783
Error 'public' modifier out of order with the JLS suggestions. 7783
Error 'if' construct must use '{}'s. 7784
Error 'else' construct must use '{}'s. 7785
Error Inner assignments should be avoided. 7785
Error Missing a Javadoc comment. 7790
Error 'public' modifier out of order with the JLS suggestions. 7790
Error Parameter index should be final. 7790
Error Avoid inline conditionals. 7791
Error 'if' construct must use '{}'s. 7793
Error 'else' construct must use '{}'s. 7794
Error Inner assignments should be avoided. 7794
Error Missing a Javadoc comment. 7799
Error Name 'jj_expentries' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7799
Error Missing a Javadoc comment. 7800
Error Name 'jj_expentry' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7800
Error Missing a Javadoc comment. 7801
Error Name 'jj_kind' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7801
Error Missing a Javadoc comment. 7802
Error Name 'jj_lasttokens' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7802
Error '100' is a magic number. 7802
Error Missing a Javadoc comment. 7803
Error Name 'jj_endpos' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7803
Error Missing a Javadoc comment. 7805
Error Name 'jj_add_error_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7805
Error Parameter kind should be final. 7805
Error Parameter pos should be final. 7805
Error 'if' construct must use '{}'s. 7806
Error '100' is a magic number. 7806
Error Line is longer than 80 characters. 7815
Error 'cast' is not followed by whitespace. 7816
Error 'if' construct must use '{}'s. 7825
Error 'if' construct must use '{}'s. 7828
Error 'if' construct must use '{}'s. 7829
Error Missing a Javadoc comment. 7833
Error 'public' modifier out of order with the JLS suggestions. 7833
Error '122' is a magic number. 7835
Error '122' is a magic number. 7836
Error '129' is a magic number. 7843
Error '32' is a magic number. 7845
Error '<<' is not preceded with whitespace. 7846
Error '<<' is not followed by whitespace. 7846
Error '<<' is not preceded with whitespace. 7849
Error '<<' is not followed by whitespace. 7849
Error '32' is a magic number. 7850
Error '+' is not preceded with whitespace. 7850
Error '+' is not followed by whitespace. 7850
Error '<<' is not preceded with whitespace. 7852
Error '<<' is not followed by whitespace. 7852
Error '64' is a magic number. 7853
Error '+' is not preceded with whitespace. 7853
Error '+' is not followed by whitespace. 7853
Error '<<' is not preceded with whitespace. 7855
Error '<<' is not followed by whitespace. 7855
Error '96' is a magic number. 7856
Error '+' is not preceded with whitespace. 7856
Error '+' is not followed by whitespace. 7856
Error '122' is a magic number. 7861
Error 'cast' is not followed by whitespace. 7873
Error Missing a Javadoc comment. 7878
Error 'public' modifier out of order with the JLS suggestions. 7878
Error Name 'enable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7878
Error Missing a Javadoc comment. 7881
Error 'public' modifier out of order with the JLS suggestions. 7881
Error Name 'disable_tracing' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7881
Error Missing a Javadoc comment. 7884
Error Redundant 'final' modifier. 7884
Error 'private' modifier out of order with the JLS suggestions. 7884
Error Name 'jj_rescan_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7884
Error '31' is a magic number. 7886
Error Inner assignments should be avoided. 7890
Error switch without "default" clause. 7891
Error '3' is a magic number. 7895
Error '4' is a magic number. 7896
Error '5' is a magic number. 7897
Error '6' is a magic number. 7898
Error '7' is a magic number. 7899
Error '8' is a magic number. 7900
Error '9' is a magic number. 7901
Error '10' is a magic number. 7902
Error '11' is a magic number. 7903
Error '12' is a magic number. 7904
Error '13' is a magic number. 7905
Error '14' is a magic number. 7906
Error '15' is a magic number. 7907
Error '16' is a magic number. 7908
Error '17' is a magic number. 7909
Error '18' is a magic number. 7910
Error '19' is a magic number. 7911
Error '20' is a magic number. 7912
Error '21' is a magic number. 7913
Error '22' is a magic number. 7914
Error '23' is a magic number. 7915
Error '24' is a magic number. 7916
Error '25' is a magic number. 7917
Error '26' is a magic number. 7918
Error '27' is a magic number. 7919
Error '28' is a magic number. 7920
Error '29' is a magic number. 7921
Error '30' is a magic number. 7922
Error Missing a Javadoc comment. 7931
Error Redundant 'final' modifier. 7931
Error 'private' modifier out of order with the JLS suggestions. 7931
Error Name 'jj_save' must match pattern '^[a-z][a-zA-Z0-9]*$'. 7931
Error Parameter index should be final. 7931
Error Parameter xla should be final. 7931
Error Inner assignments should be avoided. 7934
Error Missing a Javadoc comment. 7940
Error Missing a Javadoc comment. 7941
Error Variable 'gen' must be private and have accessor methods. 7941
Error Missing a Javadoc comment. 7942
Error Variable 'first' must be private and have accessor methods. 7942
Error Missing a Javadoc comment. 7943
Error Variable 'arg' must be private and have accessor methods. 7943
Error Missing a Javadoc comment. 7944
Error Variable 'next' must be private and have accessor methods. 7944

xjavadoc/SimpleParserConstants.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Missing a Javadoc comment. 4
Error interfaces should describe a type and hence have methods. 4
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Name '_DEFAULT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 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. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
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. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 68
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 70
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 72
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 81
Error Missing a Javadoc comment. 82
Error Missing a Javadoc comment. 83
Error Missing a Javadoc comment. 84
Error Missing a Javadoc comment. 85
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 87
Error Missing a Javadoc comment. 88
Error Missing a Javadoc comment. 89
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 92
Error Missing a Javadoc comment. 93
Error Missing a Javadoc comment. 94
Error Missing a Javadoc comment. 95
Error Missing a Javadoc comment. 96
Error Missing a Javadoc comment. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 99
Error Missing a Javadoc comment. 100
Error Missing a Javadoc comment. 101
Error Missing a Javadoc comment. 102
Error Missing a Javadoc comment. 103
Error Missing a Javadoc comment. 104
Error Missing a Javadoc comment. 105
Error Missing a Javadoc comment. 106
Error Missing a Javadoc comment. 107
Error Missing a Javadoc comment. 108
Error Missing a Javadoc comment. 109
Error Missing a Javadoc comment. 110
Error Missing a Javadoc comment. 111
Error Missing a Javadoc comment. 112
Error Missing a Javadoc comment. 113
Error Missing a Javadoc comment. 114
Error Missing a Javadoc comment. 115
Error Missing a Javadoc comment. 116
Error Missing a Javadoc comment. 117
Error Missing a Javadoc comment. 118
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. 125
Error Name 'tokenImage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 125

xjavadoc/SimpleParserTokenManager.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Unused import - java.lang.reflect.Modifier. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Unused import - java.io.InputStream. 5
Error Unused import - java.io.ByteArrayInputStream. 6
Error Missing a Javadoc comment. 8
Error '{' should be on the previous line. 9
Error Missing a Javadoc comment. 10
Error Variable 'debugStream' must be private and have accessor methods. 10
Error Method 'setDebugStream' is not designed for extension - needs to be abstract, final or empty. 11
Error Missing a Javadoc comment. 11
Error Parameter ds should be final. 11
Error Missing a Javadoc comment. 12
Error Redundant 'final' modifier. 12
Error Name 'jjStopStringLiteralDfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
Error Parameter pos should be final. 12
Error Parameter active0 should be final. 12
Error Parameter active1 should be final. 12
Error '{' should be on the previous line. 15
Error 'if' construct must use '{}'s. 17
Error '0x140L' is a magic number. 17
Error '0x4008000000000L' is a magic number. 17
Error 'if' construct must use '{}'s. 19
Error '0x100000L' is a magic number. 19
Error '8' is a magic number. 20
Error '0xffffffffffffe000L' is a magic number. 21
Error '{' should be on the previous line. 22
Error '73' is a magic number. 23
Error '32' is a magic number. 24
Error 'if' construct must use '{}'s. 28
Error '0x100L' is a magic number. 28
Error '0xfffffffbfcffe000L' is a magic number. 30
Error '{' should be on the previous line. 31
Error '{' should be on the previous line. 33
Error '73' is a magic number. 34
Error '32' is a magic number. 37
Error 'if' construct must use '{}'s. 39
Error '0x403000000L' is a magic number. 39
Error '32' is a magic number. 40
Error '0xf7fffb3afeffe000L' is a magic number. 43
Error '{' should be on the previous line. 44
Error '{' should be on the previous line. 46
Error '73' is a magic number. 47
Error '32' is a magic number. 50
Error 'if' construct must use '{}'s. 52
Error '0x80004c100000000L' is a magic number. 52
Error '32' is a magic number. 53
Error '3' is a magic number. 55
Error '0xe3bff2b8faf4e000L' is a magic number. 56
Error '{' should be on the previous line. 57
Error '73' is a magic number. 58
Error '3' is a magic number. 59
Error '32' is a magic number. 60
Error 'if' construct must use '{}'s. 62
Error '0x14400902040b0000L' is a magic number. 62
Error '32' is a magic number. 63
Error '4' is a magic number. 65
Error '0xa235f2b80ac06000L' is a magic number. 66
Error '{' should be on the previous line. 67
Error '4' is a magic number. 68
Error '{' should be on the previous line. 69
Error '73' is a magic number. 70
Error '4' is a magic number. 71
Error '32' is a magic number. 73
Error 'if' construct must use '{}'s. 75
Error '0x418a0000f0348000L' is a magic number. 75
Error '32' is a magic number. 76
Error '5' is a magic number. 78
Error '0xa22070a848c06000L' is a magic number. 79
Error '{' should be on the previous line. 80
Error '73' is a magic number. 81
Error '5' is a magic number. 82
Error '32' is a magic number. 83
Error 'if' construct must use '{}'s. 85
Error '0x115821002000000L' is a magic number. 85
Error '32' is a magic number. 86
Error '6' is a magic number. 88
Error '0xa22040a800402000L' is a magic number. 89
Error '{' should be on the previous line. 90
Error '73' is a magic number. 91
Error '6' is a magic number. 92
Error '32' is a magic number. 93
Error 'if' construct must use '{}'s. 95
Error '0x300048804000L' is a magic number. 95
Error '32' is a magic number. 96
Error '7' is a magic number. 98
Error '0x22040a800000000L' is a magic number. 99
Error '{' should be on the previous line. 100
Error '73' is a magic number. 101
Error '7' is a magic number. 102
Error '32' is a magic number. 103
Error 'if' construct must use '{}'s. 105
Error '0xa000000000402000L' is a magic number. 105
Error '32' is a magic number. 106
Error '8' is a magic number. 108
Error '0x20002800000000L' is a magic number. 109
Error '{' should be on the previous line. 110
Error '73' is a magic number. 111
Error '8' is a magic number. 112
Error '32' is a magic number. 113
Error 'if' construct must use '{}'s. 115
Error '0x200408000000000L' is a magic number. 115
Error '32' is a magic number. 116
Error '9' is a magic number. 118
Error '0x20000000000000L' is a magic number. 119
Error '{' should be on the previous line. 120
Error '73' is a magic number. 121
Error '9' is a magic number. 122
Error '32' is a magic number. 123
Error 'if' construct must use '{}'s. 125
Error '0x2800000000L' is a magic number. 125
Error '32' is a magic number. 126
Error '10' is a magic number. 128
Error '0x20000000000000L' is a magic number. 129
Error '{' should be on the previous line. 130
Error '73' is a magic number. 131
Error '10' is a magic number. 132
Error '32' is a magic number. 133
Error Missing a Javadoc comment. 140
Error Redundant 'final' modifier. 140
Error Name 'jjStartNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
Error Parameter pos should be final. 140
Error Parameter active0 should be final. 140
Error Parameter active1 should be final. 140
Error '{' should be on the previous line. 141
Error Missing a Javadoc comment. 144
Error Redundant 'final' modifier. 144
Error Parameter pos should be final. 144
Error Parameter kind should be final. 144
Error '{' should be on the previous line. 145
Error Missing a Javadoc comment. 150
Error Redundant 'final' modifier. 150
Error Name 'jjStartNfaWithStates_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 150
Error Parameter pos should be final. 150
Error Parameter kind should be final. 150
Error Parameter state should be final. 150
Error '{' should be on the previous line. 151
Error '}' should be on the same line. 154
Error 'catch' is not followed by whitespace. 155
Error Missing a Javadoc comment. 158
Error Redundant 'final' modifier. 158
Error Name 'jjMoveStringLiteralDfa0_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 158
Error '{' should be on the previous line. 159
Error '{' should be on the previous line. 161
Error '9' is a magic number. 162
Error '10' is a magic number. 164
Error '3' is a magic number. 165
Error '12' is a magic number. 166
Error '5' is a magic number. 167
Error '13' is a magic number. 168
Error '4' is a magic number. 169
Error '32' is a magic number. 170
Error '33' is a magic number. 172
Error '88' is a magic number. 173
Error '0x80000000L' is a magic number. 174
Error '37' is a magic number. 175
Error '107' is a magic number. 176
Error '0x40000000000000L' is a magic number. 177
Error '38' is a magic number. 178
Error '104' is a magic number. 179
Error '0x8000200000000L' is a magic number. 180
Error '40' is a magic number. 181
Error '76' is a magic number. 182
Error '41' is a magic number. 183
Error '77' is a magic number. 184
Error '42' is a magic number. 185
Error '102' is a magic number. 186
Error '0x2000000000000L' is a magic number. 187
Error '43' is a magic number. 188
Error '100' is a magic number. 189
Error '0x800400000000L' is a magic number. 190
Error '44' is a magic number. 191
Error '83' is a magic number. 192
Error '45' is a magic number. 193
Error '101' is a magic number. 194
Error '0x1000800000000L' is a magic number. 195
Error '46' is a magic number. 196
Error '84' is a magic number. 197
Error '8' is a magic number. 197
Error '47' is a magic number. 198
Error '103' is a magic number. 199
Error '0x140L' is a magic number. 200
Error '0x4000000000000L' is a magic number. 200
Error '58' is a magic number. 201
Error '91' is a magic number. 202
Error '59' is a magic number. 203
Error '82' is a magic number. 204
Error '60' is a magic number. 205
Error '87' is a magic number. 206
Error '0x80100020000000L' is a magic number. 207
Error '61' is a magic number. 208
Error '85' is a magic number. 209
Error '0x10000000L' is a magic number. 210
Error '62' is a magic number. 211
Error '86' is a magic number. 212
Error '0x300600040000000L' is a magic number. 213
Error '63' is a magic number. 214
Error '90' is a magic number. 215
Error '91' is a magic number. 216
Error '80' is a magic number. 217
Error '93' is a magic number. 218
Error '81' is a magic number. 219
Error '94' is a magic number. 220
Error '106' is a magic number. 221
Error '0x20000000000000L' is a magic number. 222
Error '97' is a magic number. 223
Error '0x2000L' is a magic number. 224
Error '98' is a magic number. 225
Error '0x1c000L' is a magic number. 226
Error '99' is a magic number. 227
Error '0x7e0000L' is a magic number. 228
Error '100' is a magic number. 229
Error '0x3800000L' is a magic number. 230
Error '101' is a magic number. 231
Error '0xc000000L' is a magic number. 232
Error '102' is a magic number. 233
Error '0x1f0000000L' is a magic number. 234
Error '103' is a magic number. 235
Error '0x200000000L' is a magic number. 236
Error '105' is a magic number. 237
Error '0xfc00000000L' is a magic number. 238
Error '108' is a magic number. 239
Error '0x10000000000L' is a magic number. 240
Error '110' is a magic number. 241
Error '0xe0000000000L' is a magic number. 242
Error '112' is a magic number. 243
Error '0xf00000000000L' is a magic number. 244
Error '114' is a magic number. 245
Error '0x1000000000000L' is a magic number. 246
Error '115' is a magic number. 247
Error '0x803e000000000000L' is a magic number. 248
Error '116' is a magic number. 249
Error '0xfc0000000000000L' is a magic number. 250
Error '118' is a magic number. 251
Error '0x3000000000000000L' is a magic number. 252
Error '119' is a magic number. 253
Error '0x4000000000000000L' is a magic number. 254
Error '123' is a magic number. 255
Error '78' is a magic number. 256
Error '124' is a magic number. 257
Error '105' is a magic number. 258
Error '0x10000100000000L' is a magic number. 259
Error '125' is a magic number. 260
Error '79' is a magic number. 261
Error '126' is a magic number. 262
Error '89' is a magic number. 263
Error '3' is a magic number. 265
Error Missing a Javadoc comment. 268
Error Redundant 'final' modifier. 268
Error Name 'jjMoveStringLiteralDfa1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 268
Error Parameter active0 should be final. 268
Error Parameter active1 should be final. 268
Error '{' should be on the previous line. 269
Error '}' should be on the same line. 270
Error 'catch' is not followed by whitespace. 271
Error '{' should be on the previous line. 276
Error '38' is a magic number. 277
Error 'if' construct must use '{}'s. 278
Error '0x200000000L' is a magic number. 278
Error '97' is a magic number. 279
Error '42' is a magic number. 281
Error 'if' construct must use '{}'s. 282
Error '0x100L' is a magic number. 282
Error '8' is a magic number. 283
Error '43' is a magic number. 285
Error 'if' construct must use '{}'s. 286
Error '0x400000000L' is a magic number. 286
Error '98' is a magic number. 287
Error '45' is a magic number. 289
Error 'if' construct must use '{}'s. 290
Error '0x800000000L' is a magic number. 290
Error '99' is a magic number. 291
Error '47' is a magic number. 293
Error 'if' construct must use '{}'s. 294
Error '0x40L' is a magic number. 294
Error '6' is a magic number. 295
Error '60' is a magic number. 297
Error '0x100000000000L' is a magic number. 298
Error '{' should be on the previous line. 299
Error '108' is a magic number. 300
Error Line is longer than 80 characters. 303
Error '0x80000000000000L' is a magic number. 303
Error '61' is a magic number. 304
Error 'if' construct must use '{}'s. 305
Error '0x10000000L' is a magic number. 305
Error '92' is a magic number. 306
Error 'if' construct must use '{}'s. 307
Error '0x20000000L' is a magic number. 307
Error '93' is a magic number. 308
Error 'if' construct must use '{}'s. 309
Error '0x40000000L' is a magic number. 309
Error '94' is a magic number. 310
Error 'if' construct must use '{}'s. 311
Error '0x80000000L' is a magic number. 311
Error '95' is a magic number. 312
Error 'if' construct must use '{}'s. 313
Error '0x800000000000L' is a magic number. 313
Error '111' is a magic number. 314
Error 'if' construct must use '{}'s. 315
Error '0x1000000000000L' is a magic number. 315
Error '112' is a magic number. 316
Error 'if' construct must use '{}'s. 317
Error '0x2000000000000L' is a magic number. 317
Error '113' is a magic number. 318
Error 'if' construct must use '{}'s. 319
Error '0x4000000000000L' is a magic number. 319
Error '114' is a magic number. 320
Error 'if' construct must use '{}'s. 321
Error '0x8000000000000L' is a magic number. 321
Error '115' is a magic number. 322
Error 'if' construct must use '{}'s. 323
Error '0x10000000000000L' is a magic number. 323
Error '116' is a magic number. 324
Error 'if' construct must use '{}'s. 325
Error '0x20000000000000L' is a magic number. 325
Error '117' is a magic number. 326
Error 'if' construct must use '{}'s. 327
Error '0x40000000000000L' is a magic number. 327
Error '118' is a magic number. 328
Error '62' is a magic number. 330
Error '0x200000000000L' is a magic number. 331
Error '{' should be on the previous line. 332
Error '109' is a magic number. 333
Error Line is longer than 80 characters. 336
Error '0x300400000000000L' is a magic number. 336
Error '97' is a magic number. 337
Error Line is longer than 80 characters. 338
Error '0x120010060000L' is a magic number. 338
Error '98' is a magic number. 339
Error '0x2000L' is a magic number. 340
Error '101' is a magic number. 341
Error Line is longer than 80 characters. 342
Error '0x1040000800000L' is a magic number. 342
Error '102' is a magic number. 343
Error 'if' construct must use '{}'s. 344
Error '0x400000000L' is a magic number. 344
Error '34' is a magic number. 345
Error '32' is a magic number. 345
Error '104' is a magic number. 347
Error Line is longer than 80 characters. 348
Error '0x41c2000000080000L' is a magic number. 348
Error '105' is a magic number. 349
Error '0x60000000L' is a magic number. 350
Error '108' is a magic number. 351
Error '0x84100000L' is a magic number. 352
Error '109' is a magic number. 353
Error '0x1800000000L' is a magic number. 354
Error '110' is a magic number. 355
Error '0xe000000000L' is a magic number. 356
Error '111' is a magic number. 357
Error '0x1000000L' is a magic number. 358
Error '{' should be on the previous line. 359
Error '24' is a magic number. 360
Error Line is longer than 80 characters. 363
Error '0x3000010302604000L' is a magic number. 363
Error '114' is a magic number. 364
Error Line is longer than 80 characters. 365
Error '0xe00600000008000L' is a magic number. 365
Error '115' is a magic number. 366
Error '116' is a magic number. 368
Error Line is longer than 80 characters. 369
Error '0x8004000000000000L' is a magic number. 369
Error '117' is a magic number. 370
Error Line is longer than 80 characters. 371
Error '0x8880000000000L' is a magic number. 371
Error '119' is a magic number. 372
Error Line is longer than 80 characters. 373
Error '0x10000000000000L' is a magic number. 373
Error '120' is a magic number. 374
Error '0x8000000L' is a magic number. 375
Error '121' is a magic number. 376
Error Line is longer than 80 characters. 377
Error '0x20000000010000L' is a magic number. 377
Error '124' is a magic number. 378
Error 'if' construct must use '{}'s. 379
Error '0x100000000L' is a magic number. 379
Error '96' is a magic number. 380
Error Line is longer than 80 characters. 387
Error Missing a Javadoc comment. 387
Error Redundant 'final' modifier. 387
Error Name 'jjMoveStringLiteralDfa2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 387
Error Parameter old0 should be final. 387
Error Parameter active0 should be final. 387
Error Parameter old1 should be final. 387
Error Parameter active1 should be final. 387
Error 'if' construct must use '{}'s. 389
Error Line has trailing spaces. 390
Error '}' should be on the same line. 391
Error 'catch' is not followed by whitespace. 392
Error '{' should be on the previous line. 397
Error '61' is a magic number. 398
Error 'if' construct must use '{}'s. 399
Error '0x80000000000000L' is a magic number. 399
Error '119' is a magic number. 400
Error 'if' construct must use '{}'s. 401
Error '0x100000000000000L' is a magic number. 401
Error '120' is a magic number. 402
Error '62' is a magic number. 404
Error '0x400000000000L' is a magic number. 405
Error '{' should be on the previous line. 406
Error '110' is a magic number. 407
Error Line is longer than 80 characters. 410
Error '0x200000000000000L' is a magic number. 410
Error '97' is a magic number. 411
Error Line is longer than 80 characters. 412
Error '0x204000000180000L' is a magic number. 412
Error '98' is a magic number. 413
Error Line is longer than 80 characters. 414
Error '0x800000000000L' is a magic number. 414
Error '99' is a magic number. 415
Error Line is longer than 80 characters. 416
Error '0x100000000000L' is a magic number. 416
Error '101' is a magic number. 417
Error '0x8000L' is a magic number. 418
Error '102' is a magic number. 419
Error '0x800000L' is a magic number. 420
Error '105' is a magic number. 421
Error Line is longer than 80 characters. 422
Error '0x5050200000000000L' is a magic number. 422
Error '108' is a magic number. 423
Error Line is longer than 80 characters. 424
Error '0x2000080010000000L' is a magic number. 424
Error '110' is a magic number. 425
Error Line is longer than 80 characters. 426
Error '0x20010060600000L' is a magic number. 426
Error '111' is a magic number. 427
Error Line is longer than 80 characters. 428
Error '0x2400080004000L' is a magic number. 428
Error '112' is a magic number. 429
Error Line is longer than 80 characters. 430
Error '0x8001800000000L' is a magic number. 430
Error '114' is a magic number. 431
Error 'if' construct must use '{}'s. 432
Error '0x100000000L' is a magic number. 432
Error '32' is a magic number. 433
Error '32' is a magic number. 433
Error Line is longer than 80 characters. 434
Error '0x8180000000000000L' is a magic number. 434
Error '115' is a magic number. 435
Error Line is longer than 80 characters. 436
Error '0x2004022000L' is a magic number. 436
Error '116' is a magic number. 437
Error '0x4000000000L' is a magic number. 438
Error '{' should be on the previous line. 439
Error '38' is a magic number. 440
Error Line is longer than 80 characters. 443
Error '0x1028208050000L' is a magic number. 443
Error '117' is a magic number. 444
Error Line is longer than 80 characters. 445
Error '0x400000002000000L' is a magic number. 445
Error '119' is a magic number. 446
Error 'if' construct must use '{}'s. 447
Error '0x40000000000L' is a magic number. 447
Error '42' is a magic number. 448
Error '32' is a magic number. 448
Error '121' is a magic number. 450
Error 'if' construct must use '{}'s. 451
Error '0x800000000000000L' is a magic number. 451
Error '59' is a magic number. 452
Error '32' is a magic number. 452
Error Line is longer than 80 characters. 459
Error Missing a Javadoc comment. 459
Error Redundant 'final' modifier. 459
Error Name 'jjMoveStringLiteralDfa3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 459
Error Parameter old0 should be final. 459
Error Parameter active0 should be final. 459
Error Parameter old1 should be final. 459
Error Parameter active1 should be final. 459
Error 'if' construct must use '{}'s. 461
Error Line has trailing spaces. 462
Error '}' should be on the same line. 463
Error 'catch' is not followed by whitespace. 464
Error '3' is a magic number. 466
Error '{' should be on the previous line. 469
Error '61' is a magic number. 470
Error 'if' construct must use '{}'s. 471
Error '0x200000000000000L' is a magic number. 471
Error '3' is a magic number. 472
Error '121' is a magic number. 472
Error '97' is a magic number. 474
Error Line is longer than 80 characters. 475
Error '0x20000000e0808000L' is a magic number. 475
Error '98' is a magic number. 476
Error '0x2000000L' is a magic number. 477
Error '99' is a magic number. 478
Error Line is longer than 80 characters. 479
Error '0x20000000040000L' is a magic number. 479
Error '100' is a magic number. 480
Error 'if' construct must use '{}'s. 481
Error '0x1000000000000000L' is a magic number. 481
Error '3' is a magic number. 482
Error '60' is a magic number. 482
Error '32' is a magic number. 482
Error '101' is a magic number. 484
Error 'if' construct must use '{}'s. 485
Error '0x10000L' is a magic number. 485
Error '3' is a magic number. 486
Error '16' is a magic number. 486
Error '32' is a magic number. 486
Error 'if' construct must use '{}'s. 487
Error '0x20000L' is a magic number. 487
Error '3' is a magic number. 488
Error '17' is a magic number. 488
Error '32' is a magic number. 488
Error 'if' construct must use '{}'s. 489
Error '0x4000000L' is a magic number. 489
Error '3' is a magic number. 490
Error '26' is a magic number. 490
Error '32' is a magic number. 490
Error 'if' construct must use '{}'s. 491
Error '0x400000000000000L' is a magic number. 491
Error '3' is a magic number. 492
Error '58' is a magic number. 492
Error '32' is a magic number. 492
Error Line is longer than 80 characters. 493
Error '0x8008008000000L' is a magic number. 493
Error '103' is a magic number. 494
Error 'if' construct must use '{}'s. 495
Error '0x10000000000L' is a magic number. 495
Error '3' is a magic number. 496
Error '40' is a magic number. 496
Error '32' is a magic number. 496
Error '105' is a magic number. 498
Error Line is longer than 80 characters. 499
Error '0x8000020000000000L' is a magic number. 499
Error '107' is a magic number. 500
Error Line is longer than 80 characters. 501
Error '0x100000000000L' is a magic number. 501
Error '108' is a magic number. 502
Error 'if' construct must use '{}'s. 503
Error '0x80000000000L' is a magic number. 503
Error '3' is a magic number. 504
Error '43' is a magic number. 504
Error '32' is a magic number. 504
Error Line is longer than 80 characters. 505
Error '0x4000800800004000L' is a magic number. 505
Error '110' is a magic number. 506
Error Line is longer than 80 characters. 507
Error '0x200000000000000L' is a magic number. 507
Error '111' is a magic number. 508
Error 'if' construct must use '{}'s. 509
Error '0x200000000L' is a magic number. 509
Error '3' is a magic number. 510
Error '33' is a magic number. 510
Error '32' is a magic number. 510
Error Line is longer than 80 characters. 511
Error '0x180001000000000L' is a magic number. 511
Error '114' is a magic number. 512
Error 'if' construct must use '{}'s. 513
Error '0x80000L' is a magic number. 513
Error '3' is a magic number. 514
Error '19' is a magic number. 514
Error '32' is a magic number. 514
Error Line is longer than 80 characters. 515
Error '0x2000000000000L' is a magic number. 515
Error '115' is a magic number. 516
Error 'if' construct must use '{}'s. 517
Error '0x40000000000000L' is a magic number. 517
Error '3' is a magic number. 518
Error '54' is a magic number. 518
Error '32' is a magic number. 518
Error '0x10300000L' is a magic number. 519
Error '116' is a magic number. 520
Error Line is longer than 80 characters. 521
Error '0x14402000402000L' is a magic number. 521
Error '117' is a magic number. 522
Error Line is longer than 80 characters. 523
Error '0x1000000000000L' is a magic number. 523
Error '118' is a magic number. 524
Error Line is longer than 80 characters. 525
Error '0x200000000000L' is a magic number. 525
Error Line is longer than 80 characters. 531
Error Missing a Javadoc comment. 531
Error Redundant 'final' modifier. 531
Error Name 'jjMoveStringLiteralDfa4_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 531
Error Parameter old0 should be final. 531
Error Parameter active0 should be final. 531
Error Parameter old1 should be final. 531
Error Parameter active1 should be final. 531
Error 'if' construct must use '{}'s. 533
Error Line has trailing spaces. 534
Error '}' should be on the same line. 535
Error 'catch' is not followed by whitespace. 536
Error '3' is a magic number. 537
Error '4' is a magic number. 538
Error '{' should be on the previous line. 541
Error '97' is a magic number. 542
Error Line is longer than 80 characters. 543
Error '0x302000000000L' is a magic number. 543
Error '99' is a magic number. 544
Error Line is longer than 80 characters. 545
Error '0x8010000000000000L' is a magic number. 545
Error '101' is a magic number. 546
Error 'if' construct must use '{}'s. 547
Error '0x10000000L' is a magic number. 547
Error '4' is a magic number. 548
Error '28' is a magic number. 548
Error '32' is a magic number. 548
Error 'if' construct must use '{}'s. 549
Error '0x4000000000000000L' is a magic number. 549
Error '4' is a magic number. 550
Error '62' is a magic number. 550
Error '32' is a magic number. 550
Error Line is longer than 80 characters. 551
Error '0x400800004000L' is a magic number. 551
Error '104' is a magic number. 552
Error 'if' construct must use '{}'s. 553
Error '0x40000L' is a magic number. 553
Error '4' is a magic number. 554
Error '18' is a magic number. 554
Error '32' is a magic number. 554
Error Line is longer than 80 characters. 555
Error '0x20000000000000L' is a magic number. 555
Error '105' is a magic number. 556
Error Line is longer than 80 characters. 557
Error '0x4800000400000L' is a magic number. 557
Error '107' is a magic number. 558
Error 'if' construct must use '{}'s. 559
Error '0x8000L' is a magic number. 559
Error '4' is a magic number. 560
Error '15' is a magic number. 560
Error '32' is a magic number. 560
Error '108' is a magic number. 562
Error '0x20000000L' is a magic number. 563
Error '{' should be on the previous line. 564
Error '29' is a magic number. 565
Error '4' is a magic number. 566
Error '0x42000000L' is a magic number. 568
Error '110' is a magic number. 569
Error '0x8000000L' is a magic number. 570
Error '114' is a magic number. 571
Error 'if' construct must use '{}'s. 572
Error '0x8000000000000L' is a magic number. 572
Error '4' is a magic number. 573
Error '51' is a magic number. 573
Error '32' is a magic number. 573
Error Line is longer than 80 characters. 574
Error '0x1009000002000L' is a magic number. 574
Error '115' is a magic number. 575
Error 'if' construct must use '{}'s. 576
Error '0x100000L' is a magic number. 576
Error '4' is a magic number. 577
Error '20' is a magic number. 577
Error '32' is a magic number. 577
Error Line is longer than 80 characters. 578
Error '0x200000000000000L' is a magic number. 578
Error '116' is a magic number. 579
Error 'if' construct must use '{}'s. 580
Error '0x200000L' is a magic number. 580
Error '4' is a magic number. 581
Error '21' is a magic number. 581
Error '32' is a magic number. 581
Error 'if' construct must use '{}'s. 582
Error '0x80000000L' is a magic number. 582
Error '4' is a magic number. 583
Error '31' is a magic number. 583
Error '32' is a magic number. 583
Error 'if' construct must use '{}'s. 584
Error '0x2000000000000L' is a magic number. 584
Error '4' is a magic number. 585
Error '49' is a magic number. 585
Error '32' is a magic number. 585
Error Line is longer than 80 characters. 586
Error '0x2000000000000000L' is a magic number. 586
Error '117' is a magic number. 587
Error '0x800000L' is a magic number. 588
Error '118' is a magic number. 589
Error '0x20000000000L' is a magic number. 590
Error '119' is a magic number. 591
Error '0x80000000000000L' is a magic number. 592
Error '{' should be on the previous line. 593
Error '55' is a magic number. 594
Error '4' is a magic number. 595
Error Line is longer than 80 characters. 597
Error '0x100000000000000L' is a magic number. 597
Error '3' is a magic number. 601
Error Line is longer than 80 characters. 603
Error Missing a Javadoc comment. 603
Error Redundant 'final' modifier. 603
Error Name 'jjMoveStringLiteralDfa5_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 603
Error Parameter old0 should be final. 603
Error Parameter active0 should be final. 603
Error Parameter old1 should be final. 603
Error Parameter active1 should be final. 603
Error 'if' construct must use '{}'s. 605
Error Line has trailing spaces. 606
Error '3' is a magic number. 606
Error '}' should be on the same line. 607
Error 'catch' is not followed by whitespace. 608
Error '4' is a magic number. 609
Error '5' is a magic number. 610
Error '{' should be on the previous line. 613
Error '97' is a magic number. 614
Error '0x6000L' is a magic number. 615
Error '99' is a magic number. 616
Error 'if' construct must use '{}'s. 617
Error '0x800000000000L' is a magic number. 617
Error '5' is a magic number. 618
Error '47' is a magic number. 618
Error '32' is a magic number. 618
Error 'if' construct must use '{}'s. 619
Error '0x4000000000000L' is a magic number. 619
Error '5' is a magic number. 620
Error '50' is a magic number. 620
Error '32' is a magic number. 620
Error Line is longer than 80 characters. 621
Error '0x400000000000L' is a magic number. 621
Error '100' is a magic number. 622
Error '0x8000000L' is a magic number. 623
Error '101' is a magic number. 624
Error 'if' construct must use '{}'s. 625
Error '0x2000000L' is a magic number. 625
Error '5' is a magic number. 626
Error '25' is a magic number. 626
Error '32' is a magic number. 626
Error 'if' construct must use '{}'s. 627
Error '0x20000000000L' is a magic number. 627
Error '5' is a magic number. 628
Error '41' is a magic number. 628
Error '32' is a magic number. 628
Error '102' is a magic number. 630
Error '0x8000000000L' is a magic number. 631
Error '103' is a magic number. 632
Error Line is longer than 80 characters. 633
Error '0x100000000000L' is a magic number. 633
Error '104' is a magic number. 634
Error 'if' construct must use '{}'s. 635
Error '0x10000000000000L' is a magic number. 635
Error '5' is a magic number. 636
Error '52' is a magic number. 636
Error '32' is a magic number. 636
Error '105' is a magic number. 638
Error Line is longer than 80 characters. 639
Error '0x2200000000000000L' is a magic number. 639
Error '108' is a magic number. 640
Error '0x40800000L' is a magic number. 641
Error '109' is a magic number. 642
Error '0x800000000L' is a magic number. 643
Error '110' is a magic number. 644
Error 'if' construct must use '{}'s. 645
Error '0x1000000000000L' is a magic number. 645
Error '5' is a magic number. 646
Error '48' is a magic number. 646
Error '32' is a magic number. 646
Error '0x2000400000L' is a magic number. 647
Error '114' is a magic number. 648
Error Line is longer than 80 characters. 649
Error '0x20000000000000L' is a magic number. 649
Error '115' is a magic number. 650
Error 'if' construct must use '{}'s. 651
Error '0x100000000000000L' is a magic number. 651
Error '5' is a magic number. 652
Error '56' is a magic number. 652
Error '32' is a magic number. 652
Error '116' is a magic number. 654
Error 'if' construct must use '{}'s. 655
Error '0x1000000000L' is a magic number. 655
Error '5' is a magic number. 656
Error '36' is a magic number. 656
Error '32' is a magic number. 656
Error 'if' construct must use '{}'s. 657
Error '5' is a magic number. 658
Error '64' is a magic number. 658
Error '32' is a magic number. 658
Error Line is longer than 80 characters. 659
Error '0x8000200000000000L' is a magic number. 659
Error '4' is a magic number. 663
Error Line is longer than 80 characters. 665
Error Missing a Javadoc comment. 665
Error Redundant 'final' modifier. 665
Error Name 'jjMoveStringLiteralDfa6_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 665
Error Parameter old0 should be final. 665
Error Parameter active0 should be final. 665
Error Parameter old1 should be final. 665
Error Parameter active1 should be final. 665
Error 'if' construct must use '{}'s. 667
Error Line has trailing spaces. 668
Error '4' is a magic number. 668
Error '}' should be on the same line. 669
Error 'catch' is not followed by whitespace. 670
Error '5' is a magic number. 671
Error '6' is a magic number. 672
Error '{' should be on the previous line. 675
Error '97' is a magic number. 676
Error '0x8000000000L' is a magic number. 677
Error '99' is a magic number. 678
Error '0x2000002000L' is a magic number. 679
Error '101' is a magic number. 680
Error 'if' construct must use '{}'s. 681
Error '0x100000000000L' is a magic number. 681
Error '6' is a magic number. 682
Error '44' is a magic number. 682
Error '32' is a magic number. 682
Error 'if' construct must use '{}'s. 683
Error '0x200000000000L' is a magic number. 683
Error '6' is a magic number. 684
Error '45' is a magic number. 684
Error '32' is a magic number. 684
Error '0x200000800000000L' is a magic number. 685
Error '102' is a magic number. 686
Error '0x8000000000000000L' is a magic number. 687
Error '108' is a magic number. 688
Error '0x2000000000000000L' is a magic number. 689
Error '110' is a magic number. 690
Error 'if' construct must use '{}'s. 691
Error '0x4000L' is a magic number. 691
Error '6' is a magic number. 692
Error '14' is a magic number. 692
Error '32' is a magic number. 692
Error '111' is a magic number. 694
Error '0x20000000000000L' is a magic number. 695
Error '115' is a magic number. 696
Error 'if' construct must use '{}'s. 697
Error '0x8000000L' is a magic number. 697
Error '6' is a magic number. 698
Error '27' is a magic number. 698
Error '32' is a magic number. 698
Error '116' is a magic number. 700
Error 'if' construct must use '{}'s. 701
Error '0x800000L' is a magic number. 701
Error '6' is a magic number. 702
Error '23' is a magic number. 702
Error '32' is a magic number. 702
Error '0x400000000000L' is a magic number. 703
Error '117' is a magic number. 704
Error '0x400000L' is a magic number. 705
Error '121' is a magic number. 706
Error 'if' construct must use '{}'s. 707
Error '0x40000000L' is a magic number. 707
Error '6' is a magic number. 708
Error '30' is a magic number. 708
Error '32' is a magic number. 708
Error '5' is a magic number. 713
Error Missing a Javadoc comment. 715
Error Redundant 'final' modifier. 715
Error Name 'jjMoveStringLiteralDfa7_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 715
Error Parameter old0 should be final. 715
Error Parameter active0 should be final. 715
Error '{' should be on the previous line. 716
Error 'if' construct must use '{}'s. 717
Error '5' is a magic number. 718
Error '}' should be on the same line. 719
Error 'catch' is not followed by whitespace. 720
Error '6' is a magic number. 721
Error '7' is a magic number. 722
Error '{' should be on the previous line. 725
Error '99' is a magic number. 726
Error '0x8000000000L' is a magic number. 727
Error '101' is a magic number. 728
Error 'if' construct must use '{}'s. 729
Error '0x400000L' is a magic number. 729
Error '7' is a magic number. 730
Error '22' is a magic number. 730
Error '32' is a magic number. 730
Error 'if' construct must use '{}'s. 731
Error '0x2000000000000000L' is a magic number. 731
Error '7' is a magic number. 732
Error '61' is a magic number. 732
Error '32' is a magic number. 732
Error '0x402000000000L' is a magic number. 733
Error '110' is a magic number. 734
Error '0x220000800000000L' is a magic number. 735
Error '112' is a magic number. 736
Error 'if' construct must use '{}'s. 737
Error '0x8000000000000000L' is a magic number. 737
Error '7' is a magic number. 738
Error '63' is a magic number. 738
Error '32' is a magic number. 738
Error '116' is a magic number. 740
Error 'if' construct must use '{}'s. 741
Error '0x2000L' is a magic number. 741
Error '7' is a magic number. 742
Error '13' is a magic number. 742
Error '32' is a magic number. 742
Error '6' is a magic number. 747
Error Missing a Javadoc comment. 749
Error Redundant 'final' modifier. 749
Error Name 'jjMoveStringLiteralDfa8_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 749
Error Parameter old0 should be final. 749
Error Parameter active0 should be final. 749
Error '{' should be on the previous line. 750
Error 'if' construct must use '{}'s. 751
Error '6' is a magic number. 752
Error '}' should be on the same line. 753
Error 'catch' is not followed by whitespace. 754
Error '7' is a magic number. 755
Error '8' is a magic number. 756
Error '{' should be on the previous line. 759
Error '100' is a magic number. 760
Error 'if' construct must use '{}'s. 761
Error '0x400000000000L' is a magic number. 761
Error '8' is a magic number. 762
Error '46' is a magic number. 762
Error '32' is a magic number. 762
Error '101' is a magic number. 764
Error 'if' construct must use '{}'s. 765
Error '0x8000000000L' is a magic number. 765
Error '8' is a magic number. 766
Error '39' is a magic number. 766
Error '32' is a magic number. 766
Error '105' is a magic number. 768
Error '0x20000000000000L' is a magic number. 769
Error '111' is a magic number. 770
Error '0x2000000000L' is a magic number. 771
Error '116' is a magic number. 772
Error 'if' construct must use '{}'s. 773
Error '0x200000000000000L' is a magic number. 773
Error '8' is a magic number. 774
Error '57' is a magic number. 774
Error '32' is a magic number. 774
Error '0x800000000L' is a magic number. 775
Error '7' is a magic number. 779
Error Missing a Javadoc comment. 781
Error Redundant 'final' modifier. 781
Error Name 'jjMoveStringLiteralDfa9_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 781
Error Parameter old0 should be final. 781
Error Parameter active0 should be final. 781
Error '{' should be on the previous line. 782
Error 'if' construct must use '{}'s. 783
Error '7' is a magic number. 784
Error '}' should be on the same line. 785
Error 'catch' is not followed by whitespace. 786
Error '8' is a magic number. 787
Error '9' is a magic number. 788
Error '{' should be on the previous line. 791
Error '102' is a magic number. 792
Error 'if' construct must use '{}'s. 793
Error '0x2000000000L' is a magic number. 793
Error '9' is a magic number. 794
Error '37' is a magic number. 794
Error '32' is a magic number. 794
Error '115' is a magic number. 796
Error 'if' construct must use '{}'s. 797
Error '0x800000000L' is a magic number. 797
Error '9' is a magic number. 798
Error '35' is a magic number. 798
Error '32' is a magic number. 798
Error '122' is a magic number. 800
Error '0x20000000000000L' is a magic number. 801
Error '8' is a magic number. 805
Error Missing a Javadoc comment. 807
Error Redundant 'final' modifier. 807
Error Name 'jjMoveStringLiteralDfa10_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 807
Error Parameter old0 should be final. 807
Error Parameter active0 should be final. 807
Error '{' should be on the previous line. 808
Error 'if' construct must use '{}'s. 809
Error '8' is a magic number. 810
Error '}' should be on the same line. 811
Error 'catch' is not followed by whitespace. 812
Error '9' is a magic number. 813
Error '10' is a magic number. 814
Error '{' should be on the previous line. 817
Error '101' is a magic number. 818
Error '0x20000000000000L' is a magic number. 819
Error '9' is a magic number. 823
Error Missing a Javadoc comment. 825
Error Redundant 'final' modifier. 825
Error Name 'jjMoveStringLiteralDfa11_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 825
Error Parameter old0 should be final. 825
Error Parameter active0 should be final. 825
Error '{' should be on the previous line. 826
Error 'if' construct must use '{}'s. 827
Error '9' is a magic number. 828
Error '}' should be on the same line. 829
Error 'catch' is not followed by whitespace. 830
Error '10' is a magic number. 831
Error '11' is a magic number. 832
Error '{' should be on the previous line. 835
Error '100' is a magic number. 836
Error 'if' construct must use '{}'s. 837
Error '0x20000000000000L' is a magic number. 837
Error '11' is a magic number. 838
Error '53' is a magic number. 838
Error '32' is a magic number. 838
Error '10' is a magic number. 843
Error Missing a Javadoc comment. 845
Error Redundant 'final' modifier. 845
Error Parameter state should be final. 845
Error '{' should be on the previous line. 846
Error '{' should be on the previous line. 848
Error Missing a Javadoc comment. 853
Error Redundant 'final' modifier. 853
Error Parameter start should be final. 853
Error Parameter end should be final. 853
Error '{' should be on the previous line. 854
Error Missing a Javadoc comment. 859
Error Redundant 'final' modifier. 859
Error Parameter state1 should be final. 859
Error Parameter state2 should be final. 859
Error '{' should be on the previous line. 860
Error Missing a Javadoc comment. 864
Error Redundant 'final' modifier. 864
Error Parameter start should be final. 864
Error Parameter end should be final. 864
Error '{' should be on the previous line. 865
Error Missing a Javadoc comment. 870
Error Redundant 'final' modifier. 870
Error Parameter start should be final. 870
Error '{' should be on the previous line. 871
Error Missing a Javadoc comment. 875
Error Name 'jjbitVec0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 875
Error Line is longer than 80 characters. 876
Error Missing a Javadoc comment. 878
Error Name 'jjbitVec2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 878
Error Missing a Javadoc comment. 881
Error Name 'jjbitVec3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 881
Error Missing a Javadoc comment. 884
Error Name 'jjbitVec4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 884
Error Missing a Javadoc comment. 887
Error Name 'jjbitVec5' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 887
Error Missing a Javadoc comment. 890
Error Name 'jjbitVec6' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 890
Error Missing a Javadoc comment. 893
Error Name 'jjbitVec7' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 893
Error Missing a Javadoc comment. 896
Error Name 'jjbitVec8' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 896
Error Method length is 389 lines (max allowed is 150). 899
Error Missing a Javadoc comment. 899
Error Redundant 'final' modifier. 899
Error Name 'jjMoveNfa_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 899
Error Parameter startState should be final. 899
Error Parameter curPos should be final. 899
Error '{' should be on the previous line. 900
Error '52' is a magic number. 903
Error '0x7fffffff' is a magic number. 906
Error '{' should be on the previous line. 908
Error 'if' construct must use '{}'s. 909
Error '0x7fffffff' is a magic number. 909
Error '64' is a magic number. 911
Error '{' should be on the previous line. 912
Error '{' should be on the previous line. 915
Error '{' should be on the previous line. 917
Error '3' is a magic number. 918
Error 'if' construct must use '{}'s. 919
Error '0x3ff000000000000L' is a magic number. 919
Error '6' is a magic number. 920
Error '36' is a magic number. 921
Error '{' should be on the previous line. 922
Error 'if' construct must use '{}'s. 923
Error '73' is a magic number. 923
Error '73' is a magic number. 924
Error '32' is a magic number. 925
Error '}' should be on the same line. 926
Error 'if' construct must use '{}'s. 927
Error '34' is a magic number. 927
Error '7' is a magic number. 928
Error '9' is a magic number. 928
Error 'if' construct must use '{}'s. 929
Error '39' is a magic number. 929
Error '10' is a magic number. 930
Error '11' is a magic number. 930
Error 'if' construct must use '{}'s. 931
Error '46' is a magic number. 931
Error '8' is a magic number. 932
Error 'if' construct must use '{}'s. 933
Error '47' is a magic number. 933
Error '0x3fe000000000000L' is a magic number. 935
Error '{' should be on the previous line. 936
Error 'if' construct must use '{}'s. 937
Error '65' is a magic number. 937
Error '65' is a magic number. 938
Error '5' is a magic number. 939
Error '6' is a magic number. 939
Error '}' should be on the same line. 940
Error '48' is a magic number. 941
Error '{' should be on the previous line. 942
Error 'if' construct must use '{}'s. 943
Error '65' is a magic number. 943
Error '65' is a magic number. 944
Error '12' is a magic number. 945
Error '14' is a magic number. 945
Error 'if' construct must use '{}'s. 949
Error '42' is a magic number. 949
Error 'if' construct must use '{}'s. 953
Error '0xffff7fffffffffffL' is a magic number. 953
Error '7' is a magic number. 953
Error '7' is a magic number. 954
Error 'if' construct must use '{}'s. 957
Error '42' is a magic number. 957
Error '4' is a magic number. 960
Error 'if' construct must use '{}'s. 961
Error '0x3fe000000000000L' is a magic number. 961
Error 'if' construct must use '{}'s. 963
Error '65' is a magic number. 963
Error '65' is a magic number. 964
Error '5' is a magic number. 965
Error '6' is a magic number. 965
Error '5' is a magic number. 967
Error 'if' construct must use '{}'s. 968
Error '0x3ff000000000000L' is a magic number. 968
Error 'if' construct must use '{}'s. 970
Error '65' is a magic number. 970
Error '65' is a magic number. 971
Error '5' is a magic number. 972
Error '6' is a magic number. 972
Error '7' is a magic number. 974
Error 'if' construct must use '{}'s. 975
Error '46' is a magic number. 975
Error '8' is a magic number. 976
Error '8' is a magic number. 978
Error 'if' construct must use '{}'s. 979
Error '0x3ff000000000000L' is a magic number. 979
Error 'if' construct must use '{}'s. 981
Error '69' is a magic number. 981
Error '69' is a magic number. 982
Error '15' is a magic number. 983
Error '17' is a magic number. 983
Error '10' is a magic number. 985
Error 'if' construct must use '{}'s. 986
Error '0x280000000000L' is a magic number. 986
Error '11' is a magic number. 987
Error '11' is a magic number. 989
Error 'if' construct must use '{}'s. 990
Error '0x3ff000000000000L' is a magic number. 990
Error 'if' construct must use '{}'s. 992
Error '69' is a magic number. 992
Error '69' is a magic number. 993
Error '11' is a magic number. 994
Error '12' is a magic number. 994
Error '13' is a magic number. 996
Error 'if' construct must use '{}'s. 997
Error '39' is a magic number. 997
Error '10' is a magic number. 998
Error '11' is a magic number. 998
Error '14' is a magic number. 1000
Error 'if' construct must use '{}'s. 1001
Error '0xffffff7fffffdbffL' is a magic number. 1001
Error '15' is a magic number. 1002
Error '15' is a magic number. 1004
Error 'if' construct must use '{}'s. 1005
Error '39' is a magic number. 1005
Error '71' is a magic number. 1005
Error '71' is a magic number. 1006
Error '17' is a magic number. 1008
Error 'if' construct must use '{}'s. 1009
Error '0x8400000000L' is a magic number. 1009
Error '15' is a magic number. 1010
Error '18' is a magic number. 1012
Error 'if' construct must use '{}'s. 1013
Error '0xff000000000000L' is a magic number. 1013
Error '19' is a magic number. 1014
Error '15' is a magic number. 1014
Error '19' is a magic number. 1016
Error 'if' construct must use '{}'s. 1017
Error '0xff000000000000L' is a magic number. 1017
Error '15' is a magic number. 1018
Error '20' is a magic number. 1020
Error 'if' construct must use '{}'s. 1021
Error '0xf000000000000L' is a magic number. 1021
Error '21' is a magic number. 1022
Error '21' is a magic number. 1024
Error 'if' construct must use '{}'s. 1025
Error '0xff000000000000L' is a magic number. 1025
Error '19' is a magic number. 1026
Error '22' is a magic number. 1028
Error 'if' construct must use '{}'s. 1029
Error '34' is a magic number. 1029
Error '7' is a magic number. 1030
Error '9' is a magic number. 1030
Error '23' is a magic number. 1032
Error 'if' construct must use '{}'s. 1033
Error '0xfffffffbffffdbffL' is a magic number. 1033
Error '7' is a magic number. 1034
Error '9' is a magic number. 1034
Error '25' is a magic number. 1036
Error 'if' construct must use '{}'s. 1037
Error '0x8400000000L' is a magic number. 1037
Error '7' is a magic number. 1038
Error '9' is a magic number. 1038
Error '26' is a magic number. 1040
Error 'if' construct must use '{}'s. 1041
Error '34' is a magic number. 1041
Error '72' is a magic number. 1041
Error '72' is a magic number. 1042
Error '27' is a magic number. 1044
Error 'if' construct must use '{}'s. 1045
Error '0xff000000000000L' is a magic number. 1045
Error '18' is a magic number. 1046
Error '21' is a magic number. 1046
Error '28' is a magic number. 1048
Error 'if' construct must use '{}'s. 1049
Error '0xff000000000000L' is a magic number. 1049
Error '7' is a magic number. 1050
Error '9' is a magic number. 1050
Error '29' is a magic number. 1052
Error 'if' construct must use '{}'s. 1053
Error '0xf000000000000L' is a magic number. 1053
Error '30' is a magic number. 1054
Error '30' is a magic number. 1056
Error 'if' construct must use '{}'s. 1057
Error '0xff000000000000L' is a magic number. 1057
Error '28' is a magic number. 1058
Error '31' is a magic number. 1060
Error 'if' construct must use '{}'s. 1061
Error '36' is a magic number. 1061
Error 'if' construct must use '{}'s. 1063
Error '73' is a magic number. 1063
Error '73' is a magic number. 1064
Error '32' is a magic number. 1065
Error '32' is a magic number. 1067
Error 'if' construct must use '{}'s. 1068
Error '0x3ff001000000000L' is a magic number. 1068
Error 'if' construct must use '{}'s. 1070
Error '73' is a magic number. 1070
Error '73' is a magic number. 1071
Error '32' is a magic number. 1072
Error '33' is a magic number. 1074
Error 'if' construct must use '{}'s. 1075
Error '0x3ff000000000000L' is a magic number. 1075
Error '6' is a magic number. 1076
Error '34' is a magic number. 1078
Error 'if' construct must use '{}'s. 1079
Error '0x3ff000000000000L' is a magic number. 1079
Error '34' is a magic number. 1080
Error '35' is a magic number. 1080
Error '35' is a magic number. 1082
Error 'if' construct must use '{}'s. 1083
Error '46' is a magic number. 1083
Error 'if' construct must use '{}'s. 1085
Error '69' is a magic number. 1085
Error '69' is a magic number. 1086
Error '22' is a magic number. 1087
Error '24' is a magic number. 1087
Error '36' is a magic number. 1089
Error 'if' construct must use '{}'s. 1090
Error '0x3ff000000000000L' is a magic number. 1090
Error 'if' construct must use '{}'s. 1092
Error '69' is a magic number. 1092
Error '69' is a magic number. 1093
Error '22' is a magic number. 1094
Error '24' is a magic number. 1094
Error '38' is a magic number. 1096
Error 'if' construct must use '{}'s. 1097
Error '0x280000000000L' is a magic number. 1097
Error '39' is a magic number. 1098
Error '39' is a magic number. 1100
Error 'if' construct must use '{}'s. 1101
Error '0x3ff000000000000L' is a magic number. 1101
Error 'if' construct must use '{}'s. 1103
Error '69' is a magic number. 1103
Error '69' is a magic number. 1104
Error '39' is a magic number. 1105
Error '12' is a magic number. 1105
Error '40' is a magic number. 1107
Error 'if' construct must use '{}'s. 1108
Error '0x3ff000000000000L' is a magic number. 1108
Error '40' is a magic number. 1109
Error '41' is a magic number. 1109
Error '42' is a magic number. 1111
Error 'if' construct must use '{}'s. 1112
Error '0x280000000000L' is a magic number. 1112
Error '43' is a magic number. 1113
Error '43' is a magic number. 1115
Error 'if' construct must use '{}'s. 1116
Error '0x3ff000000000000L' is a magic number. 1116
Error 'if' construct must use '{}'s. 1118
Error '69' is a magic number. 1118
Error '69' is a magic number. 1119
Error '43' is a magic number. 1120
Error '12' is a magic number. 1120
Error '44' is a magic number. 1122
Error 'if' construct must use '{}'s. 1123
Error '0x3ff000000000000L' is a magic number. 1123
Error '25' is a magic number. 1124
Error '27' is a magic number. 1124
Error '46' is a magic number. 1126
Error 'if' construct must use '{}'s. 1127
Error '0x280000000000L' is a magic number. 1127
Error '47' is a magic number. 1128
Error '47' is a magic number. 1130
Error 'if' construct must use '{}'s. 1131
Error '0x3ff000000000000L' is a magic number. 1131
Error '47' is a magic number. 1132
Error '12' is a magic number. 1132
Error '48' is a magic number. 1134
Error 'if' construct must use '{}'s. 1135
Error '48' is a magic number. 1135
Error 'if' construct must use '{}'s. 1137
Error '65' is a magic number. 1137
Error '65' is a magic number. 1138
Error '12' is a magic number. 1139
Error '14' is a magic number. 1139
Error '50' is a magic number. 1141
Error 'if' construct must use '{}'s. 1142
Error '0x3ff000000000000L' is a magic number. 1142
Error 'if' construct must use '{}'s. 1144
Error '65' is a magic number. 1144
Error '65' is a magic number. 1145
Error '50' is a magic number. 1146
Error '6' is a magic number. 1146
Error '51' is a magic number. 1148
Error 'if' construct must use '{}'s. 1149
Error '0xff000000000000L' is a magic number. 1149
Error 'if' construct must use '{}'s. 1151
Error '65' is a magic number. 1151
Error '65' is a magic number. 1152
Error '51' is a magic number. 1153
Error '6' is a magic number. 1153
Error '}' should be on the same line. 1158
Error '128' is a magic number. 1159
Error '{' should be on the previous line. 1160
Error '077' is a magic number. 1161
Error '{' should be on the previous line. 1163
Error '{' should be on the previous line. 1165
Error '3' is a magic number. 1166
Error '32' is a magic number. 1167
Error 'if' construct must use '{}'s. 1168
Error '0x7fffffe87fffffeL' is a magic number. 1168
Error 'if' construct must use '{}'s. 1170
Error '73' is a magic number. 1170
Error '73' is a magic number. 1171
Error '32' is a magic number. 1172
Error 'if' construct must use '{}'s. 1175
Error '7' is a magic number. 1175
Error '7' is a magic number. 1176
Error '6' is a magic number. 1178
Error 'if' construct must use '{}'s. 1179
Error '0x100000001000L' is a magic number. 1179
Error '65' is a magic number. 1179
Error '65' is a magic number. 1180
Error '9' is a magic number. 1182
Error 'if' construct must use '{}'s. 1183
Error '0x2000000020L' is a magic number. 1183
Error '28' is a magic number. 1184
Error '29' is a magic number. 1184
Error '12' is a magic number. 1186
Error 'if' construct must use '{}'s. 1187
Error '0x5000000050L' is a magic number. 1187
Error '69' is a magic number. 1187
Error '69' is a magic number. 1188
Error '14' is a magic number. 1190
Error 'if' construct must use '{}'s. 1191
Error '0xffffffffefffffffL' is a magic number. 1191
Error '15' is a magic number. 1192
Error '16' is a magic number. 1194
Error 'if' construct must use '{}'s. 1195
Error '92' is a magic number. 1195
Error '30' is a magic number. 1196
Error '32' is a magic number. 1196
Error '17' is a magic number. 1198
Error 'if' construct must use '{}'s. 1199
Error '0x14404410000000L' is a magic number. 1199
Error '15' is a magic number. 1200
Error '23' is a magic number. 1202
Error 'if' construct must use '{}'s. 1203
Error '0xffffffffefffffffL' is a magic number. 1203
Error '7' is a magic number. 1204
Error '9' is a magic number. 1204
Error '24' is a magic number. 1206
Error 'if' construct must use '{}'s. 1207
Error '92' is a magic number. 1207
Error '33' is a magic number. 1208
Error '35' is a magic number. 1208
Error '25' is a magic number. 1210
Error 'if' construct must use '{}'s. 1211
Error '0x14404410000000L' is a magic number. 1211
Error '7' is a magic number. 1212
Error '9' is a magic number. 1212
Error '37' is a magic number. 1214
Error 'if' construct must use '{}'s. 1215
Error '0x2000000020L' is a magic number. 1215
Error '36' is a magic number. 1216
Error '37' is a magic number. 1216
Error '41' is a magic number. 1218
Error 'if' construct must use '{}'s. 1219
Error '0x2000000020L' is a magic number. 1219
Error '38' is a magic number. 1220
Error '39' is a magic number. 1220
Error '45' is a magic number. 1222
Error 'if' construct must use '{}'s. 1223
Error '0x2000000020L' is a magic number. 1223
Error '40' is a magic number. 1224
Error '41' is a magic number. 1224
Error '49' is a magic number. 1226
Error 'if' construct must use '{}'s. 1227
Error '0x100000001000000L' is a magic number. 1227
Error '50' is a magic number. 1228
Error '50' is a magic number. 1230
Error 'if' construct must use '{}'s. 1231
Error '0x7e0000007eL' is a magic number. 1231
Error 'if' construct must use '{}'s. 1233
Error '65' is a magic number. 1233
Error '65' is a magic number. 1234
Error '50' is a magic number. 1235
Error '6' is a magic number. 1235
Error '}' should be on the same line. 1240
Error '{' should be on the previous line. 1242
Error 'cast' is not followed by whitespace. 1243
Error '8' is a magic number. 1243
Error '6' is a magic number. 1244
Error '077' is a magic number. 1245
Error '0xff' is a magic number. 1246
Error '6' is a magic number. 1246
Error '077' is a magic number. 1247
Error '{' should be on the previous line. 1249
Error '{' should be on the previous line. 1251
Error '3' is a magic number. 1252
Error '32' is a magic number. 1253
Error 'if' construct must use '{}'s. 1254
Error 'if' construct must use '{}'s. 1256
Error '73' is a magic number. 1256
Error '73' is a magic number. 1257
Error '32' is a magic number. 1258
Error 'if' construct must use '{}'s. 1261
Error '7' is a magic number. 1261
Error '7' is a magic number. 1262
Error '14' is a magic number. 1264
Error 'if' construct must use '{}'s. 1265
Error '15' is a magic number. 1266
Error '23' is a magic number. 1268
Error 'if' construct must use '{}'s. 1269
Error '7' is a magic number. 1270
Error '9' is a magic number. 1270
Error '0x7fffffff' is a magic number. 1276
Error '{' should be on the previous line. 1277
Error '0x7fffffff' is a magic number. 1280
Error 'if' construct must use '{}'s. 1283
Error '52' is a magic number. 1283
Error '}' should be on the same line. 1285
Error 'catch' is not followed by whitespace. 1286
Error Missing a Javadoc comment. 1289
Error Redundant 'final' modifier. 1289
Error Name 'jjMoveStringLiteralDfa0_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1289
Error '{' should be on the previous line. 1290
Error '{' should be on the previous line. 1292
Error '42' is a magic number. 1293
Error '0x800L' is a magic number. 1294
Error Missing a Javadoc comment. 1299
Error Redundant 'final' modifier. 1299
Error Name 'jjMoveStringLiteralDfa1_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1299
Error Parameter active0 should be final. 1299
Error '{' should be on the previous line. 1300
Error '}' should be on the same line. 1301
Error 'catch' is not followed by whitespace. 1302
Error '{' should be on the previous line. 1306
Error '47' is a magic number. 1307
Error 'if' construct must use '{}'s. 1308
Error '0x800L' is a magic number. 1308
Error '11' is a magic number. 1309
Error Missing a Javadoc comment. 1316
Error Redundant 'final' modifier. 1316
Error Name 'jjMoveStringLiteralDfa0_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1316
Error '{' should be on the previous line. 1317
Error Missing a Javadoc comment. 1320
Error Redundant 'final' modifier. 1320
Error Name 'jjMoveNfa_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1320
Error Parameter startState should be final. 1320
Error Parameter curPos should be final. 1320
Error '{' should be on the previous line. 1321
Error '3' is a magic number. 1324
Error '0x7fffffff' is a magic number. 1327
Error '{' should be on the previous line. 1329
Error 'if' construct must use '{}'s. 1330
Error '0x7fffffff' is a magic number. 1330
Error '64' is a magic number. 1332
Error '{' should be on the previous line. 1333
Error '{' should be on the previous line. 1336
Error '{' should be on the previous line. 1338
Error '0x2400L' is a magic number. 1340
Error '{' should be on the previous line. 1341
Error 'if' construct must use '{}'s. 1342
Error '9' is a magic number. 1342
Error '9' is a magic number. 1343
Error 'if' construct must use '{}'s. 1345
Error '13' is a magic number. 1345
Error 'if' construct must use '{}'s. 1349
Error '10' is a magic number. 1349
Error '9' is a magic number. 1349
Error '9' is a magic number. 1350
Error 'if' construct must use '{}'s. 1353
Error '13' is a magic number. 1353
Error '}' should be on the same line. 1359
Error '128' is a magic number. 1360
Error '{' should be on the previous line. 1361
Error '077' is a magic number. 1362
Error '{' should be on the previous line. 1364
Error '{' should be on the previous line. 1366
Error '}' should be on the same line. 1370
Error '{' should be on the previous line. 1372
Error 'cast' is not followed by whitespace. 1373
Error '8' is a magic number. 1373
Error '6' is a magic number. 1374
Error '077' is a magic number. 1375
Error '0xff' is a magic number. 1376
Error '6' is a magic number. 1376
Error '077' is a magic number. 1377
Error '{' should be on the previous line. 1379
Error '{' should be on the previous line. 1381
Error '0x7fffffff' is a magic number. 1386
Error '{' should be on the previous line. 1387
Error '0x7fffffff' is a magic number. 1390
Error 'if' construct must use '{}'s. 1393
Error '3' is a magic number. 1393
Error '}' should be on the same line. 1395
Error 'catch' is not followed by whitespace. 1396
Error Missing a Javadoc comment. 1399
Error Redundant 'final' modifier. 1399
Error Name 'jjMoveStringLiteralDfa0_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1399
Error '{' should be on the previous line. 1400
Error '{' should be on the previous line. 1402
Error '42' is a magic number. 1403
Error '0x400L' is a magic number. 1404
Error Missing a Javadoc comment. 1409
Error Redundant 'final' modifier. 1409
Error Name 'jjMoveStringLiteralDfa1_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1409
Error Parameter active0 should be final. 1409
Error '{' should be on the previous line. 1410
Error '}' should be on the same line. 1411
Error 'catch' is not followed by whitespace. 1412
Error '{' should be on the previous line. 1416
Error '47' is a magic number. 1417
Error 'if' construct must use '{}'s. 1418
Error '0x400L' is a magic number. 1418
Error '10' is a magic number. 1419
Error Missing a Javadoc comment. 1426
Error Name 'jjnextStates' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1426
Error Line has trailing spaces. 1427
Error Line has trailing spaces. 1428
Error Line has trailing spaces. 1429
Error Line is longer than 80 characters. 1431
Error Missing a Javadoc comment. 1431
Error Redundant 'final' modifier. 1431
Error Name 'jjCanMove_0' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1431
Error Parameter hiByte should be final. 1431
Error Parameter i1 should be final. 1431
Error Parameter i2 should be final. 1431
Error Parameter l1 should be final. 1431
Error Parameter l2 should be final. 1431
Error '{' should be on the previous line. 1434
Error Line has trailing spaces. 1437
Error 'if' construct must use '{}'s. 1438
Error Line is longer than 80 characters. 1443
Error Missing a Javadoc comment. 1443
Error Redundant 'final' modifier. 1443
Error Name 'jjCanMove_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1443
Error Parameter hiByte should be final. 1443
Error Parameter i1 should be final. 1443
Error Parameter i2 should be final. 1443
Error Parameter l1 should be final. 1443
Error Parameter l2 should be final. 1443
Error '{' should be on the previous line. 1446
Error '48' is a magic number. 1449
Error '49' is a magic number. 1451
Error '51' is a magic number. 1453
Error '61' is a magic number. 1455
Error Line has trailing spaces. 1457
Error 'if' construct must use '{}'s. 1458
Error Missing a Javadoc comment. 1463
Error Name 'jjstrLiteralImages' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1463
Error Line has trailing spaces. 1464
Error Line has trailing spaces. 1465
Error Line is longer than 80 characters. 1465
Error Line has trailing spaces. 1466
Error Line is longer than 80 characters. 1466
Error Line has trailing spaces. 1467
Error Line is longer than 80 characters. 1467
Error Line has trailing spaces. 1468
Error Line has trailing spaces. 1469
Error Line has trailing spaces. 1470
Error Line is longer than 80 characters. 1470
Error Line has trailing spaces. 1471
Error Line is longer than 80 characters. 1471
Error Line has trailing spaces. 1472
Error Line has trailing spaces. 1473
Error Line is longer than 80 characters. 1473
Error Line has trailing spaces. 1474
Error Line is longer than 80 characters. 1474
Error Line has trailing spaces. 1475
Error Line is longer than 80 characters. 1475
Error Line has trailing spaces. 1476
Error Line is longer than 80 characters. 1476
Error Line has trailing spaces. 1477
Error Line is longer than 80 characters. 1477
Error Line has trailing spaces. 1478
Error Line is longer than 80 characters. 1478
Error Line has trailing spaces. 1479
Error Line is longer than 80 characters. 1479
Error Line has trailing spaces. 1480
Error Line is longer than 80 characters. 1480
Error Line has trailing spaces. 1481
Error Line is longer than 80 characters. 1481
Error Line has trailing spaces. 1482
Error Line is longer than 80 characters. 1482
Error Line has trailing spaces. 1483
Error Line is longer than 80 characters. 1483
Error Line has trailing spaces. 1484
Error Line is longer than 80 characters. 1484
Error Missing a Javadoc comment. 1486
Error Name 'lexStateNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1486
Error Line has trailing spaces. 1487
Error Line has trailing spaces. 1488
Error Line has trailing spaces. 1489
Error Line has trailing spaces. 1490
Error Missing a Javadoc comment. 1492
Error Name 'jjnewLexState' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1492
Error Line has trailing spaces. 1493
Error Line is longer than 80 characters. 1493
Error Line has trailing spaces. 1494
Error Line is longer than 80 characters. 1494
Error Line has trailing spaces. 1495
Error Line is longer than 80 characters. 1495
Error Line has trailing spaces. 1496
Error Line is longer than 80 characters. 1496
Error Line has trailing spaces. 1497
Error Line is longer than 80 characters. 1497
Error Missing a Javadoc comment. 1499
Error Name 'jjtoToken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1499
Error Line has trailing spaces. 1500
Error Missing a Javadoc comment. 1502
Error Name 'jjtoSkip' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1502
Error Line has trailing spaces. 1503
Error Missing a Javadoc comment. 1505
Error Name 'jjtoSpecial' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1505
Error Line has trailing spaces. 1506
Error Missing a Javadoc comment. 1508
Error Name 'jjtoMore' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 1508
Error Line has trailing spaces. 1509
Error Missing a Javadoc comment. 1511
Error Name 'input_stream' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1511
Error Missing a Javadoc comment. 1512
Error '52' is a magic number. 1512
Error Missing a Javadoc comment. 1513
Error '104' is a magic number. 1513
Error Missing a Javadoc comment. 1514
Error Variable 'image' must be private and have accessor methods. 1514
Error Missing a Javadoc comment. 1515
Error Variable 'jjimageLen' must be private and have accessor methods. 1515
Error Missing a Javadoc comment. 1516
Error Variable 'lengthOfMatch' must be private and have accessor methods. 1516
Error Missing a Javadoc comment. 1517
Error Variable 'curChar' must be private and have accessor methods. 1517
Error Missing a Javadoc comment. 1518
Error Parameter stream should be final. 1518
Error '{' should be on the previous line. 1519
Error 'if' construct must use '{}'s. 1520
Error Line is longer than 80 characters. 1521
Error Missing a Javadoc comment. 1524
Error Parameter stream should be final. 1524
Error Parameter lexState should be final. 1524
Error '{' should be on the previous line. 1525
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 1529
Error Missing a Javadoc comment. 1529
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1529
Error Parameter stream should be final. 1529
Error '{' should be on the previous line. 1530
Error Inner assignments should be avoided. 1531
Error Missing a Javadoc comment. 1536
Error Redundant 'final' modifier. 1536
Error Name 'ReInitRounds' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1536
Error '{' should be on the previous line. 1537
Error '0x80000001' is a magic number. 1539
Error 'for' construct must use '{}'s. 1540
Error '52' is a magic number. 1540
Error '0x80000000' is a magic number. 1541
Error Method 'ReInit' is not designed for extension - needs to be abstract, final or empty. 1543
Error Missing a Javadoc comment. 1543
Error Name 'ReInit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1543
Error Parameter stream should be final. 1543
Error Parameter lexState should be final. 1543
Error '{' should be on the previous line. 1544
Error Method 'SwitchTo' is not designed for extension - needs to be abstract, final or empty. 1548
Error Missing a Javadoc comment. 1548
Error Name 'SwitchTo' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1548
Error Parameter lexState should be final. 1548
Error '{' should be on the previous line. 1549
Error 'if' construct must use '{}'s. 1550
Error '4' is a magic number. 1550
Error Line is longer than 80 characters. 1551
Error 'else' construct must use '{}'s. 1552
Error Missing a Javadoc comment. 1556
Error Redundant 'final' modifier. 1556
Error '{' should be on the previous line. 1557
Error Avoid inline conditionals. 1561
Error Missing a Javadoc comment. 1569
Error Variable 'curLexState' must be private and have accessor methods. 1569
Error Missing a Javadoc comment. 1570
Error Variable 'defaultLexState' must be private and have accessor methods. 1570
Error Missing a Javadoc comment. 1571
Error Variable 'jjnewStateCnt' must be private and have accessor methods. 1571
Error Missing a Javadoc comment. 1572
Error Variable 'jjround' must be private and have accessor methods. 1572
Error Missing a Javadoc comment. 1573
Error Variable 'jjmatchedPos' must be private and have accessor methods. 1573
Error Missing a Javadoc comment. 1574
Error Variable 'jjmatchedKind' must be private and have accessor methods. 1574
Error Line has trailing spaces. 1576
Error Missing a Javadoc comment. 1576
Error '{' should be on the previous line. 1577
Error Line has trailing spaces. 1585
Error '{' should be on the previous line. 1585
Error Line has trailing spaces. 1586
Error Line has trailing spaces. 1587
Error '{' should be on the previous line. 1587
Error Line has trailing spaces. 1589
Error '}' should be on the same line. 1589
Error 'catch' is not followed by whitespace. 1590
Error Line has trailing spaces. 1591
Error '{' should be on the previous line. 1591
Error '{' should be on the previous line. 1601
Error switch without "default" clause. 1602
Error '{' should be on the previous line. 1603
Error '0x7fffffff' is a magic number. 1605
Error '0x7fffffff' is a magic number. 1610
Error '12' is a magic number. 1613
Error '{' should be on the previous line. 1614
Error '12' is a magic number. 1615
Error '0x7fffffff' is a magic number. 1619
Error '12' is a magic number. 1622
Error '{' should be on the previous line. 1623
Error '12' is a magic number. 1624
Error '3' is a magic number. 1627
Error '0x7fffffff' is a magic number. 1628
Error '12' is a magic number. 1631
Error '{' should be on the previous line. 1632
Error '12' is a magic number. 1633
Error '0x7fffffff' is a magic number. 1637
Error '{' should be on the previous line. 1638
Error 'if' construct must use '{}'s. 1639
Error Line is longer than 80 characters. 1641
Error '6' is a magic number. 1641
Error '077' is a magic number. 1641
Error 'if' construct must use '{}'s. 1645
Error '}' should be on the same line. 1648
Error Line is longer than 80 characters. 1649
Error '6' is a magic number. 1649
Error '077' is a magic number. 1649
Error Line is longer than 80 characters. 1651
Error '6' is a magic number. 1651
Error '077' is a magic number. 1651
Error 'if' construct must use '{}'s. 1654
Error '{' should be on the previous line. 1657
Error Inner assignments should be avoided. 1659
Error '}' should be on the same line. 1662
Error 'else' construct must use '{}'s. 1663
Error Line has trailing spaces. 1663
Error 'if' construct must use '{}'s. 1665
Error 'if' construct must use '{}'s. 1670
Error '0x7fffffff' is a magic number. 1673
Error '}' should be on the same line. 1677
Error Must have at least one statement. 1678
Error Name 'error_line' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1680
Error Name 'error_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1681
Error Name 'error_after' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1682
Error Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1683
Error '}' should be on the same line. 1684
Error Avoid inline conditionals. 1687
Error '}' should be on the same line. 1691
Error 'else' construct must use '{}'s. 1692
Error Avoid inline conditionals. 1697
Error Line is longer than 80 characters. 1699
Error Missing a Javadoc comment. 1704
Error Name 'SkipLexicalActions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1704
Error Parameter matchedToken should be final. 1704
Error '{' should be on the previous line. 1705
Error '{' should be on the previous line. 1707
Error Missing a Javadoc comment. 1712
Error Name 'MoreLexicalActions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 1712
Error '{' should be on the previous line. 1713
Error Inner assignments should be avoided. 1714
Error '{' should be on the previous line. 1716
Error '7' is a magic number. 1717
Error 'if' construct must use '{}'s. 1718
Error Line is longer than 80 characters. 1719
Error 'else' construct must use '{}'s. 1720
Error Line has trailing spaces. 1725

xjavadoc/SourceClass.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 11
Error Using the '.*' form of import should be avoided - java.io.*. 12
Error First sentence should end with a period. 14
Error '{' should be on the previous line. 21
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error Variable 'instanceCount' must be private and have accessor methods. 22
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Name '_qualifiedClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Name '_isExtraClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Name '_tagsForValidation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error First sentence should end with a period. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Name '_compilationUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 35
Error Name '_in' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error First sentence should end with a period. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Name '_sourceFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Line contains a tab character. 42
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Name '_dirty' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error '(' is followed by whitespace. 54
Error Parameter containingClass should be final. 54
Error Parameter tagFactory should be final. 54
Error Expected @param tag for 'tagFactory'. 54
Error ')' is preceded with whitespace. 54
Error Line contains a tab character. 55
Error '{' should be on the previous line. 55
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line is longer than 80 characters. 57
Error Line contains a tab character. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error Line is longer than 80 characters. 62
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 69
Error Line contains a tab character. 69
Error '(' is followed by whitespace. 69
Error Parameter mainClass should be final. 69
Error Parameter dummy should be final. 69
Error Expected @param tag for 'dummy'. 69
Error Parameter tagFactory should be final. 69
Error Expected @param tag for 'tagFactory'. 69
Error ')' is preceded with whitespace. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line is longer than 80 characters. 72
Error Line contains a tab character. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error First sentence should end with a period. 77
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error '(' is followed by whitespace. 82
Error Parameter xJavaDoc should be final. 82
Error Expected @param tag for 'xJavaDoc'. 82
Error Parameter sourceFile should be final. 82
Error Parameter tagFactory should be final. 82
Error Expected @param tag for 'tagFactory'. 82
Error ')' is preceded with whitespace. 82
Error Line contains a tab character. 83
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 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 Line contains a tab character. 85
Error First sentence should end with a period. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error '(' is followed by whitespace. 92
Error Parameter xJavaDoc should be final. 92
Error Expected @param tag for 'xJavaDoc'. 92
Error Parameter sourceFile should be final. 92
Error Parameter tagFactory should be final. 92
Error Expected @param tag for 'tagFactory'. 92
Error ')' is preceded with whitespace. 92
Error Line contains a tab character. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error '(' is followed by whitespace. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line is longer than 80 characters. 101
Error Line contains a tab character. 101
Error '(' is followed by whitespace. 101
Error Parameter xJavaDoc should be final. 101
Error Expected @param tag for 'xJavaDoc'. 101
Error Parameter sourceFile should be final. 101
Error Expected @param tag for 'sourceFile'. 101
Error Parameter useNodeParser should be final. 101
Error Expected @param tag for 'useNodeParser'. 101
Error Parameter tagFactory should be final. 101
Error Expected @param tag for 'tagFactory'. 101
Error ')' is preceded with whitespace. 101
Error Line contains a tab character. 102
Error Line is longer than 80 characters. 103
Error Line contains a tab character. 103
Error '(' is followed by whitespace. 103
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error ',' is not followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error Line contains a tab character. 104
Error First sentence should end with a period. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 112
Error '(' is followed by whitespace. 112
Error Parameter xJavaDoc should be final. 112
Error Expected @param tag for 'xJavaDoc'. 112
Error Parameter sourceFile should be final. 112
Error Parameter useNodeParser should be final. 112
Error Expected @param tag for 'useNodeParser'. 112
Error Parameter tagFactory should be final. 112
Error Expected @param tag for 'tagFactory'. 112
Error ',' is not followed by whitespace. 112
Error Parameter encoding should be final. 112
Error Expected @param tag for 'encoding'. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line contains a tab character. 115
Error 'if' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error '{' should be on the previous line. 116
Error Line is longer than 80 characters. 117
Error Line contains a tab character. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error '{' should be on the previous line. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line contains a tab character. 125
Error '}' should be on the same line. 125
Error Line contains a tab character. 126
Error 'catch' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line contains a tab character. 127
Error '{' should be on the previous line. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error 'if' is not followed by whitespace. 129
Error '==' is not preceded with whitespace. 129
Error '==' is not followed by whitespace. 129
Error Line contains a tab character. 130
Error '{' should be on the previous line. 130
Error Line is longer than 80 characters. 131
Error Line contains a tab character. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line contains a tab character. 132
Error '}' should be on the same line. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error '{' should be on the previous line. 134
Error Line is longer than 80 characters. 135
Error Line contains a tab character. 135
Error '(' is followed by whitespace. 135
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error '+' is not followed by whitespace. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error First sentence should end with a period. 144
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error '(' is followed by whitespace. 150
Error Parameter qualifiedName should be final. 150
Error ')' is preceded with whitespace. 150
Error Line contains a tab character. 151
Error '{' should be on the previous line. 151
Error Line is longer than 80 characters. 152
Error Line contains a tab character. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 155
Error Missing a Javadoc comment. 155
Error Line contains a tab character. 156
Error '{' should be on the previous line. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error '{' should be on the previous line. 166
Error Line contains a tab character. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error Line contains a tab character. 168
Error First sentence should end with a period. 170
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error '{' should be on the previous line. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error First sentence should end with a period. 180
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 183
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error '{' should be on the previous line. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 190
Error Missing a Javadoc comment. 190
Error Line contains a tab character. 191
Error '{' should be on the previous line. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line contains a tab character. 201
Error '{' should be on the previous line. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 205
Error Missing a Javadoc comment. 205
Error Line contains a tab character. 206
Error '{' should be on the previous line. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line contains a tab character. 210
Error Missing a Javadoc comment. 210
Error Line contains a tab character. 211
Error '{' should be on the previous line. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error First sentence should end with a period. 215
Error Line contains a tab character. 215
Error Line is longer than 80 characters. 216
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error '{' should be on the previous line. 219
Error Line contains a tab character. 220
Error 'if' is not followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error Line contains a tab character. 221
Error '{' should be on the previous line. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error '}' should be on the same line. 223
Error Line contains a tab character. 224
Error Line contains a tab character. 225
Error '{' should be on the previous line. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error First sentence should end with a period. 229
Error Line contains a tab character. 229
Error Line contains a tab character. 230
Error Line contains a tab character. 231
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error Line contains a tab character. 234
Error '(' is followed by whitespace. 234
Error Parameter compilationUnit should be final. 234
Error ')' is preceded with whitespace. 234
Error Line contains a tab character. 235
Error '{' should be on the previous line. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 239
Error Line is longer than 80 characters. 240
Error Line contains a tab character. 240
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Expected @throws tag for 'TagValidationException'. 245
Error Redundant throws: 'TagValidationException' is unchecked exception. 245
Error Line contains a tab character. 246
Error '{' should be on the previous line. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error 'for' is not followed by whitespace. 248
Error '(' is followed by whitespace. 248
Error ';' is followed by whitespace. 248
Error Line contains a tab character. 249
Error '{' should be on the previous line. 249
Error Line contains a tab character. 250
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 255
Error Line contains a tab character. 256
Error 'for' is not followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error ';' is followed by whitespace. 256
Error Line contains a tab character. 257
Error '{' should be on the previous line. 257
Error Line contains a tab character. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error Line contains a tab character. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line contains a tab character. 264
Error Missing a Javadoc comment. 264
Error '(' is followed by whitespace. 264
Error Parameter tag should be final. 264
Error ')' is preceded with whitespace. 264
Error Line contains a tab character. 265
Error '{' should be on the previous line. 265
Error Line contains a tab character. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 269
Error Missing a Javadoc comment. 269
Error Line contains a tab character. 270
Error '{' should be on the previous line. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error First sentence should end with a period. 274
Error Line contains a tab character. 274
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error '{' should be on the previous line. 280
Error Line contains a tab character. 281
Error 'if' is not followed by whitespace. 281
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error Line contains a tab character. 282
Error '{' should be on the previous line. 282
Error Line contains a tab character. 283
Error Line contains a tab character. 284
Error '}' should be on the same line. 284
Error Line contains a tab character. 285
Error Line contains a tab character. 286
Error '{' should be on the previous line. 286
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error First sentence should end with a period. 291
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error Line contains a tab character. 296
Error '(' is followed by whitespace. 296
Error Parameter out should be final. 296
Error ')' is preceded with whitespace. 296
Error Line contains a tab character. 297
Error '{' should be on the previous line. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error 'if' is not followed by whitespace. 299
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error Line contains a tab character. 300
Error '{' should be on the previous line. 300
Error Line contains a tab character. 301
Error Line is longer than 80 characters. 302
Error Line contains a tab character. 302
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error Line contains a tab character. 303
Error Line contains a tab character. 304
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error Line contains a tab character. 305
Error Line contains a tab character. 307
Error Line is longer than 80 characters. 308
Error Line contains a tab character. 308
Error Line is longer than 80 characters. 309
Error Line contains a tab character. 309
Error Line contains a tab character. 310
Error Line contains a tab character. 311
Error Line is longer than 80 characters. 312
Error Line contains a tab character. 312
Error Line contains a tab character. 313
Error Line contains a tab character. 314
Error Line contains a tab character. 315
Error '(' is followed by whitespace. 315
Error Parameter rootDir should be final. 315
Error ')' is preceded with whitespace. 315
Error Line contains a tab character. 316
Error '{' should be on the previous line. 316
Error Line contains a tab character. 317
Error 'if' is not followed by whitespace. 317
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error Line contains a tab character. 318
Error '{' should be on the previous line. 318
Error Line is longer than 80 characters. 319
Error Line contains a tab character. 319
Error '(' is followed by whitespace. 319
Error ')' is preceded with whitespace. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 321
Error 'if' is not followed by whitespace. 321
Error '(' is followed by whitespace. 321
Error ')' is preceded with whitespace. 321
Error Line contains a tab character. 322
Error '{' should be on the previous line. 322
Error Line contains a tab character. 323
Error Line is longer than 80 characters. 324
Error Line contains a tab character. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error Line contains a tab character. 325
Error '}' should be on the same line. 325
Error Line contains a tab character. 326
Error 'if' is not followed by whitespace. 326
Error '(' is followed by whitespace. 326
Error ')' is preceded with whitespace. 326
Error Line contains a tab character. 327
Error '{' should be on the previous line. 327
Error Line contains a tab character. 328
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error Line contains a tab character. 329
Error '(' is followed by whitespace. 329
Error ')' is preceded with whitespace. 329
Error Line contains a tab character. 331
Error Line contains a tab character. 332
Error '(' is followed by whitespace. 332
Error ')' is preceded with whitespace. 332
Error Line contains a tab character. 333
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error Line contains a tab character. 334
Error Line has trailing spaces. 335
Error Line contains a tab character. 335
Error Line contains a tab character. 336
Error Line contains a tab character. 337
Error '}' should be on the same line. 337
Error Line contains a tab character. 338
Error Line contains a tab character. 339
Error '{' should be on the previous line. 339
Error Line contains a tab character. 340
Error Line contains a tab character. 341
Error Line contains a tab character. 343
Error '(' is followed by whitespace. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error ')' is preceded with whitespace. 343
Error Line contains a tab character. 344
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 350
Error Line is longer than 80 characters. 351
Error Line contains a tab character. 351
Error Line is longer than 80 characters. 352
Error Line contains a tab character. 352
Error Line contains a tab character. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 355
Error Line contains a tab character. 356
Error Line contains a tab character. 357
Error Line contains a tab character. 358
Error '(' is followed by whitespace. 358
Error ')' is preceded with whitespace. 358
Error Line contains a tab character. 359
Error '{' should be on the previous line. 359
Error Line contains a tab character. 360
Error Line is longer than 80 characters. 362
Error Line contains a tab character. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error '(' is followed by whitespace. 362
Error ')' is preceded with whitespace. 362
Error Line contains a tab character. 363
Error 'if' is not followed by whitespace. 363
Error '(' is followed by whitespace. 363
Error ')' is preceded with whitespace. 363
Error Line contains a tab character. 364
Error '{' should be on the previous line. 364
Error Line contains a tab character. 366
Error 'if' is not followed by whitespace. 366
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error Line contains a tab character. 367
Error '{' should be on the previous line. 367
Error Line is longer than 80 characters. 368
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error Line contains a tab character. 370
Error 'if' is not followed by whitespace. 370
Error '(' is followed by whitespace. 370
Error '(' is followed by whitespace. 370
Error ')' is preceded with whitespace. 370
Error ')' is preceded with whitespace. 370
Error Line contains a tab character. 371
Error '{' should be on the previous line. 371
Error Line is longer than 80 characters. 372
Error Line contains a tab character. 372
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error Line contains a tab character. 373
Error 'if' is not followed by whitespace. 373
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 373
Error Line contains a tab character. 374
Error '{' should be on the previous line. 374
Error Line is longer than 80 characters. 375
Error Line contains a tab character. 375
Error Line is longer than 80 characters. 376
Error Line contains a tab character. 376
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error Line contains a tab character. 377
Error Line contains a tab character. 378
Error '}' should be on the same line. 378
Error Line contains a tab character. 379
Error Line contains a tab character. 380
Error '{' should be on the previous line. 380
Error Line is longer than 80 characters. 381
Error Line contains a tab character. 381
Error Line contains a tab character. 382
Error Line is longer than 80 characters. 384
Error Line contains a tab character. 384
Error 'if' is not followed by whitespace. 384
Error '(' is followed by whitespace. 384
Error '(' is followed by whitespace. 384
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error ')' is preceded with whitespace. 384
Error ')' is preceded with whitespace. 384
Error Line contains a tab character. 385
Error Line contains a tab character. 386
Error Line contains a tab character. 387
Error '}' should be on the same line. 387
Error Line contains a tab character. 388
Error Line contains a tab character. 389
Error '{' should be on the previous line. 389
Error Line contains a tab character. 390
Error Line is longer than 80 characters. 392
Error Line contains a tab character. 392
Error 'if' is not followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error ')' is preceded with whitespace. 392
Error ')' is preceded with whitespace. 392
Error Line contains a tab character. 393
Error Line is longer than 80 characters. 394
Error Line contains a tab character. 394
Error '(' is followed by whitespace. 394
Error ')' is preceded with whitespace. 394
Error Line contains a tab character. 395
Error '}' should be on the same line. 395
Error Line is longer than 80 characters. 396
Error Line contains a tab character. 396
Error 'if' is not followed by whitespace. 396
Error '(' is followed by whitespace. 396
Error '(' is followed by whitespace. 396
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error ')' is preceded with whitespace. 396
Error ')' is preceded with whitespace. 396
Error Line contains a tab character. 397
Error Line is longer than 80 characters. 398
Error Line contains a tab character. 398
Error '(' is followed by whitespace. 398
Error ')' is preceded with whitespace. 398
Error Line contains a tab character. 399
Error '}' should be on the same line. 399
Error Line is longer than 80 characters. 400
Error Line contains a tab character. 400
Error 'if' is not followed by whitespace. 400
Error '(' is followed by whitespace. 400
Error '(' is followed by whitespace. 400
Error '(' is followed by whitespace. 400
Error ')' is preceded with whitespace. 400
Error ')' is preceded with whitespace. 400
Error ')' is preceded with whitespace. 400
Error Line contains a tab character. 401
Error Line is longer than 80 characters. 402
Error Line contains a tab character. 402
Error '(' is followed by whitespace. 402
Error ')' is preceded with whitespace. 402
Error Line contains a tab character. 403
Error '}' should be on the same line. 403
Error Line is longer than 80 characters. 404
Error Line contains a tab character. 404
Error 'if' is not followed by whitespace. 404
Error '(' is followed by whitespace. 404
Error '(' is followed by whitespace. 404
Error '(' is followed by whitespace. 404
Error ')' is preceded with whitespace. 404
Error ')' is preceded with whitespace. 404
Error ')' is preceded with whitespace. 404
Error Line contains a tab character. 405
Error Line is longer than 80 characters. 406
Error Line contains a tab character. 406
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error Line contains a tab character. 407
Error '}' should be on the same line. 407
Error Line is longer than 80 characters. 408
Error Line contains a tab character. 408
Error 'if' is not followed by whitespace. 408
Error '(' is followed by whitespace. 408
Error '(' is followed by whitespace. 408
Error '(' is followed by whitespace. 408
Error ')' is preceded with whitespace. 408
Error ')' is preceded with whitespace. 408
Error ')' is preceded with whitespace. 408
Error Line contains a tab character. 409
Error Line is longer than 80 characters. 410
Error Line contains a tab character. 410
Error '(' is followed by whitespace. 410
Error ')' is preceded with whitespace. 410
Error Line contains a tab character. 411
Error '}' should be on the same line. 411
Error Line is longer than 80 characters. 412
Error Line contains a tab character. 412
Error 'if' is not followed by whitespace. 412
Error '(' is followed by whitespace. 412
Error '(' is followed by whitespace. 412
Error '(' is followed by whitespace. 412
Error ')' is preceded with whitespace. 412
Error ')' is preceded with whitespace. 412
Error ')' is preceded with whitespace. 412
Error Line contains a tab character. 413
Error Line is longer than 80 characters. 414
Error Line contains a tab character. 414
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error Line contains a tab character. 415
Error '}' should be on the same line. 415
Error Line is longer than 80 characters. 416
Error 'if' is not followed by whitespace. 416
Error '(' is followed by whitespace. 416
Error '(' is followed by whitespace. 416
Error '(' is followed by whitespace. 416
Error ')' is preceded with whitespace. 416
Error ')' is preceded with whitespace. 416
Error ')' is preceded with whitespace. 416
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error '}' should be on the same line. 419
Error Line is longer than 80 characters. 420
Error 'if' is not followed by whitespace. 420
Error '(' is followed by whitespace. 420
Error '(' is followed by whitespace. 420
Error '(' is followed by whitespace. 420
Error ')' is preceded with whitespace. 420
Error ')' is preceded with whitespace. 420
Error ')' is preceded with whitespace. 420
Error '(' is followed by whitespace. 422
Error ')' is preceded with whitespace. 422
Error '}' should be on the same line. 423
Error Line contains a tab character. 424
Error Line contains a tab character. 425
Error '{' should be on the previous line. 425
Error Line contains a tab character. 426
Error Line is longer than 80 characters. 428
Error Line contains a tab character. 428
Error 'if' is not followed by whitespace. 428
Error '(' is followed by whitespace. 428
Error '(' is followed by whitespace. 428
Error ')' is preceded with whitespace. 428
Error ')' is preceded with whitespace. 428
Error Line contains a tab character. 429
Error '{' should be on the previous line. 429
Error Line is longer than 80 characters. 430
Error Line contains a tab character. 430
Error Line contains a tab character. 431
Error '}' should be on the same line. 431
Error Line contains a tab character. 432
Error Line contains a tab character. 433
Error '{' should be on the previous line. 433
Error Line is longer than 80 characters. 434
Error Line contains a tab character. 434
Error Line contains a tab character. 435
Error Line is longer than 80 characters. 437
Error Line contains a tab character. 437
Error '(' is followed by whitespace. 437
Error ')' is preceded with whitespace. 437
Error Line contains a tab character. 439
Error Line is longer than 80 characters. 440
Error Line contains a tab character. 440
Error Line is longer than 80 characters. 441
Error Line contains a tab character. 441
Error Line contains a tab character. 442
Error Line is longer than 80 characters. 443
Error Line contains a tab character. 443
Error 'if' is not followed by whitespace. 443
Error '(' is followed by whitespace. 443
Error ')' is preceded with whitespace. 443
Error Line contains a tab character. 444
Error '{' should be on the previous line. 444
Error Line is longer than 80 characters. 445
Error Line contains a tab character. 445
Error Line is longer than 80 characters. 446
Error Line contains a tab character. 446
Error '(' is followed by whitespace. 446
Error ')' is preceded with whitespace. 446
Error Line contains a tab character. 447
Error '}' should be on the same line. 447
Error Line contains a tab character. 448
Error Line contains a tab character. 449
Error '{' should be on the previous line. 449
Error Line is longer than 80 characters. 451
Error Line contains a tab character. 451
Error Line is longer than 80 characters. 452
Error Line contains a tab character. 452
Error '(' is followed by whitespace. 452
Error ')' is preceded with whitespace. 452
Error Line contains a tab character. 453
Error Line contains a tab character. 454
Error Line contains a tab character. 455
Error Line contains a tab character. 456
Error Line contains a tab character. 457
Error Line contains a tab character. 458
Error '}' should be on the same line. 458
Error Line contains a tab character. 459
Error Line contains a tab character. 460
Error '{' should be on the previous line. 460
Error Line is longer than 80 characters. 461
Error Line contains a tab character. 461
Error '(' is followed by whitespace. 461
Error ')' is preceded with whitespace. 461
Error Line contains a tab character. 462
Error Line contains a tab character. 463
Error '(' is followed by whitespace. 463
Error ')' is preceded with whitespace. 463
Error Line contains a tab character. 464
Error Line contains a tab character. 466
Error Line contains a tab character. 467
Error Line contains a tab character. 469
Error Missing a Javadoc comment. 469
Error Line contains a tab character. 470
Error '{' should be on the previous line. 470
Error Line contains a tab character. 471
Error Line contains a tab character. 473
Error Line contains a tab character. 474
Error Line contains a tab character. 475
Error Line contains a tab character. 476
Error Line contains a tab character. 477
Error Line is longer than 80 characters. 479
Error Line contains a tab character. 479
Error Missing a Javadoc comment. 479
Error Redundant 'final' modifier. 479
Error '(' is followed by whitespace. 479
Error ')' is preceded with whitespace. 479
Error Line contains a tab character. 480
Error Line contains a tab character. 481
Error 'if' is not followed by whitespace. 481
Error '(' is followed by whitespace. 481
Error ')' is preceded with whitespace. 481
Error Line contains a tab character. 482
Error '{' should be on the previous line. 482
Error Line contains a tab character. 483
Error Line contains a tab character. 484
Error Line contains a tab character. 486
Error Line contains a tab character. 487
Error Line is longer than 80 characters. 489
Error Line contains a tab character. 489
Error 'for' is not followed by whitespace. 489
Error '(' is followed by whitespace. 489
Error ';' is followed by whitespace. 489
Error Line contains a tab character. 490
Error '{' should be on the previous line. 490
Error Line contains a tab character. 491
Error '(' is followed by whitespace. 491
Error ')' is preceded with whitespace. 491
Error Line contains a tab character. 492
Error Line contains a tab character. 494
Error 'if' is not followed by whitespace. 494
Error '(' is followed by whitespace. 494
Error '(' is followed by whitespace. 494
Error ')' is preceded with whitespace. 494
Error ')' is preceded with whitespace. 494
Error Line contains a tab character. 495
Error '{' should be on the previous line. 495
Error Line contains a tab character. 496
Error Line is longer than 80 characters. 497
Error Line contains a tab character. 497
Error 'if' is not followed by whitespace. 497
Error '(' is followed by whitespace. 497
Error '(' is followed by whitespace. 497
Error ')' is preceded with whitespace. 497
Error ')' is preceded with whitespace. 497
Error Line contains a tab character. 498
Error '{' should be on the previous line. 498
Error Line contains a tab character. 499
Error Line is longer than 80 characters. 500
Error Line contains a tab character. 500
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error Line contains a tab character. 501
Error '}' should be on the same line. 501
Error Line contains a tab character. 502
Error Line contains a tab character. 503
Error '{' should be on the previous line. 503
Error Line contains a tab character. 504
Error Line contains a tab character. 505
Error Line contains a tab character. 506
Error Line contains a tab character. 507
Error Line contains a tab character. 508
Error Line contains a tab character. 509
Error Line is longer than 80 characters. 511
Error Line contains a tab character. 511
Error Missing a Javadoc comment. 511
Error Redundant 'final' modifier. 511
Error '(' is followed by whitespace. 511
Error ')' is preceded with whitespace. 511
Error Line contains a tab character. 512
Error Line contains a tab character. 513
Error 'if' is not followed by whitespace. 513
Error '(' is followed by whitespace. 513
Error ')' is preceded with whitespace. 513
Error Line contains a tab character. 514
Error '{' should be on the previous line. 514
Error Line contains a tab character. 515
Error Line contains a tab character. 516
Error Line contains a tab character. 518
Error Line is longer than 80 characters. 520
Error Line contains a tab character. 520
Error 'for' is not followed by whitespace. 520
Error '(' is followed by whitespace. 520
Error ';' is followed by whitespace. 520
Error Line contains a tab character. 521
Error '{' should be on the previous line. 521
Error Line contains a tab character. 522
Error '(' is followed by whitespace. 522
Error ')' is preceded with whitespace. 522
Error Line contains a tab character. 524
Error Line is longer than 80 characters. 525
Error Line contains a tab character. 525
Error 'for' is not followed by whitespace. 525
Error '(' is followed by whitespace. 525
Error ';' is followed by whitespace. 525
Error Line contains a tab character. 526
Error Line contains a tab character. 527
Error '(' is followed by whitespace. 527
Error ')' is preceded with whitespace. 527
Error Line contains a tab character. 528
Error Line is longer than 80 characters. 530
Error Line contains a tab character. 530
Error 'if' is not followed by whitespace. 530
Error '(' is followed by whitespace. 530
Error '(' is followed by whitespace. 530
Error ')' is preceded with whitespace. 530
Error ')' is preceded with whitespace. 530
Error Line contains a tab character. 531
Error '{' should be on the previous line. 531
Error Line contains a tab character. 532
Error 'if' is not followed by whitespace. 532
Error '(' is followed by whitespace. 532
Error ')' is preceded with whitespace. 532
Error Line contains a tab character. 533
Error '{' should be on the previous line. 533
Error Line contains a tab character. 534
Error Line is longer than 80 characters. 535
Error Line contains a tab character. 535
Error '(' is followed by whitespace. 535
Error ')' is preceded with whitespace. 535
Error Line contains a tab character. 536
Error '}' should be on the same line. 536
Error Line contains a tab character. 537
Error Line contains a tab character. 538
Error '{' should be on the previous line. 538
Error Line contains a tab character. 539
Error Line contains a tab character. 540
Error Line contains a tab character. 541
Error Line contains a tab character. 542
Error Line contains a tab character. 543
Error Line contains a tab character. 544
Error Line contains a tab character. 545
Error First sentence should end with a period. 547
Error Line contains a tab character. 547
Error Line contains a tab character. 548
Error Line contains a tab character. 549
Error Line contains a tab character. 550
Error Line contains a tab character. 551
Error Line contains a tab character. 552
Error Line is longer than 80 characters. 553
Error Line contains a tab character. 553
Error Redundant 'final' modifier. 553
Error '(' is followed by whitespace. 553
Error ')' is preceded with whitespace. 553
Error Line contains a tab character. 554
Error Line contains a tab character. 555
Error 'if' is not followed by whitespace. 555
Error '(' is followed by whitespace. 555
Error ')' is preceded with whitespace. 555
Error Line contains a tab character. 556
Error '{' should be on the previous line. 556
Error Line contains a tab character. 557
Error Line contains a tab character. 558
Error Line is longer than 80 characters. 560
Error Line contains a tab character. 560
Error Line contains a tab character. 562
Error Line contains a tab character. 564
Error 'for' is not followed by whitespace. 564
Error '(' is followed by whitespace. 564
Error ';' is followed by whitespace. 564
Error Line contains a tab character. 565
Error '{' should be on the previous line. 565
Error Line contains a tab character. 566
Error '(' is followed by whitespace. 566
Error ')' is preceded with whitespace. 566
Error Line is longer than 80 characters. 567
Error Line contains a tab character. 567
Error Line contains a tab character. 569
Error 'if' is not followed by whitespace. 569
Error '(' is followed by whitespace. 569
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error ')' is preceded with whitespace. 569
Error Line contains a tab character. 570
Error '{' should be on the previous line. 570
Error Line contains a tab character. 571
Error Line contains a tab character. 572
Error Line contains a tab character. 573
Error Line contains a tab character. 574
Error Line contains a tab character. 575
Error Line contains a tab character. 576
Error Line contains a tab character. 578
Error Line contains a tab character. 579
Error Line contains a tab character. 583
Error Line contains a tab character. 584
Error Line contains a tab character. 585
Error Line contains a tab character. 586
Error Line is longer than 80 characters. 587
Error Line contains a tab character. 587
Error Redundant 'final' modifier. 587
Error '(' is followed by whitespace. 587
Error ')' is preceded with whitespace. 587
Error Line contains a tab character. 588
Error Line is longer than 80 characters. 589
Error Line is longer than 80 characters. 592
Error Line contains a tab character. 597
Error Line contains a tab character. 598
Error Line contains a tab character. 600
Error Line contains a tab character. 601
Error Line contains a tab character. 602
Error Line contains a tab character. 603
Error Line contains a tab character. 604
Error Line contains a tab character. 605
Error Line is longer than 80 characters. 606
Error Line contains a tab character. 606
Error Redundant 'final' modifier. 606
Error '(' is followed by whitespace. 606
Error ')' is preceded with whitespace. 606
Error Line contains a tab character. 607
Error Line is longer than 80 characters. 610
Error '!' is followed by whitespace. 610
Error Line is longer than 80 characters. 611
Error Line contains a tab character. 611
Error Line is longer than 80 characters. 612
Error 'for' is not followed by whitespace. 612
Error '(' is followed by whitespace. 612
Error ';' is followed by whitespace. 612
Error '(' is followed by whitespace. 614
Error ')' is preceded with whitespace. 614
Error 'if' is not followed by whitespace. 616
Error '(' is followed by whitespace. 616
Error '(' is followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error ')' is preceded with whitespace. 616
Error '{' should be on the previous line. 617
Error Line contains a tab character. 623
Error Line contains a tab character. 624
Error First sentence should end with a period. 626
Error Line contains a tab character. 626
Error Line contains a tab character. 627
Error Line contains a tab character. 628
Error Line contains a tab character. 629
Error Line contains a tab character. 630
Error Line contains a tab character. 631
Error Line is longer than 80 characters. 632
Error Line contains a tab character. 632
Error Redundant 'final' modifier. 632
Error '(' is followed by whitespace. 632
Error ')' is preceded with whitespace. 632
Error Line contains a tab character. 633
Error Line contains a tab character. 634
Error 'if' is not followed by whitespace. 634
Error '(' is followed by whitespace. 634
Error ')' is preceded with whitespace. 634
Error Line contains a tab character. 635
Error '{' should be on the previous line. 635
Error Line contains a tab character. 636
Error Line contains a tab character. 637
Error Line contains a tab character. 639
Error Line contains a tab character. 640
Error Line is longer than 80 characters. 642
Error Line contains a tab character. 642
Error 'for' is not followed by whitespace. 642
Error '(' is followed by whitespace. 642
Error ';' is followed by whitespace. 642
Error Line contains a tab character. 643
Error '{' should be on the previous line. 643
Error Line is longer than 80 characters. 644
Error Line contains a tab character. 644
Error '(' is followed by whitespace. 644
Error '(' is followed by whitespace. 644
Error ')' is preceded with whitespace. 644
Error ')' is preceded with whitespace. 644
Error Line is longer than 80 characters. 645
Error Line contains a tab character. 645
Error Line contains a tab character. 647
Error 'if' is not followed by whitespace. 647
Error '(' is followed by whitespace. 647
Error '(' is followed by whitespace. 647
Error ')' is preceded with whitespace. 647
Error ')' is preceded with whitespace. 647
Error Line contains a tab character. 648
Error '{' should be on the previous line. 648
Error Line is longer than 80 characters. 649
Error Line contains a tab character. 649
Error 'if' is not followed by whitespace. 649
Error '(' is followed by whitespace. 649
Error '(' is followed by whitespace. 649
Error ')' is preceded with whitespace. 649
Error ')' is preceded with whitespace. 649
Error Line contains a tab character. 650
Error '{' should be on the previous line. 650
Error Line contains a tab character. 651
Error Line is longer than 80 characters. 652
Error Line contains a tab character. 652
Error '(' is followed by whitespace. 652
Error ')' is preceded with whitespace. 652
Error Line contains a tab character. 653
Error '}' should be on the same line. 653
Error Line contains a tab character. 654
Error Line contains a tab character. 655
Error '{' should be on the previous line. 655
Error Line contains a tab character. 656
Error Line contains a tab character. 657
Error Line contains a tab character. 658
Error Line contains a tab character. 659
Error Line contains a tab character. 660
Error Line contains a tab character. 661
Error Line contains a tab character. 663
Error Line is longer than 80 characters. 664
Error Line contains a tab character. 664
Error Line contains a tab character. 665
Error Line contains a tab character. 666
Error Line contains a tab character. 667
Error Line contains a tab character. 668
Error Line contains a tab character. 669
Error Line is longer than 80 characters. 670
Error Line contains a tab character. 670
Error Redundant 'final' modifier. 670
Error '(' is followed by whitespace. 670
Error Expected @param tag for 'unqualifiedClassName'. 670
Error ')' is preceded with whitespace. 670
Error Line contains a tab character. 671
Error Line contains a tab character. 672
Error Line contains a tab character. 674
Error 'if' is not followed by whitespace. 674
Error '(' is followed by whitespace. 674
Error '(' is followed by whitespace. 674
Error ')' is preceded with whitespace. 674
Error ')' is preceded with whitespace. 674
Error Line contains a tab character. 675
Error '{' should be on the previous line. 675
Error Line contains a tab character. 676
Error Line contains a tab character. 677
Error '}' should be on the same line. 677
Error Line contains a tab character. 678
Error Line contains a tab character. 679
Error '{' should be on the previous line. 679
Error Line contains a tab character. 680
Error Line contains a tab character. 681
Error Line contains a tab character. 682
Error First sentence should end with a period. 684
Error Line contains a tab character. 684
Error Line contains a tab character. 685
Error Line contains a tab character. 686
Error Line contains a tab character. 687
Error Line contains a tab character. 688
Error Line contains a tab character. 689
Error Line is longer than 80 characters. 690
Error Line contains a tab character. 690
Error Redundant 'final' modifier. 690
Error '(' is followed by whitespace. 690
Error ')' is preceded with whitespace. 690
Error Line contains a tab character. 691
Error Line contains a tab character. 692
Error Line contains a tab character. 694
Error 'if' is not followed by whitespace. 694
Error '(' is followed by whitespace. 694
Error '(' is followed by whitespace. 694
Error ')' is preceded with whitespace. 694
Error ')' is preceded with whitespace. 694
Error Line contains a tab character. 695
Error '{' should be on the previous line. 695
Error Line contains a tab character. 696
Error Line contains a tab character. 697
Error '}' should be on the same line. 697
Error Line contains a tab character. 698
Error Line contains a tab character. 699
Error '{' should be on the previous line. 699
Error Line is longer than 80 characters. 700
Error Line contains a tab character. 700
Error Line contains a tab character. 701
Error Line contains a tab character. 703
Error 'if' is not followed by whitespace. 703
Error '(' is followed by whitespace. 703
Error '(' is followed by whitespace. 703
Error ')' is preceded with whitespace. 703
Error ')' is preceded with whitespace. 703
Error Line contains a tab character. 704
Error '{' should be on the previous line. 704
Error Line contains a tab character. 705
Error Line contains a tab character. 706
Error '}' should be on the same line. 706
Error Line contains a tab character. 707
Error Line contains a tab character. 708
Error '{' should be on the previous line. 708
Error Line contains a tab character. 709
Error Line contains a tab character. 710
Error Line contains a tab character. 712
Error Line is longer than 80 characters. 714
Error Line contains a tab character. 714
Error Missing a Javadoc comment. 714
Error Redundant 'final' modifier. 714
Error '(' is followed by whitespace. 714
Error ')' is preceded with whitespace. 714
Error Line contains a tab character. 715
Error Line contains a tab character. 716
Error Line is longer than 80 characters. 717
Error Line contains a tab character. 717
Error 'if' construct must use '{}'s. 719
Error Line contains a tab character. 719
Error 'if' is not followed by whitespace. 719
Error '(' is followed by whitespace. 719
Error '(' is followed by whitespace. 719
Error ')' is preceded with whitespace. 719
Error ')' is preceded with whitespace. 719
Error Line contains a tab character. 720
Error Line contains a tab character. 722
Error Line contains a tab character. 723
Error 'if' is not followed by whitespace. 723
Error '(' is followed by whitespace. 723
Error '(' is followed by whitespace. 723
Error ')' is preceded with whitespace. 723
Error ')' is preceded with whitespace. 723
Error Line contains a tab character. 724
Error '{' should be on the previous line. 724
Error Line contains a tab character. 725
Error Line contains a tab character. 726
Error '}' should be on the same line. 726
Error Line contains a tab character. 727
Error Line contains a tab character. 728
Error '{' should be on the previous line. 728
Error Line is longer than 80 characters. 729
Error Line contains a tab character. 729
Error Line contains a tab character. 730
Error 'if' construct must use '{}'s. 732
Error Line contains a tab character. 732
Error 'if' is not followed by whitespace. 732
Error '(' is followed by whitespace. 732
Error '(' is followed by whitespace. 732
Error ')' is preceded with whitespace. 732
Error ')' is preceded with whitespace. 732
Error Line contains a tab character. 733
Error Line contains a tab character. 735
Error Line contains a tab character. 736
Error First sentence should end with a period. 738
Error Line contains a tab character. 738
Error Line contains a tab character. 739
Error Line contains a tab character. 740
Error Line contains a tab character. 741
Error Line contains a tab character. 742
Error Line contains a tab character. 743
Error '(' is followed by whitespace. 743
Error Parameter useNodeParser should be final. 743
Error ')' is preceded with whitespace. 743
Error Line contains a tab character. 744
Error '{' should be on the previous line. 744
Error Line contains a tab character. 745
Error Line contains a tab character. 746
Error '{' should be on the previous line. 746
Error Line contains a tab character. 747
Error 'if' is not followed by whitespace. 747
Error '(' is followed by whitespace. 747
Error ')' is preceded with whitespace. 747
Error Line contains a tab character. 748
Error '{' should be on the previous line. 748
Error Line is longer than 80 characters. 749
Error Line contains a tab character. 749
Error Line contains a tab character. 750
Error Line contains a tab character. 751
Error Line is longer than 80 characters. 752
Error Line contains a tab character. 752
Error '(' is followed by whitespace. 752
Error ')' is preceded with whitespace. 752
Error '(' is followed by whitespace. 752
Error ')' is preceded with whitespace. 752
Error Line contains a tab character. 753
Error '}' should be on the same line. 753
Error Line contains a tab character. 754
Error Line contains a tab character. 755
Error '{' should be on the previous line. 755
Error Line contains a tab character. 756
Error Line is longer than 80 characters. 757
Error Line contains a tab character. 757
Error '(' is followed by whitespace. 757
Error ')' is preceded with whitespace. 757
Error '(' is followed by whitespace. 757
Error ')' is preceded with whitespace. 757
Error Line contains a tab character. 758
Error Line contains a tab character. 759
Error '}' should be on the same line. 759
Error Line contains a tab character. 760
Error 'catch' is not followed by whitespace. 760
Error '(' is followed by whitespace. 760
Error ')' is preceded with whitespace. 760
Error Line contains a tab character. 761
Error '{' should be on the previous line. 761
Error Line is longer than 80 characters. 762
Error Line contains a tab character. 762
Error Line is longer than 80 characters. 763
Error Line contains a tab character. 763
Error Avoid inline conditionals. 763
Error Line is longer than 80 characters. 765
Error Line contains a tab character. 765
Error '(' is followed by whitespace. 765
Error ')' is preceded with whitespace. 765
Error Line contains a tab character. 766
Error '}' should be on the same line. 766
Error Line contains a tab character. 767
Error 'catch' is not followed by whitespace. 767
Error '(' is followed by whitespace. 767
Error ')' is preceded with whitespace. 767
Error Line contains a tab character. 768
Error '{' should be on the previous line. 768
Error Line is longer than 80 characters. 769
Error Line contains a tab character. 769
Error Avoid inline conditionals. 769
Error Line is longer than 80 characters. 771
Error Line contains a tab character. 771
Error '(' is followed by whitespace. 771
Error ')' is preceded with whitespace. 771
Error Line contains a tab character. 772
Error Line contains a tab character. 773

xjavadoc/SourceSet.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 18
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Expected an @return tag. 23
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Expected an @return tag. 29
Error Line contains a tab character. 29
Error '(' is followed by whitespace. 29
Error Expected @param tag for 'qualifiedName'. 29
Error ')' is preceded with whitespace. 29
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Expected an @return tag. 35
Error Line contains a tab character. 35
Error '(' is followed by whitespace. 35
Error Expected @param tag for 'i'. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Expected an @return tag. 40
Error Line contains a tab character. 40

xjavadoc/TagValidationException.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 16
Error Line contains a tab character. 17
Error Missing a Javadoc comment. 17
Error Name '_tag' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error '(' is followed by whitespace. 19
Error Parameter message should be final. 19
Error Parameter tag should be final. 19
Error ')' is preceded with whitespace. 19
Error Line contains a tab character. 20
Error '{' should be on the previous line. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error '{' should be on the previous line. 31

xjavadoc/TagValidator.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Name '_predicate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error '(' is followed by whitespace. 20
Error Parameter predicate should be final. 20
Error ')' is preceded with whitespace. 20
Error Line contains a tab character. 21
Error '{' should be on the previous line. 21
Error Line contains a tab character. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Method 'setPredicate' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '(' is followed by whitespace. 25
Error Parameter predicate should be final. 25
Error ')' is preceded with whitespace. 25
Error Line contains a tab character. 26
Error '{' should be on the previous line. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 29
Error Line contains a tab character. 31
Error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error Parameter tag should be final. 31
Error ')' is preceded with whitespace. 31
Error Redundant throws: 'TagValidationException' is unchecked exception. 31
Error Line contains a tab character. 32
Error '{' should be on the previous line. 32
Error Line contains a tab character. 33
Error 'if' is not followed by whitespace. 33
Error '(' is followed by whitespace. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error ')' is preceded with whitespace. 33
Error Line contains a tab character. 34
Error '{' should be on the previous line. 34
Error Line is longer than 80 characters. 35
Error Line contains a tab character. 35
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37

xjavadoc/Token.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Variable 'kind' must be private and have accessor methods. 15
Error Variable 'beginLine' must be private and have accessor methods. 22
Error Variable 'beginColumn' must be private and have accessor methods. 22
Error Variable 'endLine' must be private and have accessor methods. 22
Error Variable 'endColumn' must be private and have accessor methods. 22
Error Variable 'image' must be private and have accessor methods. 27
Error Variable 'next' must be private and have accessor methods. 37
Error Variable 'specialToken' must be private and have accessor methods. 51
Error Expected an @return tag. 56
Error '{' should be on the previous line. 57
Error Expected an @return tag. 73
Error Parameter ofKind should be final. 73
Error Expected @param tag for 'ofKind'. 73
Error '{' should be on the previous line. 74
Error '{' should be on the previous line. 76

xjavadoc/TokenMgrError.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Missing a Javadoc comment. 4
Error '{' should be on the previous line. 5
Error Line is longer than 80 characters. 16
Error Variable 'errorCode' must be private and have accessor methods. 34
Error First sentence should end with a period. 36
Error Expected an @return tag. 40
Error Parameter str should be final. 40
Error Expected @param tag for 'str'. 40
Error '{' should be on the previous line. 45
Error '0x20' is a magic number. 73
Error '0x7e' is a magic number. 73
Error '16' is a magic number. 74
Error '4' is a magic number. 75
Error Line has trailing spaces. 88
Error Line is longer than 80 characters. 95
Error Expected an @return tag. 97
Error Line is longer than 80 characters. 97
Error Redundant 'final' modifier. 97
Error Name 'LexicalError' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Parameter EOFSeen should be final. 97
Error Expected @param tag for 'EOFSeen'. 97
Error Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Parameter lexState should be final. 97
Error Expected @param tag for 'lexState'. 97
Error Parameter errorLine should be final. 97
Error Expected @param tag for 'errorLine'. 97
Error Parameter errorColumn should be final. 97
Error Expected @param tag for 'errorColumn'. 97
Error Parameter errorAfter should be final. 97
Error Expected @param tag for 'errorAfter'. 97
Error Parameter curChar should be final. 97
Error Expected @param tag for 'curChar'. 97
Error 'return' is not followed by whitespace. 98
Error '+' should be on a new line. 98
Error '+' should be on a new line. 99
Error '+' should be on a new line. 100
Error Line is longer than 80 characters. 101
Error Avoid inline conditionals. 101
Error 'cast' is not followed by whitespace. 101
Error '+' should be on a new line. 101
Error Line is longer than 80 characters. 106
Error Line has trailing spaces. 108
Error Expected an @return tag. 114
Error Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 114
Error Missing a Javadoc comment. 122
Error Missing a Javadoc comment. 125
Error Parameter message should be final. 125
Error Parameter reason should be final. 125
Error Line is longer than 80 characters. 130
Error Missing a Javadoc comment. 130
Error Parameter EOFSeen should be final. 130
Error Name 'EOFSeen' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
Error Parameter lexState should be final. 130
Error Parameter errorLine should be final. 130
Error Parameter errorColumn should be final. 130
Error Parameter errorAfter should be final. 130
Error Parameter curChar should be final. 130
Error Parameter reason should be final. 130
Error Line is longer than 80 characters. 131

xjavadoc/Type.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 7
Error '{' should be on the previous line. 14
Error First sentence should end with a period. 15
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error First sentence should end with a period. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34

xjavadoc/UnknownClass.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 20
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error Variable 'instanceCount' must be private and have accessor methods. 22
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line is longer than 80 characters. 26
Error Line contains a tab character. 26
Error Line is longer than 80 characters. 27
Error Line contains a tab character. 27
Error Line is longer than 80 characters. 28
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error '(' is followed by whitespace. 31
Error Parameter xJavaDoc should be final. 31
Error Expected @param tag for 'xJavaDoc'. 31
Error Parameter qualifiedName should be final. 31
Error Expected @param tag for 'qualifiedName'. 31
Error ')' is preceded with whitespace. 31
Error Line contains a tab character. 32
Error '{' should be on the previous line. 32
Error Line contains a tab character. 33
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error Line contains a tab character. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line is longer than 80 characters. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line contains a tab character. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error First sentence should end with a period. 42
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error '{' should be on the previous line. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 52
Error Missing a Javadoc comment. 52
Error Line contains a tab character. 53
Error '{' should be on the previous line. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error First sentence should end with a period. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error '{' should be on the previous line. 61
Error Line contains a tab character. 62
Error First sentence should end with a period. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error '{' should be on the previous line. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72

xjavadoc/UnknownTagException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 13
Error Line contains a tab character. 14
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter tag should be final. 14
Error ')' is preceded with whitespace. 14
Error Line contains a tab character. 15
Error '{' should be on the previous line. 15
Error Line contains a tab character. 16
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error Line contains a tab character. 17

xjavadoc/Util.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 11
Error Utility classes should not have a public or default constructor. 17
Error '{' should be on the previous line. 18
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Name '_javaFilter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error '(' is followed by whitespace. 23
Error Parameter f should be final. 23
Error ')' is preceded with whitespace. 23
Error Line contains a tab character. 24
Error '{' should be on the previous line. 24
Error Line contains a tab character. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error 'static' modifier out of order with the JLS suggestions. 29
Error Name '_dirFilter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error '(' is followed by whitespace. 32
Error Parameter f should be final. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 38
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error '(' is followed by whitespace. 45
Error Parameter root should be final. 45
Error ')' is preceded with whitespace. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line is longer than 80 characters. 50
Error Line contains a tab character. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error '(' is followed by whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 53
Error Missing a Javadoc comment. 53
Error '(' is followed by whitespace. 53
Error Parameter qualifiedName should be final. 53
Error ')' is preceded with whitespace. 53
Error Line contains a tab character. 54
Error '{' should be on the previous line. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 58
Error 'if' is not followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line contains a tab character. 59
Error '{' should be on the previous line. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error '}' should be on the same line. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error '{' should be on the previous line. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 70
Error Line contains a tab character. 70
Error Missing a Javadoc comment. 70
Error '(' is followed by whitespace. 70
Error Parameter packageName should be final. 70
Error Parameter unqualifiedName should be final. 70
Error ')' is preceded with whitespace. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
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 Line contains a tab character. 73
Error '{' should be on the previous line. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error '}' should be on the same line. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error '{' should be on the previous line. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error Missing a Javadoc comment. 82
Error 'static' modifier out of order with the JLS suggestions. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error 'for' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line contains a tab character. 85
Error '{' should be on the previous line. 85
Error Line contains a tab character. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 91
Error Missing a Javadoc comment. 91
Error 'static' modifier out of order with the JLS suggestions. 91
Error '(' is followed by whitespace. 91
Error Parameter array should be final. 91
Error Parameter delimiter should be final. 91
Error ')' is preceded with whitespace. 91
Error Line contains a tab character. 92
Error '{' should be on the previous line. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 95
Error 'for' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line contains a tab character. 96
Error '{' should be on the previous line. 96
Error Line contains a tab character. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line contains a tab character. 98
Error 'if' is not followed by whitespace. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line contains a tab character. 99
Error '{' should be on the previous line. 99
Error Line contains a tab character. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line is longer than 80 characters. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Expected an @return tag. 111
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error '(' is followed by whitespace. 111
Error Parameter qualifiedName should be final. 111
Error Expected @param tag for 'qualifiedName'. 111
Error ')' is preceded with whitespace. 111
Error Line contains a tab character. 112
Error '{' should be on the previous line. 112
Error Line contains a tab character. 113
Error 'if' is not followed by whitespace. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line contains a tab character. 114
Error '{' should be on the previous line. 114
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 118
Error Name 'dot_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error 'if' construct must use '{}'s. 120
Error Line contains a tab character. 120
Error 'if' is not followed by whitespace. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line contains a tab character. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error 'else' construct must use '{}'s. 122
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 126
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line is longer than 80 characters. 134
Error Line contains a tab character. 134
Error '(' is followed by whitespace. 134
Error Parameter root should be final. 134
Error Parameter dirName should be final. 134
Error Parameter javaFileNames should be final. 134
Error ')' is preceded with whitespace. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Line contains a tab character. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line contains a tab character. 140
Error 'for' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line contains a tab character. 141
Error '{' should be on the previous line. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 144
Error 'if' is not followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line contains a tab character. 145
Error '{' should be on the previous line. 145
Error Line is longer than 80 characters. 146
Error Line contains a tab character. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Line contains a tab character. 149
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line contains a tab character. 154
Error 'for' is not followed by whitespace. 154
Error '(' is followed by whitespace. 154
Error ')' is preceded with whitespace. 154
Error Line contains a tab character. 155
Error '{' should be on the previous line. 155
Error Line contains a tab character. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line contains a tab character. 158
Error 'if' is not followed by whitespace. 158
Error '(' is followed by whitespace. 158
Error ')' is preceded with whitespace. 158
Error Line contains a tab character. 159
Error '{' should be on the previous line. 159
Error Line contains a tab character. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error Line contains a tab character. 163
Error '(' is followed by whitespace. 163
Error ')' is preceded with whitespace. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165

xjavadoc/XClass.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Redundant 'public' modifier. 26
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Redundant 'public' modifier. 33
Error Line contains a tab character. 35
Error Line is longer than 80 characters. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Redundant 'public' modifier. 61
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Redundant 'public' modifier. 68
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error First sentence should end with a period. 77
Error Line contains a tab character. 77
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error First sentence should end with a period. 84
Error Line contains a tab character. 84
Error Line is longer than 80 characters. 85
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line is longer than 80 characters. 102
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Unclosed HTML tag found: <code>Foo(int,java.lang.String)>/code>. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line contains a tab character. 113
Error Missing a Javadoc comment. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line contains a tab character. 115
Error Missing a Javadoc comment. 115
Error First sentence should end with a period. 117
Error Line contains a tab character. 117
Error Line is longer than 80 characters. 118
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error '(' is followed by whitespace. 125
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 125
Error ')' is preceded with whitespace. 125
Error First sentence should end with a period. 127
Error Line contains a tab character. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error Line contains a tab character. 137
Error '(' is followed by whitespace. 137
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
Error ')' is preceded with whitespace. 137
Error Line contains a tab character. 139
Error Line is longer than 80 characters. 140
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 156
Error Line contains a tab character. 157
Error Line contains a tab character. 158
Error Line is longer than 80 characters. 159
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 166
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 167
Error Line is longer than 80 characters. 168
Error Line contains a tab character. 168
Error Line is longer than 80 characters. 169
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 175
Error Line is longer than 80 characters. 176
Error Line contains a tab character. 176
Error Line is longer than 80 characters. 177
Error Line contains a tab character. 177
Error Line is longer than 80 characters. 178
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 200
Error Line is longer than 80 characters. 201
Error Line contains a tab character. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error '(' is followed by whitespace. 207
Error Expected @param tag for 'methodNameWithSignature'. 207
Error ')' is preceded with whitespace. 207
Error Line contains a tab character. 209
Error Missing a Javadoc comment. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error Line contains a tab character. 227
Error Line contains a tab character. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 230
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error Line contains a tab character. 234
Error Line contains a tab character. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error '(' is followed by whitespace. 239
Error ')' is preceded with whitespace. 239
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error '(' is followed by whitespace. 248
Error Expected @param tag for 'predicate'. 248
Error ')' is preceded with whitespace. 248
Error First sentence should end with a period. 250
Error Line contains a tab character. 250
Error Line contains a tab character. 251
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error Line contains a tab character. 255
Error Line contains a tab character. 257
Error Missing a Javadoc comment. 257
Error Line contains a tab character. 259
Error Missing a Javadoc comment. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Line contains a tab character. 261
Error Missing a Javadoc comment. 261
Error Line contains a tab character. 263
Error Missing a Javadoc comment. 263
Error Line contains a tab character. 265
Error Line is longer than 80 characters. 266
Error Line contains a tab character. 266
Error Line contains a tab character. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error '(' is followed by whitespace. 272
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 272
Error ')' is preceded with whitespace. 272
Error Line contains a tab character. 274
Error Line is longer than 80 characters. 275
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error Line contains a tab character. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error Line contains a tab character. 281
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 282
Error '(' is followed by whitespace. 282
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 282
Error ')' is preceded with whitespace. 282
Error Line contains a tab character. 284
Error Line is longer than 80 characters. 285
Error Line contains a tab character. 285
Error Line contains a tab character. 286
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line contains a tab character. 291
Error '(' is followed by whitespace. 291
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 291
Error ')' is preceded with whitespace. 291
Error Line contains a tab character. 293
Error Line is longer than 80 characters. 294
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error Line contains a tab character. 296
Error Line contains a tab character. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error Line contains a tab character. 300
Error Line is longer than 80 characters. 301
Error Line contains a tab character. 301
Error '(' is followed by whitespace. 301
Error Name 'full_qualified_type_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 301
Error ')' is preceded with whitespace. 301
Error Line contains a tab character. 303
Error Line contains a tab character. 304
Error Line contains a tab character. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 307
Error Line contains a tab character. 308
Error First sentence should end with a period. 310
Error Line contains a tab character. 310
Error Line contains a tab character. 311
Error Line contains a tab character. 312
Error Line contains a tab character. 313
Error First sentence should end with a period. 315
Error Line contains a tab character. 315
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error Line contains a tab character. 318
Error Line contains a tab character. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 322
Error Line contains a tab character. 323
Error Line contains a tab character. 324
Error Line contains a tab character. 325
Error Line contains a tab character. 327
Error Missing a Javadoc comment. 327
Error Line contains a tab character. 329
Error Line contains a tab character. 330
Error Line contains a tab character. 331
Error Line contains a tab character. 332
Error Line contains a tab character. 333
Error Line contains a tab character. 334
Error Line is longer than 80 characters. 335
Error Line contains a tab character. 335
Error Line contains a tab character. 336
Error Line contains a tab character. 337
Error Line contains a tab character. 338
Error '(' is followed by whitespace. 338
Error Expected @param tag for 'tagName'. 338
Error Expected @param tag for 'superclasses'. 338
Error ')' is preceded with whitespace. 338
Error Line contains a tab character. 340
Error Missing a Javadoc comment. 340
Error '(' is followed by whitespace. 340
Error ')' is preceded with whitespace. 340

xjavadoc/XConstructor.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 7
Error '{' should be on the previous line. 15

xjavadoc/XDoc.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 10
Error First sentence should end with a period. 16
Error '{' should be on the previous line. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Variable 'instanceCount' must be private and have accessor methods. 24
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line is longer than 80 characters. 29
Error Line contains a tab character. 29
Error 'static' modifier out of order with the JLS suggestions. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error First sentence should end with a period. 31
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error 'static' modifier out of order with the JLS suggestions. 34
Error Line contains a tab character. 36
Error Line is longer than 80 characters. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Name '_tagMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
Error Line contains a tab character. 42
Error Line is longer than 80 characters. 43
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Name '_javadocToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Line contains a tab character. 48
Error Missing a Javadoc comment. 48
Error Name '_owner' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Name '_tags' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error First sentence should end with a period. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Name '_commentText' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error First sentence should end with a period. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Name '_firstSentence' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Line contains a tab character. 63
Error Missing a Javadoc comment. 63
Error Name '_dirty' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Line contains a tab character. 65
Error Missing a Javadoc comment. 65
Error Name '_docListeners' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Missing a Javadoc comment. 67
Error Name '_tagFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error First sentence should end with a period. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line is longer than 80 characters. 76
Error Line contains a tab character. 76
Error '(' is followed by whitespace. 76
Error Parameter javadocToken should be final. 76
Error Parameter owner should be final. 76
Error Parameter tagFactory should be final. 76
Error ')' is preceded with whitespace. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error 'if' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error Line contains a tab character. 80
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 81
Error Line contains a tab character. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line contains a tab character. 82
Error '}' should be on the same line. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error '{' should be on the previous line. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 89
Error 'if' is not followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line contains a tab character. 90
Error '{' should be on the previous line. 90
Error Line is longer than 80 characters. 91
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 96
Error Line is longer than 80 characters. 97
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line contains a tab character. 103
Error '{' should be on the previous line. 103
Error Line contains a tab character. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 107
Error Missing a Javadoc comment. 107
Error Redundant 'final' modifier. 107
Error 'static' modifier out of order with the JLS suggestions. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line contains a tab character. 108
Error '{' should be on the previous line. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line contains a tab character. 112
Error 'while' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 113
Error '{' should be on the previous line. 113
Error Line contains a tab character. 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 Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error First sentence should end with a period. 119
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error '{' should be on the previous line. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Line contains a tab character. 136
Error '(' is followed by whitespace. 136
Error Parameter tagName should be final. 136
Error ')' is preceded with whitespace. 136
Error Line contains a tab character. 137
Error '{' should be on the previous line. 137
Error Line contains a tab character. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 141
Error Line is longer than 80 characters. 142
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line is longer than 80 characters. 145
Error Line contains a tab character. 145
Error Line is longer than 80 characters. 146
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error '(' is followed by whitespace. 149
Error Parameter tagName should be final. 149
Error Parameter superclasses should be final. 149
Error ')' is preceded with whitespace. 149
Error Line contains a tab character. 150
Error '{' should be on the previous line. 150
Error Line contains a tab character. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line contains a tab character. 153
Error 'if' is not followed by whitespace. 153
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error Line contains a tab character. 154
Error '{' should be on the previous line. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Line contains a tab character. 158
Error Line contains a tab character. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error Line contains a tab character. 162
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error Line contains a tab character. 163
Error '{' should be on the previous line. 163
Error Line contains a tab character. 164
Error 'if' is not followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line contains a tab character. 165
Error '{' should be on the previous line. 165
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line contains a tab character. 169
Error '}' should be on the same line. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 172
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error 'if' is not followed by whitespace. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line contains a tab character. 177
Error '{' should be on the previous line. 177
Error Line contains a tab character. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 184
Error 'if' is not followed by whitespace. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error Line contains a tab character. 185
Error '{' should be on the previous line. 185
Error Line is longer than 80 characters. 186
Error Line contains a tab character. 186
Error '(' is followed by whitespace. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error ')' is preceded with whitespace. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 189
Error Comment matches to-do format 'TODO:'. 190
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line contains a tab character. 193
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error Line contains a tab character. 194
Error '{' should be on the previous line. 194
Error Line contains a tab character. 195
Error Line is longer than 80 characters. 196
Error Line contains a tab character. 196
Error Line is longer than 80 characters. 197
Error Line contains a tab character. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error Line contains a tab character. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line contains a tab character. 199
Error Line contains a tab character. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 205
Error Line is longer than 80 characters. 206
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 208
Error Line contains a tab character. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error '{' should be on the previous line. 212
Error Line contains a tab character. 213
Error '(' is followed by whitespace. 213
Error ')' is preceded with whitespace. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error Line is longer than 80 characters. 220
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error '(' is followed by whitespace. 223
Error Parameter superclasses should be final. 223
Error ')' is preceded with whitespace. 223
Error Line contains a tab character. 224
Error '{' should be on the previous line. 224
Error Line contains a tab character. 226
Error 'if' is not followed by whitespace. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error Line contains a tab character. 227
Error '{' should be on the previous line. 227
Error Line contains a tab character. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 230
Error 'if' is not followed by whitespace. 230
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error Line contains a tab character. 231
Error '{' should be on the previous line. 231
Error Line contains a tab character. 232
Error 'if' is not followed by whitespace. 232
Error '(' is followed by whitespace. 232
Error ')' is preceded with whitespace. 232
Error Line contains a tab character. 233
Error '{' should be on the previous line. 233
Error Line contains a tab character. 234
Error Line contains a tab character. 235
Error '}' should be on the same line. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error '{' should be on the previous line. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error '}' should be on the same line. 240
Error Line contains a tab character. 241
Error Line contains a tab character. 242
Error '{' should be on the previous line. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error 'if' is not followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error Line contains a tab character. 248
Error '{' should be on the previous line. 248
Error Line contains a tab character. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error Line contains a tab character. 250
Error Line contains a tab character. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 255
Error 'if' is not followed by whitespace. 255
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error Line contains a tab character. 256
Error '{' should be on the previous line. 256
Error Line contains a tab character. 257
Error '(' is followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error ')' is preceded with whitespace. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 260
Error Comment matches to-do format 'TODO:'. 261
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error Line contains a tab character. 265
Error '{' should be on the previous line. 265
Error Line contains a tab character. 266
Error Line is longer than 80 characters. 267
Error Line contains a tab character. 267
Error Line is longer than 80 characters. 268
Error Line contains a tab character. 268
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error Line contains a tab character. 269
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error Line contains a tab character. 270
Error Line contains a tab character. 272
Error '(' is followed by whitespace. 272
Error ')' is preceded with whitespace. 272
Error Line contains a tab character. 273
Error Line contains a tab character. 274
Error Line contains a tab character. 276
Error Line is longer than 80 characters. 277
Error Line contains a tab character. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error Line contains a tab character. 281
Error Line contains a tab character. 282
Error '(' is followed by whitespace. 282
Error Parameter tagName should be final. 282
Error ')' is preceded with whitespace. 282
Error Line contains a tab character. 283
Error '{' should be on the previous line. 283
Error Line contains a tab character. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error Line contains a tab character. 285
Error Line contains a tab character. 287
Error Line contains a tab character. 288
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error Line is longer than 80 characters. 291
Error Line contains a tab character. 291
Error Line contains a tab character. 292
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error '(' is followed by whitespace. 294
Error Parameter tagName should be final. 294
Error Parameter superclasses should be final. 294
Error ')' is preceded with whitespace. 294
Error Line contains a tab character. 295
Error '{' should be on the previous line. 295
Error Line contains a tab character. 296
Error '(' is followed by whitespace. 296
Error ')' is preceded with whitespace. 296
Error Line contains a tab character. 298
Error '(' is followed by whitespace. 298
Error ')' is preceded with whitespace. 298
Error Line contains a tab character. 300
Error 'if' is not followed by whitespace. 300
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error Line contains a tab character. 301
Error '{' should be on the previous line. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error '}' should be on the same line. 303
Error Line contains a tab character. 304
Error Line contains a tab character. 305
Error '{' should be on the previous line. 305
Error Line contains a tab character. 306
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error Line contains a tab character. 307
Error Line contains a tab character. 308
Error Line contains a tab character. 310
Error Line is longer than 80 characters. 311
Error Line contains a tab character. 311
Error Line contains a tab character. 312
Error Line contains a tab character. 313
Error Line is longer than 80 characters. 314
Error Line contains a tab character. 314
Error Line is longer than 80 characters. 315
Error Line contains a tab character. 315
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error Line is longer than 80 characters. 318
Error Line contains a tab character. 318
Error '(' is followed by whitespace. 318
Error Parameter tagName should be final. 318
Error Parameter attributeName should be final. 318
Error ')' is preceded with whitespace. 318
Error Line contains a tab character. 319
Error '{' should be on the previous line. 319
Error Line contains a tab character. 320
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error Line contains a tab character. 321
Error Line contains a tab character. 323
Error Line contains a tab character. 324
Error Line is longer than 80 characters. 325
Error Line contains a tab character. 325
Error Line contains a tab character. 326
Error Line contains a tab character. 327
Error Line is longer than 80 characters. 328
Error Line contains a tab character. 328
Error Line is longer than 80 characters. 329
Error Line contains a tab character. 329
Error Line contains a tab character. 330
Error Line contains a tab character. 331
Error Line contains a tab character. 332
Error Line is longer than 80 characters. 333
Error Line contains a tab character. 333
Error '(' is followed by whitespace. 333
Error Parameter tagName should be final. 333
Error Parameter attributeName should be final. 333
Error Parameter superclasses should be final. 333
Error ')' is preceded with whitespace. 333
Error Line contains a tab character. 334
Error Line contains a tab character. 335
Error '(' is followed by whitespace. 335
Error ')' is preceded with whitespace. 335
Error Line is longer than 80 characters. 337
Error Line contains a tab character. 337
Error Line is longer than 80 characters. 338
Error Line contains a tab character. 338
Error 'for' is not followed by whitespace. 338
Error '(' is followed by whitespace. 338
Error '(' is followed by whitespace. 338
Error ')' is preceded with whitespace. 338
Error ';' is followed by whitespace. 338
Error Line contains a tab character. 339
Error '{' should be on the previous line. 339
Error Line contains a tab character. 340
Error '(' is followed by whitespace. 340
Error ')' is preceded with whitespace. 340
Error Line is longer than 80 characters. 341
Error Line contains a tab character. 341
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error Line contains a tab character. 343
Error 'if' is not followed by whitespace. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error Line contains a tab character. 344
Error '{' should be on the previous line. 344
Error Line contains a tab character. 345
Error Line contains a tab character. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 350
Error Line contains a tab character. 352
Error 'if' is not followed by whitespace. 352
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error Line contains a tab character. 353
Error '{' should be on the previous line. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 356
Error 'if' is not followed by whitespace. 356
Error '(' is followed by whitespace. 356
Error ')' is preceded with whitespace. 356
Error Line contains a tab character. 357
Error '{' should be on the previous line. 357
Error Line is longer than 80 characters. 358
Error Line contains a tab character. 358
Error Line is longer than 80 characters. 359
Error Line contains a tab character. 359
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error 'if' construct must use '{}'s. 360
Error Line is longer than 80 characters. 360
Error Line contains a tab character. 360
Error '!=' is not preceded with whitespace. 360
Error '!=' is not followed by whitespace. 360
Error Line contains a tab character. 361
Error Line contains a tab character. 364
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error Line contains a tab character. 367
Error '{' should be on the previous line. 367
Error Line contains a tab character. 368
Error Line is longer than 80 characters. 369
Error Line contains a tab character. 369
Error Line is longer than 80 characters. 370
Error Line contains a tab character. 370
Error Line is longer than 80 characters. 371
Error Line contains a tab character. 371
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error 'if' construct must use '{}'s. 372
Error Line contains a tab character. 372
Error '!=' is not preceded with whitespace. 372
Error '!=' is not followed by whitespace. 372
Error Line contains a tab character. 373
Error Line contains a tab character. 375
Error Line contains a tab character. 376
Error Line contains a tab character. 378
Error '}' should be on the same line. 378
Error Line contains a tab character. 379
Error Line contains a tab character. 380
Error '{' should be on the previous line. 380
Error Line is longer than 80 characters. 381
Error Line contains a tab character. 381
Error Line contains a tab character. 382
Error Line contains a tab character. 383
Error Line contains a tab character. 384
Error First sentence should end with a period. 386
Error Line contains a tab character. 386
Error Line contains a tab character. 387
Error Line contains a tab character. 388
Error Line contains a tab character. 389
Error Line contains a tab character. 390
Error Line contains a tab character. 391
Error Line contains a tab character. 392
Error '{' should be on the previous line. 392
Error Line contains a tab character. 393
Error 'if' is not followed by whitespace. 393
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error Line contains a tab character. 394
Error '{' should be on the previous line. 394
Error Line contains a tab character. 395
Error Line contains a tab character. 396
Error Line contains a tab character. 397
Error Line contains a tab character. 398
Error Line contains a tab character. 400
Error Line is longer than 80 characters. 401
Error Line contains a tab character. 401
Error Line contains a tab character. 402
Error Line contains a tab character. 403
Error Line contains a tab character. 404
Error Line contains a tab character. 405
Error Line contains a tab character. 406
Error '{' should be on the previous line. 406
Error Line contains a tab character. 407
Error 'if' is not followed by whitespace. 407
Error '(' is followed by whitespace. 407
Error ')' is preceded with whitespace. 407
Error Line contains a tab character. 408
Error '{' should be on the previous line. 408
Error Line contains a tab character. 409
Error Line contains a tab character. 410
Error Line contains a tab character. 412
Error 'if' is not followed by whitespace. 412
Error '(' is followed by whitespace. 412
Error ')' is preceded with whitespace. 412
Error Line contains a tab character. 413
Error '{' should be on the previous line. 413
Error Line contains a tab character. 414
Error Line contains a tab character. 415
Error 'if' is not followed by whitespace. 415
Error '(' is followed by whitespace. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error ')' is preceded with whitespace. 415
Error Line contains a tab character. 416
Error '{' should be on the previous line. 416
Error Line contains a tab character. 417
Error Line contains a tab character. 418
Error Line contains a tab character. 419
Error Line is longer than 80 characters. 421
Error Line contains a tab character. 421
Error Line contains a tab character. 422
Error Line contains a tab character. 423
Error Line is longer than 80 characters. 425
Error Line contains a tab character. 425
Error 'while' is not followed by whitespace. 425
Error '(' is followed by whitespace. 425
Error ')' is preceded with whitespace. 425
Error Line contains a tab character. 426
Error '{' should be on the previous line. 426
Error Line is longer than 80 characters. 427
Error Line contains a tab character. 427
Error '(' is followed by whitespace. 427
Error ')' is preceded with whitespace. 427
Error Line is longer than 80 characters. 429
Error Line contains a tab character. 429
Error 'if' is not followed by whitespace. 429
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error Line contains a tab character. 430
Error '{' should be on the previous line. 430
Error 'if' construct must use '{}'s. 431
Error Line is longer than 80 characters. 431
Error Line contains a tab character. 431
Error 'if' is not followed by whitespace. 431
Error '(' is followed by whitespace. 431
Error '(' is followed by whitespace. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 431
Error ')' is preceded with whitespace. 431
Error ')' is preceded with whitespace. 431
Error Line is longer than 80 characters. 432
Error Line contains a tab character. 432
Error '(' is followed by whitespace. 432
Error ')' is preceded with whitespace. 432
Error 'else' construct must use '{}'s. 433
Error Line contains a tab character. 433
Error Line contains a tab character. 434
Error Line contains a tab character. 435
Error '}' should be on the same line. 435
Error 'else' construct must use '{}'s. 436
Error Line contains a tab character. 436
Error Line contains a tab character. 437
Error Line contains a tab character. 438
Error Line is longer than 80 characters. 440
Error Line contains a tab character. 440
Error Line contains a tab character. 441
Error Line contains a tab character. 442
Error 'if' is not followed by whitespace. 442
Error '(' is followed by whitespace. 442
Error ')' is preceded with whitespace. 442
Error Line contains a tab character. 443
Error '{' should be on the previous line. 443
Error Line contains a tab character. 444
Error Line contains a tab character. 445
Error Line contains a tab character. 446
Error Line contains a tab character. 448
Error Line contains a tab character. 449
Error Line contains a tab character. 451
Error Line contains a tab character. 452
Error Line contains a tab character. 453
Error Line contains a tab character. 454
Error Line contains a tab character. 455
Error Line contains a tab character. 456
Error '(' is followed by whitespace. 456
Error Parameter commentText should be final. 456
Error ')' is preceded with whitespace. 456
Error Line contains a tab character. 457
Error '{' should be on the previous line. 457
Error Line contains a tab character. 458
Error 'if' is not followed by whitespace. 458
Error '(' is followed by whitespace. 458
Error ')' is preceded with whitespace. 458
Error Line contains a tab character. 459
Error '{' should be on the previous line. 459
Error Line contains a tab character. 460
Error Line contains a tab character. 461
Error Line contains a tab character. 462
Error Line contains a tab character. 463
Error Line contains a tab character. 464
Error Line contains a tab character. 465
Error Line contains a tab character. 467
Error Line contains a tab character. 468
Error Line contains a tab character. 469
Error Line contains a tab character. 470
Error Line contains a tab character. 471
Error Line contains a tab character. 472
Error Line contains a tab character. 473
Error '(' is followed by whitespace. 473
Error Parameter tagName should be final. 473
Error ')' is preceded with whitespace. 473
Error Line contains a tab character. 474
Error '{' should be on the previous line. 474
Error Line contains a tab character. 475
Error '(' is followed by whitespace. 475
Error ')' is preceded with whitespace. 475
Error Line contains a tab character. 476
Error Line contains a tab character. 478
Error Line contains a tab character. 479
Error Line contains a tab character. 480
Error Line is longer than 80 characters. 481
Error Line contains a tab character. 481
Error Line contains a tab character. 482
Error Line contains a tab character. 483
Error Line contains a tab character. 484
Error Line contains a tab character. 485
Error '(' is followed by whitespace. 485
Error Parameter tagName should be final. 485
Error Parameter superclasses should be final. 485
Error ')' is preceded with whitespace. 485
Error Line contains a tab character. 486
Error '{' should be on the previous line. 486
Error Line contains a tab character. 487
Error '(' is followed by whitespace. 487
Error ')' is preceded with whitespace. 487
Error Line contains a tab character. 488
Error Line contains a tab character. 490
Error Line is longer than 80 characters. 491
Error Line contains a tab character. 491
Error Line is longer than 80 characters. 492
Error Line contains a tab character. 492
Error Line contains a tab character. 493
Error Line contains a tab character. 494
Error Line is longer than 80 characters. 495
Error Line contains a tab character. 495
Error Line is longer than 80 characters. 496
Error Line contains a tab character. 496
Error Line contains a tab character. 497
Error Line contains a tab character. 498
Error Line contains a tab character. 499
Error Line contains a tab character. 500
Error Line contains a tab character. 501
Error Line contains a tab character. 502
Error Line is longer than 80 characters. 503
Error Line contains a tab character. 503
Error '(' is followed by whitespace. 503
Error Parameter tagName should be final. 503
Error Parameter attributeName should be final. 503
Error Parameter attributeValue should be final. 503
Error Parameter tagIndex should be final. 503
Error ')' is preceded with whitespace. 503
Error Expected @throws tag for 'XJavaDocException'. 503
Error Line contains a tab character. 504
Error Line contains a tab character. 505
Error Line contains a tab character. 506
Error '(' is followed by whitespace. 506
Error ')' is preceded with whitespace. 506
Error Line contains a tab character. 508
Error 'if' is not followed by whitespace. 508
Error '(' is followed by whitespace. 508
Error ')' is preceded with whitespace. 508
Error Line contains a tab character. 509
Error '{' should be on the previous line. 509
Error Line is longer than 80 characters. 510
Error Line contains a tab character. 510
Error Line contains a tab character. 511
Error Line is longer than 80 characters. 512
Error Line contains a tab character. 512
Error Line contains a tab character. 514
Error '(' is followed by whitespace. 514
Error ')' is preceded with whitespace. 514
Error Line contains a tab character. 515
Error '}' should be on the same line. 515
Error Line contains a tab character. 516
Error Line contains a tab character. 517
Error '{' should be on the previous line. 517
Error Line contains a tab character. 518
Error Line contains a tab character. 519
Error Line contains a tab character. 521
Error 'for' is not followed by whitespace. 521
Error '(' is followed by whitespace. 521
Error ')' is preceded with whitespace. 521
Error Line contains a tab character. 522
Error '{' should be on the previous line. 522
Error Line contains a tab character. 523
Error Line contains a tab character. 524
Error Line contains a tab character. 525
Error 'if' is not followed by whitespace. 525
Error '(' is followed by whitespace. 525
Error ')' is preceded with whitespace. 525
Error Line contains a tab character. 526
Error '{' should be on the previous line. 526
Error Line is longer than 80 characters. 527
Error Line contains a tab character. 527
Error '(' is followed by whitespace. 527
Error ')' is preceded with whitespace. 527
Error Line contains a tab character. 528
Error Line contains a tab character. 529
Error Line contains a tab character. 530
Error Line contains a tab character. 531
Error Line contains a tab character. 533
Error Line contains a tab character. 534
Error Line contains a tab character. 535
Error Line contains a tab character. 536
Error Line contains a tab character. 537
Error Line contains a tab character. 538
Error '(' is followed by whitespace. 538
Error Parameter docListener should be final. 538
Error ')' is preceded with whitespace. 538
Error Line contains a tab character. 539
Error '{' should be on the previous line. 539
Error Line contains a tab character. 540
Error '(' is followed by whitespace. 540
Error ')' is preceded with whitespace. 540
Error Line contains a tab character. 541
Error First sentence should end with a period. 543
Error Line contains a tab character. 543
Error Line contains a tab character. 544
Error Line contains a tab character. 545
Error Line contains a tab character. 546
Error Line contains a tab character. 547
Error Line contains a tab character. 548
Error '(' is followed by whitespace. 548
Error Parameter docListener should be final. 548
Error Expected @param tag for 'docListener'. 548
Error ')' is preceded with whitespace. 548
Error Line contains a tab character. 549
Error '{' should be on the previous line. 549
Error Line contains a tab character. 550
Error '(' is followed by whitespace. 550
Error ')' is preceded with whitespace. 550
Error Line contains a tab character. 551
Error Line contains a tab character. 553
Error Line contains a tab character. 554
Error Line contains a tab character. 555
Error Line contains a tab character. 556
Error Line contains a tab character. 557
Error Line contains a tab character. 558
Error Line contains a tab character. 559
Error '{' should be on the previous line. 559
Error Line contains a tab character. 560
Error 'if' is not followed by whitespace. 560
Error '(' is followed by whitespace. 560
Error ')' is preceded with whitespace. 560
Error Line contains a tab character. 561
Error '{' should be on the previous line. 561
Error Line contains a tab character. 562
Error Line contains a tab character. 563
Error Line contains a tab character. 565
Error '(' is followed by whitespace. 565
Error ')' is preceded with whitespace. 565
Error '(' is followed by whitespace. 565
Error ')' is preceded with whitespace. 565
Error Line contains a tab character. 567
Error 'if' is not followed by whitespace. 567
Error '(' is followed by whitespace. 567
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 567
Error ')' is preceded with whitespace. 567
Error Line contains a tab character. 568
Error '{' should be on the previous line. 568
Error Line is longer than 80 characters. 569
Error Line contains a tab character. 569
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error Line is longer than 80 characters. 570
Error Line contains a tab character. 570
Error '(' is followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error '(' is followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error '(' is followed by whitespace. 570
Error ')' is preceded with whitespace. 570
Error Line contains a tab character. 571
Error Line contains a tab character. 573
Error Line contains a tab character. 575
Error 'for' is not followed by whitespace. 575
Error '(' is followed by whitespace. 575
Error ';' is followed by whitespace. 575
Error Line contains a tab character. 576
Error '{' should be on the previous line. 576
Error Line contains a tab character. 577
Error '(' is followed by whitespace. 577
Error ')' is preceded with whitespace. 577
Error Line is longer than 80 characters. 579
Error Line contains a tab character. 579
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 579
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 579
Error '(' is followed by whitespace. 579
Error ')' is preceded with whitespace. 579
Error Line contains a tab character. 581
Error Line contains a tab character. 583
Error 'if' is not followed by whitespace. 583
Error '(' is followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error Line contains a tab character. 584
Error '{' should be on the previous line. 584
Error Line contains a tab character. 585
Error Line is longer than 80 characters. 586
Error Line contains a tab character. 586
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 586
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 586
Error '(' is followed by whitespace. 586
Error ')' is preceded with whitespace. 586
Error Line contains a tab character. 587
Error '}' should be on the same line. 587
Error Line contains a tab character. 588
Error Line contains a tab character. 589
Error '{' should be on the previous line. 589
Error Line contains a tab character. 590
Error '(' is followed by whitespace. 590
Error ')' is preceded with whitespace. 590
Error Line is longer than 80 characters. 591
Error Line contains a tab character. 591
Error 'for' is not followed by whitespace. 591
Error '(' is followed by whitespace. 591
Error ';' is followed by whitespace. 591
Error Line contains a tab character. 592
Error '{' should be on the previous line. 592
Error Line is longer than 80 characters. 593
Error Line contains a tab character. 593
Error '(' is followed by whitespace. 593
Error ')' is preceded with whitespace. 593
Error Line is longer than 80 characters. 594
Error Line contains a tab character. 594
Error '(' is followed by whitespace. 594
Error ')' is preceded with whitespace. 594
Error Line is longer than 80 characters. 596
Error Line contains a tab character. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error '(' is followed by whitespace. 596
Error ')' is preceded with whitespace. 596
Error Line contains a tab character. 597
Error Line contains a tab character. 598
Error Line contains a tab character. 599
Error Line contains a tab character. 600
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error '(' is followed by whitespace. 600
Error ')' is preceded with whitespace. 600
Error Line contains a tab character. 602
Error Line contains a tab character. 603
Error First sentence should end with a period. 605
Error Line contains a tab character. 605
Error Line contains a tab character. 606
Error Line contains a tab character. 607
Error Line contains a tab character. 608
Error Line contains a tab character. 609
Error '{' should be on the previous line. 609
Error Line contains a tab character. 610
Error Line contains a tab character. 611
Error Line contains a tab character. 613
Error Line contains a tab character. 614
Error Line contains a tab character. 615
Error Line contains a tab character. 616
Error Line contains a tab character. 617
Error Line contains a tab character. 618
Error Line contains a tab character. 619
Error '(' is followed by whitespace. 619
Error Parameter tag should be final. 619
Error ')' is preceded with whitespace. 619
Error Line contains a tab character. 620
Error '{' should be on the previous line. 620
Error Line contains a tab character. 621
Error '(' is followed by whitespace. 621
Error ')' is preceded with whitespace. 621
Error Line contains a tab character. 623
Error 'if' is not followed by whitespace. 623
Error '(' is followed by whitespace. 623
Error ')' is preceded with whitespace. 623
Error Line contains a tab character. 624
Error '{' should be on the previous line. 624
Error Line contains a tab character. 625
Error Line contains a tab character. 626
Error Line is longer than 80 characters. 628
Error Line contains a tab character. 628
Error '(' is followed by whitespace. 628
Error ')' is preceded with whitespace. 628
Error '(' is followed by whitespace. 628
Error '(' is followed by whitespace. 628
Error ')' is preceded with whitespace. 628
Error ')' is preceded with whitespace. 628
Error Line contains a tab character. 630
Error '(' is followed by whitespace. 630
Error ')' is preceded with whitespace. 630
Error Line contains a tab character. 631
Error Line contains a tab character. 632
Error Line contains a tab character. 633
Error Line contains a tab character. 634
Error Line contains a tab character. 636
Error Line contains a tab character. 637
Error Line contains a tab character. 638
Error Line contains a tab character. 639
Error Line contains a tab character. 640
Error Line contains a tab character. 641
Error Line is longer than 80 characters. 642
Error Unused @throws tag for 'TagValidationException'. 642
Error Line contains a tab character. 642
Error Line contains a tab character. 643
Error Line contains a tab character. 644
Error Line contains a tab character. 645
Error '(' is followed by whitespace. 645
Error Parameter tagName should be final. 645
Error Parameter text should be final. 645
Error ')' is preceded with whitespace. 645
Error Line contains a tab character. 646
Error '{' should be on the previous line. 646
Error Line contains a tab character. 647
Error 'if' is not followed by whitespace. 647
Error '(' is followed by whitespace. 647
Error ')' is preceded with whitespace. 647
Error Line contains a tab character. 648
Error '{' should be on the previous line. 648
Error Line contains a tab character. 649
Error Line contains a tab character. 650
Error Line contains a tab character. 652
Error '(' is followed by whitespace. 652
Error ')' is preceded with whitespace. 652
Error Line contains a tab character. 654
Error Line contains a tab character. 655
Error Line contains a tab character. 656
Error Line contains a tab character. 657
Error First sentence should end with a period. 659
Error Line contains a tab character. 659
Error Line contains a tab character. 660
Error Line contains a tab character. 661
Error Line contains a tab character. 662
Error Line contains a tab character. 663
Error Line contains a tab character. 664
Error '(' is followed by whitespace. 664
Error Parameter event should be final. 664
Error Expected @param tag for 'event'. 664
Error ')' is preceded with whitespace. 664
Error Line contains a tab character. 665
Error '{' should be on the previous line. 665
Error Line contains a tab character. 666
Error Line contains a tab character. 667
Error Line contains a tab character. 668
Error 'if' is not followed by whitespace. 668
Error '(' is followed by whitespace. 668
Error ')' is preceded with whitespace. 668
Error Line contains a tab character. 669
Error '{' should be on the previous line. 669
Error Line contains a tab character. 670
Error Line contains a tab character. 672
Error Line contains a tab character. 673
Error Line contains a tab character. 674
Error Line contains a tab character. 675
Error Line contains a tab character. 676
Error Line contains a tab character. 677
Error Line contains a tab character. 678
Error Line contains a tab character. 679
Error Line contains a tab character. 680
Error Line contains a tab character. 682
Error Line is longer than 80 characters. 683
Error Line contains a tab character. 683
Error Line contains a tab character. 684
Error Line contains a tab character. 685
Error Line contains a tab character. 686
Error Line contains a tab character. 687
Error Line contains a tab character. 688
Error Line contains a tab character. 689
Error '{' should be on the previous line. 689
Error Line contains a tab character. 690
Error Line contains a tab character. 692
Error 'if' is not followed by whitespace. 692
Error '(' is followed by whitespace. 692
Error ')' is preceded with whitespace. 692
Error Line contains a tab character. 693
Error '{' should be on the previous line. 693
Error Line contains a tab character. 694
Error Line contains a tab character. 695
Error '}' should be on the same line. 695
Error Line contains a tab character. 696
Error Line contains a tab character. 697
Error '{' should be on the previous line. 697
Error Line contains a tab character. 698
Error Line contains a tab character. 699
Error Line contains a tab character. 700
Error Line contains a tab character. 702
Error Line is longer than 80 characters. 703
Error Line contains a tab character. 703
Error Line contains a tab character. 704
Error Line contains a tab character. 705
Error Line contains a tab character. 706
Error Line contains a tab character. 707
Error Line contains a tab character. 708
Error Line contains a tab character. 709
Error '{' should be on the previous line. 709
Error Line contains a tab character. 710
Error Line contains a tab character. 712
Error '(' is followed by whitespace. 712
Error '!=' is not preceded with whitespace. 712
Error '!=' is not followed by whitespace. 712
Error ')' is preceded with whitespace. 712
Error Line contains a tab character. 713
Error '{' should be on the previous line. 713
Error Line contains a tab character. 714
Error Line contains a tab character. 715
Error Line contains a tab character. 716
Error '(' is followed by whitespace. 716
Error ')' is preceded with whitespace. 716
Error Line contains a tab character. 717
Error '{' should be on the previous line. 717
Error Line is longer than 80 characters. 718
Error Line contains a tab character. 718
Error '(' is followed by whitespace. 718
Error ')' is preceded with whitespace. 718
Error Line contains a tab character. 719
Error Line contains a tab character. 720
Error Line contains a tab character. 721
Error Line contains a tab character. 722
Error '}' should be on the same line. 722
Error Line contains a tab character. 723
Error Line contains a tab character. 724
Error '{' should be on the previous line. 724
Error Line contains a tab character. 725
Error Line contains a tab character. 726
Error Line contains a tab character. 727
Error Line contains a tab character. 729
Error Missing a Javadoc comment. 729
Error Redundant 'final' modifier. 729
Error Line contains a tab character. 730
Error '{' should be on the previous line. 730
Error Line contains a tab character. 731
Error 'if' is not followed by whitespace. 731
Error '(' is followed by whitespace. 731
Error ')' is preceded with whitespace. 731
Error Line contains a tab character. 732
Error '{' should be on the previous line. 732
Error Line contains a tab character. 733
Error Line contains a tab character. 734
Error Line contains a tab character. 735
Error First sentence should end with a period. 737
Error Line contains a tab character. 737
Error Line contains a tab character. 738
Error Line contains a tab character. 739
Error Line is longer than 80 characters. 740
Error Line contains a tab character. 740
Error Line contains a tab character. 741
Error Line is longer than 80 characters. 742
Error Line contains a tab character. 742
Error Line contains a tab character. 743
Error Line is longer than 80 characters. 744
Error Line contains a tab character. 744
Error Line contains a tab character. 745
Error Line contains a tab character. 746
Error Line contains a tab character. 747
Error Line is longer than 80 characters. 748
Error Line contains a tab character. 748
Error Name 'addTag_Impl' must match pattern '^[a-z][a-zA-Z0-9]*$'. 748
Error '(' is followed by whitespace. 748
Error Parameter tagName should be final. 748
Error Parameter text should be final. 748
Error Parameter lineNumber should be final. 748
Error ')' is preceded with whitespace. 748
Error Expected @throws tag for 'TagValidationException'. 748
Error Redundant throws: 'TagValidationException' is unchecked exception. 748
Error Line contains a tab character. 749
Error Line contains a tab character. 750
Error '(' is followed by whitespace. 750
Error ')' is preceded with whitespace. 750
Error Line contains a tab character. 752
Error Line contains a tab character. 754
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error Line contains a tab character. 756
Error 'if' is not followed by whitespace. 756
Error '(' is followed by whitespace. 756
Error ')' is preceded with whitespace. 756
Error Line contains a tab character. 757
Error '{' should be on the previous line. 757
Error Line contains a tab character. 758
Error Line contains a tab character. 759
Error '(' is followed by whitespace. 759
Error ')' is preceded with whitespace. 759
Error Line contains a tab character. 760
Error Line contains a tab character. 762
Error 'if' is not followed by whitespace. 762
Error '(' is followed by whitespace. 762
Error ')' is preceded with whitespace. 762
Error Line contains a tab character. 763
Error '{' should be on the previous line. 763
Error Line contains a tab character. 764
Error Line contains a tab character. 765
Error Line is longer than 80 characters. 767
Error Line contains a tab character. 767
Error '(' is followed by whitespace. 767
Error ')' is preceded with whitespace. 767
Error Line contains a tab character. 769
Error Line contains a tab character. 770
Error '(' is followed by whitespace. 770
Error ')' is preceded with whitespace. 770
Error Line contains a tab character. 772
Error Line contains a tab character. 773
Error '(' is followed by whitespace. 773
Error ')' is preceded with whitespace. 773
Error Line contains a tab character. 775
Error Line contains a tab character. 776
Error '(' is followed by whitespace. 776
Error ')' is preceded with whitespace. 776
Error Line contains a tab character. 778
Error Line contains a tab character. 779
Error First sentence should end with a period. 781
Error Line contains a tab character. 781
Error Line contains a tab character. 782
Error Line contains a tab character. 783
Error Line contains a tab character. 784
Error Line contains a tab character. 785
Error '{' should be on the previous line. 785
Error Line contains a tab character. 786
Error 'for' is not followed by whitespace. 786
Error '(' is followed by whitespace. 786
Error ';' is followed by whitespace. 786
Error Line contains a tab character. 787
Error '{' should be on the previous line. 787
Error Line contains a tab character. 788
Error '(' is followed by whitespace. 788
Error ')' is preceded with whitespace. 788
Error Line contains a tab character. 790
Error '(' is followed by whitespace. 790
Error '(' is followed by whitespace. 790
Error ')' is preceded with whitespace. 790
Error ')' is preceded with whitespace. 790
Error Line contains a tab character. 791
Error Line contains a tab character. 793
Error Line contains a tab character. 794
Error 'if' is not followed by whitespace. 794
Error '(' is followed by whitespace. 794
Error ')' is preceded with whitespace. 794
Error Line contains a tab character. 795
Error '{' should be on the previous line. 795
Error Line is longer than 80 characters. 796
Error Line contains a tab character. 796
Error Avoid inline conditionals. 796
Error '(' is followed by whitespace. 796
Error ')' is preceded with whitespace. 796
Error Line contains a tab character. 798
Error Line contains a tab character. 799
Error Line contains a tab character. 800
Error Line contains a tab character. 802
Error Line contains a tab character. 803
Error Line contains a tab character. 804
Error Line contains a tab character. 805
Error Line contains a tab character. 806
Error Line contains a tab character. 807
Error Line contains a tab character. 808
Error '(' is followed by whitespace. 808
Error Parameter sb should be final. 808
Error ')' is preceded with whitespace. 808
Error Line contains a tab character. 809
Error '{' should be on the previous line. 809
Error Line contains a tab character. 810
Error '(' is followed by whitespace. 810
Error ')' is preceded with whitespace. 810
Error Line contains a tab character. 811
Error Line contains a tab character. 812
Error Line contains a tab character. 813
Error Line contains a tab character. 814
Error Line contains a tab character. 815
Error Line contains a tab character. 816
Error Line contains a tab character. 817
Error Line contains a tab character. 818
Error Line contains a tab character. 819
Error Line contains a tab character. 820
Error Line contains a tab character. 821
Error Line contains a tab character. 822
Error Line contains a tab character. 824
Error Line is longer than 80 characters. 825
Error Line contains a tab character. 825
Error Line contains a tab character. 826
Error Line contains a tab character. 827
Error Line contains a tab character. 828
Error Line contains a tab character. 829
Error Expected @throws tag for 'TagValidationException'. 829
Error Redundant throws: 'TagValidationException' is unchecked exception. 829
Error Line contains a tab character. 830
Error '{' should be on the previous line. 830
Error Line contains a tab character. 831
Error 'if' is not followed by whitespace. 831
Error '(' is followed by whitespace. 831
Error ')' is preceded with whitespace. 831
Error Line contains a tab character. 832
Error '{' should be on the previous line. 832
Error Line contains a tab character. 833
Error Line is longer than 80 characters. 834
Error Line contains a tab character. 834
Error Line is longer than 80 characters. 835
Error Line contains a tab character. 835
Error '(' is followed by whitespace. 835
Error '(' is followed by whitespace. 835
Error ')' is preceded with whitespace. 835
Error ')' is preceded with whitespace. 835
Error Line contains a tab character. 836
Error '(' is followed by whitespace. 836
Error ')' is preceded with whitespace. 836
Error Line contains a tab character. 837
Error Line contains a tab character. 838
Error Line contains a tab character. 839
Error Line contains a tab character. 841
Error Line contains a tab character. 843
Error Line contains a tab character. 844
Error '{' should be on the previous line. 844
Error Line contains a tab character. 845
Error 'while' is not followed by whitespace. 845
Error '(' is followed by whitespace. 845
Error '(' is followed by whitespace. 845
Error ')' is preceded with whitespace. 845
Error ')' is preceded with whitespace. 845
Error Line contains a tab character. 846
Error '{' should be on the previous line. 846
Error Line contains a tab character. 847
Error 'if' is not followed by whitespace. 847
Error '(' is followed by whitespace. 847
Error '(' is followed by whitespace. 847
Error ')' is preceded with whitespace. 847
Error ')' is preceded with whitespace. 847
Error Line contains a tab character. 848
Error '{' should be on the previous line. 848
Error Line is longer than 80 characters. 849
Error Line contains a tab character. 849
Error Line is longer than 80 characters. 850
Error Line contains a tab character. 850
Error Line contains a tab character. 852
Error Line contains a tab character. 853
Error 'if' is not followed by whitespace. 853
Error '(' is followed by whitespace. 853
Error ')' is preceded with whitespace. 853
Error Line contains a tab character. 854
Error '{' should be on the previous line. 854
Error Line is longer than 80 characters. 855
Error Line contains a tab character. 855
Error Line is longer than 80 characters. 856
Error Line contains a tab character. 856
Error '(' is followed by whitespace. 856
Error ')' is preceded with whitespace. 856
Error Line contains a tab character. 857
Error '}' should be on the same line. 857
Error Line contains a tab character. 858
Error Line contains a tab character. 859
Error '{' should be on the previous line. 859
Error Line contains a tab character. 860
Error Line is longer than 80 characters. 861
Error Line contains a tab character. 861
Error '(' is followed by whitespace. 861
Error '(' is followed by whitespace. 861
Error ')' is preceded with whitespace. 861
Error ')' is preceded with whitespace. 861
Error Line contains a tab character. 862
Error Line contains a tab character. 863
Error Line is longer than 80 characters. 865
Error Line contains a tab character. 865
Error '(' is followed by whitespace. 865
Error ')' is preceded with whitespace. 865
Error Line is longer than 80 characters. 867
Error Line contains a tab character. 867
Error '(' is followed by whitespace. 867
Error ')' is preceded with whitespace. 867
Error Line is longer than 80 characters. 868
Error Line contains a tab character. 868
Error '(' is followed by whitespace. 868
Error '(' is followed by whitespace. 868
Error ')' is preceded with whitespace. 868
Error ')' is preceded with whitespace. 868
Error '(' is followed by whitespace. 868
Error ')' is preceded with whitespace. 868
Error Line contains a tab character. 869
Error '}' should be on the same line. 869
Error Line contains a tab character. 870
Error Line contains a tab character. 871
Error '{' should be on the previous line. 871
Error Line is longer than 80 characters. 872
Error Line contains a tab character. 872
Error Line contains a tab character. 873
Error 'if' is not followed by whitespace. 873
Error '(' is followed by whitespace. 873
Error ')' is preceded with whitespace. 873
Error Line contains a tab character. 874
Error '{' should be on the previous line. 874
Error Line is longer than 80 characters. 875
Error Line contains a tab character. 875
Error Line is longer than 80 characters. 876
Error Line contains a tab character. 876
Error Line contains a tab character. 877
Error Line is longer than 80 characters. 878
Error Line contains a tab character. 878
Error '(' is followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error '(' is followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error Line contains a tab character. 879
Error Line contains a tab character. 880
Error Line contains a tab character. 881
Error 'if' is not followed by whitespace. 881
Error '(' is followed by whitespace. 881
Error ')' is preceded with whitespace. 881
Error Line contains a tab character. 882
Error '{' should be on the previous line. 882
Error Line is longer than 80 characters. 883
Error Line contains a tab character. 883
Error Line is longer than 80 characters. 884
Error Line contains a tab character. 884
Error Line contains a tab character. 885
Error '}' should be on the same line. 885
Error Line contains a tab character. 886
Error Line contains a tab character. 887
Error '{' should be on the previous line. 887
Error Line contains a tab character. 888
Error Line is longer than 80 characters. 889
Error Line contains a tab character. 889
Error '(' is followed by whitespace. 889
Error '(' is followed by whitespace. 889
Error ')' is preceded with whitespace. 889
Error ')' is preceded with whitespace. 889
Error Line contains a tab character. 890
Error Line contains a tab character. 891
Error '}' should be on the same line. 891
Error Line contains a tab character. 892
Error 'catch' is not followed by whitespace. 892
Error '(' is followed by whitespace. 892
Error ')' is preceded with whitespace. 892
Error Line contains a tab character. 893
Error '{' should be on the previous line. 893
Error Line contains a tab character. 894
Error Line contains a tab character. 895
Error '}' should be on the same line. 895
Error Line contains a tab character. 896
Error 'catch' is not followed by whitespace. 896
Error '(' is followed by whitespace. 896
Error ')' is preceded with whitespace. 896
Error Line contains a tab character. 897
Error '{' should be on the previous line. 897
Error Line contains a tab character. 898
Error Line contains a tab character. 899
Error Line contains a tab character. 900
Error Line contains a tab character. 901
Error Line contains a tab character. 902

xjavadoc/XDocTest.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 7
Error Using the '.*' form of import should be avoided - junit.framework.*. 8
Error Redundant import from the same package - xjavadoc.Token. 9
Error '{' should be on the previous line. 21
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error '(' is followed by whitespace. 27
Error Parameter name should be final. 27
Error ')' is preceded with whitespace. 27
Error Line contains a tab character. 28
Error '{' should be on the previous line. 28
Error Line contains a tab character. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Line contains a tab character. 30
Error First sentence should end with a period. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 37
Error Expected @throws tag for 'IOException'. 37
Error Line contains a tab character. 38
Error '{' should be on the previous line. 38
Error Line contains a tab character. 39
Error Line is longer than 80 characters. 40
Error Line contains a tab character. 40
Error '+' should be on a new line. 40
Error Line contains a tab character. 41
Error '+' should be on a new line. 41
Error Line contains a tab character. 42
Error '+' should be on a new line. 42
Error Line contains a tab character. 43
Error '+' should be on a new line. 43
Error Line contains a tab character. 44
Error '+' should be on a new line. 44
Error Line contains a tab character. 45
Error '+' should be on a new line. 45
Error Line contains a tab character. 46
Error '+' should be on a new line. 46
Error Line contains a tab character. 47
Error '+' should be on a new line. 47
Error Line contains a tab character. 48
Error '+' should be on a new line. 48
Error Line contains a tab character. 49
Error '+' should be on a new line. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 57
Error First sentence should end with a period. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Method 'testFirstSentence' is not designed for extension - needs to be abstract, final or empty. 64
Error Line contains a tab character. 65
Error '{' should be on the previous line. 65
Error Line is longer than 80 characters. 67
Error Line contains a tab character. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line is longer than 80 characters. 68
Error Line contains a tab character. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line contains a tab character. 70
Error Line contains a tab character. 72
Error Method 'testCommentChange' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Line contains a tab character. 73
Error '{' should be on the previous line. 73
Error Line is longer than 80 characters. 74
Error Line contains a tab character. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line contains a tab character. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Line is longer than 80 characters. 77
Error Line contains a tab character. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 79
Error Line contains a tab character. 81
Error Method 'testTagCreationAndRemoval' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Line contains a tab character. 82
Error '{' should be on the previous line. 82
Error Line contains a tab character. 83
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line contains a tab character. 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 Line contains a tab character. 88
Error Line contains a tab character. 89
Error '(' is followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line contains a tab character. 91
Error '(' is followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line contains a tab character. 93
Error Line contains a tab character. 95
Error Method 'testTagChange' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Line contains a tab character. 96
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 98
Error Line contains a tab character. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line is longer than 80 characters. 100
Error Line contains a tab character. 100
Error '(' is followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line contains a tab character. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line contains a tab character. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error '(' is followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 105
Error Line contains a tab character. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line is longer than 80 characters. 109
Error Line contains a tab character. 109
Error '(' is followed by whitespace. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 110
Error Line contains a tab character. 110
Error '(' is followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line contains a tab character. 112

xjavadoc/XExecutableMember.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 35
Error Line is longer than 80 characters. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error '(' is followed by whitespace. 42
Error Expected @param tag for 'exception_class_name'. 42
Error Name 'exception_class_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error ')' is preceded with whitespace. 42
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 54
Error Line is longer than 80 characters. 55
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59
Error First sentence should end with a period. 61
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line contains a tab character. 70
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77

xjavadoc/XField.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 7
Error '{' should be on the previous line. 16
Error First sentence should end with a period. 17
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error First sentence should end with a period. 24
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29

xjavadoc/XJavaDoc.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 11
Error '{' should be on the previous line. 24
Error First sentence should end with a period. 25
Error Line contains a tab character. 25
Error Line is longer than 80 characters. 26
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error 'static' modifier out of order with the JLS suggestions. 28
Error First sentence should end with a period. 29
Error Line contains a tab character. 29
Error Line is longer than 80 characters. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error 'static' modifier out of order with the JLS suggestions. 33
Error First sentence should end with a period. 34
Error Line contains a tab character. 34
Error Line is longer than 80 characters. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error 'static' modifier out of order with the JLS suggestions. 38
Error Line is longer than 80 characters. 40
Error Line contains a tab character. 40
Error Missing a Javadoc comment. 40
Error 'static' modifier out of order with the JLS suggestions. 40
Error '(' is followed by whitespace. 40
Error '(' is followed by whitespace. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error ')' is preceded with whitespace. 50
Error ')' is preceded with whitespace. 50
Error Line contains a tab character. 52
Error Missing a Javadoc comment. 52
Error Name '_primitiveClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Line contains a tab character. 53
Error Missing a Javadoc comment. 53
Error Name '_binaryClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error Line contains a tab character. 54
Error Missing a Javadoc comment. 54
Error Name '_unknownClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Line contains a tab character. 55
Error Missing a Javadoc comment. 55
Error Name '_packages' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Line contains a tab character. 56
Error Missing a Javadoc comment. 56
Error Name '_sourceSets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
Error Line contains a tab character. 58
Error Line is longer than 80 characters. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Name '_sourceSetSourceClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error Line contains a tab character. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error Line is longer than 80 characters. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Name '_allSourceClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Line contains a tab character. 72
Error Missing a Javadoc comment. 72
Error Name '_sourceSetClassNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error Line contains a tab character. 74
Error Missing a Javadoc comment. 74
Error Name '_properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Line contains a tab character. 76
Error Missing a Javadoc comment. 76
Error Name '_abstractFileClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
Error Missing a Javadoc comment. 78
Error Name '_tagFactory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Error Line contains a tab character. 80
Error Line is longer than 80 characters. 81
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error Name '_sourceSetSourceClassesWithInnerClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Error Line contains a tab character. 86
Error Line is longer than 80 characters. 87
Error Line contains a tab character. 87
Error Line is longer than 80 characters. 88
Error Line contains a tab character. 88
Error Line is longer than 80 characters. 89
Error Line contains a tab character. 89
Error Line is longer than 80 characters. 90
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Name '_birthday' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
Error First sentence should end with a period. 95
Error Line contains a tab character. 95
Error Line is longer than 80 characters. 96
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Name '_logMessages' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error Line contains a tab character. 100
Error Line is longer than 80 characters. 101
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Name '_useNodeParser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
Error First sentence should end with a period. 106
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Name '_encoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
Error Line has trailing spaces. 108
Error Line contains a tab character. 108
Error First sentence should end with a period. 109
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Name '_docEncoding' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
Error Line has trailing spaces. 111
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error Missing a Javadoc comment. 112
Error Line contains a tab character. 113
Error '{' should be on the previous line. 113
Error Line contains a tab character. 114
Error 'for' 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 Line is longer than 80 characters. 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 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 Line contains a tab character. 119
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error '{' should be on the previous line. 125
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line is longer than 80 characters. 129
Error Line contains a tab character. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line is longer than 80 characters. 130
Error Line contains a tab character. 130
Error '(' is followed by whitespace. 130
Error ')' is preceded with whitespace. 130
Error Line is longer than 80 characters. 131
Error Line contains a tab character. 131
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Line is longer than 80 characters. 132
Error Line contains a tab character. 132
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error Line is longer than 80 characters. 133
Error Line contains a tab character. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line is longer than 80 characters. 134
Error Line contains a tab character. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line is longer than 80 characters. 136
Error Line contains a tab character. 136
Error '(' is followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error '1024' is a magic number. 136
Error '1024' is a magic number. 136
Error ')' is preceded with whitespace. 136
Error ')' is preceded with whitespace. 136
Error ')' is preceded with whitespace. 136
Error Line is longer than 80 characters. 137
Error Line contains a tab character. 137
Error '(' is followed by whitespace. 137
Error '(' is followed by whitespace. 137
Error '1024' is a magic number. 137
Error '1024' is a magic number. 137
Error ')' is preceded with whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line contains a tab character. 138
Error Line contains a tab character. 140
Error Line is longer than 80 characters. 141
Error Line contains a tab character. 141
Error Line is longer than 80 characters. 142
Error Line contains a tab character. 142
Error Line is longer than 80 characters. 143
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line is longer than 80 characters. 146
Error Line contains a tab character. 146
Error Line is longer than 80 characters. 147
Error Line contains a tab character. 147
Error Line contains a tab character. 148
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line is longer than 80 characters. 151
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error '(' is followed by whitespace. 154
Error Parameter value should be final. 154
Error Parameter keys should be final. 154
Error ')' is preceded with whitespace. 154
Error Line contains a tab character. 155
Error '{' should be on the previous line. 155
Error Line contains a tab character. 156
Error 'if' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line contains a tab character. 157
Error '{' should be on the previous line. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 164
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error Line contains a tab character. 166
Error Line contains a tab character. 167
Error Line contains a tab character. 168
Error Line contains a tab character. 170
Error 'while' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error ')' is preceded with whitespace. 170
Error Line contains a tab character. 171
Error '{' should be on the previous line. 171
Error Line contains a tab character. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error Line contains a tab character. 174
Error 'if' is not followed by whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line contains a tab character. 175
Error '{' should be on the previous line. 175
Error Line contains a tab character. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line is longer than 80 characters. 178
Error Line contains a tab character. 178
Error '(' is followed by whitespace. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error ')' is preceded with whitespace. 178
Error Avoid inline conditionals. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error '(' is followed by whitespace. 178
Error ')' is preceded with whitespace. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Line contains a tab character. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error Line contains a tab character. 182
Error Line contains a tab character. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 187
Error Line is longer than 80 characters. 188
Error Line contains a tab character. 188
Error Line is longer than 80 characters. 189
Error Line contains a tab character. 189
Error Line is longer than 80 characters. 190
Error Line contains a tab character. 190
Error Line is longer than 80 characters. 191
Error Line contains a tab character. 191
Error Line contains a tab character. 192
Error Line is longer than 80 characters. 193
Error Line contains a tab character. 193
Error Line contains a tab character. 194
Error Line contains a tab character. 195
Error Line contains a tab character. 196
Error Line is longer than 80 characters. 197
Error Line contains a tab character. 197
Error Line is longer than 80 characters. 198
Error Line contains a tab character. 198
Error Line contains a tab character. 199
Error Line is longer than 80 characters. 200
Error Line contains a tab character. 200
Error '(' is followed by whitespace. 200
Error Parameter value should be final. 200
Error Parameter fragments should be final. 200
Error Parameter propertyRefs should be final. 200
Error ')' is preceded with whitespace. 200
Error Line contains a tab character. 201
Error Line contains a tab character. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 205
Error 'while' is not followed by whitespace. 205
Error '(' is followed by whitespace. 205
Error '(' is followed by whitespace. 205
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error ')' is preceded with whitespace. 205
Error ')' is preceded with whitespace. 205
Error Line contains a tab character. 206
Error '{' should be on the previous line. 206
Error Line contains a tab character. 208
Error 'if' is not followed by whitespace. 208
Error '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line contains a tab character. 209
Error '{' should be on the previous line. 209
Error Line contains a tab character. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Line contains a tab character. 212
Error '(' is followed by whitespace. 212
Error ')' is preceded with whitespace. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 215
Error 'if' is not followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error ')' is preceded with whitespace. 215
Error Line contains a tab character. 216
Error '{' should be on the previous line. 216
Error Line contains a tab character. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Line contains a tab character. 218
Error Line contains a tab character. 219
Error '}' should be on the same line. 219
Error Line contains a tab character. 220
Error 'if' is not followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error ')' is preceded with whitespace. 220
Error Line contains a tab character. 221
Error '{' should be on the previous line. 221
Error Line is longer than 80 characters. 222
Error Line contains a tab character. 222
Error '(' is followed by whitespace. 222
Error '(' is followed by whitespace. 222
Error ')' is preceded with whitespace. 222
Error ')' is preceded with whitespace. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error '}' should be on the same line. 224
Error Line contains a tab character. 225
Error Line contains a tab character. 226
Error '{' should be on the previous line. 226
Error Line contains a tab character. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error Line contains a tab character. 229
Error 'if' is not followed by whitespace. 229
Error '(' is followed by whitespace. 229
Error ')' is preceded with whitespace. 229
Error Line contains a tab character. 230
Error '{' should be on the previous line. 230
Error Line is longer than 80 characters. 231
Error Line contains a tab character. 231
Error Line is longer than 80 characters. 232
Error Line contains a tab character. 232
Error Line contains a tab character. 233
Error Line is longer than 80 characters. 234
Error Line contains a tab character. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line contains a tab character. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line is longer than 80 characters. 240
Error Line contains a tab character. 240
Error '(' is followed by whitespace. 240
Error ')' is preceded with whitespace. 240
Error Line contains a tab character. 242
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error Line contains a tab character. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error Line contains a tab character. 244
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 248
Error 'if' is not followed by whitespace. 248
Error '(' is followed by whitespace. 248
Error ')' is preceded with whitespace. 248
Error Line contains a tab character. 249
Error '{' should be on the previous line. 249
Error Line contains a tab character. 250
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error Line contains a tab character. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Line contains a tab character. 253
Error Line contains a tab character. 254
Error First sentence should end with a period. 256
Error Line contains a tab character. 256
Error Line contains a tab character. 257
Error Line contains a tab character. 258
Error Line contains a tab character. 259
Error Line contains a tab character. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error '(' is followed by whitespace. 262
Error Parameter name should be final. 262
Error ')' is preceded with whitespace. 262
Error Line contains a tab character. 263
Error '{' should be on the previous line. 263
Error Line contains a tab character. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error Line contains a tab character. 265
Error Line contains a tab character. 267
Error Line is longer than 80 characters. 268
Error Line contains a tab character. 268
Error Line is longer than 80 characters. 269
Error Line contains a tab character. 269
Error Line is longer than 80 characters. 270
Error Line contains a tab character. 270
Error Line contains a tab character. 271
Error Line contains a tab character. 272
Error Line contains a tab character. 273
Error Line contains a tab character. 274
Error Line contains a tab character. 275
Error Line contains a tab character. 276
Error '(' is followed by whitespace. 276
Error Parameter pe should be final. 276
Error ')' is preceded with whitespace. 276
Error Line contains a tab character. 277
Error '{' should be on the previous line. 277
Error Line contains a tab character. 278
Error Line contains a tab character. 280
Error 'if' is not followed by whitespace. 280
Error '(' is followed by whitespace. 280
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error ')' is preceded with whitespace. 280
Error Line contains a tab character. 281
Error '{' should be on the previous line. 281
Error Line is longer than 80 characters. 282
Error Line contains a tab character. 282
Error Line is longer than 80 characters. 283
Error Line contains a tab character. 283
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error Line contains a tab character. 284
Error '}' should be on the same line. 284
Error Line contains a tab character. 285
Error Line contains a tab character. 286
Error '{' should be on the previous line. 286
Error Line contains a tab character. 287
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error Line contains a tab character. 288
Error Line is longer than 80 characters. 289
Error Line contains a tab character. 289
Error Line contains a tab character. 290
Error 'while' is not followed by whitespace. 290
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error Line contains a tab character. 291
Error '{' should be on the previous line. 291
Error Line is longer than 80 characters. 292
Error Line contains a tab character. 292
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error Line contains a tab character. 293
Error Line contains a tab character. 294
Error Line contains a tab character. 295
Error First sentence should end with a period. 297
Error Line contains a tab character. 297
Error Line contains a tab character. 298
Error Line contains a tab character. 299
Error Line contains a tab character. 300
Error Line contains a tab character. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error Redundant 'final' modifier. 303
Error '(' is followed by whitespace. 303
Error Parameter name should be final. 303
Error Parameter type should be final. 303
Error ')' is preceded with whitespace. 303
Error Line contains a tab character. 304
Error '{' should be on the previous line. 304
Error Line is longer than 80 characters. 305
Error Line contains a tab character. 305
Error '(' is followed by whitespace. 305
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error ')' is preceded with whitespace. 305
Error Line contains a tab character. 306
Error Line contains a tab character. 308
Error Missing a Javadoc comment. 308
Error '(' is followed by whitespace. 308
Error Parameter predicate should be final. 308
Error ')' is preceded with whitespace. 308
Error Line contains a tab character. 309
Error '{' should be on the previous line. 309
Error Line contains a tab character. 310
Error '(' is followed by whitespace. 310
Error ')' is preceded with whitespace. 310
Error Line contains a tab character. 311
Error First sentence should end with a period. 313
Error Line contains a tab character. 313
Error Line is longer than 80 characters. 314
Error Line contains a tab character. 314
Error Line contains a tab character. 315
Error Line contains a tab character. 316
Error Line contains a tab character. 317
Error Line contains a tab character. 318
Error Line contains a tab character. 319
Error '{' should be on the previous line. 319
Error Line contains a tab character. 320
Error 'if' is not followed by whitespace. 320
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 320
Error Line contains a tab character. 321
Error '{' should be on the previous line. 321
Error Line contains a tab character. 322
Error Line is longer than 80 characters. 323
Error Line contains a tab character. 323
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error Line contains a tab character. 325
Error Line is longer than 80 characters. 326
Error Line contains a tab character. 326
Error 'for' is not followed by whitespace. 326
Error '(' is followed by whitespace. 326
Error ';' is followed by whitespace. 326
Error Line contains a tab character. 327
Error Line is longer than 80 characters. 328
Error Line contains a tab character. 328
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error Line contains a tab character. 329
Error Line contains a tab character. 330
Error Line is longer than 80 characters. 331
Error Line contains a tab character. 331
Error '(' is followed by whitespace. 331
Error ')' is preceded with whitespace. 331
Error Line contains a tab character. 332
Error Line contains a tab character. 334
Error Line contains a tab character. 335
Error Line contains a tab character. 336
Error Line contains a tab character. 337
Error Line contains a tab character. 338
Error Line contains a tab character. 339
Error Line contains a tab character. 340
Error '{' should be on the previous line. 340
Error Line contains a tab character. 341
Error Line contains a tab character. 342
Error Line contains a tab character. 344
Error 'for' is not followed by whitespace. 344
Error '(' is followed by whitespace. 344
Error ';' is followed by whitespace. 344
Error Line contains a tab character. 345
Error '{' should be on the previous line. 345
Error Line is longer than 80 characters. 346
Error Line contains a tab character. 346
Error '(' is followed by whitespace. 346
Error 'cast' is not followed by whitespace. 346
Error ')' is preceded with whitespace. 346
Error Line contains a tab character. 347
Error Line contains a tab character. 349
Error '(' is followed by whitespace. 349
Error ')' is preceded with whitespace. 349
Error Line contains a tab character. 350
Error Line contains a tab character. 352
Error Missing a Javadoc comment. 352
Error Line contains a tab character. 353
Error '{' should be on the previous line. 353
Error Line contains a tab character. 354
Error '(' is followed by whitespace. 354
Error ')' is preceded with whitespace. 354
Error Line contains a tab character. 355
Error Line contains a tab character. 357
Error Line is longer than 80 characters. 358
Error Line contains a tab character. 358
Error Line is longer than 80 characters. 359
Error Line contains a tab character. 359
Error Line is longer than 80 characters. 360
Error Line contains a tab character. 360
Error Line is longer than 80 characters. 361
Error Line contains a tab character. 361
Error Line is longer than 80 characters. 362
Error Line contains a tab character. 362
Error Line is longer than 80 characters. 363
Error Line contains a tab character. 363
Error Line is longer than 80 characters. 364
Error Line contains a tab character. 364
Error Line contains a tab character. 365
Error Line contains a tab character. 366
Error Line contains a tab character. 367
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error Line contains a tab character. 370
Error '(' is followed by whitespace. 370
Error Parameter qualifiedName should be final. 370
Error ')' is preceded with whitespace. 370
Error Line contains a tab character. 371
Error '{' should be on the previous line. 371
Error Line contains a tab character. 372
Error 'if' is not followed by whitespace. 372
Error '(' is followed by whitespace. 372
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error ')' is preceded with whitespace. 372
Error Line contains a tab character. 373
Error '{' should be on the previous line. 373
Error Line is longer than 80 characters. 374
Error Line contains a tab character. 374
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error Line contains a tab character. 375
Error Line contains a tab character. 377
Error Line contains a tab character. 378
Error Line contains a tab character. 379
Error Line contains a tab character. 380
Error Line contains a tab character. 381
Error Line contains a tab character. 383
Error Line contains a tab character. 384
Error 'if' is not followed by whitespace. 384
Error '(' is followed by whitespace. 384
Error '(' is followed by whitespace. 384
Error '(' is followed by whitespace. 384
Error ')' is preceded with whitespace. 384
Error ')' is preceded with whitespace. 384
Error ')' is preceded with whitespace. 384
Error Line contains a tab character. 385
Error '{' should be on the previous line. 385
Error Line contains a tab character. 386
Error Line contains a tab character. 387
Error '}' should be on the same line. 387
Error Line is longer than 80 characters. 388
Error Line contains a tab character. 388
Error 'if' is not followed by whitespace. 388
Error '(' is followed by whitespace. 388
Error '(' is followed by whitespace. 388
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error '(' is followed by whitespace. 388
Error ')' is preceded with whitespace. 388
Error ')' is preceded with whitespace. 388
Error ')' is preceded with whitespace. 388
Error Line contains a tab character. 389
Error Line contains a tab character. 390
Error Line contains a tab character. 391
Error '}' should be on the same line. 391
Error Line is longer than 80 characters. 392
Error Line contains a tab character. 392
Error 'if' is not followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error ')' is preceded with whitespace. 392
Error ')' is preceded with whitespace. 392
Error Line contains a tab character. 393
Error Line contains a tab character. 394
Error Line contains a tab character. 395
Error '}' should be on the same line. 395
Error Line is longer than 80 characters. 396
Error Line contains a tab character. 396
Error 'if' is not followed by whitespace. 396
Error '(' is followed by whitespace. 396
Error '(' is followed by whitespace. 396
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error '(' is followed by whitespace. 396
Error ')' is preceded with whitespace. 396
Error ')' is preceded with whitespace. 396
Error ')' is preceded with whitespace. 396
Error Line contains a tab character. 397
Error Line contains a tab character. 398
Error Line contains a tab character. 399
Error '}' should be on the same line. 399
Error Line contains a tab character. 400
Error Line contains a tab character. 401
Error '{' should be on the previous line. 401
Error Line contains a tab character. 402
Error Line contains a tab character. 403
Error 'if' is not followed by whitespace. 403
Error '(' is followed by whitespace. 403
Error '(' is followed by whitespace. 403
Error ')' is preceded with whitespace. 403
Error ')' is preceded with whitespace. 403
Error Line contains a tab character. 404
Error '{' should be on the previous line. 404
Error Line contains a tab character. 405
Error Line contains a tab character. 406
Error '(' is followed by whitespace. 406
Error ')' is preceded with whitespace. 406
Error Line contains a tab character. 407
Error Line contains a tab character. 408
Error '}' should be on the same line. 408
Error Line contains a tab character. 409
Error Line contains a tab character. 410
Error '{' should be on the previous line. 410
Error Line contains a tab character. 411
Error Line contains a tab character. 412
Error Line contains a tab character. 413
Error '(' is followed by whitespace. 413
Error ')' is preceded with whitespace. 413
Error Line contains a tab character. 415
Error 'if' is not followed by whitespace. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error Line contains a tab character. 416
Error '{' should be on the previous line. 416
Error Line is longer than 80 characters. 417
Error Line contains a tab character. 417
Error '(' is followed by whitespace. 417
Error ')' is preceded with whitespace. 417
Error Line is longer than 80 characters. 418
Error Line contains a tab character. 418
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error Line contains a tab character. 419
Error Line contains a tab character. 420
Error '}' should be on the same line. 420
Error Line contains a tab character. 421
Error Line contains a tab character. 422
Error '{' should be on the previous line. 422
Error Line is longer than 80 characters. 423
Error Line contains a tab character. 423
Error Line is longer than 80 characters. 424
Error Line contains a tab character. 424
Error '(' is followed by whitespace. 424
Error ')' is preceded with whitespace. 424
Error Line is longer than 80 characters. 425
Error Line contains a tab character. 425
Error '(' is followed by whitespace. 425
Error ')' is preceded with whitespace. 425
Error Line contains a tab character. 426
Error Line contains a tab character. 427
Error Line contains a tab character. 428
Error Line contains a tab character. 429
Error Line contains a tab character. 430
Error Line contains a tab character. 432
Error Line is longer than 80 characters. 433
Error Line contains a tab character. 433
Error Line contains a tab character. 434
Error Line contains a tab character. 435
Error Line contains a tab character. 436
Error Line is longer than 80 characters. 437
Error Line contains a tab character. 437
Error Line contains a tab character. 438
Error Line contains a tab character. 439
Error Line contains a tab character. 440
Error '(' is followed by whitespace. 440
Error Parameter packageName should be final. 440
Error Expected @param tag for 'packageName'. 440
Error ')' is preceded with whitespace. 440
Error Line contains a tab character. 441
Error '{' should be on the previous line. 441
Error Line is longer than 80 characters. 442
Error Line contains a tab character. 442
Error Line is longer than 80 characters. 443
Error Line contains a tab character. 443
Error 'for' is not followed by whitespace. 443
Error '(' is followed by whitespace. 443
Error ';' is followed by whitespace. 443
Error Line contains a tab character. 444
Error '{' should be on the previous line. 444
Error Line contains a tab character. 445
Error '(' is followed by whitespace. 445
Error ')' is preceded with whitespace. 445
Error Line contains a tab character. 447
Error 'if' is not followed by whitespace. 447
Error '(' is followed by whitespace. 447
Error '(' is followed by whitespace. 447
Error ')' is preceded with whitespace. 447
Error ')' is preceded with whitespace. 447
Error Line contains a tab character. 448
Error '{' should be on the previous line. 448
Error Line contains a tab character. 449
Error Line contains a tab character. 450
Error Line contains a tab character. 451
Error Line contains a tab character. 452
Error Line contains a tab character. 453
Error First sentence should end with a period. 455
Error Line contains a tab character. 455
Error Line is longer than 80 characters. 456
Error Line contains a tab character. 456
Error Line contains a tab character. 457
Error Line contains a tab character. 458
Error Line contains a tab character. 459
Error Line contains a tab character. 460
Error Line contains a tab character. 461
Error '(' is followed by whitespace. 461
Error Parameter useNodeParser should be final. 461
Error Expected @param tag for 'useNodeParser'. 461
Error ')' is preceded with whitespace. 461
Error Line contains a tab character. 462
Error '{' should be on the previous line. 462
Error Line contains a tab character. 463
Error Line contains a tab character. 464
Error Line contains a tab character. 466
Error Missing a Javadoc comment. 466
Error '(' is followed by whitespace. 466
Error Parameter properties should be final. 466
Error ')' is preceded with whitespace. 466
Error Line contains a tab character. 467
Error '{' should be on the previous line. 467
Error Line contains a tab character. 468
Error '(' is followed by whitespace. 468
Error ')' is preceded with whitespace. 468
Error Line contains a tab character. 469
Error Line contains a tab character. 471
Error Line contains a tab character. 472
Error Line contains a tab character. 473
Error Line contains a tab character. 474
Error Line contains a tab character. 475
Error Line contains a tab character. 476
Error '(' is followed by whitespace. 476
Error Parameter resetTimeStamp should be final. 476
Error ')' is preceded with whitespace. 476
Error Line contains a tab character. 477
Error '{' should be on the previous line. 477
Error Line is longer than 80 characters. 478
Error Line contains a tab character. 478
Error 'for' is not followed by whitespace. 478
Error '(' is followed by whitespace. 478
Error ';' is followed by whitespace. 478
Error Line contains a tab character. 479
Error Line contains a tab character. 480
Error Line is longer than 80 characters. 482
Error Line contains a tab character. 482
Error 'for' is not followed by whitespace. 482
Error '(' is followed by whitespace. 482
Error ';' is followed by whitespace. 482
Error Line contains a tab character. 483
Error '{' should be on the previous line. 483
Error Line is longer than 80 characters. 484
Error Line contains a tab character. 484
Error '(' is followed by whitespace. 484
Error ')' is preceded with whitespace. 484
Error Line contains a tab character. 486
Error Line contains a tab character. 487
Error Line contains a tab character. 488
Error Line contains a tab character. 489
Error Line contains a tab character. 490
Error Line contains a tab character. 491
Error Line contains a tab character. 492
Error Line contains a tab character. 493
Error Line contains a tab character. 494
Error Line contains a tab character. 495
Error Line contains a tab character. 496
Error Line contains a tab character. 498
Error Line contains a tab character. 499
Error Line contains a tab character. 500
Error Line contains a tab character. 502
Error Line contains a tab character. 504
Error Line is longer than 80 characters. 506
Error Line contains a tab character. 506
Error Line contains a tab character. 507
Error Line contains a tab character. 508
Error Line contains a tab character. 509
Error 'if' is not followed by whitespace. 509
Error '(' is followed by whitespace. 509
Error ')' is preceded with whitespace. 509
Error Line contains a tab character. 510
Error '{' should be on the previous line. 510
Error Line contains a tab character. 511
Error Line contains a tab character. 512
Error Line contains a tab character. 513
Error First sentence should end with a period. 515
Error Line contains a tab character. 515
Error Line contains a tab character. 516
Error Line contains a tab character. 517
Error Line contains a tab character. 518
Error Line contains a tab character. 519
Error Line contains a tab character. 520
Error Line contains a tab character. 521
Error '(' is followed by whitespace. 521
Error Parameter out should be final. 521
Error Expected @param tag for 'out'. 521
Error Parameter level should be final. 521
Error Expected @param tag for 'level'. 521
Error ')' is preceded with whitespace. 521
Error Line contains a tab character. 522
Error '{' should be on the previous line. 522
Error Line contains a tab character. 523
Error Line contains a tab character. 525
Error 'for' is not followed by whitespace. 525
Error '(' is followed by whitespace. 525
Error ';' is followed by whitespace. 525
Error Line contains a tab character. 526
Error '{' should be on the previous line. 526
Error Line contains a tab character. 527
Error '(' is followed by whitespace. 527
Error ')' is preceded with whitespace. 527
Error Line contains a tab character. 529
Error 'if' is not followed by whitespace. 529
Error '(' is followed by whitespace. 529
Error ')' is preceded with whitespace. 529
Error Line contains a tab character. 530
Error '{' should be on the previous line. 530
Error Line contains a tab character. 531
Error 'if' is not followed by whitespace. 531
Error '(' is followed by whitespace. 531
Error ')' is preceded with whitespace. 531
Error Line contains a tab character. 532
Error '{' should be on the previous line. 532
Error Line is longer than 80 characters. 533
Error Line contains a tab character. 533
Error 'if' is not followed by whitespace. 533
Error '(' is followed by whitespace. 533
Error ')' is preceded with whitespace. 533
Error Line contains a tab character. 534
Error '{' should be on the previous line. 534
Error Line is longer than 80 characters. 535
Error Line contains a tab character. 535
Error Line is longer than 80 characters. 536
Error Line contains a tab character. 536
Error '(' is followed by whitespace. 536
Error ')' is preceded with whitespace. 536
Error Line is longer than 80 characters. 537
Error Line contains a tab character. 537
Error '(' is followed by whitespace. 537
Error ')' is preceded with whitespace. 537
Error Line is longer than 80 characters. 538
Error Line contains a tab character. 538
Error '(' is followed by whitespace. 538
Error ')' is preceded with whitespace. 538
Error Line is longer than 80 characters. 539
Error Line contains a tab character. 539
Error '(' is followed by whitespace. 539
Error ')' is preceded with whitespace. 539
Error Line is longer than 80 characters. 540
Error Line contains a tab character. 540
Error '(' is followed by whitespace. 540
Error ')' is preceded with whitespace. 540
Error Line contains a tab character. 541
Error '}' should be on the same line. 541
Error Line contains a tab character. 542
Error Line contains a tab character. 543
Error '{' should be on the previous line. 543
Error Line is longer than 80 characters. 544
Error Line contains a tab character. 544
Error '(' is followed by whitespace. 544
Error ')' is preceded with whitespace. 544
Error Line is longer than 80 characters. 545
Error Line contains a tab character. 545
Error '(' is followed by whitespace. 545
Error ')' is preceded with whitespace. 545
Error Line is longer than 80 characters. 546
Error Line contains a tab character. 546
Error '(' is followed by whitespace. 546
Error ')' is preceded with whitespace. 546
Error Line is longer than 80 characters. 547
Error Line contains a tab character. 547
Error '(' is followed by whitespace. 547
Error ')' is preceded with whitespace. 547
Error Line is longer than 80 characters. 548
Error Line contains a tab character. 548
Error '(' is followed by whitespace. 548
Error ')' is preceded with whitespace. 548
Error Line contains a tab character. 549
Error Line contains a tab character. 550
Error Line contains a tab character. 551
Error Line is longer than 80 characters. 552
Error Line contains a tab character. 552
Error '(' is followed by whitespace. 552
Error ')' is preceded with whitespace. 552
Error Line contains a tab character. 553
Error Line contains a tab character. 554
Error Line contains a tab character. 555
Error Line contains a tab character. 557
Error Line contains a tab character. 558
Error Line contains a tab character. 559
Error Line contains a tab character. 560
Error Line contains a tab character. 561
Error Line contains a tab character. 562
Error '(' is followed by whitespace. 562
Error Parameter sourceSet should be final. 562
Error ')' is preceded with whitespace. 562
Error Line contains a tab character. 563
Error '{' should be on the previous line. 563
Error Line contains a tab character. 564
Error '(' is followed by whitespace. 564
Error ')' is preceded with whitespace. 564
Error Line contains a tab character. 565
Error 'for' is not followed by whitespace. 565
Error '(' is followed by whitespace. 565
Error ')' is preceded with whitespace. 565
Error Line contains a tab character. 566
Error '{' should be on the previous line. 566
Error Line contains a tab character. 567
Error '(' is followed by whitespace. 567
Error ')' is preceded with whitespace. 567
Error Line contains a tab character. 569
Error 'if' is not followed by whitespace. 569
Error '(' is followed by whitespace. 569
Error '(' is followed by whitespace. 569
Error ')' is preceded with whitespace. 569
Error ')' is preceded with whitespace. 569
Error Line contains a tab character. 570
Error '{' should be on the previous line. 570
Error Line is longer than 80 characters. 571
Error Line contains a tab character. 571
Error Line contains a tab character. 573
Error '(' is followed by whitespace. 573
Error ')' is preceded with whitespace. 573
Error Line contains a tab character. 574
Error Line contains a tab character. 575
Error '(' is followed by whitespace. 575
Error ')' is preceded with whitespace. 575
Error Line contains a tab character. 576
Error Line contains a tab character. 577
Error Line contains a tab character. 579
Error Missing a Javadoc comment. 579
Error '(' is followed by whitespace. 579
Error Parameter qualifiedName should be final. 579
Error Parameter file should be final. 579
Error ')' is preceded with whitespace. 579
Error Line contains a tab character. 580
Error '{' should be on the previous line. 580
Error Line contains a tab character. 581
Error '(' is followed by whitespace. 581
Error ')' is preceded with whitespace. 581
Error Line contains a tab character. 583
Error 'if' is not followed by whitespace. 583
Error '(' is followed by whitespace. 583
Error '(' is followed by whitespace. 583
Error ')' is preceded with whitespace. 583
Error ')' is preceded with whitespace. 583
Error Line contains a tab character. 584
Error '{' should be on the previous line. 584
Error Line is longer than 80 characters. 585
Error Line contains a tab character. 585
Error Line contains a tab character. 587
Error '(' is followed by whitespace. 587
Error ')' is preceded with whitespace. 587
Error Line contains a tab character. 588
Error Line contains a tab character. 589
Error '(' is followed by whitespace. 589
Error ')' is preceded with whitespace. 589
Error Line contains a tab character. 590
Error First sentence should end with a period. 592
Error Line contains a tab character. 592
Error Line contains a tab character. 593
Error Line contains a tab character. 594
Error Line contains a tab character. 595
Error Line contains a tab character. 596
Error Line contains a tab character. 597
Error Line contains a tab character. 598
Error Line contains a tab character. 599
Error Line contains a tab character. 600
Error Line contains a tab character. 601
Error Line contains a tab character. 602
Error Line is longer than 80 characters. 603
Error Line contains a tab character. 603
Error Line is longer than 80 characters. 604
Error Line contains a tab character. 604
Error Line contains a tab character. 605
Error Line contains a tab character. 606
Error Line contains a tab character. 607
Error Line contains a tab character. 608
Error Parameter className should be final. 608
Error Line contains a tab character. 609
Error Parameter methodNameWithSignature should be final. 609
Error Line contains a tab character. 610
Error Parameter tagName should be final. 610
Error Line contains a tab character. 611
Error Parameter parameterName should be final. 611
Error Line contains a tab character. 612
Error Parameter parameterValue should be final. 612
Error Line contains a tab character. 613
Error Parameter tagIndex should be final. 613
Error Line contains a tab character. 614
Error Line contains a tab character. 615
Error '{' should be on the previous line. 615
Error Line contains a tab character. 616
Error '(' is followed by whitespace. 616
Error ')' is preceded with whitespace. 616
Error Line contains a tab character. 617
Error '(' is followed by whitespace. 617
Error ')' is preceded with whitespace. 617
Error Line contains a tab character. 619
Error Line is longer than 80 characters. 621
Error Line contains a tab character. 621
Error '(' is followed by whitespace. 621
Error ')' is preceded with whitespace. 621
Error Line contains a tab character. 623
Error Line contains a tab character. 624
Error First sentence should end with a period. 626
Error Line contains a tab character. 626
Error Line contains a tab character. 627
Error Line contains a tab character. 628
Error Line contains a tab character. 629
Error Line contains a tab character. 630
Error Line contains a tab character. 631
Error Line contains a tab character. 632
Error Line contains a tab character. 633
Error Line contains a tab character. 634
Error Line contains a tab character. 635
Error Line contains a tab character. 636
Error Line contains a tab character. 637
Error Line contains a tab character. 638
Error Parameter className should be final. 638
Error Line contains a tab character. 639
Error Parameter tagName should be final. 639
Error Line contains a tab character. 640
Error Parameter parameterName should be final. 640
Error Line contains a tab character. 641
Error Parameter parameterValue should be final. 641
Error Line contains a tab character. 642
Error Parameter tagIndex should be final. 642
Error Line contains a tab character. 643
Error Line contains a tab character. 644
Error '{' should be on the previous line. 644
Error Line contains a tab character. 645
Error '(' is followed by whitespace. 645
Error ')' is preceded with whitespace. 645
Error Line contains a tab character. 646
Error Line is longer than 80 characters. 648
Error Line contains a tab character. 648
Error '(' is followed by whitespace. 648
Error ')' is preceded with whitespace. 648
Error Line contains a tab character. 649
Error Line contains a tab character. 650
Error Line contains a tab character. 652
Error Missing a Javadoc comment. 652
Error '(' is followed by whitespace. 652
Error Parameter value should be final. 652
Error ')' is preceded with whitespace. 652
Error Line contains a tab character. 653
Error '{' should be on the previous line. 653
Error Line contains a tab character. 655
Error '(' is followed by whitespace. 655
Error ')' is preceded with whitespace. 655
Error Line contains a tab character. 656
Error Line contains a tab character. 658
Error Line contains a tab character. 659
Error Line is longer than 80 characters. 660
Error Line contains a tab character. 660
Error Line contains a tab character. 661
Error Line contains a tab character. 662
Error Line contains a tab character. 663
Error Redundant 'final' modifier. 663
Error '(' is followed by whitespace. 663
Error Expected @param tag for 'qualifiedClassName'. 663
Error ')' is preceded with whitespace. 663
Error Line contains a tab character. 664
Error '{' should be on the previous line. 664
Error Line contains a tab character. 665
Error Line contains a tab character. 666
Error 'if' is not followed by whitespace. 666
Error '(' is followed by whitespace. 666
Error '(' is followed by whitespace. 666
Error ')' is preceded with whitespace. 666
Error ')' is preceded with whitespace. 666
Error Line contains a tab character. 667
Error '{' should be on the previous line. 667
Error Line contains a tab character. 668
Error Line contains a tab character. 669
Error '}' should be on the same line. 669
Error Line contains a tab character. 670
Error Line contains a tab character. 671
Error Conditional logic can be removed. 671
Error 'if' is not followed by whitespace. 671
Error '(' is followed by whitespace. 671
Error '(' is followed by whitespace. 671
Error ')' is preceded with whitespace. 671
Error ')' is preceded with whitespace. 671
Error Line contains a tab character. 672
Error '{' should be on the previous line. 672
Error Line contains a tab character. 673
Error Line contains a tab character. 674
Error '}' should be on the same line. 674
Error Line contains a tab character. 675
Error Line contains a tab character. 676
Error '{' should be on the previous line. 676
Error Line contains a tab character. 677
Error Line contains a tab character. 678
Error Line contains a tab character. 679
Error Line is longer than 80 characters. 681
Error Line contains a tab character. 681
Error Missing a Javadoc comment. 681
Error '(' is followed by whitespace. 681
Error Parameter clazz should be final. 681
Error Parameter unknownClass should be final. 681
Error Parameter unqualifiedClassName should be final. 681
Error Parameter level should be final. 681
Error ')' is preceded with whitespace. 681
Error Line contains a tab character. 682
Error Line is longer than 80 characters. 683
Error Line contains a tab character. 683
Error '(' is followed by whitespace. 683
Error '(' is followed by whitespace. 683
Error ')' is preceded with whitespace. 683
Error ')' is preceded with whitespace. 683
Error Line contains a tab character. 684
Error First sentence should end with a period. 686
Error Line contains a tab character. 686
Error Line contains a tab character. 687
Error Line contains a tab character. 688
Error Line contains a tab character. 689
Error Line contains a tab character. 690
Error Line contains a tab character. 691
Error Line contains a tab character. 692
Error '(' is followed by whitespace. 692
Error Parameter packageName should be final. 692
Error ')' is preceded with whitespace. 692
Error Line contains a tab character. 693
Error '{' should be on the previous line. 693
Error Line contains a tab character. 694
Error '(' is followed by whitespace. 694
Error ')' is preceded with whitespace. 694
Error '(' is followed by whitespace. 694
Error ')' is preceded with whitespace. 694
Error Line contains a tab character. 696
Error 'if' is not followed by whitespace. 696
Error '(' is followed by whitespace. 696
Error ')' is preceded with whitespace. 696
Error Line contains a tab character. 697
Error '{' should be on the previous line. 697
Error Line contains a tab character. 698
Error Line contains a tab character. 699
Error '(' is followed by whitespace. 699
Error ')' is preceded with whitespace. 699
Error Line contains a tab character. 700
Error '(' is followed by whitespace. 700
Error ')' is preceded with whitespace. 700
Error Line contains a tab character. 701
Error Line contains a tab character. 702
Error Line contains a tab character. 703
Error Line contains a tab character. 705
Error Line is longer than 80 characters. 706
Error Line contains a tab character. 706
Error Line contains a tab character. 707
Error Line contains a tab character. 708
Error Line contains a tab character. 709
Error Line contains a tab character. 710
Error Line contains a tab character. 711
Error '(' is followed by whitespace. 711
Error Parameter sourceClass should be final. 711
Error ')' is preceded with whitespace. 711
Error Line contains a tab character. 712
Error '{' should be on the previous line. 712
Error Line is longer than 80 characters. 713
Error Line contains a tab character. 713
Error '(' is followed by whitespace. 713
Error ')' is preceded with whitespace. 713
Error Line is longer than 80 characters. 715
Error Line contains a tab character. 715
Error Line contains a tab character. 716
Error Line is longer than 80 characters. 717
Error Line contains a tab character. 717
Error 'if' is not followed by whitespace. 717
Error '(' is followed by whitespace. 717
Error '(' is followed by whitespace. 717
Error ')' is preceded with whitespace. 717
Error ')' is preceded with whitespace. 717
Error Line contains a tab character. 718
Error Line is longer than 80 characters. 719
Error Line contains a tab character. 719
Error '(' is followed by whitespace. 719
Error ')' is preceded with whitespace. 719
Error Line contains a tab character. 720
Error Line contains a tab character. 721
Error Line contains a tab character. 723
Error Line contains a tab character. 724
Error Line contains a tab character. 725
Error Line contains a tab character. 726
Error Line contains a tab character. 727
Error Line contains a tab character. 728
Error Line contains a tab character. 729
Error Redundant 'final' modifier. 729
Error '(' is followed by whitespace. 729
Error Parameter qualifiedName should be final. 729
Error ')' is preceded with whitespace. 729
Error Line contains a tab character. 730
Error '{' should be on the previous line. 730
Error Line contains a tab character. 731
Error Line contains a tab character. 732
Error '{' should be on the previous line. 732
Error Line is longer than 80 characters. 733
Error Line contains a tab character. 733
Error '(' is followed by whitespace. 733
Error ')' is preceded with whitespace. 733
Error Line contains a tab character. 734
Error '}' should be on the same line. 734
Error Line contains a tab character. 735
Error 'catch' is not followed by whitespace. 735
Error '(' is followed by whitespace. 735
Error ')' is preceded with whitespace. 735
Error Line contains a tab character. 736
Error '{' should be on the previous line. 736
Error Line is longer than 80 characters. 737
Error Line contains a tab character. 737
Error Line is longer than 80 characters. 738
Error Line contains a tab character. 738
Error Line contains a tab character. 739
Error Line contains a tab character. 740
Error Line contains a tab character. 741
Error First sentence should end with a period. 743
Error Line contains a tab character. 743
Error Line contains a tab character. 744
Error Line contains a tab character. 745
Error Line contains a tab character. 746
Error Line contains a tab character. 747
Error Line contains a tab character. 748
Error Line contains a tab character. 749
Error '{' should be on the previous line. 749
Error Line contains a tab character. 750
Error 'if' is not followed by whitespace. 750
Error '(' is followed by whitespace. 750
Error ')' is preceded with whitespace. 750
Error Line contains a tab character. 751
Error '{' should be on the previous line. 751
Error Line is longer than 80 characters. 752
Error Line contains a tab character. 752
Error 'for' is not followed by whitespace. 752
Error '(' is followed by whitespace. 752
Error ';' is followed by whitespace. 752
Error Line contains a tab character. 753
Error '{' should be on the previous line. 753
Error Line contains a tab character. 754
Error '(' is followed by whitespace. 754
Error ')' is preceded with whitespace. 754
Error Line contains a tab character. 756
Error Line contains a tab character. 757
Error Line contains a tab character. 758
Error Line contains a tab character. 759
Error Line contains a tab character. 760
Error '(' is followed by whitespace. 760
Error ')' is preceded with whitespace. 760
Error Line contains a tab character. 761
Error Line is longer than 80 characters. 763
Error Line contains a tab character. 763
Error 'for' is not followed by whitespace. 763
Error '(' is followed by whitespace. 763
Error ';' is followed by whitespace. 763
Error Line contains a tab character. 764
Error Line contains a tab character. 765
Error '(' is followed by whitespace. 765
Error ')' is preceded with whitespace. 765
Error Line contains a tab character. 767
Error '(' is followed by whitespace. 767
Error ')' is preceded with whitespace. 767
Error Line contains a tab character. 768
Error Line contains a tab character. 769
Error Line is longer than 80 characters. 771
Error Line contains a tab character. 771
Error Line is longer than 80 characters. 772
Error Line contains a tab character. 772
Error Line is longer than 80 characters. 773
Error Line contains a tab character. 773
Error Line is longer than 80 characters. 774
Error Line contains a tab character. 774
Error Line is longer than 80 characters. 775
Error Line contains a tab character. 775
Error Name 'new_collection' must match pattern '^[a-z][a-zA-Z0-9]*$'. 775
Error '(' is followed by whitespace. 775
Error ')' is preceded with whitespace. 775
Error Line contains a tab character. 777
Error '(' is followed by whitespace. 777
Error ')' is preceded with whitespace. 777
Error Line contains a tab character. 778
Error First sentence should end with a period. 780
Error Line contains a tab character. 780
Error Line contains a tab character. 781
Error Line contains a tab character. 782
Error Line contains a tab character. 783
Error Line contains a tab character. 784
Error Line contains a tab character. 785
Error Line contains a tab character. 786
Error '(' is followed by whitespace. 786
Error Parameter qualifiedName should be final. 786
Error ')' is preceded with whitespace. 786
Error Line contains a tab character. 787
Error '{' should be on the previous line. 787
Error Line is longer than 80 characters. 788
Error Line contains a tab character. 788
Error Line contains a tab character. 789
Error Line contains a tab character. 791
Error 'for' is not followed by whitespace. 791
Error '(' is followed by whitespace. 791
Error ';' is followed by whitespace. 791
Error Line contains a tab character. 792
Error '{' should be on the previous line. 792
Error Line contains a tab character. 793
Error '(' is followed by whitespace. 793
Error ')' is preceded with whitespace. 793
Error Line is longer than 80 characters. 794
Error Line contains a tab character. 794
Error '(' is followed by whitespace. 794
Error ')' is preceded with whitespace. 794
Error Line contains a tab character. 796
Error 'if' is not followed by whitespace. 796
Error '(' is followed by whitespace. 796
Error ')' is preceded with whitespace. 796
Error Line contains a tab character. 797
Error '{' should be on the previous line. 797
Error Line is longer than 80 characters. 798
Error Line contains a tab character. 798
Error Line is longer than 80 characters. 799
Error Line contains a tab character. 799
Error Line is longer than 80 characters. 800
Error Line contains a tab character. 800
Error Line contains a tab character. 801
Error Line is longer than 80 characters. 802
Error Line contains a tab character. 802
Error Line contains a tab character. 803
Error Line contains a tab character. 804
Error Line contains a tab character. 805
Error Line contains a tab character. 806
Error Line contains a tab character. 807
Error Line contains a tab character. 808
Error First sentence should end with a period. 810
Error Line contains a tab character. 810
Error Line contains a tab character. 811
Error Line contains a tab character. 812
Error Line is longer than 80 characters. 813
Error Line contains a tab character. 813
Error Line is longer than 80 characters. 814
Error Line contains a tab character. 814
Error Line contains a tab character. 815
Error Line contains a tab character. 816
Error '(' is followed by whitespace. 816
Error Parameter outer should be final. 816
Error Parameter c should be final. 816
Error ')' is preceded with whitespace. 816
Error Line contains a tab character. 817
Error '{' should be on the previous line. 817
Error Line is longer than 80 characters. 818
Error Line contains a tab character. 818
Error 'for' is not followed by whitespace. 818
Error '(' is followed by whitespace. 818
Error ';' is followed by whitespace. 818
Error Line contains a tab character. 819
Error Line contains a tab character. 820
Error Line contains a tab character. 822
Error '(' is followed by whitespace. 822
Error ')' is preceded with whitespace. 822
Error Line contains a tab character. 823
Error '(' is followed by whitespace. 823
Error ')' is preceded with whitespace. 823
Error Line contains a tab character. 824
Error Line contains a tab character. 825
Error First sentence should end with a period. 827
Error Line contains a tab character. 827
Error Line contains a tab character. 828
Error Line contains a tab character. 829
Error Line contains a tab character. 830
Error Line contains a tab character. 831
Error Line contains a tab character. 832
Error Line contains a tab character. 833
Error '(' is followed by whitespace. 833
Error Parameter qualifiedName should be final. 833
Error ')' is preceded with whitespace. 833
Error Line contains a tab character. 834
Error '{' should be on the previous line. 834
Error Line contains a tab character. 835
Error Line is longer than 80 characters. 836
Error Line contains a tab character. 836
Error Line contains a tab character. 837
Error Line contains a tab character. 838
Error Line is longer than 80 characters. 839
Error Line contains a tab character. 839
Error Line contains a tab character. 840
Error Line is longer than 80 characters. 841
Error Line contains a tab character. 841
Error Line is longer than 80 characters. 842
Error Line contains a tab character. 842
Error Line is longer than 80 characters. 843
Error Line contains a tab character. 843
Error Line contains a tab character. 844
Error Line contains a tab character. 845
Error Line contains a tab character. 846
Error '(' is followed by whitespace. 846
Error ')' is preceded with whitespace. 846
Error Line contains a tab character. 848
Error 'if' is not followed by whitespace. 848
Error '(' is followed by whitespace. 848
Error ')' is preceded with whitespace. 848
Error Line contains a tab character. 849
Error '{' should be on the previous line. 849
Error Line contains a tab character. 850
Error 'if' is not followed by whitespace. 850
Error '(' is followed by whitespace. 850
Error ')' is preceded with whitespace. 850
Error Line contains a tab character. 851
Error '{' should be on the previous line. 851
Error Line is longer than 80 characters. 852
Error Line contains a tab character. 852
Error Line is longer than 80 characters. 853
Error Line contains a tab character. 853
Error '(' is followed by whitespace. 853
Error '(' is followed by whitespace. 853
Error ')' is preceded with whitespace. 853
Error '(' is followed by whitespace. 853
Error ')' is preceded with whitespace. 853
Error ')' is preceded with whitespace. 853
Error Line contains a tab character. 854
Error Line contains a tab character. 855
Error Line contains a tab character. 856
Error Line contains a tab character. 858
Error Line contains a tab character. 860
Error 'if' is not followed by whitespace. 860
Error '(' is followed by whitespace. 860
Error ')' is preceded with whitespace. 860
Error Line contains a tab character. 861
Error '{' should be on the previous line. 861
Error Line is longer than 80 characters. 862
Error Line contains a tab character. 862
Error '(' is followed by whitespace. 862
Error ')' is preceded with whitespace. 862
Error Line contains a tab character. 863
Error Line contains a tab character. 865
Error Line contains a tab character. 866
Error Line contains a tab character. 868
Error Line contains a tab character. 869
Error Line contains a tab character. 870
Error Line contains a tab character. 871
Error Line contains a tab character. 872
Error Line contains a tab character. 873
Error Line contains a tab character. 874
Error '(' is followed by whitespace. 874
Error Parameter qualifiedName should be final. 874
Error ')' is preceded with whitespace. 874
Error Line contains a tab character. 875
Error '{' should be on the previous line. 875
Error Line contains a tab character. 876
Error '(' is followed by whitespace. 876
Error ')' is preceded with whitespace. 876
Error Line is longer than 80 characters. 878
Error Line contains a tab character. 878
Error Avoid inline conditionals. 878
Error '(' is followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error '(' is followed by whitespace. 878
Error ')' is preceded with whitespace. 878
Error Line contains a tab character. 880
Error 'if' is not followed by whitespace. 880
Error '(' is followed by whitespace. 880
Error ')' is preceded with whitespace. 880
Error Line contains a tab character. 881
Error '{' should be on the previous line. 881
Error Line is longer than 80 characters. 882
Error Line contains a tab character. 882
Error '(' is followed by whitespace. 882
Error ')' is preceded with whitespace. 882
Error Line contains a tab character. 883
Error Line is longer than 80 characters. 885
Error Line contains a tab character. 885
Error '(' is followed by whitespace. 885
Error ',' is not followed by whitespace. 885
Error Line contains a tab character. 887
Error Line contains a tab character. 888
Error 'if' is not followed by whitespace. 888
Error '(' is followed by whitespace. 888
Error ')' is preceded with whitespace. 888
Error Line contains a tab character. 889
Error '{' should be on the previous line. 889
Error Line contains a tab character. 890
Error Line contains a tab character. 891
Error Line contains a tab character. 893
Error Line contains a tab character. 895
Error Line contains a tab character. 896
Error Missing a Javadoc comment. 898
Error '(' is followed by whitespace. 907
Error Parameter classpath should be final. 907
Error ')' is preceded with whitespace. 907
Error '(' is followed by whitespace. 908
Error ')' is preceded with whitespace. 908
Error Missing a Javadoc comment. 911
Error Line contains a tab character. 911
Error 'static' modifier out of order with the JLS suggestions. 911
Error Line contains a tab character. 912
Error '{' should be on the previous line. 912
Error Line contains a tab character. 913
Error Missing a Javadoc comment. 913
Error '(' is followed by whitespace. 913
Error Parameter o should be final. 913
Error ')' is preceded with whitespace. 913
Error Line contains a tab character. 914
Error '{' should be on the previous line. 914
Error Line contains a tab character. 915
Error '(' is followed by whitespace. 915
Error ')' is preceded with whitespace. 915
Error Line contains a tab character. 917
Error Line contains a tab character. 918
Error Line contains a tab character. 919
Error Missing a Javadoc comment. 921
Error Line contains a tab character. 921
Error Line contains a tab character. 922
Error '{' should be on the previous line. 922
Error Line contains a tab character. 923
Error Missing a Javadoc comment. 923
Error Name '_sourceClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 923
Error Variable '_sourceClass' must be private and have accessor methods. 923
Error Line contains a tab character. 924
Error Missing a Javadoc comment. 924
Error Name '_unknownClass' must match pattern '^[a-z][a-zA-Z0-9]*$'. 924
Error Variable '_unknownClass' must be private and have accessor methods. 924
Error Line contains a tab character. 925
Error Missing a Javadoc comment. 925
Error Name '_unqualifiedClassName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 925
Error Variable '_unqualifiedClassName' must be private and have accessor methods. 925
Error Line contains a tab character. 926
Error Missing a Javadoc comment. 926
Error Name '_level' must match pattern '^[a-z][a-zA-Z0-9]*$'. 926
Error Variable '_level' must be private and have accessor methods. 926
Error Line is longer than 80 characters. 927
Error Line contains a tab character. 927
Error Missing a Javadoc comment. 927
Error '(' is followed by whitespace. 927
Error Parameter sourceClass should be final. 927
Error Parameter unknownClass should be final. 927
Error Parameter unqualifiedClassName should be final. 927
Error Parameter level should be final. 927
Error ')' is preceded with whitespace. 927
Error Line contains a tab character. 928
Error Line contains a tab character. 929
Error Line contains a tab character. 930
Error Line contains a tab character. 931
Error Line contains a tab character. 932
Error Line contains a tab character. 933
Error Line contains a tab character. 934
Error Line contains a tab character. 936
Error Line contains a tab character. 937
Error Line contains a tab character. 938
Error Line contains a tab character. 939
Error Line contains a tab character. 940
Error Line contains a tab character. 941
Error Line contains a tab character. 942
Error Line contains a tab character. 944
Error Line contains a tab character. 945
Error Unused @param tag for 'string'. 946
Error Line contains a tab character. 946
Error Line contains a tab character. 947
Error Line contains a tab character. 948
Error Parameter encoding should be final. 948
Error Expected @param tag for 'encoding'. 948
Error Line contains a tab character. 949
Error Line contains a tab character. 950
Error Line contains a tab character. 952
Error Line contains a tab character. 953
Error Line contains a tab character. 954
Error Line contains a tab character. 955
Error Line contains a tab character. 956
Error Line contains a tab character. 957
Error Line contains a tab character. 958
Error Line contains a tab character. 960
Error Line contains a tab character. 961
Error Line has trailing spaces. 962
Error Unused @param tag for 'string'. 962
Error Line contains a tab character. 962
Error Line contains a tab character. 963
Error Line contains a tab character. 964
Error Parameter docencoding should be final. 964
Error Expected @param tag for 'docencoding'. 964
Error Line contains a tab character. 965
Error Line contains a tab character. 966

xjavadoc/XJavaDocException.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 12
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Name '_source' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error First sentence should end with a period. 19
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error '(' is followed by whitespace. 26
Error Parameter source should be final. 26
Error ')' is preceded with whitespace. 26
Error Line contains a tab character. 27
Error '{' should be on the previous line. 27
Error Line contains a tab character. 28
Error '(' is followed by whitespace. 28
Error ')' is preceded with whitespace. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error First sentence should end with a period. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error '(' is followed by whitespace. 39
Error Parameter message should be final. 39
Error ')' is preceded with whitespace. 39
Error Line contains a tab character. 40
Error '{' should be on the previous line. 40
Error Line contains a tab character. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line contains a tab character. 42
Error First sentence should end with a period. 44
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Method 'getSource' is not designed for extension - needs to be abstract, final or empty. 49
Error Line contains a tab character. 50
Error '{' should be on the previous line. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52

xjavadoc/XMember.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 15

xjavadoc/XMethod.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 9
Error '{' should be on the previous line. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line is longer than 80 characters. 20
Error Line contains a tab character. 20
Error Redundant 'public' modifier. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line is longer than 80 characters. 25
Error Line contains a tab character. 25
Error Redundant 'public' modifier. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 34
Error Line is longer than 80 characters. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 45
Error Line is longer than 80 characters. 46
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 79
Error Line is longer than 80 characters. 80
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Redundant 'public' modifier. 85
Error Line contains a tab character. 87
Error Line is longer than 80 characters. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Redundant 'public' modifier. 93
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error '{' should be on the previous line. 99
Error Line contains a tab character. 100
Error Missing a Javadoc comment. 100
Error '(' is followed by whitespace. 100
Error Parameter o should be final. 100
Error ')' is preceded with whitespace. 100
Error Line contains a tab character. 101
Error '{' should be on the previous line. 101
Error Line contains a tab character. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line contains a tab character. 112
Error '{' should be on the previous line. 112
Error Line contains a tab character. 113
Error Missing a Javadoc comment. 113
Error '(' is followed by whitespace. 113
Error Parameter o should be final. 113
Error ')' is preceded with whitespace. 113
Error Line contains a tab character. 114
Error '{' should be on the previous line. 114
Error Line contains a tab character. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119

xjavadoc/XPackage.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 7
Error First sentence should end with a period. 9
Error '{' should be on the previous line. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Name '_classes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 25
Error First sentence should end with a period. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error '(' is followed by whitespace. 36
Error Parameter name should be final. 36
Error ')' is preceded with whitespace. 36
Error Line contains a tab character. 37
Error '{' should be on the previous line. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error First sentence should end with a period. 41
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Redundant 'final' modifier. 46
Error Line contains a tab character. 47
Error '{' should be on the previous line. 47
Error Line contains a tab character. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line contains a tab character. 49
Error First sentence should end with a period. 51
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Redundant 'final' modifier. 58
Error Line contains a tab character. 59
Error '{' should be on the previous line. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error First sentence should end with a period. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error '{' should be on the previous line. 71
Error Line contains a tab character. 72
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Line contains a tab character. 73
Error First sentence should end with a period. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error '{' should be on the previous line. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error First sentence should end with a period. 87
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error Line contains a tab character. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error '{' should be on the previous line. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error First sentence should end with a period. 99
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error '(' is followed by whitespace. 108
Error Parameter o should be final. 108
Error ')' is preceded with whitespace. 108
Error Line contains a tab character. 109
Error '{' should be on the previous line. 109
Error Line contains a tab character. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line contains a tab character. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 113
Error First sentence should end with a period. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error Line contains a tab character. 123
Error '(' is followed by whitespace. 123
Error Parameter clazz should be final. 123
Error ')' is preceded with whitespace. 123
Error Line contains a tab character. 124
Error '{' should be on the previous line. 124
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line contains a tab character. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line contains a tab character. 129

xjavadoc/XParameter.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 12
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line is longer than 80 characters. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 20
Error Line is longer than 80 characters. 21
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27

xjavadoc/XProgramElement.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 10
Error '{' should be on the previous line. 20
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error Line contains a tab character. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Line contains a tab character. 33
Error Missing a Javadoc comment. 33
Error Line contains a tab character. 34
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error First sentence should end with a period. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40

xjavadoc/XTag.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 15
Error First sentence should end with a period. 16
Error Line contains a tab character. 16
Error Line is longer than 80 characters. 17
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error Line contains a tab character. 25
Error Line is longer than 80 characters. 26
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error First sentence should end with a period. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Redundant 'public' modifier. 51
Error Line contains a tab character. 53
Error Missing a Javadoc comment. 53
Error Redundant 'public' modifier. 53
Error Line contains a tab character. 55
Error Missing a Javadoc comment. 55
Error Redundant 'public' modifier. 55
Error First sentence should end with a period. 57
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error Line contains a tab character. 65
Error Missing a Javadoc comment. 65
Error '(' is followed by whitespace. 65
Error ')' is preceded with whitespace. 65
Error Line contains a tab character. 67
Error Missing a Javadoc comment. 67
Error Redundant 'public' modifier. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line contains a tab character. 69
Error Missing a Javadoc comment. 69
Error Redundant 'public' modifier. 69
Error '(' is followed by whitespace. 69
Error ')' is preceded with whitespace. 69
Error Line contains a tab character. 71
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error Line contains a tab character. 73
Error Missing a Javadoc comment. 73
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line is longer than 80 characters. 78
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Redundant 'public' modifier. 81
Error Redundant throws: 'TagValidationException' is unchecked exception. 81

xjavadoc/XTagFactory.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 18
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Name '_tagClasses' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Name '_isValidating' must match pattern '^[a-z][a-zA-Z0-9]*$'. 24
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Line is longer than 80 characters. 28
Error Line contains a tab character. 28
Error Line is longer than 80 characters. 29
Error Line contains a tab character. 29
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 37
Error Parameter isValidating should be final. 37
Error ')' is preceded with whitespace. 37
Error Line contains a tab character. 38
Error '{' should be on the previous line. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error '(' is followed by whitespace. 47
Error Parameter tags should be final. 47
Error Expected @param tag for 'tags'. 47
Error ')' is preceded with whitespace. 47
Error Line contains a tab character. 48
Error '{' should be on the previous line. 48
Error Line contains a tab character. 49
Error '(' is followed by whitespace. 49
Error ')' is preceded with whitespace. 49
Error Line contains a tab character. 51
Error 'while' is not followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line contains a tab character. 52
Error '{' should be on the previous line. 52
Error Line contains a tab character. 53
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 57
Error Line is longer than 80 characters. 58
Error Line contains a tab character. 58
Error Line is longer than 80 characters. 59
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line is longer than 80 characters. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line is longer than 80 characters. 69
Error Unused @throws tag for 'TagValidationException'. 69
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Line contains a tab character. 71
Error Line is longer than 80 characters. 72
Error Line contains a tab character. 72
Error '(' is followed by whitespace. 72
Error Parameter tagName should be final. 72
Error Parameter text should be final. 72
Error Parameter doc should be final. 72
Error Expected @param tag for 'doc'. 72
Error Parameter lineNumber should be final. 72
Error Expected @param tag for 'lineNumber'. 72
Error ')' is preceded with whitespace. 72
Error Expected @throws tag for 'UnknownTagException'. 72
Error Redundant throws: 'UnknownTagException' is unchecked exception. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 80
Error 'if' is not followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error '{' should be on the previous line. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error '{' should be on the previous line. 83
Error Line contains a tab character. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line contains a tab character. 85
Error '}' should be on the same line. 85
Error Line contains a tab character. 86
Error 'catch' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line contains a tab character. 87
Error '{' should be on the previous line. 87
Error Line contains a tab character. 88
Error Line is longer than 80 characters. 89
Error Line contains a tab character. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line contains a tab character. 90
Error '}' should be on the same line. 90
Error Line contains a tab character. 91
Error 'catch' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error Line contains a tab character. 92
Error '{' should be on the previous line. 92
Error Line contains a tab character. 93
Error Line is longer than 80 characters. 94
Error Line contains a tab character. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error '}' should be on the same line. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 98
Error '{' should be on the previous line. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line is longer than 80 characters. 103
Error Line contains a tab character. 103
Error Line contains a tab character. 104
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 Line contains a tab character. 105
Error '{' should be on the previous line. 105
Error Line contains a tab character. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error Line contains a tab character. 111
Error Missing a Javadoc comment. 111
Error '(' is followed by whitespace. 111
Error Parameter tagName should be final. 111
Error Parameter tagClass should be final. 111
Error ')' is preceded with whitespace. 111
Error Line contains a tab character. 112
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error 'if' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line is longer than 80 characters. 115
Error '(' is followed by whitespace. 115
Error '+' should be on a new line. 115
Error '+' should be on a new line. 116
Error Line contains a tab character. 119
Error '(' is followed by whitespace. 119
Error '(' is followed by whitespace. 119
Error ')' is preceded with whitespace. 119
Error ')' is preceded with whitespace. 119
Error Line contains a tab character. 120

xjavadoc/XType.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on the previous line. 11

xjavadoc/ant/XJavadocFilter.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 29
Error Line is longer than 80 characters. 30
Error '{' should be on the previous line. 50
Error Missing a Javadoc comment. 51
Error Name '_xJavaDoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Variable '_xJavaDoc' must be private and have accessor methods. 51
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error '{' should be on the previous line. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line is longer than 80 characters. 67
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. 70
Error '(' is followed by whitespace. 70
Error Parameter basedir should be final. 70
Error Parameter filename should be final. 70
Error Parameter file should be final. 70
Error ')' is preceded with whitespace. 70
Error Line contains a tab character. 71
Error Redundant throws: 'BuildException' is unchecked exception. 71
Error Line contains a tab character. 72
Error '{' should be on the previous line. 72
Error 'if' construct must use '{}'s. 74
Error Line contains a tab character. 74
Error 'if' is not followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error '(' is followed by whitespace. 74
Error ')' is preceded with whitespace. 74
Error ')' is preceded with whitespace. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 77
Error '(' is followed by whitespace. 77
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error '{' should be on the previous line. 79
Error Line contains a tab character. 80
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error '(' is followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line is longer than 80 characters. 84
Error Line contains a tab character. 84
Error 'for' is not followed by whitespace. 84
Error '(' is followed by whitespace. 84
Error ';' is preceded with whitespace. 84
Error ';' is followed by whitespace. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 89
Error 'for' is not followed by whitespace. 89
Error '(' is followed by whitespace. 89
Error ')' is preceded with whitespace. 89
Error Line contains a tab character. 90
Error '{' should be on the previous line. 90
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 93
Error Line contains a tab character. 93
Error 'if' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line contains a tab character. 94
Error '{' should be on the previous line. 94
Error Line is longer than 80 characters. 95
Error Line contains a tab character. 95
Error 'if' construct must use '{}'s. 97
Error Line is longer than 80 characters. 97
Error Line contains a tab character. 97
Error 'if' is not followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error '(' is followed by whitespace. 97
Error ')' is preceded with whitespace. 97
Error ')' is preceded with whitespace. 97
Error Line contains a tab character. 98
Error Line contains a tab character. 99
Error '}' should be on the same line. 99
Error Line is longer than 80 characters. 100
Error Line contains a tab character. 100
Error 'if' is not followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error ')' is preceded with whitespace. 100
Error Line contains a tab character. 101
Error '{' should be on the previous line. 101
Error Line is longer than 80 characters. 102
Error Line contains a tab character. 102
Error 'if' construct must use '{}'s. 104
Error Line is longer than 80 characters. 104
Error Line contains a tab character. 104
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 Line contains a tab character. 105
Error Line contains a tab character. 106
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 109
Error '}' should be on the same line. 109
Error Line contains a tab character. 110
Error 'catch' is not followed by whitespace. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line contains a tab character. 111
Error '{' should be on the previous line. 111
Error Line contains a tab character. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 114
Error Line contains a tab character. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line contains a tab character. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error Line contains a tab character. 117
Error '}' should be on the same line. 117
Error Line contains a tab character. 118
Error 'catch' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line contains a tab character. 119
Error '{' should be on the previous line. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Line contains a tab character. 122
Error '}' should be on the same line. 122
Error Line contains a tab character. 123
Error Line contains a tab character. 124
Error '{' should be on the previous line. 124
Error Line contains a tab character. 125
Error Line is longer than 80 characters. 127
Error Line contains a tab character. 127
Error '(' is followed by whitespace. 127
Error ')' is preceded with whitespace. 127
Error Line is longer than 80 characters. 128
Error Line contains a tab character. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line contains a tab character. 129
Error '(' is followed by whitespace. 129
Error ')' is preceded with whitespace. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133

xjavadoc/ant/XJavadocTask.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Unused import - org.apache.tools.ant.types.Path. 11
Error '{' should be on the previous line. 29
Error Missing a Javadoc comment. 30
Error Name '_xJavaDoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Name '_fileSets' must match pattern '^[a-z][a-zA-Z0-9]*$'. 31
Error Method 'getXJavaDoc' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Method 'setIgnoredtags' is not designed for extension - needs to be abstract, final or empty. 43
Error '(' is followed by whitespace. 43
Error Parameter tags should be final. 43
Error ')' is preceded with whitespace. 43
Error Line contains a tab character. 44
Error '{' should be on the previous line. 44
Error Line contains a tab character. 45
Error '(' is followed by whitespace. 45
Error ')' is preceded with whitespace. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Method 'setValidating' is not designed for extension - needs to be abstract, final or empty. 53
Error '(' is followed by whitespace. 53
Error Parameter flag should be final. 53
Error ')' is preceded with whitespace. 53
Error Line contains a tab character. 54
Error '{' should be on the previous line. 54
Error Line contains a tab character. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error Line contains a tab character. 56
Error First sentence should end with a period. 58
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter enc should be final. 63
Error Line contains a tab character. 64
Error '{' should be on the previous line. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error First sentence should end with a period. 68
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Method 'setDocencoding' is not designed for extension - needs to be abstract, final or empty. 73
Error Parameter enc should be final. 73
Error Line contains a tab character. 74
Error '{' should be on the previous line. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Redundant throws: 'BuildException' is unchecked exception. 83
Error Line contains a tab character. 84
Error '{' should be on the previous line. 84
Error Line contains a tab character. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line contains a tab character. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 88
Error '{' should be on the previous line. 88
Error Line contains a tab character. 89
Error Line is longer than 80 characters. 91
Error Line contains a tab character. 91
Error Line contains a tab character. 93
Error 'for' is not followed by whitespace. 93
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line contains a tab character. 94
Error '{' should be on the previous line. 94
Error Line contains a tab character. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error Line contains a tab character. 96
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error Line is longer than 80 characters. 98
Error Line contains a tab character. 98
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Line contains a tab character. 99
Error Line contains a tab character. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line contains a tab character. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line contains a tab character. 103
Error Line contains a tab character. 105
Error Line contains a tab character. 106
Error '}' should be on the same line. 106
Error Line contains a tab character. 107
Error 'catch' is not followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error Line contains a tab character. 108
Error '{' should be on the previous line. 108
Error Line contains a tab character. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line contains a tab character. 110
Error Line is longer than 80 characters. 111
Error Line contains a tab character. 111
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line contains a tab character. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 113
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line contains a tab character. 114
Error '}' should be on the same line. 114
Error Line contains a tab character. 115
Error 'catch' is not followed by whitespace. 115
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Line contains a tab character. 116
Error '{' should be on the previous line. 116
Error Line contains a tab character. 117
Error Line is longer than 80 characters. 118
Error Line contains a tab character. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line contains a tab character. 119
Error '}' should be on the same line. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error '{' should be on the previous line. 121
Error Line contains a tab character. 122
Error Line is longer than 80 characters. 124
Error Line contains a tab character. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Line contains a tab character. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 128
Error Line contains a tab character. 129
Error First sentence should end with a period. 131
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error Expected an @return tag. 136
Error Line contains a tab character. 136
Error Method 'createIgnoredtag' is not designed for extension - needs to be abstract, final or empty. 136
Error Line contains a tab character. 137
Error '{' should be on the previous line. 137
Error Line contains a tab character. 138
Error Line contains a tab character. 139
Error Line contains a tab character. 140
Error Line contains a tab character. 141
Error '(' is followed by whitespace. 141
Error Parameter text should be final. 141
Error ')' is preceded with whitespace. 141
Error Line contains a tab character. 142
Error '{' should be on the previous line. 142
Error Line is longer than 80 characters. 143
Error Line contains a tab character. 143
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error Line contains a tab character. 150
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Method 'addFileset' is not designed for extension - needs to be abstract, final or empty. 153
Error '(' is followed by whitespace. 153
Error Parameter set should be final. 153
Error ')' is preceded with whitespace. 153
Error Line contains a tab character. 154
Error '{' should be on the previous line. 154
Error Line contains a tab character. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error Line contains a tab character. 156
Error First sentence should end with a period. 158
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 160
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Method 'getClasspath' is not designed for extension - needs to be abstract, final or empty. 163
Error Line contains a tab character. 164
Error '{' should be on the previous line. 164
Error Line is longer than 80 characters. 165
Error Line contains a tab character. 165
Error '(' is followed by whitespace. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error ')' is preceded with whitespace. 165
Error Line contains a tab character. 166
Error First sentence should end with a period. 168
Error Line contains a tab character. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 171
Error Line contains a tab character. 172
Error Line contains a tab character. 173
Error Redundant throws: 'BuildException' is unchecked exception. 173
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error Line contains a tab character. 180
Error Method 'validateOptions' is not designed for extension - needs to be abstract, final or empty. 180
Error Redundant throws: 'BuildException' is unchecked exception. 180
Error Line contains a tab character. 181
Error '{' should be on the previous line. 181
Error Line contains a tab character. 182
Error 'if' is not followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line contains a tab character. 183
Error '{' should be on the previous line. 183
Error Line is longer than 80 characters. 184
Error Line contains a tab character. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error Line contains a tab character. 185
Error Line contains a tab character. 186

xjavadoc/ant/package.html

ErrorLine
Error Missing package documentation file.0

xjavadoc/codeunit/CodeTestCase.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - xjavadoc.*. 8
Error '{' should be on the previous line. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 33
Error Parameter expectedDir should be final. 33
Error Parameter actualDir should be final. 33
Error ')' is preceded with whitespace. 33
Error 'if' is not followed by whitespace. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line is longer than 80 characters. 35
Error 'if' is not followed by whitespace. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Line is longer than 80 characters. 39
Error ')' is preceded with whitespace. 46
Error 'if' is not followed by whitespace. 48
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 51
Error 'if' is not followed by whitespace. 51
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line is longer than 80 characters. 52
Error 'if' is not followed by whitespace. 55
Error '(' is followed by whitespace. 55
Error ')' is preceded with whitespace. 55
Error ')' is preceded with whitespace. 56
Error 'if' is not followed by whitespace. 57
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error Line is longer than 80 characters. 58
Error Line is longer than 80 characters. 61
Error Missing a Javadoc comment. 66
Error Parameter actualDir should be final. 66
Error Parameter expectedChild should be final. 66
Error Line is longer than 80 characters. 72
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error '(' is followed by whitespace. 78
Error Parameter expected should be final. 78
Error Parameter actual should be final. 78
Error ')' is preceded with whitespace. 78
Error Line contains a tab character. 79
Error '{' should be on the previous line. 79
Error Line contains a tab character. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 84
Error Missing a Javadoc comment. 84
Error '(' is followed by whitespace. 84
Error Parameter expected should be final. 84
Error Parameter actual should be final. 84
Error ')' is preceded with whitespace. 84
Error Line contains a tab character. 85
Error '{' should be on the previous line. 85
Error Line contains a tab character. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line contains a tab character. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Line contains a tab character. 88
Error Line contains a tab character. 90
Error Line is longer than 80 characters. 91
Error Line contains a tab character. 91
Error Line is longer than 80 characters. 92
Error Line contains a tab character. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error '(' is followed by whitespace. 97
Error Parameter expected should be final. 97
Error Parameter actual should be final. 97
Error ')' is preceded with whitespace. 97
Error Line contains a tab character. 98
Error '{' should be on the previous line. 98
Error Line is longer than 80 characters. 101
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error Line is longer than 80 characters. 102
Error Line contains a tab character. 102
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Line is longer than 80 characters. 104
Error Line contains a tab character. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error Line contains a tab character. 105
Error Line contains a tab character. 107
Error Missing a Javadoc comment. 107
Error '(' is followed by whitespace. 107
Error Parameter expected should be final. 107
Error Parameter actual should be final. 107
Error ')' is preceded with whitespace. 107
Error Line contains a tab character. 108
Error '{' should be on the previous line. 108
Error Line is longer than 80 characters. 109
Error '(' is followed by whitespace. 109
Error ')' is preceded with whitespace. 109
Error Line is longer than 80 characters. 110
Error Line contains a tab character. 110
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error Line contains a tab character. 113
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error Line is longer than 80 characters. 116
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error Line contains a tab character. 119
Error Line contains a tab character. 120
Error Line contains a tab character. 121
Error Line contains a tab character. 122
Error '(' is followed by whitespace. 122
Error Parameter expected should be final. 122
Error Parameter actual should be final. 122
Error ')' is preceded with whitespace. 122
Error Line contains a tab character. 123
Error '{' should be on the previous line. 123
Error Line is longer than 80 characters. 125
Error Line contains a tab character. 125
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Line is longer than 80 characters. 126
Error Line contains a tab character. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line contains a tab character. 128
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error Line contains a tab character. 129
Error Line contains a tab character. 131
Error Missing a Javadoc comment. 131
Error '(' is followed by whitespace. 131
Error Parameter expected should be final. 131
Error Parameter actual should be final. 131
Error ')' is preceded with whitespace. 131
Error Line contains a tab character. 132
Error '{' should be on the previous line. 132
Error Line is longer than 80 characters. 133
Error Line contains a tab character. 133
Error '(' is followed by whitespace. 133
Error ')' is preceded with whitespace. 133
Error Line is longer than 80 characters. 134
Error Line contains a tab character. 134
Error '(' is followed by whitespace. 134
Error ')' is preceded with whitespace. 134
Error Line contains a tab character. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error Line contains a tab character. 137
Error Missing a Javadoc comment. 139
Error Parameter expected should be final. 139
Error Parameter actual should be final. 139
Error 'if' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error Line is longer than 80 characters. 141
Error 'if' is not followed by whitespace. 144
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error Line is longer than 80 characters. 145
Error Line is longer than 80 characters. 149
Error Line contains a tab character. 149
Error Missing a Javadoc comment. 149
Error '(' is followed by whitespace. 149
Error Parameter expected should be final. 149
Error Parameter actual should be final. 149
Error ')' is preceded with whitespace. 149
Error Line contains a tab character. 150
Error '{' should be on the previous line. 150
Error Line contains a tab character. 151
Error Line is longer than 80 characters. 152
Error Line contains a tab character. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line contains a tab character. 153
Error Line is longer than 80 characters. 154
Error Line contains a tab character. 154
Error Line contains a tab character. 156
Error 'if' is not followed by whitespace. 156
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error Line contains a tab character. 157
Error '{' should be on the previous line. 157
Error Line contains a tab character. 158
Error Line contains a tab character. 159
Error Line contains a tab character. 161
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error Line contains a tab character. 163
Error Line contains a tab character. 165
Error '(' is followed by whitespace. 165
Error ')' is preceded with whitespace. 165
Error Line is longer than 80 characters. 167
Error Line contains a tab character. 167
Error Line is longer than 80 characters. 168
Error Line contains a tab character. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error Line contains a tab character. 169
Error Line contains a tab character. 171
Error 'for' is not followed by whitespace. 171
Error '(' is followed by whitespace. 171
Error ')' is preceded with whitespace. 171
Error Line contains a tab character. 172
Error '{' should be on the previous line. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Line is longer than 80 characters. 174
Error Line contains a tab character. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error '(' is followed by whitespace. 174
Error ')' is preceded with whitespace. 174
Error Line contains a tab character. 176
Error '(' is followed by whitespace. 176
Error ')' is preceded with whitespace. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line is longer than 80 characters. 180
Error Line contains a tab character. 180
Error Missing a Javadoc comment. 180
Error '(' is followed by whitespace. 180
Error Parameter expected should be final. 180
Error Parameter actual should be final. 180
Error ')' is preceded with whitespace. 180
Error Line contains a tab character. 181
Error Line is longer than 80 characters. 182
Error Line contains a tab character. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Line is longer than 80 characters. 183
Error Line contains a tab character. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error Line is longer than 80 characters. 184
Error Line contains a tab character. 184
Error '(' is followed by whitespace. 184
Error ')' is preceded with whitespace. 184
Error Line contains a tab character. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error Line contains a tab character. 186
Error '(' is followed by whitespace. 186
Error ')' is preceded with whitespace. 186
Error Line contains a tab character. 187
Error '(' is followed by whitespace. 187
Error ')' is preceded with whitespace. 187
Error Line contains a tab character. 188
Error '(' is followed by whitespace. 188
Error ')' is preceded with whitespace. 188
Error Line contains a tab character. 189
Error '(' is followed by whitespace. 189
Error ')' is preceded with whitespace. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 192
Error Missing a Javadoc comment. 192
Error '(' is followed by whitespace. 192
Error Parameter expected should be final. 192
Error Parameter actual should be final. 192
Error ')' is preceded with whitespace. 192
Error Line contains a tab character. 193
Error '{' should be on the previous line. 193
Error Line is longer than 80 characters. 194
Error Line contains a tab character. 194
Error '(' is followed by whitespace. 194
Error ')' is preceded with whitespace. 194
Error Line contains a tab character. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 199
Error 'while' is not followed by whitespace. 199
Error '(' is followed by whitespace. 199
Error ')' is preceded with whitespace. 199
Error Line contains a tab character. 200
Error '{' should be on the previous line. 200
Error Line contains a tab character. 201
Error '(' is followed by whitespace. 201
Error ')' is preceded with whitespace. 201
Error Line contains a tab character. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Line contains a tab character. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line is longer than 80 characters. 208
Error Line contains a tab character. 208
Error Missing a Javadoc comment. 208
Error '(' is followed by whitespace. 208
Error Parameter expected should be final. 208
Error Parameter actual should be final. 208
Error ')' is preceded with whitespace. 208
Error Line contains a tab character. 209
Error '{' should be on the previous line. 209
Error Line is longer than 80 characters. 210
Error Line contains a tab character. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error Line is longer than 80 characters. 212
Error Line contains a tab character. 212
Error Line is longer than 80 characters. 213
Error Line contains a tab character. 213
Error Line contains a tab character. 215
Error 'while' is not followed by whitespace. 215
Error '(' is followed by whitespace. 215
Error ')' is preceded with whitespace. 215
Error Line contains a tab character. 216
Error '{' should be on the previous line. 216
Error Line is longer than 80 characters. 217
Error Line contains a tab character. 217
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error Line is longer than 80 characters. 218
Error Line contains a tab character. 218
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error Line is longer than 80 characters. 220
Error Line contains a tab character. 220
Error '(' is followed by whitespace. 220
Error ')' is preceded with whitespace. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 224
Error Missing a Javadoc comment. 224
Error '(' is followed by whitespace. 224
Error Parameter expected should be final. 224
Error Parameter actual should be final. 224
Error ')' is preceded with whitespace. 224
Error Line contains a tab character. 225
Error '{' should be on the previous line. 225
Error Line is longer than 80 characters. 226
Error Line contains a tab character. 226
Error '(' is followed by whitespace. 226
Error ')' is preceded with whitespace. 226
Error Line contains a tab character. 228
Error Line contains a tab character. 229
Error Line contains a tab character. 231
Error 'while' is not followed by whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error Line contains a tab character. 232
Error '{' should be on the previous line. 232
Error Line is longer than 80 characters. 233
Error Line contains a tab character. 233
Error '(' is followed by whitespace. 233
Error ')' is preceded with whitespace. 233
Error Line contains a tab character. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error Line contains a tab character. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 240
Error Missing a Javadoc comment. 240
Error '(' is followed by whitespace. 240
Error Parameter expected should be final. 240
Error Parameter actual should be final. 240
Error ')' is preceded with whitespace. 240
Error Line contains a tab character. 241
Error '{' should be on the previous line. 241
Error Line is longer than 80 characters. 242
Error Line contains a tab character. 242
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error Line is longer than 80 characters. 243
Error Line contains a tab character. 243
Error '(' is followed by whitespace. 243
Error ')' is preceded with whitespace. 243
Error Line is longer than 80 characters. 244
Error Line contains a tab character. 244
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error Line contains a tab character. 245
Error Line is longer than 80 characters. 247
Error Line contains a tab character. 247
Error Missing a Javadoc comment. 247
Error '(' is followed by whitespace. 247
Error Parameter expected should be final. 247
Error Parameter actual should be final. 247
Error ')' is preceded with whitespace. 247
Error Line contains a tab character. 248
Error Line is longer than 80 characters. 249
Error Line contains a tab character. 249
Error '(' is followed by whitespace. 249
Error ')' is preceded with whitespace. 249
Error Line is longer than 80 characters. 250
Error Line contains a tab character. 250
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error Line is longer than 80 characters. 251
Error Line contains a tab character. 251
Error '(' is followed by whitespace. 251
Error ')' is preceded with whitespace. 251
Error Line is longer than 80 characters. 252
Error Line contains a tab character. 252
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error Line is longer than 80 characters. 253
Error Line contains a tab character. 253
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error Line contains a tab character. 254
Error Line is longer than 80 characters. 256
Error Line contains a tab character. 256
Error Missing a Javadoc comment. 256
Error '(' is followed by whitespace. 256
Error Parameter expected should be final. 256
Error Parameter actual should be final. 256
Error ')' is preceded with whitespace. 256
Error Line contains a tab character. 257
Error '{' should be on the previous line. 257
Error Line is longer than 80 characters. 258
Error Line contains a tab character. 258
Error '(' is followed by whitespace. 258
Error ')' is preceded with whitespace. 258
Error Line is longer than 80 characters. 259
Error Line contains a tab character. 259
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error Line is longer than 80 characters. 260
Error Line contains a tab character. 260
Error '(' is followed by whitespace. 260
Error ')' is preceded with whitespace. 260
Error Line is longer than 80 characters. 261
Error Line contains a tab character. 261
Error '(' is followed by whitespace. 261
Error ')' is preceded with whitespace. 261
Error Line is longer than 80 characters. 262
Error Line contains a tab character. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error Line is longer than 80 characters. 263
Error Line contains a tab character. 263
Error '(' is followed by whitespace. 263
Error ')' is preceded with whitespace. 263
Error Line contains a tab character. 264
Error Line is longer than 80 characters. 266
Error Line contains a tab character. 266
Error Missing a Javadoc comment. 266
Error '(' is followed by whitespace. 266
Error Parameter expected should be final. 266
Error Parameter actual should be final. 266
Error ')' is preceded with whitespace. 266
Error Line contains a tab character. 267
Error Line is longer than 80 characters. 268
Error Line contains a tab character. 268
Error '(' is followed by whitespace. 268
Error ')' is preceded with whitespace. 268
Error Line is longer than 80 characters. 269
Error Line contains a tab character. 269
Error '(' is followed by whitespace. 269
Error ')' is preceded with whitespace. 269
Error Line contains a tab character. 270
Error Line is longer than 80 characters. 272
Error Line contains a tab character. 272
Error Missing a Javadoc comment. 272
Error '(' is followed by whitespace. 272
Error Parameter msg should be final. 272
Error Parameter expected should be final. 272
Error Parameter actual should be final. 272
Error ')' is preceded with whitespace. 272
Error Line contains a tab character. 273
Error Line is longer than 80 characters. 274
Error Line contains a tab character. 274
Error '(' is followed by whitespace. 274
Error ')' is preceded with whitespace. 274
Error Line is longer than 80 characters. 275
Error Line contains a tab character. 275
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error Line contains a tab character. 276
Error Line is longer than 80 characters. 278
Error Line contains a tab character. 278
Error Missing a Javadoc comment. 278
Error '(' is followed by whitespace. 278
Error Parameter msg should be final. 278
Error Parameter expected should be final. 278
Error Parameter actual should be final. 278
Error ')' is preceded with whitespace. 278
Error Line contains a tab character. 279
Error Line contains a tab character. 280
Error '(' is followed by whitespace. 280
Error ')' is preceded with whitespace. 280
Error Line contains a tab character. 281
Error Line is longer than 80 characters. 283
Error Line contains a tab character. 283
Error Missing a Javadoc comment. 283
Error '(' is followed by whitespace. 283
Error Parameter expected should be final. 283
Error Parameter actual should be final. 283
Error ')' is preceded with whitespace. 283
Error Line contains a tab character. 284
Error Line is longer than 80 characters. 285
Error Line contains a tab character. 285
Error Avoid inline conditionals. 285
Error Line is longer than 80 characters. 286
Error Line contains a tab character. 286
Error Avoid inline conditionals. 286
Error Line is longer than 80 characters. 288
Error Line contains a tab character. 288
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error Line contains a tab character. 289
Error Line is longer than 80 characters. 291
Error Line contains a tab character. 291
Error Missing a Javadoc comment. 291
Error '(' is followed by whitespace. 291
Error Parameter expected should be final. 291
Error Parameter actual should be final. 291
Error ')' is preceded with whitespace. 291
Error Line contains a tab character. 292
Error Line is longer than 80 characters. 293
Error Line contains a tab character. 293
Error '(' is followed by whitespace. 293
Error ')' is preceded with whitespace. 293
Error Line is longer than 80 characters. 295
Error Line contains a tab character. 295
Error Line contains a tab character. 297
Error 'while' is not followed by whitespace. 297
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error Line contains a tab character. 298
Error '{' should be on the previous line. 298
Error Line is longer than 80 characters. 299
Error Line contains a tab character. 299
Error '(' is followed by whitespace. 299
Error ')' is preceded with whitespace. 299
Error Line is longer than 80 characters. 301
Error Line contains a tab character. 301
Error '(' is followed by whitespace. 301
Error '(' is followed by whitespace. 301
Error ')' is preceded with whitespace. 301
Error ')' is preceded with whitespace. 301
Error Line contains a tab character. 302
Error Line contains a tab character. 303
Error Line is longer than 80 characters. 305
Error Line contains a tab character. 305
Error Missing a Javadoc comment. 305
Error '(' is followed by whitespace. 305
Error Parameter msg should be final. 305
Error Parameter expected should be final. 305
Error Parameter actual should be final. 305
Error ')' is preceded with whitespace. 305
Error Line contains a tab character. 306
Error Line is longer than 80 characters. 307
Error Line contains a tab character. 307
Error '(' is followed by whitespace. 307
Error ')' is preceded with whitespace. 307
Error Line contains a tab character. 308
Error Line is longer than 80 characters. 310
Error Line contains a tab character. 310
Error Missing a Javadoc comment. 310
Error '(' is followed by whitespace. 310
Error Parameter msg should be final. 310
Error Parameter expected should be final. 310
Error Parameter actual should be final. 310
Error ')' is preceded with whitespace. 310
Error Line contains a tab character. 311
Error Line is longer than 80 characters. 312
Error Line contains a tab character. 312
Error '(' is followed by whitespace. 312
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error ')' is preceded with whitespace. 312
Error Line contains a tab character. 313
Error Line is longer than 80 characters. 315
Error Line contains a tab character. 315
Error Missing a Javadoc comment. 315
Error '(' is followed by whitespace. 315
Error Parameter msg should be final. 315
Error Parameter expected should be final. 315
Error Parameter actual should be final. 315
Error ')' is preceded with whitespace. 315
Error Line contains a tab character. 316
Error Line is longer than 80 characters. 317
Error Line contains a tab character. 317
Error '(' is followed by whitespace. 317
Error ')' is preceded with whitespace. 317
Error Line is longer than 80 characters. 319
Error Line contains a tab character. 319
Error Line contains a tab character. 320
Error Line contains a tab character. 322
Error 'while' is not followed by whitespace. 322
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error Line contains a tab character. 323
Error '{' should be on the previous line. 323
Error Line is longer than 80 characters. 324
Error Line contains a tab character. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error Line is longer than 80 characters. 325
Error Line contains a tab character. 325
Error '(' is followed by whitespace. 325
Error ')' is preceded with whitespace. 325
Error Line is longer than 80 characters. 327
Error Line contains a tab character. 327
Error '(' is followed by whitespace. 327
Error ')' is preceded with whitespace. 327
Error Line contains a tab character. 328
Error Line contains a tab character. 329
Error Line is longer than 80 characters. 331
Error Line contains a tab character. 331
Error Missing a Javadoc comment. 331
Error '(' is followed by whitespace. 331
Error Parameter msg should be final. 331
Error Parameter expected should be final. 331
Error Parameter actual should be final. 331
Error ')' is preceded with whitespace. 331
Error Line contains a tab character. 332
Error Line is longer than 80 characters. 333
Error Line contains a tab character. 333
Error '(' is followed by whitespace. 333
Error ')' is preceded with whitespace. 333
Error Line is longer than 80 characters. 335
Error Line contains a tab character. 335
Error Line contains a tab character. 337
Error 'while' is not followed by whitespace. 337
Error '(' is followed by whitespace. 337
Error ')' is preceded with whitespace. 337
Error Line contains a tab character. 338
Error '{' should be on the previous line. 338
Error Line is longer than 80 characters. 339
Error Line contains a tab character. 339
Error '(' is followed by whitespace. 339
Error ')' is preceded with whitespace. 339
Error Line is longer than 80 characters. 341
Error Line contains a tab character. 341
Error '(' is followed by whitespace. 341
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error ')' is preceded with whitespace. 341
Error Line contains a tab character. 342
Error Line contains a tab character. 343
Error Line contains a tab character. 345
Error Line is longer than 80 characters. 346
Error Line contains a tab character. 346
Error Line is longer than 80 characters. 347
Error Line contains a tab character. 347
Error Line contains a tab character. 348
Error Line contains a tab character. 349
Error Line contains a tab character. 350
Error Line contains a tab character. 351
Error Method 'getDir' is not designed for extension - needs to be abstract, final or empty. 351
Error Line contains a tab character. 352
Error '{' should be on the previous line. 352
Error Line is longer than 80 characters. 353
Error Line contains a tab character. 353
Error '(' is followed by whitespace. 353
Error '(' is followed by whitespace. 353
Error '(' is followed by whitespace. 353
Error ')' is preceded with whitespace. 353
Error ')' is preceded with whitespace. 353
Error ')' is preceded with whitespace. 353
Error Line contains a tab character. 354
Error Line contains a tab character. 356
Error Line is longer than 80 characters. 357
Error Line contains a tab character. 357
Error Line is longer than 80 characters. 358
Error Line contains a tab character. 358
Error Line contains a tab character. 359
Error Line contains a tab character. 360
Error Line contains a tab character. 361
Error Line contains a tab character. 362
Error Line contains a tab character. 363
Error Method 'getRootDir' is not designed for extension - needs to be abstract, final or empty. 363
Error Line contains a tab character. 364
Error '{' should be on the previous line. 364
Error Line contains a tab character. 365
Error Line is longer than 80 characters. 366
Error Line contains a tab character. 366
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error Line contains a tab character. 368
Error Line contains a tab character. 369
Error 'for' is not followed by whitespace. 369
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error Line contains a tab character. 370
Error '{' should be on the previous line. 370
Error Line contains a tab character. 371
Error Line contains a tab character. 372
Error Line contains a tab character. 373
Error Line contains a tab character. 374
Error Method 'getXJavaDoc' is not designed for extension - needs to be abstract, final or empty. 376
Error Missing a Javadoc comment. 376

xjavadoc/codeunit/package.html

ErrorLine
Error Missing package documentation file.0

xjavadoc/event/XDocEvent.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 10
Error '{' should be on the previous line. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error '(' is followed by whitespace. 24
Error Parameter doc should be final. 24
Error ')' is preceded with whitespace. 24
Error Line contains a tab character. 25
Error '{' should be on the previous line. 25
Error Line contains a tab character. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line contains a tab character. 27

xjavadoc/event/XDocListener.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 7
Error '{' should be on the previous line. 15
Error First sentence should end with a period. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23

xjavadoc/event/XTagEvent.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 10
Error '{' should be on the previous line. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error '(' is followed by whitespace. 24
Error Parameter tag should be final. 24
Error ')' is preceded with whitespace. 24
Error Line contains a tab character. 25
Error '{' should be on the previous line. 25
Error Line contains a tab character. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error Line contains a tab character. 27

xjavadoc/event/XTagListener.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 9
Error '{' should be on the previous line. 17
Error First sentence should end with a period. 18
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25

xjavadoc/event/package.html

ErrorLine
Error Missing package documentation file.0

xjavadoc/filesystem/AbstractFile.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 22
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Expected an @return tag. 30
Error Line contains a tab character. 30
Error Expected @throws tag for 'IOException'. 30
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Expected an @return tag. 38
Error Line contains a tab character. 38
Error Expected @throws tag for 'IOException'. 38
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Expected an @return tag. 45
Error Line contains a tab character. 45
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Expected an @return tag. 52
Error Line contains a tab character. 52
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Expected an @return tag. 60
Error Line contains a tab character. 60
Error Expected @throws tag for 'IOException'. 60
Error Line contains a tab character. 62
Error Missing a Javadoc comment. 62
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Expected an @return tag. 68
Error Line is longer than 80 characters. 68
Error Line contains a tab character. 68
Error Redundant 'public' modifier. 68
Error Expected @param tag for 'enc'. 68
Error Expected @throws tag for 'UnsupportedEncodingException'. 68
Error Expected @throws tag for 'FileNotFoundException'. 68

xjavadoc/filesystem/FileSourceSet.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Redundant import from the same package - xjavadoc.filesystem.AbstractFile. 12
Error Redundant import from the same package - xjavadoc.filesystem.XJavadocFile. 13
Error '{' should be on the previous line. 28
Error First sentence should end with a period. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Name '_dir' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error First sentence should end with a period. 34
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Name '_files' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error First sentence should end with a period. 39
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line is longer than 80 characters. 46
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error '(' is followed by whitespace. 52
Error Parameter dir should be final. 52
Error Parameter files should be final. 52
Error ')' is preceded with whitespace. 52
Error Line contains a tab character. 53
Error '{' should be on the previous line. 53
Error Line contains a tab character. 54
Error 'if' is not followed by whitespace. 54
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line contains a tab character. 55
Error '{' should be on the previous line. 55
Error Line is longer than 80 characters. 56
Error Line contains a tab character. 56
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error 'if' is not followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line contains a tab character. 59
Error '{' should be on the previous line. 59
Error Line is longer than 80 characters. 60
Error Line contains a tab character. 60
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error 'if' is not followed by whitespace. 64
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Line contains a tab character. 65
Error '{' should be on the previous line. 65
Error Line contains a tab character. 66
Error '(' is followed by whitespace. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 69
Error Line contains a tab character. 71
Error Line is longer than 80 characters. 72
Error Line contains a tab character. 72
Error Line is longer than 80 characters. 73
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error '(' is followed by whitespace. 78
Error Parameter fileOrDir should be final. 78
Error Expected @param tag for 'fileOrDir'. 78
Error ')' is preceded with whitespace. 78
Error Line contains a tab character. 79
Error '{' should be on the previous line. 79
Error Line contains a tab character. 80
Error 'if' is not followed by whitespace. 80
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Line contains a tab character. 81
Error '{' should be on the previous line. 81
Error Line is longer than 80 characters. 82
Error Line contains a tab character. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error 'if' is not followed by whitespace. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line contains a tab character. 86
Error '{' should be on the previous line. 86
Error Line contains a tab character. 87
Error Line is longer than 80 characters. 88
Error Line contains a tab character. 88
Error '(' is 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 ')' is preceded with whitespace. 88
Error Line contains a tab character. 90
Error '}' should be on the same line. 90
Error Line contains a tab character. 91
Error Line contains a tab character. 92
Error '{' should be on the previous line. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error '(' is followed by whitespace. 94
Error ')' is preceded with whitespace. 94
Error Line contains a tab character. 96
Error Line contains a tab character. 97
Error Line contains a tab character. 99
Error Line contains a tab character. 100
Error Line contains a tab character. 101
Error Line contains a tab character. 102
Error Line contains a tab character. 103
Error Expected an @return tag. 104
Error Line contains a tab character. 104
Error Line contains a tab character. 105
Error '{' should be on the previous line. 105
Error Line is longer than 80 characters. 106
Error Line contains a tab character. 106
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Line is longer than 80 characters. 107
Error Line contains a tab character. 107
Error Line contains a tab character. 108
Error Line contains a tab character. 110
Error Line contains a tab character. 111
Error Line is longer than 80 characters. 112
Error Line contains a tab character. 112
Error Line contains a tab character. 113
Error Line contains a tab character. 114
Error Line is longer than 80 characters. 115
Error Line contains a tab character. 115
Error Line contains a tab character. 116
Error Line contains a tab character. 117
Error Line contains a tab character. 118
Error '(' is followed by whitespace. 118
Error Parameter qualifiedName should be final. 118
Error ')' is preceded with whitespace. 118
Error Line contains a tab character. 119
Error '{' should be on the previous line. 119
Error Line is longer than 80 characters. 120
Error Line contains a tab character. 120
Error '(' is followed by whitespace. 120
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error ')' is preceded with whitespace. 120
Error Line contains a tab character. 122
Error 'if' is not followed by whitespace. 122
Error '(' is followed by whitespace. 122
Error ')' is preceded with whitespace. 122
Error Line contains a tab character. 123
Error '{' should be on the previous line. 123
Error Line contains a tab character. 124
Error Line contains a tab character. 125
Error Line contains a tab character. 126
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line contains a tab character. 127
Error Line contains a tab character. 129
Error Line contains a tab character. 130
Error Line contains a tab character. 131
Error Line contains a tab character. 132
Error Line contains a tab character. 133
Error Line contains a tab character. 134
Error Line contains a tab character. 135
Error '(' is followed by whitespace. 135
Error Parameter i should be final. 135
Error ')' is preceded with whitespace. 135
Error Line contains a tab character. 136
Error '{' should be on the previous line. 136
Error Line contains a tab character. 137
Error Line contains a tab character. 138
Error '(' is followed by whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error ')' is preceded with whitespace. 138
Error Line contains a tab character. 139
Error First sentence should end with a period. 141
Error Line contains a tab character. 141
Error Line contains a tab character. 142
Error Line contains a tab character. 143
Error Line contains a tab character. 144
Error Line contains a tab character. 145
Error Line contains a tab character. 146
Error Line contains a tab character. 147
Error '{' should be on the previous line. 147
Error Line contains a tab character. 148
Error Line contains a tab character. 149
Error First sentence should end with a period. 151
Error Line contains a tab character. 151
Error Line contains a tab character. 152
Error Line contains a tab character. 153
Error Line contains a tab character. 154
Error Line contains a tab character. 155
Error Line contains a tab character. 156
Error Expected an @return tag. 157
Error Line contains a tab character. 157
Error '(' is followed by whitespace. 157
Error Parameter filename should be final. 157
Error ')' is preceded with whitespace. 157
Error Line contains a tab character. 158
Error '{' should be on the previous line. 158
Error Line is longer than 80 characters. 159
Error Line contains a tab character. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error '(' is followed by whitespace. 159
Error '(' is followed by whitespace. 159
Error ')' is preceded with whitespace. 159
Error ')' is preceded with whitespace. 159
Error Line contains a tab character. 160
Error First sentence should end with a period. 161
Error Line contains a tab character. 161
Error Line contains a tab character. 162
Error Line contains a tab character. 163
Error Line contains a tab character. 164
Error Line contains a tab character. 165
Error Line contains a tab character. 166
Error Expected an @return tag. 167
Error Line contains a tab character. 167
Error '(' is followed by whitespace. 167
Error Parameter filename should be final. 167
Error ')' is preceded with whitespace. 167
Error Line contains a tab character. 168
Error '{' should be on the previous line. 168
Error Line contains a tab character. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error Line contains a tab character. 170
Error Line contains a tab character. 172
Error Line is longer than 80 characters. 173
Error Line contains a tab character. 173
Error Line contains a tab character. 174
Error Line contains a tab character. 175
Error Line contains a tab character. 176
Error Line contains a tab character. 177
Error Line contains a tab character. 178
Error Line contains a tab character. 179
Error '(' is followed by whitespace. 179
Error Parameter o should be final. 179
Error ')' is preceded with whitespace. 179
Error Line contains a tab character. 180
Error '{' should be on the previous line. 180
Error Line contains a tab character. 181
Error 'if' is not followed by whitespace. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error Line contains a tab character. 182
Error '{' should be on the previous line. 182
Error Line contains a tab character. 183
Error '(' is followed by whitespace. 183
Error ')' is preceded with whitespace. 183
Error Line is longer than 80 characters. 185
Error Line contains a tab character. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error '(' is followed by whitespace. 185
Error ')' is preceded with whitespace. 185
Error Line contains a tab character. 186
Error '}' should be on the same line. 186
Error Line contains a tab character. 187
Error Line contains a tab character. 188
Error '{' should be on the previous line. 188
Error Line contains a tab character. 189
Error Line contains a tab character. 190
Error Line contains a tab character. 191
Error Line contains a tab character. 193
Error Missing a Javadoc comment. 193
Error Line contains a tab character. 194
Error '{' should be on the previous line. 194
Error Line contains a tab character. 195
Error 'if' is not followed by whitespace. 195
Error '(' is followed by whitespace. 195
Error ')' is preceded with whitespace. 195
Error Line contains a tab character. 196
Error '{' should be on the previous line. 196
Error Line contains a tab character. 197
Error Line contains a tab character. 198
Error 'if' is not followed by whitespace. 198
Error '(' is followed by whitespace. 198
Error ')' is preceded with whitespace. 198
Error Line contains a tab character. 199
Error '{' should be on the previous line. 199
Error Line contains a tab character. 200
Error 'for' is not followed by whitespace. 200
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error Line contains a tab character. 201
Error '{' should be on the previous line. 201
Error Line contains a tab character. 202
Error '(' is followed by whitespace. 202
Error ')' is preceded with whitespace. 202
Error Line contains a tab character. 203
Error Line contains a tab character. 204
Error Line contains a tab character. 205
Error Line contains a tab character. 206
Error Line contains a tab character. 207
Error Line contains a tab character. 209
Error Line contains a tab character. 210
Error Line contains a tab character. 211
Error Line contains a tab character. 212
Error Line contains a tab character. 213
Error Line contains a tab character. 214
Error Line contains a tab character. 215
Error '{' should be on the previous line. 215
Error Line contains a tab character. 216
Error Line contains a tab character. 217
Error First sentence should end with a period. 219
Error Line contains a tab character. 219
Error Line contains a tab character. 220
Error Line contains a tab character. 221
Error Line contains a tab character. 222
Error Line contains a tab character. 223
Error Line contains a tab character. 224
Error Line contains a tab character. 225
Error '(' is followed by whitespace. 225
Error Parameter relativeFileName should be final. 225
Error ')' is preceded with whitespace. 225
Error Line contains a tab character. 226
Error '{' should be on the previous line. 226
Error Line is longer than 80 characters. 227
Error Line contains a tab character. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error Line contains a tab character. 229
Error '(' is followed by whitespace. 229
Error '5' is a magic number. 229
Error ')' is preceded with whitespace. 229
Error Line contains a tab character. 230
Error Line contains a tab character. 231
Error First sentence should end with a period. 233
Error Line contains a tab character. 233
Error Line is longer than 80 characters. 234
Error Line contains a tab character. 234
Error Line contains a tab character. 235
Error Line contains a tab character. 236
Error Line contains a tab character. 237
Error Line contains a tab character. 238
Error Line contains a tab character. 239
Error Line contains a tab character. 240
Error '(' is followed by whitespace. 240
Error Parameter qualifiedName should be final. 240
Error ')' is preceded with whitespace. 240
Error Line contains a tab character. 241
Error '{' should be on the previous line. 241
Error Line is longer than 80 characters. 242
Error Line contains a tab character. 242
Error '(' is followed by whitespace. 242
Error ')' is preceded with whitespace. 242
Error Line contains a tab character. 243
Error First sentence should end with a period. 245
Error Line contains a tab character. 245
Error Line contains a tab character. 246
Error Line contains a tab character. 247
Error Line contains a tab character. 248
Error Line contains a tab character. 249
Error Line contains a tab character. 250
Error Line contains a tab character. 251
Error '{' should be on the previous line. 251
Error Line contains a tab character. 252
Error Missing a Javadoc comment. 252
Error 'static' modifier out of order with the JLS suggestions. 252
Error Name 'suffix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 252
Error Line contains a tab character. 253
Error Missing a Javadoc comment. 253
Error '(' is followed by whitespace. 253
Error Parameter file should be final. 253
Error ')' is preceded with whitespace. 253
Error Line contains a tab character. 254
Error '{' should be on the previous line. 254
Error Line contains a tab character. 255
Error '(' is followed by whitespace. 255
Error ')' is preceded with whitespace. 255
Error Line contains a tab character. 256
Error Line contains a tab character. 257
Error First sentence should end with a period. 259
Error Line contains a tab character. 259
Error Line contains a tab character. 260
Error Line contains a tab character. 261
Error Line contains a tab character. 262
Error Line contains a tab character. 263
Error Line contains a tab character. 264
Error Line contains a tab character. 265
Error '{' should be on the previous line. 265
Error Line contains a tab character. 266
Error Missing a Javadoc comment. 266
Error '(' is followed by whitespace. 266
Error Parameter file should be final. 266
Error ')' is preceded with whitespace. 266
Error Line contains a tab character. 267
Error '{' should be on the previous line. 267
Error Line contains a tab character. 268
Error Line contains a tab character. 269
Error Line contains a tab character. 270

xjavadoc/filesystem/ReaderFile.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 18
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error '(' is followed by whitespace. 21
Error Parameter file should be final. 21
Error 'file' hides a field. 21
Error ')' is preceded with whitespace. 21
Error Line contains a tab character. 22
Error '{' should be on the previous line. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 26
Error Method 'getReader' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error '{' should be on the previous line. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line is longer than 80 characters. 31
Error Method 'getReader' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter enc should be final. 31
Error Line contains a tab character. 45
Error Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Line contains a tab character. 46
Error '{' should be on the previous line. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Line contains a tab character. 51
Error '{' should be on the previous line. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 60
Error Method 'getPath' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Line contains a tab character. 61
Error '{' should be on the previous line. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 65
Error Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 70
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Line contains a tab character. 71
Error '{' should be on the previous line. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73

xjavadoc/filesystem/XJavadocFile.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 24
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter file should be final. 27
Error 'file' hides a field. 27
Error ')' is preceded with whitespace. 27
Error Line contains a tab character. 28
Error '{' should be on the previous line. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 32
Error Method 'getReader' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line contains a tab character. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line contains a tab character. 35
Error Line is longer than 80 characters. 37
Error Line contains a tab character. 37
Error Method 'getReader' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter enc should be final. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error '!=' is not preceded with whitespace. 39
Error '!=' is not followed by whitespace. 39
Error Line contains a tab character. 40
Error '{' should be on the previous line. 40
Error Line is longer than 80 characters. 41
Error Line contains a tab character. 41
Error ',' is not followed by whitespace. 41
Error Line has trailing spaces. 42
Error Line contains a tab character. 42
Error '}' should be on the same line. 42
Error Line has trailing spaces. 43
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error '{' should be on the previous line. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Line contains a tab character. 50
Error Method 'getWriter' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Line contains a tab character. 51
Error '{' should be on the previous line. 51
Error Line contains a tab character. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Line contains a tab character. 56
Error '{' should be on the previous line. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 60
Error Method 'getOutputStream' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Line contains a tab character. 61
Error '{' should be on the previous line. 61
Error Line contains a tab character. 62
Error '(' is followed by whitespace. 62
Error ')' is preceded with whitespace. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 65
Error Method 'getPath' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Line contains a tab character. 66
Error '{' should be on the previous line. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 70
Error Method 'lastModified' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Line contains a tab character. 71
Error '{' should be on the previous line. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 75
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error Line contains a tab character. 76
Error '{' should be on the previous line. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78

xjavadoc/filesystem/package.html

ErrorLine
Error Missing package documentation file.0

xjavadoc/package.html

ErrorLine
Error Missing package documentation file.0

xjavadoc/predicates/HasTag.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error First sentence should end with a period. 9
Error '{' should be on the previous line. 15
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error Name '_tagName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Line contains a tab character. 19
Error '{' should be on the previous line. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter tagName should be final. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 23
Error '{' should be on the previous line. 23
Error Line contains a tab character. 24
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 27
Error Method 'setTagName' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter tagName should be final. 27
Error ')' is preceded with whitespace. 27
Error Line contains a tab character. 28
Error '{' should be on the previous line. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 32
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error Parameter programElement should be final. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line contains a tab character. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Line contains a tab character. 35

xjavadoc/predicates/ProgramElementPredicate.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error '{' should be on the previous line. 14
Error Line contains a tab character. 15
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error Parameter o should be final. 15
Error ')' is preceded with whitespace. 15
Error Line contains a tab character. 16
Error '{' should be on the previous line. 16
Error Line contains a tab character. 17
Error 'if' is not followed by whitespace. 17
Error '(' is followed by whitespace. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error ')' is preceded with whitespace. 17
Error Line contains a tab character. 18
Error '{' should be on the previous line. 18
Error Line is longer than 80 characters. 19
Error Line contains a tab character. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 22
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Line contains a tab character. 24
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter programElement should be final. 27
Error ')' is preceded with whitespace. 27

xjavadoc/predicates/TagAttributeEquals.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Using the '.*' form of import should be avoided - xjavadoc.*. 7
Error First sentence should end with a period. 9
Error '{' should be on the previous line. 16
Error Line contains a tab character. 17
Error Missing a Javadoc comment. 17
Error Name '_tagName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 17
Error Line contains a tab character. 18
Error Missing a Javadoc comment. 18
Error Name '_attributeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 18
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error Name '_attributeValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Error Line is longer than 80 characters. 21
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error '(' is followed by whitespace. 21
Error Parameter tagName should be final. 21
Error Parameter attributeName should be final. 21
Error Parameter attributeValue should be final. 21
Error ')' is preceded with whitespace. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 28
Error Method 'setTagName' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error Parameter tagName should be final. 28
Error ')' is preceded with whitespace. 28
Error Line contains a tab character. 29
Error '{' should be on the previous line. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Method 'setAttributeName' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error '(' is followed by whitespace. 32
Error Parameter attributeName should be final. 32
Error ')' is preceded with whitespace. 32
Error Line contains a tab character. 33
Error '{' should be on the previous line. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Method 'setAttributeValue' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error '(' is followed by whitespace. 36
Error Parameter attributeValue should be final. 36
Error ')' is preceded with whitespace. 36
Error Line contains a tab character. 37
Error '{' should be on the previous line. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 41
Error Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error '(' is followed by whitespace. 41
Error Parameter programElement should be final. 41
Error ')' is preceded with whitespace. 41
Error Line contains a tab character. 42
Error '{' should be on the previous line. 42
Error Line is longer than 80 characters. 43
Error Line contains a tab character. 43
Error '(' is followed by whitespace. 43
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error ')' is preceded with whitespace. 43
Error Line contains a tab character. 44

xjavadoc/predicates/package.html

ErrorLine
Error Missing package documentation file.0

xjavadoc/tags/TagIntrospector.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2000-2003, XDoclet Team'. 1
Error Missing a Javadoc comment. 31
Error Parameter classpath should be final. 31
Error Parameter tagFactory should be final. 31
Error ')' is preceded with whitespace. 31
Error Line is longer than 80 characters. 32
Error 'for' is not followed by whitespace. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error ';' is followed by whitespace. 32
Error '(' is followed by whitespace. 33
Error ')' is preceded with whitespace. 33
Error 'if' is not followed by whitespace. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line is longer than 80 characters. 38
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Missing a Javadoc comment. 43
Error Parameter javaBeans should be final. 43
Error Parameter tagFactory should be final. 43
Error ')' is preceded with whitespace. 43
Error 'for' is not followed by whitespace. 44
Error '(' is followed by whitespace. 44
Error ';' is followed by whitespace. 44
Error 'if' is not followed by whitespace. 46
Error '(' is followed by whitespace. 46
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error ')' is preceded with whitespace. 46
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error 'catch' is not followed by whitespace. 52
Error '(' is followed by whitespace. 52
Error ')' is preceded with whitespace. 52
Error Line is longer than 80 characters. 53
Error ')' is preceded with whitespace. 53
Error Must have at least one statement. 55
Error Line is longer than 80 characters. 56
Error '(' is followed by whitespace. 69
Error Parameter dirOrJar should be final. 69
Error ')' is preceded with whitespace. 69
Error Line is longer than 80 characters. 73
Error '(' is followed by whitespace. 73
Error ')' is preceded with whitespace. 73
Error Line is longer than 80 characters. 78
Error Must have at least one statement. 79
Error Must have at least one statement. 87
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 104
Error '6' is a magic number. 104
Error Line is longer than 80 characters. 110
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line is longer than 80 characters. 114
Error 'catch' is not followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124

xjavadoc/tags/package.html

ErrorLine
Error Missing package documentation file.0