Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
11 0 497 0

Rules

Rule Violations Severity
FileLength
  • max: "2500"
0  Warning
AvoidStarImport 0  Warning
IllegalImport 0  Warning
RedundantImport 0  Warning
UnusedImports 1  Warning
JavadocType
  • scope: "protected"
  • tokens: "CLASS_DEF,INTERFACE_DEF"
9  Warning
JavadocMethod
  • allowMissingParamTags: "false"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • tokens: "METHOD_DEF"
  • allowMissingReturnTag: "false"
  • allowMissingThrowsTags: "false"
21  Warning
JavadocVariable
  • scope: "protected"
2  Warning
LeftCurly
  • option: "eol"
0  Warning
NeedBraces 2  Warning
RightCurly
  • option: "alone"
23  Warning
EqualsHashCode 0  Warning
IllegalInstantiation
  • classes: "java.lang.Boolean"
0  Warning
LocalFinalVariableName 0  Warning
LocalVariableName 0  Warning
StaticVariableName
  • format: "(^[A-Z0-9_]{0,19}$)"
1  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
11  Warning
TypeName
  • format: "(^[A-Z][a-zA-Z0-9]{0,19}$)"
1  Warning
MethodName
  • format: "(^[a-z][a-zA-Z0-9]{0,19}$)"
8  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}$)"
5  Warning
Indentation 396  Warning
SimplifyBooleanExpression 0  Warning
SimplifyBooleanReturn 0  Warning
FinalClass 1  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 12  Warning
RedundantModifier 3  Warning
StringLiteralEquality 0  Warning
NestedIfDepth
  • max: "5"
0  Warning
NestedTryDepth
  • max: "3"
0  Warning
ReturnCount
  • max: "10"
  • format: "^$"
0  Warning

Details

gboat2/base/logging/Constants.java

Severity Message Line
 Warning Name 'gboat2.base.logging' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 3
 Warning member def modifier at indentation level 8 not at correct indentation, 4 4
 Warning Missing a Javadoc comment. 4
 Warning 'static' modifier out of order with the JLS suggestions. 4

gboat2/base/logging/action/BusinessLogAction.java

Severity Message Line
 Warning Name 'gboat2.base.logging.action' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 4
 Warning member def modifier at indentation level 8 not at correct indentation, 4 29

gboat2/base/logging/action/LogConfigAction.java

Severity Message Line
 Warning Name 'gboat2.base.logging.action' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 4
 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 53
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 53
 Warning member def modifier at indentation level 8 not at correct indentation, 4 55
 Warning member def modifier at indentation level 8 not at correct indentation, 4 60
 Warning 'static' modifier out of order with the JLS suggestions. 60
 Warning member def modifier at indentation level 8 not at correct indentation, 4 65
 Warning 'static' modifier out of order with the JLS suggestions. 65
 Warning Name 'BUSI_LOG_CONFIG_LOCATION' must match pattern '(^[A-Z0-9_]{0,19}$)'. 65
 Warning member def modifier at indentation level 8 not at correct indentation, 4 70
 Warning 'static' modifier out of order with the JLS suggestions. 70
 Warning Name 'SYS_LOG_CONFIG_LOCATION' must match pattern '(^[A-Z0-9_]{0,19}$)'. 70
 Warning member def modifier at indentation level 8 not at correct indentation, 4 75
 Warning 'static' modifier out of order with the JLS suggestions. 75
 Warning member def modifier at indentation level 8 not at correct indentation, 4 80
 Warning 'static' modifier out of order with the JLS suggestions. 80
 Warning member def modifier at indentation level 8 not at correct indentation, 4 83
 Warning 'static' modifier out of order with the JLS suggestions. 83
 Warning member def modifier at indentation level 8 not at correct indentation, 4 86
 Warning 'static' modifier out of order with the JLS suggestions. 86
 Warning member def modifier at indentation level 8 not at correct indentation, 4 88
 Warning member def modifier at indentation level 8 not at correct indentation, 4 90
 Warning member def modifier at indentation level 8 not at correct indentation, 4 92
 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 child at indentation level 16 not at correct indentation, 8 103
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 104
 Warning method def modifier at indentation level 8 not at correct indentation, 4 106
 Warning method def child at indentation level 16 not at correct indentation, 8 107
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 108
 Warning method def modifier at indentation level 8 not at correct indentation, 4 110
 Warning Name 'getSystemLogRootLevel' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 110
 Warning method def child at indentation level 16 not at correct indentation, 8 111
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 112
 Warning method def modifier at indentation level 8 not at correct indentation, 4 114
 Warning Name 'setSystemLogRootLevel' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 114
 Warning method def child at indentation level 16 not at correct indentation, 8 115
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 116
 Warning method def modifier at indentation level 8 not at correct indentation, 4 121
 Warning Missing a Javadoc comment. 121
 Warning method def child at indentation level 16 not at correct indentation, 8 123
 Warning method def child at indentation level 16 not at correct indentation, 8 125
 Warning method def child at indentation level 16 not at correct indentation, 8 127
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 128
 Warning method def modifier at indentation level 8 not at correct indentation, 4 135
 Warning method def child at indentation level 16 not at correct indentation, 8 136
 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 155
 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 159
 Warning method def child at indentation level 16 not at correct indentation, 8 161
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 162
 Warning method def modifier at indentation level 8 not at correct indentation, 4 168
 Warning Name 'setDefaultValueToPage' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 168
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 178
 Warning method def modifier at indentation level 8 not at correct indentation, 4 180
 Warning Name 'getBusinessLogRealPath' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 180
 Warning method def child at indentation level 16 not at correct indentation, 8 181
 Warning method def child at indentation level 16 not at correct indentation, 8 182
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 183
 Warning method def modifier at indentation level 8 not at correct indentation, 4 185
 Warning Name 'checkWebAppRootKeyExist' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 185
 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 child at indentation level 24 not at correct indentation, 12 188
 Warning if rcurly at indentation level 16 not at correct indentation, 8 189
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 190
 Warning method def modifier at indentation level 8 not at correct indentation, 4 192
 Warning method def child at indentation level 16 not at correct indentation, 8 193
 Warning method def child at indentation level 16 not at correct indentation, 8 194
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 195
 Warning method def modifier at indentation level 8 not at correct indentation, 4 206
 Warning try at indentation level 16 not at correct indentation, 8 208
 Warning try child at indentation level 24 not at correct indentation, 12 209
 Warning try child at indentation level 24 not at correct indentation, 12 210
 Warning try child at indentation level 24 not at correct indentation, 12 213
 Warning try child at indentation level 24 not at correct indentation, 12 216
 Warning try child at indentation level 24 not at correct indentation, 12 217
 Warning try child at indentation level 24 not at correct indentation, 12 219
 Warning try child at indentation level 24 not at correct indentation, 12 222
 Warning try child at indentation level 24 not at correct indentation, 12 225
 Warning try rcurly at indentation level 16 not at correct indentation, 8 227
 Warning '}' should be alone on a line. 227
 Warning catch child at indentation level 24 not at correct indentation, 12 229
 Warning catch child at indentation level 24 not at correct indentation, 12 230
 Warning catch child at indentation level 24 not at correct indentation, 12 231
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 232
 Warning '}' should be alone on a line. 232
 Warning catch child at indentation level 24 not at correct indentation, 12 234
 Warning catch child at indentation level 24 not at correct indentation, 12 235
 Warning catch child at indentation level 24 not at correct indentation, 12 236
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 237
 Warning '}' should be alone on a line. 237
 Warning catch child at indentation level 24 not at correct indentation, 12 238
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 240
 Warning '}' should be alone on a line. 240
 Warning catch child at indentation level 24 not at correct indentation, 12 241
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 243
 Warning method def child at indentation level 16 not at correct indentation, 8 245
 Warning method def child at indentation level 16 not at correct indentation, 8 247
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 248
 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 'reRuntimeEnvConfigLog4jProperties' 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 261
 Warning method def child at indentation level 16 not at correct indentation, 8 262
 Warning method def child 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 method def child at indentation level 16 not at correct indentation, 8 267
 Warning method def child at indentation level 16 not at correct indentation, 8 268
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 269
 Warning method def modifier at indentation level 8 not at correct indentation, 4 275
 Warning Name 'reBundleConfigLog4jProperies' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 275
 Warning method def child at indentation level 16 not at correct indentation, 8 277
 Warning method def child at indentation level 16 not at correct indentation, 8 278
 Warning method def child at indentation level 16 not at correct indentation, 8 279
 Warning method def child at indentation level 16 not at correct indentation, 8 280
 Warning method def child at indentation level 16 not at correct indentation, 8 281
 Warning method def child at indentation level 16 not at correct indentation, 8 282
 Warning method def child at indentation level 16 not at correct indentation, 8 283
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 285
 Warning method def modifier at indentation level 8 not at correct indentation, 4 291
 Warning try at indentation level 16 not at correct indentation, 8 293
 Warning try child at indentation level 24 not at correct indentation, 12 294
 Warning try child at indentation level 24 not at correct indentation, 12 295
 Warning if at indentation level 24 not at correct indentation, 12 296
 Warning if child at indentation level 32 not at correct indentation, 16 297
 Warning if rcurly at indentation level 24 not at correct indentation, 12 298
 Warning '}' should be alone on a line. 298
 Warning else child at indentation level 32 not at correct indentation, 16 299
 Warning else rcurly at indentation level 24 not at correct indentation, 12 300
 Warning try rcurly at indentation level 16 not at correct indentation, 8 301
 Warning '}' should be alone on a line. 301
 Warning catch child at indentation level 24 not at correct indentation, 12 302
 Warning catch child at indentation level 24 not at correct indentation, 12 303
 Warning catch child at indentation level 24 not at correct indentation, 12 304
 Warning catch child at indentation level 24 not at correct indentation, 12 305
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 306
 Warning '}' should be alone on a line. 306
 Warning catch child at indentation level 24 not at correct indentation, 12 307
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 308
 Warning try at indentation level 16 not at correct indentation, 8 311
 Warning try child at indentation level 24 not at correct indentation, 12 312
 Warning try child at indentation level 24 not at correct indentation, 12 313
 Warning if at indentation level 24 not at correct indentation, 12 314
 Warning if child at indentation level 32 not at correct indentation, 16 315
 Warning if rcurly at indentation level 24 not at correct indentation, 12 316
 Warning '}' should be alone on a line. 316
 Warning else child at indentation level 32 not at correct indentation, 16 317
 Warning else child at indentation level 32 not at correct indentation, 16 318
 Warning else rcurly at indentation level 24 not at correct indentation, 12 319
 Warning try rcurly at indentation level 16 not at correct indentation, 8 320
 Warning '}' should be alone on a line. 320
 Warning catch child at indentation level 24 not at correct indentation, 12 321
 Warning catch child at indentation level 24 not at correct indentation, 12 322
 Warning catch child at indentation level 24 not at correct indentation, 12 323
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 324
 Warning '}' should be alone on a line. 324
 Warning catch child at indentation level 24 not at correct indentation, 12 325
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 326
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 328
 Warning method def modifier at indentation level 8 not at correct indentation, 4 336
 Warning method def child at indentation level 16 not at correct indentation, 8 337
 Warning method def child at indentation level 16 not at correct indentation, 8 338
 Warning method def child at indentation level 16 not at correct indentation, 8 339
 Warning method def child at indentation level 16 not at correct indentation, 8 340
 Warning method def child at indentation level 16 not at correct indentation, 8 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 353
 Warning method def child at indentation level 16 not at correct indentation, 8 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 method def rcurly at indentation level 8 not at correct indentation, 4 359
 Warning method def modifier at indentation level 8 not at correct indentation, 4 366
 Warning try at indentation level 16 not at correct indentation, 8 367
 Warning try child at indentation level 24 not at correct indentation, 12 368
 Warning try child at indentation level 24 not at correct indentation, 12 369
 Warning try child at indentation level 24 not at correct indentation, 12 370
 Warning try child at indentation level 24 not at correct indentation, 12 371
 Warning while at indentation level 24 not at correct indentation, 12 372
 Warning while child at indentation level 32 not at correct indentation, 16 373
 Warning while rcurly at indentation level 24 not at correct indentation, 12 374
 Warning try child at indentation level 24 not at correct indentation, 12 376
 Warning try child at indentation level 24 not at correct indentation, 12 378
 Warning try rcurly at indentation level 16 not at correct indentation, 8 379
 Warning '}' should be alone on a line. 379
 Warning catch child at indentation level 24 not at correct indentation, 12 381
 Warning catch child at indentation level 24 not at correct indentation, 12 382
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 383
 Warning '}' should be alone on a line. 383
 Warning catch child at indentation level 24 not at correct indentation, 12 385
 Warning catch child at indentation level 24 not at correct indentation, 12 386
 Warning catch rcurly 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 395
 Warning 'if' construct must use '{}'s. 396
 Warning if at indentation level 16 not at correct indentation, 8 396
 Warning method def child at indentation level 16 not at correct indentation, 8 398
 Warning method def child at indentation level 16 not at correct indentation, 8 399
 Warning if at indentation level 16 not at correct indentation, 8 400
 Warning if child at indentation level 24 not at correct indentation, 12 401
 Warning if at indentation level 24 not at correct indentation, 12 402
 Warning if child at indentation level 32 not at correct indentation, 16 403
 Warning if rcurly at indentation level 24 not at correct indentation, 12 404
 Warning if rcurly at indentation level 16 not at correct indentation, 8 405
 Warning '}' should be alone on a line. 405
 Warning if child at indentation level 24 not at correct indentation, 12 406
 Warning if rcurly at indentation level 16 not at correct indentation, 8 407
 Warning method def child at indentation level 16 not at correct indentation, 8 409
 Warning method def child at indentation level 16 not at correct indentation, 8 412
 Warning try at indentation level 16 not at correct indentation, 8 413
 Warning try child at indentation level 24 not at correct indentation, 12 414
 Warning try child at indentation level 24 not at correct indentation, 12 417
 Warning if at indentation level 24 not at correct indentation, 12 418
 Warning if child at indentation level 32 not at correct indentation, 16 419
 Warning if at indentation level 32 not at correct indentation, 16 420
 Warning if child at indentation level 40 not at correct indentation, 20 421
 Warning if rcurly at indentation level 32 not at correct indentation, 16 422
 Warning if rcurly at indentation level 24 not at correct indentation, 12 423
 Warning if at indentation level 24 not at correct indentation, 12 424
 Warning if child at indentation level 32 not at correct indentation, 16 425
 Warning if child at indentation level 32 not at correct indentation, 16 426
 Warning if rcurly at indentation level 24 not at correct indentation, 12 427
 Warning for at indentation level 24 not at correct indentation, 12 428
 Warning for child at indentation level 32 not at correct indentation, 16 429
 Warning if at indentation level 32 not at correct indentation, 16 430
 Warning if at indentation level 40 not at correct indentation, 20 431
 Warning if at indentation level 48 not at correct indentation, 24 432
 Warning if child at indentation level 56 not at correct indentation, 28 433
 Warning if child at indentation level 56 not at correct indentation, 28 434
 Warning if child at indentation level 56 not at correct indentation, 28 435
 Warning if at indentation level 56 not at correct indentation, 28 436
 Warning for at indentation level 64 not at correct indentation, 32 437
 Warning for child at indentation level 72 not at correct indentation, 36 438
 Warning if at indentation level 72 not at correct indentation, 36 439
 Warning if child at indentation level 80 not at correct indentation, 40 440
 Warning if rcurly at indentation level 72 not at correct indentation, 36 441
 Warning for rcurly at indentation level 64 not at correct indentation, 32 442
 Warning if rcurly at indentation level 56 not at correct indentation, 28 443
 Warning if at indentation level 56 not at correct indentation, 28 444
 Warning if child at indentation level 64 not at correct indentation, 32 445
 Warning 'else' construct must use '{}'s. 446
 Warning if rcurly at indentation level 56 not at correct indentation, 28 446
 Warning '}' should be alone on a line. 446
 Warning if rcurly at indentation level 48 not at correct indentation, 24 448
 Warning if rcurly at indentation level 40 not at correct indentation, 20 449
 Warning if rcurly at indentation level 32 not at correct indentation, 16 450
 Warning for child at indentation level 32 not at correct indentation, 16 451
 Warning for child at indentation level 32 not at correct indentation, 16 452
 Warning for child at indentation level 32 not at correct indentation, 16 453
 Warning for rcurly at indentation level 24 not at correct indentation, 12 454
 Warning try child at indentation level 24 not at correct indentation, 12 456
 Warning try rcurly at indentation level 16 not at correct indentation, 8 457
 Warning '}' should be alone on a line. 457
 Warning catch child at indentation level 24 not at correct indentation, 12 459
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 460
 Warning '}' should be alone on a line. 460
 Warning catch child at indentation level 24 not at correct indentation, 12 462
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 463
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 464

gboat2/base/logging/action/SystemLogAction.java

Severity Message Line
 Warning Name 'gboat2.base.logging.action' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 21
 Warning member def modifier at indentation level 8 not at correct indentation, 4 31
 Warning 'static' modifier out of order with the JLS suggestions. 31
 Warning member def modifier at indentation level 8 not at correct indentation, 4 33
 Warning member def modifier at indentation level 8 not at correct indentation, 4 35
 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 39
 Warning member 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 42
 Warning Missing a Javadoc comment. 42
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 43
 Warning method def modifier at indentation level 8 not at correct indentation, 4 45
 Warning Missing a Javadoc comment. 45
 Warning method def child at indentation level 16 not at correct indentation, 8 46
 Warning try at indentation level 16 not at correct indentation, 8 47
 Warning try child at indentation level 24 not at correct indentation, 12 48
 Warning try child at indentation level 24 not at correct indentation, 12 49
 Warning try child at indentation level 24 not at correct indentation, 12 50
 Warning try child at indentation level 24 not at correct indentation, 12 51
 Warning try child at indentation level 24 not at correct indentation, 12 52
 Warning try child at indentation level 24 not at correct indentation, 12 53
 Warning if at indentation level 24 not at correct indentation, 12 55
 Warning if child at indentation level 32 not at correct indentation, 16 56
 Warning if child at indentation level 32 not at correct indentation, 16 57
 Warning if rcurly at indentation level 24 not at correct indentation, 12 58
 Warning while at indentation level 24 not at correct indentation, 12 59
 Warning while child at indentation level 32 not at correct indentation, 16 60
 Warning if at indentation level 32 not at correct indentation, 16 61
 Warning if child at indentation level 40 not at correct indentation, 20 62
 Warning if rcurly at indentation level 32 not at correct indentation, 16 63
 Warning while rcurly at indentation level 24 not at correct indentation, 12 64
 Warning try child at indentation level 24 not at correct indentation, 12 65
 Warning try child at indentation level 24 not at correct indentation, 12 66
 Warning try child at indentation level 24 not at correct indentation, 12 67
 Warning try child at indentation level 24 not at correct indentation, 12 69
 Warning try rcurly at indentation level 16 not at correct indentation, 8 70
 Warning '}' should be alone on a line. 70
 Warning catch child at indentation level 24 not at correct indentation, 12 71
 Warning catch child at indentation level 24 not at correct indentation, 12 72
 Warning catch rcurly 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 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 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 child at indentation level 16 not at correct indentation, 8 89
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 90

gboat2/base/logging/aspectj/ILogServiceAspectJ.java

Severity Message Line
 Warning Name 'gboat2.base.logging.aspectj' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 5
 Warning method def modifier at indentation level 8 not at correct indentation, 4 7
 Warning Missing a Javadoc comment. 7
 Warning Redundant 'public' modifier. 7

gboat2/base/logging/aspectj/LogServiceAspectJ.java

Severity Message Line
 Warning Name 'gboat2.base.logging.aspectj' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 13
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 18
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 20
 Warning member def modifier at indentation level 8 not at correct indentation, 4 22
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 22
 Warning method def modifier at indentation level 8 not at correct indentation, 4 24
 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 27
 Warning method def child at indentation level 16 not at correct indentation, 8 29
 Warning method def child at indentation level 16 not at correct indentation, 8 31
 Warning method def child at indentation level 16 not at correct indentation, 8 33
 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 37
 Warning method def child at indentation level 16 not at correct indentation, 8 39
 Warning method def child at indentation level 16 not at correct indentation, 8 42
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 43
 Warning method def modifier at indentation level 8 not at correct indentation, 4 45
 Warning method def child at indentation level 16 not at correct indentation, 8 46
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 47

gboat2/base/logging/layout/Gboat2HTMLLayout.java

Severity Message Line
 Warning Name 'gboat2.base.logging.layout' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 14
 Warning Missing a Javadoc comment. 18
 Warning class def ident at indentation level 8 not at correct indentation, 4 18
 Warning class def modifier at indentation level 8 not at correct indentation, 4 18
 Warning method def modifier at indentation level 16 not at correct indentation, 8 19
 Warning method def child at indentation level 16 not at correct indentation, 12 20
 Warning method def rcurly at indentation level 16 not at correct indentation, 8 21
 Warning class def rcurly at indentation level 8 not at correct indentation, 4 22

gboat2/base/logging/service/ISystemLogService.java

Severity Message Line
 Warning Name 'gboat2.base.logging.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 9
 Warning method def modifier at indentation level 8 not at correct indentation, 4 17
 Warning Redundant 'public' modifier. 17
 Warning Expected @param tag for 'file'. 17
 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/base/logging/service/impl/BusinessLogServiceImpl.java

Severity Message Line
 Warning Name 'gboat2.base.logging.service.impl' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unused import - gboat2.base.bridge.exception.DefaultBusinessNestedException. 4
 Warning Name 'BusinessLogServiceImpl' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 26
 Warning 'static' modifier out of order with the JLS suggestions. 29
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 29
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 31
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 33
 Warning method def modifier at indentation level 8 not at correct indentation, 4 40
 Warning Name 'insertBusinessLogEntry' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 40
 Warning method def child at indentation level 16 not at correct indentation, 8 41
 Warning method def child at indentation level 16 not at correct indentation, 8 43
 Warning try at indentation level 16 not at correct indentation, 8 44
 Warning try child at indentation level 24 not at correct indentation, 12 45
 Warning '}' should be alone on a line. 46
 Warning method def child at indentation level 16 not at correct indentation, 8 53
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 54
 Warning Unused @throws tag for 'DefaultBusinessNestedException'. 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 Expected @throws tag for 'GboatLoggingException'. 62
 Warning if at indentation level 16 not at correct indentation, 8 63
 Warning if child at indentation level 24 not at correct indentation, 12 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 method def rcurly at indentation level 8 not at correct indentation, 4 67
 Warning Unused @throws tag for 'DefaultBusinessNestedException'. 72
 Warning Expected @throws tag for 'GboatLoggingException'. 75
 Warning Unused @throws tag for 'DefaultBusinessNestedException'. 85
 Warning Expected @throws tag for 'GboatLoggingException'. 88
 Warning Unused @throws tag for 'DefaultBusinessNestedException'. 98
 Warning method def modifier at indentation level 8 not at correct indentation, 4 100
 Warning method def modifier at indentation level 8 not at correct indentation, 4 101
 Warning Expected @throws tag for 'GboatLoggingException'. 101
 Warning if at indentation level 16 not at correct indentation, 8 102
 Warning if child at indentation level 24 not at correct indentation, 12 103
 Warning if child at indentation level 24 not at correct indentation, 12 104
 Warning if rcurly at indentation level 16 not at correct indentation, 8 105
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 106
 Warning case child at indentation level 8 not at correct indentation, 12 135
 Warning block child at indentation level 12 not at correct indentation, 16 136
 Warning method call child at indentation level 12 not at correct indentation, 16 136
 Warning block child at indentation level 12 not at correct indentation, 16 137
 Warning case child at indentation level 8 not at correct indentation, 12 138
 Warning block child at indentation level 12 not at correct indentation, 16 139
 Warning method call child at indentation level 12 not at correct indentation, 16 139
 Warning block child at indentation level 12 not at correct indentation, 16 140
 Warning case child at indentation level 8 not at correct indentation, 12 141
 Warning block child at indentation level 12 not at correct indentation, 16 142
 Warning method call child at indentation level 12 not at correct indentation, 16 142
 Warning block child at indentation level 12 not at correct indentation, 16 143
 Warning case child at indentation level 8 not at correct indentation, 12 144
 Warning block child at indentation level 12 not at correct indentation, 16 145
 Warning method call child at indentation level 12 not at correct indentation, 16 145
 Warning block child at indentation level 12 not at correct indentation, 16 146
 Warning case child at indentation level 8 not at correct indentation, 12 147
 Warning block child at indentation level 12 not at correct indentation, 16 148

gboat2/base/logging/service/impl/SystemLogServiceImpl.java

Severity Message Line
 Warning Name 'gboat2.base.logging.service.impl' 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 25
 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 try at indentation level 16 not at correct indentation, 8 28
 Warning try child at indentation level 24 not at correct indentation, 12 29
 Warning try child at indentation level 24 not at correct indentation, 12 30
 Warning try child at indentation level 24 not at correct indentation, 12 31
 Warning while at indentation level 24 not at correct indentation, 12 32
 Warning while child at indentation level 32 not at correct indentation, 16 33
 Warning while child at indentation level 32 not at correct indentation, 16 34
 Warning while rcurly at indentation level 24 not at correct indentation, 12 35
 Warning try child at indentation level 24 not at correct indentation, 12 36
 Warning try child at indentation level 24 not at correct indentation, 12 37
 Warning try rcurly at indentation level 16 not at correct indentation, 8 38
 Warning '}' should be alone on a line. 38
 Warning catch child at indentation level 24 not at correct indentation, 12 39
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 40
 Warning method def child at indentation level 16 not at correct indentation, 8 41
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 42
 Warning method def modifier at indentation level 8 not at correct indentation, 4 44
 Warning method def modifier at indentation level 8 not at correct indentation, 4 45
 Warning if at indentation level 16 not at correct indentation, 8 46
 Warning if child at indentation level 24 not at correct indentation, 12 47
 Warning if rcurly at indentation level 16 not at correct indentation, 8 48
 Warning '}' should be alone on a line. 48
 Warning if at indentation level 24 not at correct indentation, 12 49
 Warning if child at indentation level 32 not at correct indentation, 16 50
 Warning if rcurly at indentation level 24 not at correct indentation, 12 51
 Warning '}' should be alone on a line. 51
 Warning else child at indentation level 32 not at correct indentation, 16 52
 Warning else rcurly at indentation level 24 not at correct indentation, 12 53
 Warning else rcurly at indentation level 16 not at correct indentation, 8 54
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 55

gboat2/base/logging/util/Priority.java

Severity Message Line
 Warning Name 'gboat2.base.logging.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 18
 Warning Class Priority should be declared as final. 20
 Warning member def modifier at indentation level 8 not at correct indentation, 4 23
 Warning 'static' modifier out of order with the JLS suggestions. 23
 Warning member def modifier at indentation level 8 not at correct indentation, 4 26
 Warning 'static' modifier out of order with the JLS suggestions. 26
 Warning member def modifier at indentation level 8 not at correct indentation, 4 29
 Warning Variable 'DEFAULT_LEVEL' must be private and have accessor methods. 29
 Warning member def modifier at indentation level 8 not at correct indentation, 4 31
 Warning Missing a Javadoc comment. 31
 Warning member def modifier at indentation level 8 not at correct indentation, 4 33
 Warning Name 'instance' must match pattern '(^[A-Z0-9_]{0,19}$)'. 33
 Warning '}' should be alone on a line. 44
 Warning '}' should be alone on a line. 50
 Warning Expected an @return tag. 85
 Warning method def modifier at indentation level 8 not at correct indentation, 4 85
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 87
 Warning Expected an @return tag. 92
 Warning method def modifier at indentation level 8 not at correct indentation, 4 92
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 94
 Warning Expected an @return tag. 99
 Warning method def modifier at indentation level 8 not at correct indentation, 4 99
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 101
 Warning Expected an @return tag. 107
 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 Expected an @return tag. 115
 Warning Expected @param tag for 'level'. 115
 Warning Expected @param tag for 'defaultLevel'. 123