Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
19 0 1466 0

Rules

Rule Violations Severity
FileLength
  • max: "2500"
0  Warning
AvoidStarImport 0  Warning
IllegalImport 0  Warning
RedundantImport 0  Warning
UnusedImports 0  Warning
JavadocType
  • scope: "protected"
  • tokens: "CLASS_DEF,INTERFACE_DEF"
15  Warning
JavadocMethod
  • allowMissingParamTags: "false"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • tokens: "METHOD_DEF"
  • allowMissingReturnTag: "false"
  • allowMissingThrowsTags: "false"
67  Warning
JavadocVariable
  • scope: "protected"
4  Warning
LeftCurly
  • option: "eol"
0  Warning
NeedBraces 0  Warning
RightCurly
  • option: "alone"
43  Warning
EqualsHashCode 0  Warning
IllegalInstantiation
  • classes: "java.lang.Boolean"
0  Warning
LocalFinalVariableName 0  Warning
LocalVariableName 3  Warning
StaticVariableName
  • format: "(^[A-Z0-9_]{0,19}$)"
5  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
19  Warning
TypeName
  • format: "(^[A-Z][a-zA-Z0-9]{0,19}$)"
5  Warning
MethodName
  • format: "(^[a-z][a-zA-Z0-9]{0,19}$)"
20  Warning
MemberName
  • format: "(^[a-z][a-z0-9][a-zA-Z0-9]{0,19}$)"
0  Warning
ParameterName
  • format: "(^[a-z][a-zA-Z0-9_]{0,19}$)"
0  Warning
ConstantName
  • format: "(^[A-Z0-9_]{0,19}$)"
2  Warning
Indentation 1244  Warning
SimplifyBooleanExpression 1  Warning
SimplifyBooleanReturn 1  Warning
FinalClass 0  Warning
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
1  Warning
MultipleVariableDeclarations 0  Warning
ArrayTypeStyle 0  Warning
TodoComment 0  Warning
UpperEll 0  Warning
MissingSwitchDefault 0  Warning
FallThrough 0  Warning
ParameterNumber
  • max: "5"
0  Warning
LineLength
  • max: "200"
0  Warning
MethodLength
  • max: "400"
0  Warning
ModifierOrder 2  Warning
RedundantModifier 32  Warning
StringLiteralEquality 2  Warning
NestedIfDepth
  • max: "5"
0  Warning
NestedTryDepth
  • max: "3"
0  Warning
ReturnCount
  • max: "10"
  • format: "^$"
0  Warning

Details

gboat2/approveflow/Activator.java

Severity Message Line
 Warning Name 'gboat2.approveflow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 23
 Warning member def modifier at indentation level 8 not at correct indentation, 4 28
 Warning Missing a Javadoc comment. 28
 Warning Variable 'LOCAL_BUNDLE' must be private and have accessor methods. 28
 Warning member def type at indentation level 8 not at correct indentation, 4 29
 Warning method def modifier at indentation level 8 not at correct indentation, 4 34
 Warning method def modifier at indentation level 8 not at correct indentation, 4 35
 Warning method def child at indentation level 16 not at correct indentation, 8 36
 Warning method def child at indentation level 16 not at correct indentation, 8 37
 Warning method def modifier at indentation level 24 not at correct indentation, 20 38
 Warning method def child at indentation level 32 not at correct indentation, 24 39
 Warning method def child at indentation level 32 not at correct indentation, 24 40
 Warning method def child at indentation level 32 not at correct indentation, 24 41
 Warning method def rcurly at indentation level 24 not at correct indentation, 20 42
 Warning method def child at indentation level 16 not at correct indentation, 8 44
 Warning method def child at indentation level 16 not at correct indentation, 8 45
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 46
 Warning method def modifier at indentation level 8 not at correct indentation, 4 52
 Warning method def modifier at indentation level 8 not at correct indentation, 4 53
 Warning if at indentation level 16 not at correct indentation, 8 54
 Warning if child at indentation level 24 not at correct indentation, 12 55
 Warning if rcurly at indentation level 16 not at correct indentation, 8 56
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 57

gboat2/approveflow/JBPMHelper.java

Severity Message Line
 Warning Name 'gboat2.approveflow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 11
 Warning member def modifier at indentation level 8 not at correct indentation, 4 13
 Warning Name 'kbase' must match pattern '(^[A-Z0-9_]{0,19}$)'. 13
 Warning member def modifier at indentation level 8 not at correct indentation, 4 15
 Warning Name 'kbuilder' must match pattern '(^[A-Z0-9_]{0,19}$)'. 15
 Warning member def modifier at indentation level 8 not at correct indentation, 4 17
 Warning Name 'registry' must match pattern '(^[A-Z0-9_]{0,19}$)'. 17
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 19
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 20
 Warning method def modifier at indentation level 8 not at correct indentation, 4 22
 Warning Missing a Javadoc comment. 22
 Warning if at indentation level 16 not at correct indentation, 8 23
 Warning if child at indentation level 24 not at correct indentation, 12 24
 Warning if child at indentation level 24 not at correct indentation, 12 25
 Warning if child at indentation level 24 not at correct indentation, 12 26
 Warning if child at indentation level 24 not at correct indentation, 12 27
 Warning if rcurly at indentation level 16 not at correct indentation, 8 28
 Warning method def child at indentation level 16 not at correct indentation, 8 29
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 30
 Warning method def modifier at indentation level 8 not at correct indentation, 4 32
 Warning Missing a Javadoc comment. 32
 Warning if at indentation level 16 not at correct indentation, 8 33
 Warning if child at indentation level 24 not at correct indentation, 12 34
 Warning if child at indentation level 24 not at correct indentation, 12 35
 Warning if child at indentation level 24 not at correct indentation, 12 37
 Warning if child at indentation level 24 not at correct indentation, 12 38
 Warning if rcurly at indentation level 16 not at correct indentation, 8 39
 Warning method def child at indentation level 16 not at correct indentation, 8 40
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 41
 Warning method def modifier at indentation level 8 not at correct indentation, 4 43
 Warning method def child at indentation level 16 not at correct indentation, 8 44
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 45
 Warning method def modifier at indentation level 8 not at correct indentation, 4 47
 Warning method def child at indentation level 16 not at correct indentation, 8 48
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 49

gboat2/approveflow/action/ApproveflowAction.java

Severity Message Line
 Warning Name 'gboat2.approveflow.action' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning member def modifier at indentation level 8 not at correct indentation, 4 56
 Warning member def modifier at indentation level 8 not at correct indentation, 4 58
 Warning member def modifier at indentation level 8 not at correct indentation, 4 59
 Warning member def modifier at indentation level 8 not at correct indentation, 4 61
 Warning member def modifier at indentation level 8 not at correct indentation, 4 62
 Warning member def modifier at indentation level 8 not at correct indentation, 4 65
 Warning member def modifier at indentation level 8 not at correct indentation, 4 68
 Warning member def modifier at indentation level 8 not at correct indentation, 4 71
 Warning member def modifier at indentation level 8 not at correct indentation, 4 73
 Warning member def modifier at indentation level 8 not at correct indentation, 4 75
 Warning member def modifier at indentation level 8 not at correct indentation, 4 77
 Warning member def modifier at indentation level 8 not at correct indentation, 4 79
 Warning member def modifier at indentation level 8 not at correct indentation, 4 81
 Warning method def modifier at indentation level 8 not at correct indentation, 4 83
 Warning method def modifier at indentation level 8 not at correct indentation, 4 84
 Warning method def child at indentation level 16 not at correct indentation, 8 85
 Warning method def child at indentation level 16 not at correct indentation, 8 86
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 87
 Warning method def modifier at indentation level 8 not at correct indentation, 4 97
 Warning method def modifier at indentation level 8 not at correct indentation, 4 99
 Warning method def child at indentation level 16 not at correct indentation, 8 101
 Warning method def child at indentation level 16 not at correct indentation, 8 103
 Warning while at indentation level 16 not at correct indentation, 8 104
 Warning while child at indentation level 24 not at correct indentation, 12 105
 Warning if at indentation level 24 not at correct indentation, 12 107
 Warning if child at indentation level 32 not at correct indentation, 16 108
 Warning if rcurly at indentation level 24 not at correct indentation, 12 109
 Warning if at indentation level 24 not at correct indentation, 12 112
 Warning if child at indentation level 32 not at correct indentation, 16 113
 Warning if rcurly at indentation level 24 not at correct indentation, 12 114
 Warning '}' should be alone on a line. 114
 Warning if child at indentation level 32 not at correct indentation, 16 115
 Warning if rcurly at indentation level 24 not at correct indentation, 12 116
 Warning '}' should be alone on a line. 116
 Warning if child at indentation level 32 not at correct indentation, 16 117
 Warning if rcurly at indentation level 24 not at correct indentation, 12 118
 Warning '}' should be alone on a line. 118
 Warning if child at indentation level 32 not at correct indentation, 16 119
 Warning if rcurly at indentation level 24 not at correct indentation, 12 120
 Warning '}' should be alone on a line. 120
 Warning else child at indentation level 32 not at correct indentation, 16 121
 Warning else rcurly at indentation level 24 not at correct indentation, 12 122
 Warning while child at indentation level 24 not at correct indentation, 12 125
 Warning if at indentation level 24 not at correct indentation, 12 126
 Warning if child at indentation level 32 not at correct indentation, 16 128
 Warning if at indentation level 32 not at correct indentation, 16 129
 Warning if child at indentation level 40 not at correct indentation, 20 130
 Warning if rcurly at indentation level 32 not at correct indentation, 16 131
 Warning '}' should be alone on a line. 131
 Warning else child at indentation level 40 not at correct indentation, 20 133
 Warning if at indentation level 40 not at correct indentation, 20 134
 Warning if child at indentation level 48 not at correct indentation, 24 136
 Warning if rcurly at indentation level 40 not at correct indentation, 20 137
 Warning else rcurly at indentation level 32 not at correct indentation, 16 138
 Warning if rcurly at indentation level 24 not at correct indentation, 12 139
 Warning while rcurly at indentation level 16 not at correct indentation, 8 140
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 142
 Warning method def modifier at indentation level 8 not at correct indentation, 4 144
 Warning method def child at indentation level 16 not at correct indentation, 8 145
 Warning if at indentation level 16 not at correct indentation, 8 146
 Warning if child at indentation level 24 not at correct indentation, 12 147
 Warning if rcurly at indentation level 16 not at correct indentation, 8 148
 Warning '}' should be alone on a line. 148
 Warning else child at indentation level 24 not at correct indentation, 12 149
 Warning if at indentation level 24 not at correct indentation, 12 150
 Warning if child at indentation level 32 not at correct indentation, 16 151
 Warning if rcurly at indentation level 24 not at correct indentation, 12 152
 Warning else rcurly at indentation level 16 not at correct indentation, 8 153
 Warning method def child at indentation level 16 not at correct indentation, 8 155
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 156
 Warning method def modifier at indentation level 8 not at correct indentation, 4 159
 Warning method def child at indentation level 16 not at correct indentation, 8 160
 Warning if at indentation level 16 not at correct indentation, 8 162
 Warning if child at indentation level 24 not at correct indentation, 12 163
 Warning if rcurly at indentation level 16 not at correct indentation, 8 164
 Warning '}' should be alone on a line. 164
 Warning else child at indentation level 24 not at correct indentation, 12 165
 Warning else rcurly at indentation level 16 not at correct indentation, 8 166
 Warning if at indentation level 16 not at correct indentation, 8 168
 Warning if child at indentation level 24 not at correct indentation, 12 169
 Warning if rcurly at indentation level 16 not at correct indentation, 8 170
 Warning '}' should be alone on a line. 170
 Warning else child at indentation level 24 not at correct indentation, 12 171
 Warning else rcurly at indentation level 16 not at correct indentation, 8 172
 Warning if at indentation level 16 not at correct indentation, 8 174
 Warning if child at indentation level 24 not at correct indentation, 12 175
 Warning if rcurly at indentation level 16 not at correct indentation, 8 176
 Warning '}' should be alone on a line. 176
 Warning else child at indentation level 24 not at correct indentation, 12 177
 Warning else rcurly at indentation level 16 not at correct indentation, 8 178
 Warning if at indentation level 16 not at correct indentation, 8 180
 Warning if child at indentation level 24 not at correct indentation, 12 181
 Warning if rcurly at indentation level 16 not at correct indentation, 8 182
 Warning '}' should be alone on a line. 182
 Warning else child at indentation level 24 not at correct indentation, 12 183
 Warning else rcurly at indentation level 16 not at correct indentation, 8 184
 Warning if at indentation level 16 not at correct indentation, 8 186
 Warning if child at indentation level 24 not at correct indentation, 12 187
 Warning if rcurly at indentation level 16 not at correct indentation, 8 188
 Warning '}' should be alone on a line. 188
 Warning else child at indentation level 24 not at correct indentation, 12 189
 Warning else rcurly at indentation level 16 not at correct indentation, 8 190
 Warning if at indentation level 16 not at correct indentation, 8 192
 Warning if child at indentation level 24 not at correct indentation, 12 193
 Warning if rcurly at indentation level 16 not at correct indentation, 8 194
 Warning '}' should be alone on a line. 194
 Warning else child at indentation level 24 not at correct indentation, 12 195
 Warning else rcurly at indentation level 16 not at correct indentation, 8 196
 Warning method def child at indentation level 16 not at correct indentation, 8 198
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 199
 Warning method def modifier at indentation level 8 not at correct indentation, 4 207
 Warning method def child at indentation level 16 not at correct indentation, 8 208
 Warning method def child at indentation level 16 not at correct indentation, 8 209
 Warning method def child at indentation level 16 not at correct indentation, 8 210
 Warning if at indentation level 16 not at correct indentation, 8 211
 Warning if at indentation level 24 not at correct indentation, 12 212
 Warning if child at indentation level 32 not at correct indentation, 16 213
 Warning if rcurly at indentation level 24 not at correct indentation, 12 214
 Warning '}' should be alone on a line. 214
 Warning else child at indentation level 32 not at correct indentation, 16 216
 Warning else child at indentation level 32 not at correct indentation, 16 218
 Warning else rcurly at indentation level 24 not at correct indentation, 12 219
 Warning if child at indentation level 24 not at correct indentation, 12 221
 Warning if rcurly at indentation level 16 not at correct indentation, 8 222
 Warning if at indentation level 16 not at correct indentation, 8 224
 Warning Expression can be simplified. 224
 Warning if child at indentation level 24 not at correct indentation, 12 225
 Warning if rcurly at indentation level 16 not at correct indentation, 8 226
 Warning if at indentation level 16 not at correct indentation, 8 228
 Warning while at indentation level 24 not at correct indentation, 12 229
 Warning while rparen at indentation level 32 not at correct indentation, 12 235
 Warning if at indentation level 32 not at correct indentation, 16 236
 Warning if child at indentation level 40 not at correct indentation, 20 237
 Warning if child at indentation level 40 not at correct indentation, 20 238
 Warning if child at indentation level 40 not at correct indentation, 20 239
 Warning if child at indentation level 40 not at correct indentation, 20 240
 Warning if child at indentation level 40 not at correct indentation, 20 241
 Warning if rcurly at indentation level 32 not at correct indentation, 16 242
 Warning if at indentation level 32 not at correct indentation, 16 243
 Warning if child at indentation level 40 not at correct indentation, 20 244
 Warning if child at indentation level 40 not at correct indentation, 20 245
 Warning if child at indentation level 40 not at correct indentation, 20 246
 Warning if child at indentation level 40 not at correct indentation, 20 247
 Warning if rcurly at indentation level 32 not at correct indentation, 16 248
 Warning if at indentation level 32 not at correct indentation, 16 249
 Warning if child at indentation level 40 not at correct indentation, 20 250
 Warning if child at indentation level 40 not at correct indentation, 20 251
 Warning if child at indentation level 40 not at correct indentation, 20 252
 Warning if rcurly at indentation level 32 not at correct indentation, 16 253
 Warning if at indentation level 32 not at correct indentation, 16 254
 Warning if child at indentation level 40 not at correct indentation, 20 255
 Warning if child at indentation level 40 not at correct indentation, 20 256
 Warning if rcurly at indentation level 32 not at correct indentation, 16 257
 Warning while rcurly at indentation level 24 not at correct indentation, 12 258
 Warning if rcurly at indentation level 16 not at correct indentation, 8 259
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 260
 Warning method def modifier at indentation level 8 not at correct indentation, 4 262
 Warning method def modifier at indentation level 8 not at correct indentation, 4 263
 Warning method def child at indentation level 16 not at correct indentation, 8 264
 Warning if at indentation level 16 not at correct indentation, 8 265
 Warning if child at indentation level 24 not at correct indentation, 12 266
 Warning if rcurly at indentation level 16 not at correct indentation, 8 267
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 268
 Warning method def modifier at indentation level 8 not at correct indentation, 4 275
 Warning method def child at indentation level 16 not at correct indentation, 8 276
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 278
 Warning method def modifier at indentation level 8 not at correct indentation, 4 279
 Warning Missing a Javadoc comment. 279
 Warning method def child at indentation level 16 not at correct indentation, 8 280
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 281
 Warning method def modifier at indentation level 8 not at correct indentation, 4 283
 Warning Missing a Javadoc comment. 283
 Warning method def child at indentation level 16 not at correct indentation, 8 284
 Warning method def child at indentation level 16 not at correct indentation, 8 285
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 286
 Warning method def modifier at indentation level 8 not at correct indentation, 4 288
 Warning method def child at indentation level 16 not at correct indentation, 8 289
 Warning method def child at indentation level 16 not at correct indentation, 8 291
 Warning if at indentation level 16 not at correct indentation, 8 293
 Warning Literal Strings should be compared using equals(), not '!='. 293
 Warning if child at indentation level 24 not at correct indentation, 12 294
 Warning if child at indentation level 24 not at correct indentation, 12 295
 Warning if at indentation level 24 not at correct indentation, 12 297
 Warning if child at indentation level 32 not at correct indentation, 16 298
 Warning if child at indentation level 32 not at correct indentation, 16 299
 Warning if child at indentation level 32 not at correct indentation, 16 300
 Warning if child at indentation level 32 not at correct indentation, 16 301
 Warning if child at indentation level 32 not at correct indentation, 16 302
 Warning if child at indentation level 32 not at correct indentation, 16 303
 Warning if child at indentation level 32 not at correct indentation, 16 304
 Warning if rcurly at indentation level 24 not at correct indentation, 12 305
 Warning if child at indentation level 24 not at correct indentation, 12 307
 Warning for at indentation level 24 not at correct indentation, 12 308
 Warning if at indentation level 32 not at correct indentation, 16 309
 Warning if child at indentation level 40 not at correct indentation, 20 310
 Warning if rcurly at indentation level 32 not at correct indentation, 16 311
 Warning for rcurly at indentation level 24 not at correct indentation, 12 312
 Warning if rcurly at indentation level 16 not at correct indentation, 8 313
 Warning '}' should be alone on a line. 313
 Warning else child at indentation level 24 not at correct indentation, 12 315
 Warning else rcurly at indentation level 16 not at correct indentation, 8 316
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 317
 Warning method def modifier at indentation level 8 not at correct indentation, 4 323
 Warning try at indentation level 16 not at correct indentation, 8 324
 Warning if at indentation level 24 not at correct indentation, 12 325
 Warning Literal Strings should be compared using equals(), not '!='. 325
 Warning if child at indentation level 32 not at correct indentation, 16 327
 Warning Name 'StepCodeNameStr' must match pattern '^[a-z][a-zA-Z0-9]*$'. 327
 Warning if child at indentation level 32 not at correct indentation, 16 329
 Warning if child at indentation level 32 not at correct indentation, 16 330
 Warning if rcurly at indentation level 24 not at correct indentation, 12 331
 Warning try rcurly at indentation level 16 not at correct indentation, 8 332
 Warning '}' should be alone on a line. 332
 Warning catch child at indentation level 24 not at correct indentation, 12 333
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 334
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 336
 Warning method def modifier at indentation level 8 not at correct indentation, 4 338
 Warning Missing a Javadoc comment. 338
 Warning method def child at indentation level 16 not at correct indentation, 8 339
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 340
 Warning method def modifier at indentation level 8 not at correct indentation, 4 342
 Warning Missing a Javadoc comment. 342
 Warning Name 'getNodeListByProcessId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 342
 Warning method def child at indentation level 16 not at correct indentation, 8 343
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 344
 Warning method def modifier at indentation level 8 not at correct indentation, 4 346
 Warning Missing a Javadoc comment. 346
 Warning Name 'getProcessImgByProcessId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 346
 Warning method def child at indentation level 16 not at correct indentation, 8 347
 Warning if at indentation level 16 not at correct indentation, 8 348
 Warning if child at indentation level 24 not at correct indentation, 12 349
 Warning if rcurly at indentation level 16 not at correct indentation, 8 350
 Warning method def child at indentation level 16 not at correct indentation, 8 351
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 352
 Warning method def modifier at indentation level 8 not at correct indentation, 4 354
 Warning method def child at indentation level 16 not at correct indentation, 8 355
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 356
 Warning method def modifier at indentation level 8 not at correct indentation, 4 358
 Warning method def child at indentation level 16 not at correct indentation, 8 359
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 360
 Warning method def modifier at indentation level 8 not at correct indentation, 4 362
 Warning method def child at indentation level 16 not at correct indentation, 8 363
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 364
 Warning method def modifier at indentation level 8 not at correct indentation, 4 366
 Warning method def child at indentation level 16 not at correct indentation, 8 367
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 368
 Warning method def modifier at indentation level 8 not at correct indentation, 4 370
 Warning method def child at indentation level 16 not at correct indentation, 8 371
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 372
 Warning method def modifier at indentation level 8 not at correct indentation, 4 374
 Warning method def child at indentation level 16 not at correct indentation, 8 375
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 376
 Warning method def modifier at indentation level 8 not at correct indentation, 4 378
 Warning method def child at indentation level 16 not at correct indentation, 8 379
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 380
 Warning method def modifier at indentation level 8 not at correct indentation, 4 382
 Warning method def child at indentation level 16 not at correct indentation, 8 383
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 384
 Warning method def modifier at indentation level 8 not at correct indentation, 4 386
 Warning method def child at indentation level 16 not at correct indentation, 8 387
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 388
 Warning method def modifier at indentation level 8 not at correct indentation, 4 390
 Warning method def child at indentation level 16 not at correct indentation, 8 391
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 392
 Warning method def modifier at indentation level 8 not at correct indentation, 4 394
 Warning method def child at indentation level 16 not at correct indentation, 8 395
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 396
 Warning method def modifier at indentation level 8 not at correct indentation, 4 398
 Warning method def child at indentation level 16 not at correct indentation, 8 399
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 400
 Warning method def modifier at indentation level 8 not at correct indentation, 4 402
 Warning Name 'getNodeNameAssignerMap' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 402
 Warning method def child at indentation level 16 not at correct indentation, 8 403
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 404
 Warning method def modifier at indentation level 8 not at correct indentation, 4 406
 Warning Name 'setNodeNameAssignerMap' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 406
 Warning method def child at indentation level 16 not at correct indentation, 8 407
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 408

gboat2/approveflow/business/ApproveFlowConstant.java

Severity Message Line
 Warning Name 'gboat2.approveflow.business' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 12
 Warning member def modifier at indentation level 8 not at correct indentation, 4 17
 Warning Missing a Javadoc comment. 17
 Warning 'static' modifier out of order with the JLS suggestions. 17
 Warning Name 'PROCESS_DEFAULT_NAME' must match pattern '(^[A-Z0-9_]{0,19}$)'. 17
 Warning member def modifier at indentation level 8 not at correct indentation, 4 19
 Warning Missing a Javadoc comment. 19
 Warning 'static' modifier out of order with the JLS suggestions. 19
 Warning Name 'PROCESS_DEFAULT_VALUE' must match pattern '(^[A-Z0-9_]{0,19}$)'. 19

gboat2/approveflow/business/IApproveflowBusiness.java

Severity Message Line
 Warning Name 'gboat2.approveflow.business' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 19
 Warning method def modifier at indentation level 8 not at correct indentation, 4 30
 Warning Redundant 'public' modifier. 30
 Warning Name 'findVerifyLevelByStepName' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 30
 Warning Expected an @return tag. 37
 Warning method def modifier at indentation level 8 not at correct indentation, 4 37
 Warning Redundant 'public' modifier. 37
 Warning Name 'findVerifyLevelsByStepName' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 37
 Warning Expected @param tag for 'stepName'. 37
 Warning Expected an @return tag. 45
 Warning method def modifier at indentation level 8 not at correct indentation, 4 45
 Warning Redundant 'public' modifier. 45
 Warning Name 'findVerifyLevelByProcessAndStep' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 45
 Warning Expected @param tag for 'processId'. 45
 Warning Expected @param tag for 'stepName'. 45
 Warning method def modifier at indentation level 8 not at correct indentation, 4 52
 Warning Redundant 'public' modifier. 52
 Warning method def modifier at indentation level 8 not at correct indentation, 4 59
 Warning Redundant 'public' modifier. 59
 Warning method def modifier at indentation level 8 not at correct indentation, 4 66
 Warning Redundant 'public' modifier. 66
 Warning Expected @param tag for 'processId'. 66
 Warning method def modifier at indentation level 8 not at correct indentation, 4 76
 Warning Redundant 'public' modifier. 76
 Warning Expected an @return tag. 84
 Warning method def modifier at indentation level 8 not at correct indentation, 4 84
 Warning Redundant 'public' modifier. 84
 Warning Expected @param tag for 'processId'. 84
 Warning method def modifier at indentation level 8 not at correct indentation, 4 91
 Warning Redundant 'public' modifier. 91
 Warning method def modifier at indentation level 8 not at correct indentation, 4 98
 Warning Redundant 'public' modifier. 98
 Warning Expected @param tag for 'processId'. 98
 Warning method def modifier at indentation level 8 not at correct indentation, 4 106
 Warning Redundant 'public' modifier. 106
 Warning Expected an @return tag. 114
 Warning method def modifier at indentation level 8 not at correct indentation, 4 114
 Warning Redundant 'public' modifier. 114
 Warning Expected @param tag for 'levelId'. 114
 Warning Expected @param tag for 'nodeName'. 114
 Warning Expected an @return tag. 122
 Warning method def modifier at indentation level 8 not at correct indentation, 4 122
 Warning Redundant 'public' modifier. 122
 Warning Expected @param tag for 'levelId'. 122
 Warning Expected @param tag for 'assigner'. 122
 Warning Expected an @return tag. 128
 Warning method def modifier at indentation level 8 not at correct indentation, 4 128
 Warning Redundant 'public' modifier. 128
 Warning Expected an @return tag. 135
 Warning method def modifier at indentation level 8 not at correct indentation, 4 135
 Warning Redundant 'public' modifier. 135
 Warning Name 'getNodeListByProcessId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 135
 Warning Expected @param tag for 'processId'. 135
 Warning Expected an @return tag. 143
 Warning method def modifier at indentation level 8 not at correct indentation, 4 143
 Warning Redundant 'public' modifier. 143
 Warning Expected @param tag for 'bpmnDataJson'. 143
 Warning Expected @param tag for 'levelId'. 143
 Warning method def modifier at indentation level 8 not at correct indentation, 4 149
 Warning Redundant 'public' modifier. 149
 Warning Expected @param tag for 'levelId'. 149
 Warning Expected an @return tag. 156
 Warning method def modifier at indentation level 8 not at correct indentation, 4 156
 Warning Redundant 'public' modifier. 156
 Warning Name 'getDetailListByLevelId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 156
 Warning Expected @param tag for 'levelId'. 156

gboat2/approveflow/business/impl/ApproveflowBusinessImpl.java

Severity Message Line
 Warning Name 'gboat2.approveflow.business.impl' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 37
 Warning Name 'ApproveflowBusinessImpl' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 42
 Warning member def modifier at indentation level 8 not at correct indentation, 4 44
 Warning member def modifier at indentation level 8 not at correct indentation, 4 45
 Warning member def modifier at indentation level 8 not at correct indentation, 4 47
 Warning member def modifier at indentation level 8 not at correct indentation, 4 48
 Warning member def modifier at indentation level 8 not at correct indentation, 4 50
 Warning member def modifier at indentation level 8 not at correct indentation, 4 51
 Warning method def modifier at indentation level 8 not at correct indentation, 4 53
 Warning method def modifier at indentation level 8 not at correct indentation, 4 54
 Warning Name 'findVerifyLevelByStepName' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 54
 Warning method def child at indentation level 16 not at correct indentation, 8 56
 Warning method def child at indentation level 16 not at correct indentation, 8 57
 Warning method def child at indentation level 16 not at correct indentation, 8 58
 Warning if at indentation level 16 not at correct indentation, 8 59
 Warning if child at indentation level 24 not at correct indentation, 12 60
 Warning if rcurly at indentation level 16 not at correct indentation, 8 61
 Warning method def child at indentation level 16 not at correct indentation, 8 62
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 63
 Warning method def modifier at indentation level 8 not at correct indentation, 4 65
 Warning method def modifier at indentation level 8 not at correct indentation, 4 66
 Warning Name 'findVerifyLevelsByStepName' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 66
 Warning method def child at indentation level 16 not at correct indentation, 8 67
 Warning method def child at indentation level 16 not at correct indentation, 8 68
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 69
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 70
 Warning array initialization rcurly at indentation level 24 not at correct indentation, 16 71
 Warning method def child at indentation level 16 not at correct indentation, 8 72
 Warning method def child at indentation level 16 not at correct indentation, 8 73
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 74
 Warning method def modifier at indentation level 8 not at correct indentation, 4 76
 Warning method def modifier at indentation level 8 not at correct indentation, 4 77
 Warning Name 'findVerifyLevelByProcessAndStep' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 77
 Warning method def child at indentation level 16 not at correct indentation, 8 78
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 79
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 80
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 81
 Warning method def child at indentation level 16 not at correct indentation, 8 83
 Warning if at indentation level 16 not at correct indentation, 8 84
 Warning if child at indentation level 24 not at correct indentation, 12 85
 Warning if rcurly at indentation level 16 not at correct indentation, 8 86
 Warning '}' should be alone on a line. 86
 Warning if child at indentation level 24 not at correct indentation, 12 87
 Warning if rcurly at indentation level 16 not at correct indentation, 8 88
 Warning method def child at indentation level 16 not at correct indentation, 8 90
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 91
 Warning method def modifier at indentation level 8 not at correct indentation, 4 93
 Warning method def modifier at indentation level 8 not at correct indentation, 4 94
 Warning method def child at indentation level 16 not at correct indentation, 8 95
 Warning method def child at indentation level 16 not at correct indentation, 8 96
 Warning Name 'VerifyLevelList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
 Warning method def child at indentation level 16 not at correct indentation, 8 97
 Warning method def child at indentation level 16 not at correct indentation, 8 98
 Warning method def child at indentation level 12 not at correct indentation, 8 99
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 100
 Warning method def modifier at indentation level 8 not at correct indentation, 4 102
 Warning method def modifier at indentation level 8 not at correct indentation, 4 103
 Warning method def child at indentation level 16 not at correct indentation, 8 105
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 107
 Warning method def modifier at indentation level 8 not at correct indentation, 4 110
 Warning method def modifier at indentation level 8 not at correct indentation, 4 111
 Warning method def child at indentation level 16 not at correct indentation, 8 112
 Warning method def child at indentation level 16 not at correct indentation, 8 113
 Warning if at indentation level 16 not at correct indentation, 8 114
 Warning Conditional logic can be removed. 114
 Warning if child at indentation level 24 not at correct indentation, 12 115
 Warning if rcurly at indentation level 16 not at correct indentation, 8 116
 Warning '}' should be alone on a line. 116
 Warning else child at indentation level 24 not at correct indentation, 12 117
 Warning else rcurly at indentation level 16 not at correct indentation, 8 118
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 119
 Warning method def modifier at indentation level 8 not at correct indentation, 4 121
 Warning method def modifier at indentation level 8 not at correct indentation, 4 122
 Warning method def child at indentation level 17 not at correct indentation, 8 123
 Warning method def child at indentation level 17 not at correct indentation, 8 124
 Warning method def child at indentation level 17 not at correct indentation, 8 126
 Warning method def child at indentation level 17 not at correct indentation, 8 128
 Warning method def child at indentation level 17 not at correct indentation, 8 130
 Warning method def child at indentation level 17 not at correct indentation, 8 132
 Warning for at indentation level 17 not at correct indentation, 8 133
 Warning for child at indentation level 25 not at correct indentation, 12 135
 Warning for rcurly at indentation level 17 not at correct indentation, 8 136
 Warning method def child at indentation level 17 not at correct indentation, 8 137
 Warning method def child at indentation level 17 not at correct indentation, 8 138
 Warning method def child at indentation level 17 not at correct indentation, 8 139
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 140
 Warning method def modifier at indentation level 8 not at correct indentation, 4 142
 Warning method def modifier at indentation level 8 not at correct indentation, 4 143
 Warning method def child at indentation level 16 not at correct indentation, 8 144
 Warning method def child at indentation level 16 not at correct indentation, 8 145
 Warning method def child at indentation level 16 not at correct indentation, 8 146
 Warning for at indentation level 16 not at correct indentation, 8 147
 Warning for child at indentation level 24 not at correct indentation, 12 148
 Warning for child at indentation level 24 not at correct indentation, 12 149
 Warning for rcurly at indentation level 16 not at correct indentation, 8 150
 Warning method def child at indentation level 16 not at correct indentation, 8 151
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 153
 Warning method def modifier at indentation level 8 not at correct indentation, 4 155
 Warning method def modifier at indentation level 8 not at correct indentation, 4 156
 Warning Name 'getNodeListByProcessId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 156
 Warning method def child at indentation level 16 not at correct indentation, 8 157
 Warning method def child at indentation level 16 not at correct indentation, 8 158
 Warning method def child at indentation level 16 not at correct indentation, 8 159
 Warning for at indentation level 16 not at correct indentation, 8 160
 Warning for child at indentation level 24 not at correct indentation, 12 161
 Warning for child at indentation level 24 not at correct indentation, 12 162
 Warning for rcurly at indentation level 16 not at correct indentation, 8 163
 Warning method def child at indentation level 16 not at correct indentation, 8 164
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 165
 Warning method def modifier at indentation level 8 not at correct indentation, 4 167
 Warning method def modifier at indentation level 8 not at correct indentation, 4 168
 Warning if at indentation level 16 not at correct indentation, 8 169
 Warning if child at indentation level 24 not at correct indentation, 12 170
 Warning if rcurly at indentation level 16 not at correct indentation, 8 171
 Warning method def child at indentation level 16 not at correct indentation, 8 172
 Warning method def child at indentation level 16 not at correct indentation, 8 173
 Warning method def child at indentation level 16 not at correct indentation, 8 174
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 175
 Warning method def modifier at indentation level 8 not at correct indentation, 4 178
 Warning method def modifier at indentation level 8 not at correct indentation, 4 179
 Warning if at indentation level 16 not at correct indentation, 8 180
 Warning if child at indentation level 24 not at correct indentation, 12 181
 Warning if rcurly at indentation level 16 not at correct indentation, 8 182
 Warning method def child at indentation level 16 not at correct indentation, 8 183
 Warning method def child at indentation level 16 not at correct indentation, 8 184
 Warning method def child at indentation level 16 not at correct indentation, 8 185
 Warning method def child at indentation level 16 not at correct indentation, 8 186
 Warning for at indentation level 16 not at correct indentation, 8 187
 Warning for child at indentation level 24 not at correct indentation, 12 188
 Warning for child at indentation level 24 not at correct indentation, 12 189
 Warning for rcurly at indentation level 16 not at correct indentation, 8 190
 Warning method def child at indentation level 16 not at correct indentation, 8 191
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 192
 Warning method def modifier at indentation level 8 not at correct indentation, 4 194
 Warning Name 'deleteTVerifyDetailByLevelId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 194
 Warning method def child at indentation level 24 not at correct indentation, 8 195
 Warning array initialization lcurly at indentation level 40 not at correct indentation, [28, 45] 196
 Warning array initialization lcurly at indentation level 40 not at correct indentation, [28, 45] 197
 Warning method def child at indentation level 24 not at correct indentation, 8 199
 Warning for at indentation level 24 not at correct indentation, 8 200
 Warning for child at indentation level 32 not at correct indentation, 12 201
 Warning for rcurly at indentation level 24 not at correct indentation, 8 202
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 203
 Warning method def modifier at indentation level 8 not at correct indentation, 4 205
 Warning method def modifier at indentation level 8 not at correct indentation, 4 206
 Warning method def child at indentation level 16 not at correct indentation, 8 207
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 209
 Warning method def modifier at indentation level 8 not at correct indentation, 4 211
 Warning method def modifier at indentation level 8 not at correct indentation, 4 212
 Warning method def child at indentation level 16 not at correct indentation, 8 213
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 214
 Warning method def modifier at indentation level 8 not at correct indentation, 4 216
 Warning method def modifier at indentation level 8 not at correct indentation, 4 217
 Warning method def child at indentation level 16 not at correct indentation, 8 218
 Warning method def child at indentation level 16 not at correct indentation, 8 219
 Warning for at indentation level 16 not at correct indentation, 8 220
 Warning for child at indentation level 24 not at correct indentation, 12 221
 Warning for rcurly at indentation level 16 not at correct indentation, 8 222
 Warning method def child at indentation level 16 not at correct indentation, 8 223
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 224
 Warning method def modifier at indentation level 8 not at correct indentation, 4 226
 Warning method def modifier at indentation level 8 not at correct indentation, 4 227
 Warning method def child at indentation level 16 not at correct indentation, 8 229
 Warning method def child at indentation level 17 not at correct indentation, 8 232
 Warning method def child at indentation level 18 not at correct indentation, 8 234
 Warning for at indentation level 17 not at correct indentation, 8 235
 Warning for child at indentation level 25 not at correct indentation, 12 236
 Warning for rcurly at indentation level 17 not at correct indentation, 8 237
 Warning method def child at indentation level 16 not at correct indentation, 8 238
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 239
 Warning method def modifier at indentation level 8 not at correct indentation, 4 241
 Warning method def modifier at indentation level 8 not at correct indentation, 4 242
 Warning method def child at indentation level 16 not at correct indentation, 8 243
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 244
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 245
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 246
 Warning method def child at indentation level 16 not at correct indentation, 8 248
 Warning if at indentation level 16 not at correct indentation, 8 249
 Warning if child at indentation level 24 not at correct indentation, 12 250
 Warning if rcurly at indentation level 16 not at correct indentation, 8 251
 Warning '}' should be alone on a line. 251
 Warning if child at indentation level 24 not at correct indentation, 12 252
 Warning if rcurly at indentation level 16 not at correct indentation, 8 253
 Warning method def child at indentation level 16 not at correct indentation, 8 255
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 256
 Warning method def modifier at indentation level 8 not at correct indentation, 4 258
 Warning method def modifier at indentation level 8 not at correct indentation, 4 259
 Warning Name 'getDetailListByLevelId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 259
 Warning method def child at indentation level 16 not at correct indentation, 8 260
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 261
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 262
 Warning method def child at indentation level 16 not at correct indentation, 8 264
 Warning method def child at indentation level 16 not at correct indentation, 8 265
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 266
 Warning method def modifier at indentation level 8 not at correct indentation, 4 268
 Warning method def modifier at indentation level 8 not at correct indentation, 4 269
 Warning method def child at indentation level 16 not at correct indentation, 8 270
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 271
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 272
 Warning array initialization lcurly at indentation level 32 not at correct indentation, [20, 37] 273
 Warning method def child at indentation level 16 not at correct indentation, 8 275
 Warning if at indentation level 16 not at correct indentation, 8 276
 Warning if child at indentation level 24 not at correct indentation, 12 277
 Warning if rcurly at indentation level 16 not at correct indentation, 8 278
 Warning '}' should be alone on a line. 278
 Warning if child at indentation level 24 not at correct indentation, 12 279
 Warning if rcurly at indentation level 16 not at correct indentation, 8 280
 Warning method def child at indentation level 16 not at correct indentation, 8 282
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 283

gboat2/approveflow/model/NodeInfoVO.java

Severity Message Line
 Warning Name 'gboat2.approveflow.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning member def modifier at indentation level 8 not at correct indentation, 4 10
 Warning member def modifier at indentation level 8 not at correct indentation, 4 12
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 14
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 16
 Warning ctor def child at indentation level 16 not at correct indentation, 8 17
 Warning ctor def child at indentation level 16 not at correct indentation, 8 18
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 19
 Warning method def modifier at indentation level 8 not at correct indentation, 4 21
 Warning method def child at indentation level 16 not at correct indentation, 8 22
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 23
 Warning method def modifier at indentation level 8 not at correct indentation, 4 25
 Warning method def child at indentation level 16 not at correct indentation, 8 26
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 27
 Warning method def modifier at indentation level 8 not at correct indentation, 4 29
 Warning method def child at indentation level 16 not at correct indentation, 8 30
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 31
 Warning method def modifier at indentation level 8 not at correct indentation, 4 33
 Warning method def child at indentation level 16 not at correct indentation, 8 34
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 35

gboat2/approveflow/model/ProcessInfoVO.java

Severity Message Line
 Warning Name 'gboat2.approveflow.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning member def modifier at indentation level 8 not at correct indentation, 4 10
 Warning member def modifier at indentation level 8 not at correct indentation, 4 12
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 15
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 17
 Warning ctor def child at indentation level 16 not at correct indentation, 8 18
 Warning ctor def child at indentation level 16 not at correct indentation, 8 19
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 20
 Warning method def modifier at indentation level 8 not at correct indentation, 4 22
 Warning method def child at indentation level 16 not at correct indentation, 8 23
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 24
 Warning method def modifier at indentation level 8 not at correct indentation, 4 26
 Warning method def child at indentation level 16 not at correct indentation, 8 27
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 28
 Warning method def modifier at indentation level 8 not at correct indentation, 4 30
 Warning method def child at indentation level 16 not at correct indentation, 8 31
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 32
 Warning method def modifier at indentation level 8 not at correct indentation, 4 34
 Warning method def child at indentation level 16 not at correct indentation, 8 35
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 36

gboat2/approveflow/model/TVerifyDetail.java

Severity Message Line
 Warning Name 'gboat2.approveflow.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 19
 Warning member def modifier at indentation level 8 not at correct indentation, 4 26
 Warning member def modifier at indentation level 8 not at correct indentation, 4 28
 Warning member def modifier at indentation level 8 not at correct indentation, 4 30
 Warning member def modifier at indentation level 8 not at correct indentation, 4 32
 Warning member def modifier at indentation level 8 not at correct indentation, 4 34
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 38
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 39
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 41
 Warning ctor def child at indentation level 16 not at correct indentation, 8 43
 Warning ctor def child at indentation level 16 not at correct indentation, 8 44
 Warning ctor def child at indentation level 16 not at correct indentation, 8 45
 Warning ctor def child at indentation level 16 not at correct indentation, 8 46
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 47
 Warning method def modifier at indentation level 8 not at correct indentation, 4 49
 Warning method def modifier at indentation level 8 not at correct indentation, 4 50
 Warning method def modifier at indentation level 8 not at correct indentation, 4 51
 Warning method def modifier at indentation level 8 not at correct indentation, 4 52
 Warning method def modifier at indentation level 8 not at correct indentation, 4 53
 Warning method def child at indentation level 16 not at correct indentation, 8 54
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 55
 Warning method def modifier at indentation level 8 not at correct indentation, 4 57
 Warning method def child at indentation level 16 not at correct indentation, 8 58
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 59
 Warning method def modifier at indentation level 8 not at correct indentation, 4 61
 Warning method def modifier at indentation level 8 not at correct indentation, 4 62
 Warning method def child at indentation level 16 not at correct indentation, 8 63
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 64
 Warning method def modifier at indentation level 8 not at correct indentation, 4 66
 Warning method def child at indentation level 16 not at correct indentation, 8 67
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 68
 Warning method def modifier at indentation level 8 not at correct indentation, 4 70
 Warning method def modifier at indentation level 8 not at correct indentation, 4 71
 Warning method def child at indentation level 16 not at correct indentation, 8 72
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 73
 Warning method def modifier at indentation level 8 not at correct indentation, 4 75
 Warning method def child at indentation level 16 not at correct indentation, 8 76
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 77
 Warning method def modifier at indentation level 8 not at correct indentation, 4 79
 Warning method def modifier at indentation level 8 not at correct indentation, 4 80
 Warning method def child at indentation level 16 not at correct indentation, 8 81
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 82
 Warning method def modifier at indentation level 8 not at correct indentation, 4 84
 Warning method def child at indentation level 16 not at correct indentation, 8 85
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 86
 Warning method def modifier at indentation level 8 not at correct indentation, 4 88
 Warning method def modifier at indentation level 8 not at correct indentation, 4 89
 Warning method def child at indentation level 16 not at correct indentation, 8 90
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 91
 Warning method def modifier at indentation level 8 not at correct indentation, 4 93
 Warning method def child at indentation level 16 not at correct indentation, 8 94
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 95

gboat2/approveflow/model/TVerifyLevel.java

Severity Message Line
 Warning Name 'gboat2.approveflow.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning member def modifier at indentation level 8 not at correct indentation, 4 22
 Warning member def modifier at indentation level 8 not at correct indentation, 4 25
 Warning member def modifier at indentation level 8 not at correct indentation, 4 28
 Warning member def modifier at indentation level 8 not at correct indentation, 4 31
 Warning member def modifier at indentation level 8 not at correct indentation, 4 34
 Warning member def modifier at indentation level 8 not at correct indentation, 4 37
 Warning member def modifier at indentation level 8 not at correct indentation, 4 40
 Warning member def modifier at indentation level 8 not at correct indentation, 4 43
 Warning member def modifier at indentation level 8 not at correct indentation, 4 46
 Warning member def modifier at indentation level 8 not at correct indentation, 4 49
 Warning member def modifier at indentation level 8 not at correct indentation, 4 52
 Warning method def modifier at indentation level 8 not at correct indentation, 4 54
 Warning method def modifier at indentation level 8 not at correct indentation, 4 55
 Warning method def modifier at indentation level 8 not at correct indentation, 4 56
 Warning method def modifier at indentation level 8 not at correct indentation, 4 57
 Warning method def modifier at indentation level 8 not at correct indentation, 4 58
 Warning method def child at indentation level 16 not at correct indentation, 8 59
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 60
 Warning method def modifier at indentation level 8 not at correct indentation, 4 62
 Warning method def child at indentation level 16 not at correct indentation, 8 63
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 64
 Warning method def modifier at indentation level 8 not at correct indentation, 4 66
 Warning method def modifier at indentation level 8 not at correct indentation, 4 67
 Warning method def child at indentation level 16 not at correct indentation, 8 68
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 69
 Warning method def modifier at indentation level 8 not at correct indentation, 4 71
 Warning method def child at indentation level 16 not at correct indentation, 8 72
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 73
 Warning method def modifier at indentation level 8 not at correct indentation, 4 75
 Warning method def modifier at indentation level 8 not at correct indentation, 4 76
 Warning method def child at indentation level 16 not at correct indentation, 8 77
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 78
 Warning method def modifier at indentation level 8 not at correct indentation, 4 80
 Warning method def child at indentation level 16 not at correct indentation, 8 81
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 82
 Warning method def modifier at indentation level 8 not at correct indentation, 4 84
 Warning method def modifier at indentation level 8 not at correct indentation, 4 85
 Warning method def child at indentation level 16 not at correct indentation, 8 86
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 87
 Warning method def modifier at indentation level 8 not at correct indentation, 4 89
 Warning method def child at indentation level 16 not at correct indentation, 8 90
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 91
 Warning method def modifier at indentation level 8 not at correct indentation, 4 93
 Warning method def modifier at indentation level 8 not at correct indentation, 4 94
 Warning method def child at indentation level 16 not at correct indentation, 8 95
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 96
 Warning method def modifier at indentation level 8 not at correct indentation, 4 98
 Warning method def child at indentation level 16 not at correct indentation, 8 99
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 100
 Warning method def modifier at indentation level 8 not at correct indentation, 4 102
 Warning method def modifier at indentation level 8 not at correct indentation, 4 103
 Warning method def child at indentation level 16 not at correct indentation, 8 104
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 105
 Warning method def modifier at indentation level 8 not at correct indentation, 4 107
 Warning method def child at indentation level 16 not at correct indentation, 8 108
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 109
 Warning method def modifier at indentation level 8 not at correct indentation, 4 111
 Warning method def modifier at indentation level 8 not at correct indentation, 4 112
 Warning method def child at indentation level 16 not at correct indentation, 8 113
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 114
 Warning method def modifier at indentation level 8 not at correct indentation, 4 116
 Warning method def child at indentation level 16 not at correct indentation, 8 117
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 118
 Warning method def modifier at indentation level 8 not at correct indentation, 4 120
 Warning method def modifier at indentation level 8 not at correct indentation, 4 121
 Warning method def child at indentation level 16 not at correct indentation, 8 122
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 123
 Warning method def modifier at indentation level 8 not at correct indentation, 4 125
 Warning method def child at indentation level 16 not at correct indentation, 8 126
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 127
 Warning method def modifier at indentation level 8 not at correct indentation, 4 129
 Warning method def modifier at indentation level 8 not at correct indentation, 4 130
 Warning method def child at indentation level 16 not at correct indentation, 8 131
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 132
 Warning method def modifier at indentation level 8 not at correct indentation, 4 134
 Warning method def child at indentation level 16 not at correct indentation, 8 135
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 136
 Warning method def modifier at indentation level 8 not at correct indentation, 4 138
 Warning method def modifier at indentation level 8 not at correct indentation, 4 139
 Warning method def child at indentation level 16 not at correct indentation, 8 140
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 141
 Warning method def modifier at indentation level 8 not at correct indentation, 4 143
 Warning method def child at indentation level 16 not at correct indentation, 8 144
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 145
 Warning method def modifier at indentation level 8 not at correct indentation, 4 147
 Warning method def modifier at indentation level 8 not at correct indentation, 4 148
 Warning method def child at indentation level 16 not at correct indentation, 8 149
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 150
 Warning method def modifier at indentation level 8 not at correct indentation, 4 152
 Warning method def child at indentation level 16 not at correct indentation, 8 153
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 154

gboat2/approveflow/model/TVerifyLevelVO.java

Severity Message Line
 Warning Name 'gboat2.approveflow.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Missing a Javadoc comment. 9
 Warning member def modifier at indentation level 8 not at correct indentation, 4 12
 Warning member def modifier at indentation level 8 not at correct indentation, 4 14
 Warning member def modifier at indentation level 8 not at correct indentation, 4 16
 Warning method def modifier at indentation level 8 not at correct indentation, 4 18
 Warning method def child at indentation level 16 not at correct indentation, 8 19
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 20
 Warning method def modifier at indentation level 8 not at correct indentation, 4 22
 Warning method def child at indentation level 16 not at correct indentation, 8 23
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 24
 Warning method def modifier at indentation level 8 not at correct indentation, 4 26
 Warning method def child at indentation level 16 not at correct indentation, 8 27
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 28
 Warning method def modifier at indentation level 8 not at correct indentation, 4 30
 Warning method def child at indentation level 16 not at correct indentation, 8 31
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 32
 Warning method def modifier at indentation level 8 not at correct indentation, 4 34
 Warning method def child at indentation level 16 not at correct indentation, 8 35
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 36
 Warning method def modifier at indentation level 8 not at correct indentation, 4 38
 Warning method def child at indentation level 16 not at correct indentation, 8 39
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 40

gboat2/approveflow/service/ApproveFlowException.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 14
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 24

gboat2/approveflow/service/ApproveFlowNodeCheckerHolder.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 25
 Warning Name 'ApproveFlowNodeCheckerHolder' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 29
 Warning member def type at indentation level 8 not at correct indentation, 4 30
 Warning member def modifier at indentation level 8 not at correct indentation, 4 32
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 32
 Warning member def modifier at indentation level 8 not at correct indentation, 4 34
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 36
 Warning ctor def child at indentation level 16 not at correct indentation, 8 37
 Warning try at indentation level 16 not at correct indentation, 8 38
 Warning try child at indentation level 24 not at correct indentation, 12 39
 Warning try child at indentation level 24 not at correct indentation, 12 40
 Warning method def modifier at indentation level 32 not at correct indentation, 28 41
 Warning method def modifier at indentation level 32 not at correct indentation, 28 42
 Warning method def child at indentation level 40 not at correct indentation, 32 43
 Warning method def child at indentation level 40 not at correct indentation, 32 44
 Warning method def child at indentation level 40 not at correct indentation, 32 45
 Warning method def rcurly at indentation level 32 not at correct indentation, 28 46
 Warning method def modifier at indentation level 32 not at correct indentation, 28 48
 Warning method def modifier at indentation level 32 not at correct indentation, 28 49
 Warning method def child at indentation level 40 not at correct indentation, 32 50
 Warning method def child at indentation level 40 not at correct indentation, 32 51
 Warning method def child at indentation level 40 not at correct indentation, 32 52
 Warning method def rcurly at indentation level 32 not at correct indentation, 28 53
 Warning try child at indentation level 24 not at correct indentation, 12 55
 Warning try rcurly at indentation level 16 not at correct indentation, 8 56
 Warning '}' should be alone on a line. 56
 Warning catch child at indentation level 24 not at correct indentation, 12 57
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 58
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 59
 Warning method def modifier at indentation level 8 not at correct indentation, 4 61
 Warning Name 'registExitActionHandler' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 61
 Warning method def child at indentation level 16 not at correct indentation, 8 62
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 63
 Warning method def modifier at indentation level 8 not at correct indentation, 4 65
 Warning Name 'unRegistExitActionHandler' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 65
 Warning method def child at indentation level 16 not at correct indentation, 8 66
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 67
 Warning method def modifier at indentation level 8 not at correct indentation, 4 69
 Warning method def child at indentation level 16 not at correct indentation, 8 70
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 71

gboat2/approveflow/service/ApproveFlowServiceFactory.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 21
 Warning Name 'ApproveFlowServiceFactory' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 25
 Warning member def modifier at indentation level 8 not at correct indentation, 4 27
 Warning Name 'services' must match pattern '(^[A-Z0-9_]{0,19}$)'. 27
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 29
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 31
 Warning method def modifier at indentation level 8 not at correct indentation, 4 33
 Warning method def modifier at indentation level 8 not at correct indentation, 4 34
 Warning method def child at indentation level 16 not at correct indentation, 8 35
 Warning method def child at indentation level 16 not at correct indentation, 8 36
 Warning method def child at indentation level 16 not at correct indentation, 8 37
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 38
 Warning method def modifier at indentation level 8 not at correct indentation, 4 40
 Warning method def modifier at indentation level 8 not at correct indentation, 4 41
 Warning method def child at indentation level 16 not at correct indentation, 8 42
 Warning method def child at indentation level 16 not at correct indentation, 8 43
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 44
 Warning method def modifier at indentation level 8 not at correct indentation, 4 51
 Warning Name 'getApproveFlowServices' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 51
 Warning method def child at indentation level 16 not at correct indentation, 8 52
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 53

gboat2/approveflow/service/IApproveFlowNodeChecker.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 14
 Warning Name 'IApproveFlowNodeChecker' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 18
 Warning method def modifier at indentation level 8 not at correct indentation, 4 19
 Warning Missing a Javadoc comment. 19
 Warning Redundant 'public' modifier. 19

gboat2/approveflow/service/IApproveFlowRegister.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 21
 Warning method def modifier at indentation level 8 not at correct indentation, 4 26
 Warning Missing a Javadoc comment. 26
 Warning Redundant 'public' modifier. 26
 Warning method def modifier at indentation level 8 not at correct indentation, 4 28
 Warning Missing a Javadoc comment. 28
 Warning Redundant 'public' modifier. 28
 Warning method def modifier at indentation level 8 not at correct indentation, 4 30
 Warning Missing a Javadoc comment. 30
 Warning Redundant 'public' modifier. 30
 Warning Expected an @return tag. 38
 Warning method def modifier at indentation level 8 not at correct indentation, 4 38
 Warning Redundant 'public' modifier. 38
 Warning Expected @param tag for 'taskName'. 38
 Warning Expected @param tag for 'proecssId'. 38
 Warning method def modifier at indentation level 8 not at correct indentation, 4 46
 Warning Redundant 'public' modifier. 46
 Warning Expected an @return tag. 53
 Warning method def modifier at indentation level 8 not at correct indentation, 4 53
 Warning Redundant 'public' modifier. 53
 Warning Expected @param tag for 'processId'. 53
 Warning Expected an @return tag. 61
 Warning method def modifier at indentation level 8 not at correct indentation, 4 61
 Warning Redundant 'public' modifier. 61
 Warning Expected @param tag for 'processId'. 61

gboat2/approveflow/service/IApproveFlowService.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 5
 Warning Expected an @return tag. 13
 Warning method def modifier at indentation level 8 not at correct indentation, 4 13
 Warning Redundant 'public' modifier. 13
 Warning Expected @param tag for 'serviceProcessId'. 13
 Warning Expected @param tag for 'stepName'. 13
 Warning Expected an @return tag. 22
 Warning method def modifier at indentation level 8 not at correct indentation, 4 22
 Warning Redundant 'public' modifier. 22
 Warning Expected @param tag for 'serviceProcessId'. 22
 Warning Expected @param tag for 'stepName'. 22
 Warning Expected @param tag for 'assigner'. 22
 Warning Unused @param tag for 'params'. 29
 Warning method def modifier at indentation level 8 not at correct indentation, 4 33
 Warning Redundant 'public' modifier. 33
 Warning Expected @param tag for 'assigner'. 33
 Warning method def modifier at indentation level 8 not at correct indentation, 4 42
 Warning Redundant 'public' modifier. 42
 Warning Expected an @return tag. 51
 Warning method def modifier at indentation level 8 not at correct indentation, 4 51
 Warning Redundant 'public' modifier. 51
 Warning Expected @param tag for 'serviceProcessId'. 51
 Warning Expected @param tag for 'stepName'. 51
 Warning Expected @param tag for 'assigner'. 51
 Warning Expected @param tag for 'params'. 51
 Warning Expected an @return tag. 61
 Warning method def modifier at indentation level 8 not at correct indentation, 4 61
 Warning Redundant 'public' modifier. 61
 Warning Expected @param tag for 'serviceProcessId'. 61
 Warning Expected @param tag for 'nodeName'. 61
 Warning Expected @param tag for 'assigner'. 61
 Warning Expected @param tag for 'params'. 61

gboat2/approveflow/service/impl/ApproveFlowRegister.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service.impl' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 42
 Warning member def modifier at indentation level 8 not at correct indentation, 4 47
 Warning member def modifier at indentation level 8 not at correct indentation, 4 49
 Warning method def modifier at indentation level 8 not at correct indentation, 4 55
 Warning method def modifier at indentation level 8 not at correct indentation, 4 56
 Warning method def child at indentation level 16 not at correct indentation, 8 57
 Warning method def child at indentation level 16 not at correct indentation, 8 58
 Warning method def child at indentation level 16 not at correct indentation, 8 59
 Warning method def child at indentation level 16 not at correct indentation, 8 60
 Warning if at indentation level 16 not at correct indentation, 8 61
 Warning if child at indentation level 24 not at correct indentation, 12 62
 Warning if child at indentation level 24 not at correct indentation, 12 63
 Warning for at indentation level 24 not at correct indentation, 12 64
 Warning for child at indentation level 32 not at correct indentation, 16 65
 Warning for rcurly at indentation level 24 not at correct indentation, 12 66
 Warning if child at indentation level 24 not at correct indentation, 12 67
 Warning if child at indentation level 24 not at correct indentation, 12 68
 Warning if rcurly at indentation level 16 not at correct indentation, 8 69
 Warning '}' should be alone on a line. 69
 Warning else child at indentation level 24 not at correct indentation, 12 70
 Warning else child at indentation level 24 not at correct indentation, 12 71
 Warning else rcurly at indentation level 16 not at correct indentation, 8 72
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 73
 Warning method def modifier at indentation level 8 not at correct indentation, 4 75
 Warning method def modifier at indentation level 8 not at correct indentation, 4 76
 Warning method def child at indentation level 16 not at correct indentation, 8 77
 Warning method def child at indentation level 16 not at correct indentation, 8 78
 Warning if at indentation level 16 not at correct indentation, 8 79
 Warning if child at indentation level 24 not at correct indentation, 12 80
 Warning if rcurly at indentation level 16 not at correct indentation, 8 81
 Warning method def child at indentation level 16 not at correct indentation, 8 82
 Warning for at indentation level 16 not at correct indentation, 8 83
 Warning for child at indentation level 24 not at correct indentation, 12 84
 Warning for child at indentation level 24 not at correct indentation, 12 86
 Warning for rcurly at indentation level 16 not at correct indentation, 8 87
 Warning method def child at indentation level 16 not at correct indentation, 8 88
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 89
 Warning method def modifier at indentation level 8 not at correct indentation, 4 91
 Warning method def child at indentation level 16 not at correct indentation, 8 92
 Warning method def child at indentation level 16 not at correct indentation, 8 93
 Warning method def child at indentation level 16 not at correct indentation, 8 95
 Warning method def child at indentation level 16 not at correct indentation, 8 97
 Warning method def child at indentation level 16 not at correct indentation, 8 99
 Warning method def child at indentation level 16 not at correct indentation, 8 101
 Warning method def child at indentation level 16 not at correct indentation, 8 104
 Warning method def child at indentation level 16 not at correct indentation, 8 107
 Warning method def child at indentation level 16 not at correct indentation, 8 109
 Warning for at indentation level 16 not at correct indentation, 8 110
 Warning Name 'nodes_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. 110
 Warning for child at indentation level 24 not at correct indentation, 12 111
 Warning if at indentation level 24 not at correct indentation, 12 112
 Warning if child at indentation level 32 not at correct indentation, 16 114
 Warning if child at indentation level 32 not at correct indentation, 16 115
 Warning if at indentation level 32 not at correct indentation, 16 116
 Warning if child at indentation level 40 not at correct indentation, 20 117
 Warning if rcurly at indentation level 32 not at correct indentation, 16 118
 Warning if rcurly at indentation level 24 not at correct indentation, 12 119
 Warning for rcurly at indentation level 16 not at correct indentation, 8 120
 Warning method def child at indentation level 16 not at correct indentation, 8 121
 Warning method def child at indentation level 16 not at correct indentation, 8 122
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 123
 Warning method def modifier at indentation level 8 not at correct indentation, 4 125
 Warning if at indentation level 16 not at correct indentation, 8 127
 Warning if child at indentation level 24 not at correct indentation, 12 128
 Warning if rcurly at indentation level 16 not at correct indentation, 8 129
 Warning method def child at indentation level 16 not at correct indentation, 8 130
 Warning method def child at indentation level 16 not at correct indentation, 8 133
 Warning method def child at indentation level 16 not at correct indentation, 8 134
 Warning method def child at indentation level 16 not at correct indentation, 8 136
 Warning if at indentation level 16 not at correct indentation, 8 137
 Warning if child at indentation level 24 not at correct indentation, 12 138
 Warning if rcurly at indentation level 16 not at correct indentation, 8 139
 Warning method def child at indentation level 16 not at correct indentation, 8 141
 Warning method def child at indentation level 16 not at correct indentation, 8 142
 Warning method def child at indentation level 16 not at correct indentation, 8 145
 Warning method def child at indentation level 16 not at correct indentation, 8 146
 Warning method def child at indentation level 16 not at correct indentation, 8 147
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 148
 Warning method def modifier at indentation level 8 not at correct indentation, 4 150
 Warning method def child at indentation level 16 not at correct indentation, 8 151
 Warning method def child at indentation level 16 not at correct indentation, 8 152
 Warning if at indentation level 16 not at correct indentation, 8 153
 Warning if child at indentation level 24 not at correct indentation, 12 154
 Warning if rcurly at indentation level 16 not at correct indentation, 8 155
 Warning method def child at indentation level 16 not at correct indentation, 8 156
 Warning method def child at indentation level 16 not at correct indentation, 8 157
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 158
 Warning method def modifier at indentation level 8 not at correct indentation, 4 160
 Warning method def modifier at indentation level 8 not at correct indentation, 4 161
 Warning method def child at indentation level 16 not at correct indentation, 8 162
 Warning method def child at indentation level 16 not at correct indentation, 8 163
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 164
 Warning method def modifier at indentation level 8 not at correct indentation, 4 166
 Warning method def modifier at indentation level 8 not at correct indentation, 4 167
 Warning method def child at indentation level 16 not at correct indentation, 8 168
 Warning method def child at indentation level 16 not at correct indentation, 8 169
 Warning for at indentation level 16 not at correct indentation, 8 170
 Warning if at indentation level 24 not at correct indentation, 12 171
 Warning if child at indentation level 32 not at correct indentation, 16 172
 Warning if rcurly at indentation level 24 not at correct indentation, 12 173
 Warning '}' should be alone on a line. 173
 Warning if child at indentation level 32 not at correct indentation, 16 174
 Warning if child at indentation level 32 not at correct indentation, 16 175
 Warning if at indentation level 32 not at correct indentation, 16 176
 Warning if child at indentation level 40 not at correct indentation, 20 177
 Warning if rcurly at indentation level 32 not at correct indentation, 16 178
 Warning if rcurly at indentation level 24 not at correct indentation, 12 179
 Warning for rcurly at indentation level 16 not at correct indentation, 8 180
 Warning method def child at indentation level 16 not at correct indentation, 8 181
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 182
 Warning method def modifier at indentation level 8 not at correct indentation, 4 184
 Warning method def modifier at indentation level 8 not at correct indentation, 4 185
 Warning method def child at indentation level 16 not at correct indentation, 8 186
 Warning method def child at indentation level 16 not at correct indentation, 8 187
 Warning method def child at indentation level 16 not at correct indentation, 8 188
 Warning for at indentation level 16 not at correct indentation, 8 189
 Warning if at indentation level 24 not at correct indentation, 12 190
 Warning if child at indentation level 32 not at correct indentation, 16 191
 Warning if child at indentation level 32 not at correct indentation, 16 192
 Warning if rcurly at indentation level 24 not at correct indentation, 12 193
 Warning for rcurly at indentation level 16 not at correct indentation, 8 194
 Warning method def child at indentation level 16 not at correct indentation, 8 195
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 196
 Warning method def modifier at indentation level 8 not at correct indentation, 4 198
 Warning Missing a Javadoc comment. 198
 Warning method def child at indentation level 16 not at correct indentation, 8 199
 Warning method def child at indentation level 16 not at correct indentation, 8 200
 Warning method def child at indentation level 16 not at correct indentation, 8 201
 Warning for at indentation level 16 not at correct indentation, 8 202
 Warning if at indentation level 24 not at correct indentation, 12 203
 Warning if child at indentation level 32 not at correct indentation, 16 204
 Warning if child at indentation level 32 not at correct indentation, 16 205
 Warning if rcurly at indentation level 24 not at correct indentation, 12 206
 Warning for rcurly at indentation level 16 not at correct indentation, 8 207
 Warning method def child at indentation level 16 not at correct indentation, 8 208
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 209
 Warning method def modifier at indentation level 8 not at correct indentation, 4 211
 Warning method def modifier at indentation level 8 not at correct indentation, 4 212
 Warning if at indentation level 16 not at correct indentation, 8 213
 Warning if child at indentation level 24 not at correct indentation, 12 214
 Warning if child at indentation level 24 not at correct indentation, 12 215
 Warning if child at indentation level 24 not at correct indentation, 12 216
 Warning if rcurly at indentation level 16 not at correct indentation, 8 217
 Warning method def child at indentation level 16 not at correct indentation, 8 218
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 219

gboat2/approveflow/service/impl/ApproveFlowServiceImpl.java

Severity Message Line
 Warning Name 'gboat2.approveflow.service.impl' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 35
 Warning Name 'ApproveFlowServiceImpl' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 39
 Warning member def modifier at indentation level 8 not at correct indentation, 4 41
 Warning member def modifier at indentation level 8 not at correct indentation, 4 43
 Warning Missing a Javadoc comment. 43
 Warning member def modifier at indentation level 8 not at correct indentation, 4 45
 Warning member def modifier at indentation level 8 not at correct indentation, 4 46
 Warning member def modifier at indentation level 8 not at correct indentation, 4 48
 Warning member def modifier at indentation level 8 not at correct indentation, 4 49
 Warning member def modifier at indentation level 8 not at correct indentation, 4 51
 Warning member def modifier at indentation level 8 not at correct indentation, 4 52
 Warning method def modifier at indentation level 8 not at correct indentation, 4 54
 Warning Missing a Javadoc comment. 54
 Warning method def child at indentation level 16 not at correct indentation, 8 55
 Warning if at indentation level 16 not at correct indentation, 8 57
 Warning if child at indentation level 24 not at correct indentation, 12 58
 Warning if at indentation level 24 not at correct indentation, 12 59
 Warning if child at indentation level 32 not at correct indentation, 16 60
 Warning if rcurly at indentation level 24 not at correct indentation, 12 61
 Warning if rcurly at indentation level 16 not at correct indentation, 8 62
 Warning if at indentation level 16 not at correct indentation, 8 64
 Warning if child at indentation level 24 not at correct indentation, 12 65
 Warning if rcurly at indentation level 16 not at correct indentation, 8 66
 Warning '}' should be alone on a line. 66
 Warning if child at indentation level 24 not at correct indentation, 12 67
 Warning if at indentation level 24 not at correct indentation, 12 68
 Warning if child at indentation level 32 not at correct indentation, 16 70
 Warning if rcurly at indentation level 24 not at correct indentation, 12 71
 Warning if child at indentation level 24 not at correct indentation, 12 73
 Warning if at indentation level 24 not at correct indentation, 12 74
 Warning if child at indentation level 32 not at correct indentation, 16 76
 Warning if rcurly at indentation level 24 not at correct indentation, 12 77
 Warning if child at indentation level 24 not at correct indentation, 12 78
 Warning if at indentation level 24 not at correct indentation, 12 79
 Warning if child at indentation level 32 not at correct indentation, 16 80
 Warning if rcurly at indentation level 24 not at correct indentation, 12 81
 Warning if child at indentation level 24 not at correct indentation, 12 82
 Warning if at indentation level 24 not at correct indentation, 12 83
 Warning if child at indentation level 32 not at correct indentation, 16 84
 Warning if rcurly at indentation level 24 not at correct indentation, 12 85
 Warning if child at indentation level 24 not at correct indentation, 12 86
 Warning if at indentation level 24 not at correct indentation, 12 87
 Warning if child at indentation level 32 not at correct indentation, 16 88
 Warning if rcurly at indentation level 24 not at correct indentation, 12 89
 Warning if child at indentation level 24 not at correct indentation, 12 90
 Warning if at indentation level 24 not at correct indentation, 12 91
 Warning if child at indentation level 32 not at correct indentation, 16 92
 Warning if rcurly at indentation level 24 not at correct indentation, 12 93
 Warning if rcurly at indentation level 16 not at correct indentation, 8 94
 Warning '}' should be alone on a line. 94
 Warning if child at indentation level 24 not at correct indentation, 12 95
 Warning if child at indentation level 24 not at correct indentation, 12 96
 Warning if child at indentation level 24 not at correct indentation, 12 97
 Warning if rcurly at indentation level 16 not at correct indentation, 8 98
 Warning method def child at indentation level 16 not at correct indentation, 8 100
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 101
 Warning method def modifier at indentation level 8 not at correct indentation, 4 103
 Warning Name 'getLastLevelByRoleOrUser' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 103
 Warning method def child at indentation level 16 not at correct indentation, 8 105
 Warning if at indentation level 16 not at correct indentation, 8 106
 Warning if child at indentation level 24 not at correct indentation, 12 107
 Warning if rcurly at indentation level 16 not at correct indentation, 8 108
 Warning method def child at indentation level 16 not at correct indentation, 8 111
 Warning if at indentation level 16 not at correct indentation, 8 112
 Warning if child at indentation level 24 not at correct indentation, 12 113
 Warning if rcurly at indentation level 16 not at correct indentation, 8 114
 Warning method def child at indentation level 16 not at correct indentation, 8 117
 Warning if at indentation level 16 not at correct indentation, 8 118
 Warning if child at indentation level 24 not at correct indentation, 12 119
 Warning if rcurly at indentation level 16 not at correct indentation, 8 120
 Warning method def child at indentation level 16 not at correct indentation, 8 123
 Warning if at indentation level 16 not at correct indentation, 8 124
 Warning if child at indentation level 24 not at correct indentation, 12 125
 Warning if rcurly at indentation level 16 not at correct indentation, 8 126
 Warning method def child at indentation level 16 not at correct indentation, 8 129
 Warning if at indentation level 16 not at correct indentation, 8 130
 Warning if child at indentation level 24 not at correct indentation, 12 131
 Warning if rcurly at indentation level 16 not at correct indentation, 8 132
 Warning method def child at indentation level 16 not at correct indentation, 8 135
 Warning if at indentation level 16 not at correct indentation, 8 136
 Warning if child at indentation level 24 not at correct indentation, 12 137
 Warning if rcurly at indentation level 16 not at correct indentation, 8 138
 Warning method def child at indentation level 16 not at correct indentation, 8 140
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 141
 Warning Expected an @return tag. 147
 Warning method def modifier at indentation level 8 not at correct indentation, 4 147
 Warning method def modifier at indentation level 8 not at correct indentation, 4 148
 Warning Expected @param tag for 'serviceProcessId'. 148
 Warning Expected @param tag for 'nodeName'. 148
 Warning Expected @param tag for 'assigner'. 148
 Warning method def child at indentation level 16 not at correct indentation, 8 149
 Warning method def child at indentation level 16 not at correct indentation, 8 150
 Warning if at indentation level 16 not at correct indentation, 8 151
 Warning if child at indentation level 24 not at correct indentation, 12 152
 Warning if at indentation level 24 not at correct indentation, 12 153
 Warning if child at indentation level 32 not at correct indentation, 16 154
 Warning if rcurly at indentation level 24 not at correct indentation, 12 155
 Warning if rcurly at indentation level 16 not at correct indentation, 8 156
 Warning if at indentation level 16 not at correct indentation, 8 159
 Warning if child at indentation level 24 not at correct indentation, 12 160
 Warning if rcurly at indentation level 16 not at correct indentation, 8 161
 Warning if at indentation level 16 not at correct indentation, 8 163
 Warning if child at indentation level 24 not at correct indentation, 12 164
 Warning if at indentation level 24 not at correct indentation, 12 165
 Warning if child at indentation level 32 not at correct indentation, 16 166
 Warning if rcurly at indentation level 24 not at correct indentation, 12 167
 Warning if rcurly at indentation level 16 not at correct indentation, 8 168
 Warning '}' should be alone on a line. 168
 Warning if child at indentation level 24 not at correct indentation, 12 169
 Warning if rcurly at indentation level 16 not at correct indentation, 8 170
 Warning '}' should be alone on a line. 170
 Warning if child at indentation level 24 not at correct indentation, 12 171
 Warning if child at indentation level 24 not at correct indentation, 12 172
 Warning if child at indentation level 24 not at correct indentation, 12 173
 Warning if child at indentation level 24 not at correct indentation, 12 174
 Warning for at indentation level 24 not at correct indentation, 12 175
 Warning for child at indentation level 32 not at correct indentation, 16 176
 Warning for at indentation level 32 not at correct indentation, 16 177
 Warning for child at indentation level 40 not at correct indentation, 20 178
 Warning if at indentation level 40 not at correct indentation, 20 179
 Warning if child at indentation level 48 not at correct indentation, 24 180
 Warning if child at indentation level 48 not at correct indentation, 24 181
 Warning if child at indentation level 48 not at correct indentation, 24 182
 Warning if at indentation level 48 not at correct indentation, 24 183
 Warning if child at indentation level 56 not at correct indentation, 28 184
 Warning if rcurly at indentation level 48 not at correct indentation, 24 185
 Warning '}' should be alone on a line. 185
 Warning else child at indentation level 56 not at correct indentation, 28 186
 Warning else rcurly at indentation level 48 not at correct indentation, 24 187
 Warning if rcurly at indentation level 40 not at correct indentation, 20 188
 Warning '}' should be alone on a line. 188
 Warning if child at indentation level 48 not at correct indentation, 24 189
 Warning for at indentation level 48 not at correct indentation, 24 190
 Warning for child at indentation level 56 not at correct indentation, 28 191
 Warning for child at indentation level 56 not at correct indentation, 28 192
 Warning for child at indentation level 56 not at correct indentation, 28 193
 Warning if at indentation level 56 not at correct indentation, 28 194
 Warning if child at indentation level 64 not at correct indentation, 32 195
 Warning if rcurly at indentation level 56 not at correct indentation, 28 196
 Warning '}' should be alone on a line. 196
 Warning if at indentation level 64 not at correct indentation, 32 197
 Warning if child at indentation level 72 not at correct indentation, 36 198
 Warning if rcurly at indentation level 64 not at correct indentation, 32 199
 Warning else rcurly at indentation level 56 not at correct indentation, 28 200
 Warning for rcurly at indentation level 48 not at correct indentation, 24 201
 Warning if rcurly at indentation level 40 not at correct indentation, 20 202
 Warning for rcurly at indentation level 32 not at correct indentation, 16 203
 Warning for rcurly at indentation level 24 not at correct indentation, 12 204
 Warning if rcurly at indentation level 16 not at correct indentation, 8 205
 Warning method def child at indentation level 16 not at correct indentation, 8 207
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 208
 Warning method def modifier at indentation level 8 not at correct indentation, 4 210
 Warning method def modifier at indentation level 8 not at correct indentation, 4 211
 Warning method def child at indentation level 16 not at correct indentation, 8 212
 Warning if at indentation level 16 not at correct indentation, 8 213
 Warning if child at indentation level 24 not at correct indentation, 12 214
 Warning if at indentation level 24 not at correct indentation, 12 215
 Warning if child at indentation level 32 not at correct indentation, 16 216
 Warning if rcurly at indentation level 24 not at correct indentation, 12 217
 Warning if rcurly at indentation level 16 not at correct indentation, 8 218
 Warning method def child at indentation level 16 not at correct indentation, 8 219
 Warning if at indentation level 16 not at correct indentation, 8 220
 Warning if child at indentation level 24 not at correct indentation, 12 221
 Warning if child at indentation level 24 not at correct indentation, 12 222
 Warning if child at indentation level 24 not at correct indentation, 12 223
 Warning if rcurly at indentation level 16 not at correct indentation, 8 224
 Warning '}' should be alone on a line. 224
 Warning if child at indentation level 24 not at correct indentation, 12 225
 Warning if child at indentation level 24 not at correct indentation, 12 226
 Warning if child at indentation level 24 not at correct indentation, 12 227
 Warning if rcurly at indentation level 16 not at correct indentation, 8 228
 Warning method def child at indentation level 16 not at correct indentation, 8 230
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 231
 Warning method def modifier at indentation level 8 not at correct indentation, 4 233
 Warning Name 'getNextAssignersForNode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 233
 Warning method def child at indentation level 16 not at correct indentation, 8 234
 Warning method def child at indentation level 16 not at correct indentation, 8 235
 Warning method def child at indentation level 16 not at correct indentation, 8 236
 Warning method def child at indentation level 16 not at correct indentation, 8 237
 Warning method def child at indentation level 16 not at correct indentation, 8 238
 Warning for at indentation level 16 not at correct indentation, 8 239
 Warning for child at indentation level 24 not at correct indentation, 12 240
 Warning for at indentation level 24 not at correct indentation, 12 241
 Warning for child at indentation level 32 not at correct indentation, 16 242
 Warning if at indentation level 32 not at correct indentation, 16 243
 Warning if child at indentation level 40 not at correct indentation, 20 244
 Warning if child at indentation level 40 not at correct indentation, 20 245
 Warning if child at indentation level 40 not at correct indentation, 20 246
 Warning if child at indentation level 40 not at correct indentation, 20 247
 Warning if rcurly at indentation level 32 not at correct indentation, 16 248
 Warning '}' should be alone on a line. 248
 Warning if child at indentation level 40 not at correct indentation, 20 249
 Warning for at indentation level 40 not at correct indentation, 20 250
 Warning for child at indentation level 48 not at correct indentation, 24 251
 Warning for child at indentation level 48 not at correct indentation, 24 252
 Warning if at indentation level 48 not at correct indentation, 24 253
 Warning if child at indentation level 56 not at correct indentation, 28 254
 Warning if child at indentation level 56 not at correct indentation, 28 255
 Warning if rcurly at indentation level 48 not at correct indentation, 24 256
 Warning for rcurly at indentation level 40 not at correct indentation, 20 257
 Warning if rcurly at indentation level 32 not at correct indentation, 16 258
 Warning '}' should be alone on a line. 258
 Warning if child at indentation level 40 not at correct indentation, 20 260
 Warning if rcurly at indentation level 32 not at correct indentation, 16 261
 Warning for rcurly at indentation level 24 not at correct indentation, 12 262
 Warning for rcurly at indentation level 16 not at correct indentation, 8 263
 Warning method def child at indentation level 16 not at correct indentation, 8 264
 Warning method def child at indentation level 16 not at correct indentation, 8 265
 Warning method def child at indentation level 16 not at correct indentation, 8 266
 Warning for at indentation level 16 not at correct indentation, 8 267
 Warning for child at indentation level 24 not at correct indentation, 12 268
 Warning if at indentation level 24 not at correct indentation, 12 269
 Warning if child at indentation level 32 not at correct indentation, 16 270
 Warning if rcurly at indentation level 24 not at correct indentation, 12 271
 Warning '}' should be alone on a line. 271
 Warning else child at indentation level 32 not at correct indentation, 16 272
 Warning else rcurly at indentation level 24 not at correct indentation, 12 273
 Warning for rcurly at indentation level 16 not at correct indentation, 8 274
 Warning method def child at indentation level 16 not at correct indentation, 8 275
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 276
 Warning method def modifier at indentation level 8 not at correct indentation, 4 278
 Warning method def child at indentation level 16 not at correct indentation, 8 279
 Warning for at indentation level 16 not at correct indentation, 8 280
 Warning if at indentation level 24 not at correct indentation, 12 281
 Warning if child at indentation level 32 not at correct indentation, 16 282
 Warning if rcurly at indentation level 24 not at correct indentation, 12 283
 Warning for rcurly at indentation level 16 not at correct indentation, 8 284
 Warning method def child at indentation level 16 not at correct indentation, 8 285
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 286
 Warning method def modifier at indentation level 8 not at correct indentation, 4 288
 Warning method def child at indentation level 16 not at correct indentation, 8 289
 Warning method def child at indentation level 16 not at correct indentation, 8 290
 Warning method def child at indentation level 16 not at correct indentation, 8 291
 Warning method def child at indentation level 16 not at correct indentation, 8 292
 Warning for at indentation level 16 not at correct indentation, 8 293
 Warning for child at indentation level 24 not at correct indentation, 12 294
 Warning for at indentation level 24 not at correct indentation, 12 295
 Warning for child at indentation level 32 not at correct indentation, 16 296
 Warning if at indentation level 32 not at correct indentation, 16 297
 Warning if child at indentation level 40 not at correct indentation, 20 298
 Warning if rcurly at indentation level 32 not at correct indentation, 16 299
 Warning '}' should be alone on a line. 299
 Warning if child at indentation level 40 not at correct indentation, 20 300
 Warning if rcurly at indentation level 32 not at correct indentation, 16 301
 Warning '}' should be alone on a line. 301
 Warning if child at indentation level 40 not at correct indentation, 20 302
 Warning if rcurly at indentation level 32 not at correct indentation, 16 303
 Warning for rcurly at indentation level 24 not at correct indentation, 12 304
 Warning for rcurly at indentation level 16 not at correct indentation, 8 305
 Warning method def child at indentation level 16 not at correct indentation, 8 307
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 308
 Warning method def modifier at indentation level 8 not at correct indentation, 4 310
 Warning method def child at indentation level 16 not at correct indentation, 8 311
 Warning method def child at indentation level 16 not at correct indentation, 8 312
 Warning method def child at indentation level 16 not at correct indentation, 8 313
 Warning method def child at indentation level 16 not at correct indentation, 8 314
 Warning for at indentation level 16 not at correct indentation, 8 315
 Warning for child at indentation level 24 not at correct indentation, 12 316
 Warning for at indentation level 24 not at correct indentation, 12 317
 Warning for child at indentation level 32 not at correct indentation, 16 318
 Warning if at indentation level 32 not at correct indentation, 16 319
 Warning if child at indentation level 40 not at correct indentation, 20 320
 Warning if rcurly at indentation level 32 not at correct indentation, 16 321
 Warning '}' should be alone on a line. 321
 Warning if child at indentation level 40 not at correct indentation, 20 322
 Warning if rcurly at indentation level 32 not at correct indentation, 16 323
 Warning '}' should be alone on a line. 323
 Warning if child at indentation level 40 not at correct indentation, 20 324
 Warning if rcurly at indentation level 32 not at correct indentation, 16 325
 Warning for rcurly at indentation level 24 not at correct indentation, 12 326
 Warning for rcurly at indentation level 16 not at correct indentation, 8 327
 Warning method def child at indentation level 16 not at correct indentation, 8 329
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 330
 Warning method def modifier at indentation level 8 not at correct indentation, 4 332
 Warning method def child at indentation level 16 not at correct indentation, 8 333
 Warning method def child at indentation level 16 not at correct indentation, 8 334
 Warning method def child at indentation level 16 not at correct indentation, 8 335
 Warning method def child at indentation level 16 not at correct indentation, 8 336
 Warning for at indentation level 16 not at correct indentation, 8 337
 Warning for child at indentation level 24 not at correct indentation, 12 338
 Warning for at indentation level 24 not at correct indentation, 12 339
 Warning for child at indentation level 32 not at correct indentation, 16 340
 Warning if at indentation level 32 not at correct indentation, 16 341
 Warning if child at indentation level 40 not at correct indentation, 20 342
 Warning if rcurly at indentation level 32 not at correct indentation, 16 343
 Warning '}' should be alone on a line. 343
 Warning if child at indentation level 40 not at correct indentation, 20 344
 Warning if rcurly at indentation level 32 not at correct indentation, 16 345
 Warning '}' should be alone on a line. 345
 Warning if child at indentation level 40 not at correct indentation, 20 346
 Warning if rcurly at indentation level 32 not at correct indentation, 16 347
 Warning for rcurly at indentation level 24 not at correct indentation, 12 348
 Warning for rcurly at indentation level 16 not at correct indentation, 8 349
 Warning method def child at indentation level 16 not at correct indentation, 8 351
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 352
 Warning method def modifier at indentation level 8 not at correct indentation, 4 354
 Warning method def child at indentation level 16 not at correct indentation, 8 355
 Warning method def child at indentation level 16 not at correct indentation, 8 356
 Warning method def child at indentation level 16 not at correct indentation, 8 357
 Warning method def child at indentation level 16 not at correct indentation, 8 358
 Warning for at indentation level 16 not at correct indentation, 8 359
 Warning for child at indentation level 24 not at correct indentation, 12 360
 Warning for at indentation level 24 not at correct indentation, 12 361
 Warning for child at indentation level 32 not at correct indentation, 16 362
 Warning if at indentation level 32 not at correct indentation, 16 363
 Warning if child at indentation level 40 not at correct indentation, 20 364
 Warning if rcurly at indentation level 32 not at correct indentation, 16 365
 Warning '}' should be alone on a line. 365
 Warning if child at indentation level 40 not at correct indentation, 20 366
 Warning if rcurly at indentation level 32 not at correct indentation, 16 367
 Warning '}' should be alone on a line. 367
 Warning if child at indentation level 40 not at correct indentation, 20 368
 Warning if rcurly at indentation level 32 not at correct indentation, 16 369
 Warning for rcurly at indentation level 24 not at correct indentation, 12 370
 Warning for rcurly at indentation level 16 not at correct indentation, 8 371
 Warning method def child at indentation level 16 not at correct indentation, 8 373
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 374
 Warning method def modifier at indentation level 8 not at correct indentation, 4 376
 Warning method def modifier at indentation level 8 not at correct indentation, 4 377
 Warning method def child at indentation level 16 not at correct indentation, 8 378
 Warning method def child at indentation level 16 not at correct indentation, 8 380
 Warning if at indentation level 16 not at correct indentation, 8 381
 Warning if child at indentation level 24 not at correct indentation, 12 382
 Warning if rcurly at indentation level 16 not at correct indentation, 8 383
 Warning if at indentation level 16 not at correct indentation, 8 384
 Warning if child at indentation level 24 not at correct indentation, 12 385
 Warning if rcurly at indentation level 16 not at correct indentation, 8 386
 Warning '}' should be alone on a line. 386
 Warning else child at indentation level 24 not at correct indentation, 12 387
 Warning else rcurly at indentation level 16 not at correct indentation, 8 388
 Warning method def child at indentation level 16 not at correct indentation, 8 389
 Warning method def child at indentation level 16 not at correct indentation, 8 390
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 391
 Warning method def modifier at indentation level 8 not at correct indentation, 4 393
 Warning method def modifier at indentation level 8 not at correct indentation, 4 394
 Warning method def child at indentation level 16 not at correct indentation, 8 396
 Warning if at indentation level 16 not at correct indentation, 8 397
 Warning if child at indentation level 24 not at correct indentation, 12 398
 Warning if rcurly at indentation level 16 not at correct indentation, 8 399
 Warning if at indentation level 16 not at correct indentation, 8 400
 Warning if at indentation level 24 not at correct indentation, 12 401
 Warning if child at indentation level 32 not at correct indentation, 16 402
 Warning if rcurly at indentation level 24 not at correct indentation, 12 408
 Warning '}' should be alone on a line. 408
 Warning if child at indentation level 32 not at correct indentation, 16 409
 Warning if child at indentation level 32 not at correct indentation, 16 410
 Warning if rcurly at indentation level 24 not at correct indentation, 12 411
 Warning if rcurly at indentation level 16 not at correct indentation, 8 412
 Warning method def child at indentation level 16 not at correct indentation, 8 413
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 414
 Warning method def modifier at indentation level 8 not at correct indentation, 4 416
 Warning method def modifier at indentation level 8 not at correct indentation, 4 417
 Warning method def child at indentation level 16 not at correct indentation, 8 419
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 420