Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
42 0 1841 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"
18  Warning
JavadocMethod
  • allowMissingParamTags: "false"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • tokens: "METHOD_DEF"
  • allowMissingReturnTag: "false"
  • allowMissingThrowsTags: "false"
84  Warning
JavadocVariable
  • scope: "protected"
7  Warning
LeftCurly
  • option: "eol"
0  Warning
NeedBraces 5  Warning
RightCurly
  • option: "alone"
42  Warning
EqualsHashCode 0  Warning
IllegalInstantiation
  • classes: "java.lang.Boolean"
0  Warning
LocalFinalVariableName 0  Warning
LocalVariableName 0  Warning
StaticVariableName
  • format: "(^[A-Z0-9_]{0,19}$)"
4  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
21  Warning
TypeName
  • format: "(^[A-Z][a-zA-Z0-9]{0,19}$)"
5  Warning
MethodName
  • format: "(^[a-z][a-zA-Z0-9]{0,19}$)"
37  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}$)"
7  Warning
Indentation 1581  Warning
SimplifyBooleanExpression 0  Warning
SimplifyBooleanReturn 0  Warning
FinalClass 0  Warning
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0  Warning
MultipleVariableDeclarations 1  Warning
ArrayTypeStyle 1  Warning
TodoComment 0  Warning
UpperEll 0  Warning
MissingSwitchDefault 0  Warning
FallThrough 0  Warning
ParameterNumber
  • max: "5"
2  Warning
LineLength
  • max: "200"
0  Warning
MethodLength
  • max: "400"
0  Warning
ModifierOrder 0  Warning
RedundantModifier 26  Warning
StringLiteralEquality 0  Warning
NestedIfDepth
  • max: "5"
0  Warning
NestedTryDepth
  • max: "3"
0  Warning
ReturnCount
  • max: "10"
  • format: "^$"
0  Warning

Details

src/main/java/gboat2/attachment/AttachmentHelper.java

Severity Message Line
 Warning Name 'gboat2.attachment' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 38
 Warning member def modifier at indentation level 8 not at correct indentation, 4 44
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 44
 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 50
 Warning member def modifier at indentation level 8 not at correct indentation, 4 52
 Warning Name 'MAX_FILE_COUNT_FIELD' must match pattern '(^[A-Z0-9_]{0,19}$)'. 52
 Warning member def modifier at indentation level 8 not at correct indentation, 4 54
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 56
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 57
 Warning method def modifier at indentation level 8 not at correct indentation, 4 64
 Warning method def child at indentation level 16 not at correct indentation, 8 65
 Warning if at indentation level 16 not at correct indentation, 8 66
 Warning if child at indentation level 24 not at correct indentation, 12 67
 Warning if rcurly at indentation level 16 not at correct indentation, 8 68
 Warning '}' should be alone on a line. 68
 Warning else child at indentation level 24 not at correct indentation, 12 69
 Warning else rcurly at indentation level 16 not at correct indentation, 8 70
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 71
 Warning method def modifier at indentation level 8 not at correct indentation, 4 78
 Warning method def child at indentation level 16 not at correct indentation, 8 79
 Warning if at indentation level 16 not at correct indentation, 8 80
 Warning if child at indentation level 24 not at correct indentation, 12 81
 Warning if rcurly at indentation level 16 not at correct indentation, 8 82
 Warning '}' should be alone on a line. 82
 Warning else child at indentation level 24 not at correct indentation, 12 83
 Warning else rcurly at indentation level 16 not at correct indentation, 8 84
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 85
 Warning method def modifier at indentation level 8 not at correct indentation, 4 92
 Warning Expected @param tag for 'attach'. 92
 Warning if at indentation level 16 not at correct indentation, 8 93
 Warning if child at indentation level 24 not at correct indentation, 12 94
 Warning if rcurly 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 method def rcurly at indentation level 8 not at correct indentation, 4 97
 Warning Missing a Javadoc comment. 99
 Warning Name 'getAttachmentsByAttachIds' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 99
 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 if at indentation level 16 not at correct indentation, 8 113
 Warning if child at indentation level 24 not at correct indentation, 12 114
 Warning if rcurly at indentation level 16 not at correct indentation, 8 115
 Warning '}' should be alone on a line. 115
 Warning else child at indentation level 24 not at correct indentation, 12 116
 Warning else rcurly 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 127
 Warning method def child at indentation level 16 not at correct indentation, 8 128
 Warning if at indentation level 16 not at correct indentation, 8 129
 Warning if child at indentation level 24 not at correct indentation, 12 130
 Warning if rcurly at indentation level 16 not at correct indentation, 8 131
 Warning method def child at indentation level 16 not at correct indentation, 8 132
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 133
 Warning method def modifier at indentation level 8 not at correct indentation, 4 142
 Warning method def child at indentation level 16 not at correct indentation, 8 143
 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 child at indentation level 24 not at correct indentation, 12 148
 Warning if rcurly at indentation level 16 not at correct indentation, 8 149
 Warning for at indentation level 16 not at correct indentation, 8 150
 Warning for child at indentation level 24 not at correct indentation, 12 151
 Warning for rcurly at indentation level 16 not at correct indentation, 8 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 157
 Warning method def modifier at indentation level 8 not at correct indentation, 4 158
 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 160
 Warning method def child 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 rcurly at indentation level 16 not at correct indentation, 8 165
 Warning for at indentation level 16 not at correct indentation, 8 167
 Warning if at indentation level 24 not at correct indentation, 12 168
 Warning if child at indentation level 32 not at correct indentation, 16 169
 Warning if child at indentation level 32 not at correct indentation, 16 170
 Warning if rcurly at indentation level 24 not at correct indentation, 12 171
 Warning for rcurly at indentation level 16 not at correct indentation, 8 172
 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 184
 Warning Name 'findSortedAttachsJsonBy' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 184
 Warning method def child at indentation level 16 not at correct indentation, 8 185
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 186
 Warning method def modifier at indentation level 8 not at correct indentation, 4 201
 Warning method def child at indentation level 16 not at correct indentation, 8 202
 Warning method def child at indentation level 16 not at correct indentation, 8 203
 Warning method def child at indentation level 16 not at correct indentation, 8 204
 Warning if at indentation level 16 not at correct indentation, 8 205
 Warning if child at indentation level 24 not at correct indentation, 12 206
 Warning if 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 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 child at indentation level 24 not at correct indentation, 12 212
 Warning if rcurly at indentation level 16 not at correct indentation, 8 213
 Warning method def child at indentation level 16 not at correct indentation, 8 214
 Warning method def child at indentation level 16 not at correct indentation, 8 215
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 216
 Warning method def modifier at indentation level 8 not at correct indentation, 4 224
 Warning method def child at indentation level 16 not at correct indentation, 8 225
 Warning if at indentation level 16 not at correct indentation, 8 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 if at indentation level 16 not at correct indentation, 8 230
 Warning if child at indentation level 24 not at correct indentation, 12 231
 Warning if at indentation level 24 not at correct indentation, 12 232
 Warning if child at indentation level 32 not at correct indentation, 16 233
 Warning for at indentation level 32 not at correct indentation, 16 234
 Warning for child at indentation level 40 not at correct indentation, 20 235
 Warning try at indentation level 40 not at correct indentation, 20 236
 Warning try child at indentation level 48 not at correct indentation, 24 237
 Warning try rcurly at indentation level 40 not at correct indentation, 20 238
 Warning '}' should be alone on a line. 238
 Warning catch child at indentation level 48 not at correct indentation, 24 239
 Warning catch child at indentation level 48 not at correct indentation, 24 240
 Warning catch rcurly at indentation level 40 not at correct indentation, 20 241
 Warning for child at indentation level 40 not at correct indentation, 20 242
 Warning for rcurly at indentation level 32 not at correct indentation, 16 243
 Warning if child at indentation level 32 not at correct indentation, 16 244
 Warning if rcurly at indentation level 24 not at correct indentation, 12 245
 Warning if rcurly at indentation level 16 not at correct indentation, 8 246
 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 256
 Warning method def child at indentation level 12 not at correct indentation, 8 257
 Warning method def child at indentation level 12 not at correct indentation, 8 258
 Warning 'if' construct must use '{}'s. 259
 Warning if at indentation level 12 not at correct indentation, 8 259
 Warning method def child at indentation level 12 not at correct indentation, 8 267
 Warning for at indentation level 12 not at correct indentation, 8 268
 Warning for child at indentation level 16 not at correct indentation, 12 269
 Warning if at indentation level 16 not at correct indentation, 12 270
 Warning for at indentation level 20 not at correct indentation, 16 271
 Warning if rcurly at indentation level 16 not at correct indentation, 12 276
 Warning for child at indentation level 16 not at correct indentation, 12 277
 Warning method def child at indentation level 12 not at correct indentation, 8 279
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 280
 Warning method def modifier at indentation level 8 not at correct indentation, 4 295
 Warning Name 'findAttachmentsJsonBy' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 295
 Warning method def child at indentation level 16 not at correct indentation, 8 296
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 297
 Warning method def modifier at indentation level 8 not at correct indentation, 4 299
 Warning method def modifier at indentation level 8 not at correct indentation, 4 300
 Warning method def child at indentation level 16 not at correct indentation, 8 301
 Warning method def child at indentation level 16 not at correct indentation, 8 302
 Warning for at indentation level 16 not at correct indentation, 8 303
 Warning for child at indentation level 24 not at correct indentation, 12 304
 Warning if at indentation level 24 not at correct indentation, 12 305
 Warning if child at indentation level 32 not at correct indentation, 16 306
 Warning if rcurly at indentation level 24 not at correct indentation, 12 307
 Warning if at indentation level 24 not at correct indentation, 12 308
 Warning if child at indentation level 32 not at correct indentation, 16 309
 Warning if rcurly at indentation level 24 not at correct indentation, 12 310
 Warning if at indentation level 24 not at correct indentation, 12 311
 Warning if child at indentation level 32 not at correct indentation, 16 312
 Warning if rcurly 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 if at indentation level 24 not at correct indentation, 12 317
 Warning if child at indentation level 32 not at correct indentation, 16 318
 Warning if rcurly at indentation level 24 not at correct indentation, 12 319
 Warning for child at indentation level 24 not at correct indentation, 12 320
 Warning for rcurly at indentation level 16 not at correct indentation, 8 321
 Warning method def child at indentation level 16 not at correct indentation, 8 323
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 324
 Warning Expected an @return tag. 333
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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 if at indentation level 16 not at correct indentation, 8 337
 Warning if child at indentation level 24 not at correct indentation, 12 338
 Warning if rcurly 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 if at indentation level 16 not at correct indentation, 8 342
 Warning if child at indentation level 24 not at correct indentation, 12 343
 Warning if rcurly at indentation level 16 not at correct indentation, 8 344
 Warning method def child at indentation level 16 not at correct indentation, 8 345
 Warning method def child at indentation level 16 not at correct indentation, 8 346
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 347
 Warning method def modifier at indentation level 8 not at correct indentation, 4 349
 Warning Missing a Javadoc comment. 349
 Warning method def child at indentation level 16 not at correct indentation, 8 350
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 351
 Warning Expected an @return tag. 359
 Warning method def modifier at indentation level 8 not at correct indentation, 4 359
 Warning Name 'findAttachsJsonByAttachNames' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 359
 Warning Expected @param tag for 'belongId'. 359
 Warning Expected @param tag for 'types'. 359
 Warning method def child at indentation level 16 not at correct indentation, 8 360
 Warning method def child at indentation level 16 not at correct indentation, 8 361
 Warning method def child at indentation level 16 not at correct indentation, 8 362
 Warning method def child at indentation level 16 not at correct indentation, 8 363
 Warning Array brackets at illegal position. 363
 Warning method def child at indentation level 16 not at correct indentation, 8 364
 Warning if at indentation level 16 not at correct indentation, 8 365
 Warning if child at indentation level 24 not at correct indentation, 12 366
 Warning for at indentation level 24 not at correct indentation, 12 367
 Warning for child at indentation level 32 not at correct indentation, 16 368
 Warning if at indentation level 32 not at correct indentation, 16 369
 Warning if child at indentation level 40 not at correct indentation, 20 370
 Warning if rcurly at indentation level 32 not at correct indentation, 16 371
 Warning if at indentation level 32 not at correct indentation, 16 373
 Warning if child at indentation level 40 not at correct indentation, 20 374
 Warning if rcurly at indentation level 32 not at correct indentation, 16 375
 Warning if at indentation level 32 not at correct indentation, 16 376
 Warning if child at indentation level 40 not at correct indentation, 20 377
 Warning if rcurly at indentation level 32 not at correct indentation, 16 378
 Warning if at indentation level 32 not at correct indentation, 16 379
 Warning if child at indentation level 40 not at correct indentation, 20 380
 Warning if rcurly at indentation level 32 not at correct indentation, 16 381
 Warning for child at indentation level 32 not at correct indentation, 16 383
 Warning for child at indentation level 32 not at correct indentation, 16 385
 Warning for rcurly at indentation level 24 not at correct indentation, 12 386
 Warning if rcurly at indentation level 16 not at correct indentation, 8 387
 Warning method def child at indentation level 16 not at correct indentation, 8 388
 Warning method def child at indentation level 16 not at correct indentation, 8 390
 Warning if at indentation level 16 not at correct indentation, 8 391
 Warning if child at indentation level 24 not at correct indentation, 12 392
 Warning if rcurly at indentation level 16 not at correct indentation, 8 393
 Warning method def child at indentation level 16 not at correct indentation, 8 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 403
 Warning method def child at indentation level 16 not at correct indentation, 8 404
 Warning if at indentation level 16 not at correct indentation, 8 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 408
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 409
 Warning method def modifier at indentation level 8 not at correct indentation, 4 416
 Warning method def child at indentation level 16 not at correct indentation, 8 417
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 418
 Warning method def modifier at indentation level 8 not at correct indentation, 4 425
 Warning Name 'updateAttachsBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 425
 Warning if at indentation level 16 not at correct indentation, 8 427
 Warning if child at indentation level 24 not at correct indentation, 12 429
 Warning if child at indentation level 24 not at correct indentation, 12 430
 Warning if rcurly at indentation level 16 not at correct indentation, 8 431
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 432
 Warning method def modifier at indentation level 8 not at correct indentation, 4 434
 Warning method def child at indentation level 16 not at correct indentation, 8 435
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 436
 Warning Unused @param tag for 'Attachment'. 440
 Warning method def modifier at indentation level 8 not at correct indentation, 4 442
 Warning Expected @param tag for 'attach'. 442
 Warning method def child at indentation level 16 not at correct indentation, 8 443
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 444
 Warning method def modifier at indentation level 8 not at correct indentation, 4 450
 Warning method def child at indentation level 16 not at correct indentation, 8 451
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 452
 Warning Expected an @return tag. 460
 Warning method def modifier at indentation level 8 not at correct indentation, 4 460
 Warning Expected @param tag for 'organId'. 460
 Warning Expected @param tag for 'belongId'. 460
 Warning Expected @param tag for 'attachType'. 460
 Warning method def child at indentation level 16 not at correct indentation, 8 461
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 462
 Warning Expected an @return tag. 470
 Warning method def modifier at indentation level 8 not at correct indentation, 4 470
 Warning Name 'getLastDownloadRecord' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 470
 Warning Expected @param tag for 'organId'. 470
 Warning Expected @param tag for 'belongId'. 470
 Warning Expected @param tag for 'attachType'. 470
 Warning method def child at indentation level 16 not at correct indentation, 8 471
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 472
 Warning method def modifier at indentation level 8 not at correct indentation, 4 478
 Warning method def child at indentation level 16 not at correct indentation, 8 479
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 480
 Warning method def modifier at indentation level 8 not at correct indentation, 4 487
 Warning Name 'deleteAttachmentByBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 487
 Warning if at indentation level 16 not at correct indentation, 8 488
 Warning if child at indentation level 24 not at correct indentation, 12 489
 Warning if rcurly at indentation level 16 not at correct indentation, 8 490
 Warning method def child at indentation level 16 not at correct indentation, 8 491
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 492
 Warning method def modifier at indentation level 8 not at correct indentation, 4 498
 Warning method def child at indentation level 16 not at correct indentation, 8 499
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 500
 Warning Expected an @return tag. 507
 Warning method def modifier at indentation level 8 not at correct indentation, 4 507
 Warning Expected @param tag for 'attch'. 507
 Warning method def child at indentation level 16 not at correct indentation, 8 508
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 509
 Warning Expected an @return tag. 516
 Warning method def modifier at indentation level 8 not at correct indentation, 4 516
 Warning Name 'getAvailableAttachTypeByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 516
 Warning Expected @param tag for 'attachCode'. 516
 Warning method def child at indentation level 16 not at correct indentation, 8 517
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 518

src/main/java/gboat2/attachment/UploadException.java

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

src/main/java/gboat2/attachment/action/AttachConfigAction.java

Severity Message Line
 Warning Name 'gboat2.attachment.action' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 33
 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 type 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 type 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 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 rcurly at indentation level 8 not at correct indentation, 4 58
 Warning method def modifier at indentation level 8 not at correct indentation, 4 60
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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 method def child at indentation level 16 not at correct indentation, 8 67
 Warning if at indentation level 16 not at correct indentation, 8 69
 Warning if child at indentation level 24 not at correct indentation, 12 71
 Warning if child at indentation level 24 not at correct indentation, 12 72
 Warning if rcurly at indentation level 16 not at correct indentation, 8 73
 Warning method def child at indentation level 16 not at correct indentation, 8 74
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 75
 Warning method def modifier at indentation level 8 not at correct indentation, 4 77
 Warning method def modifier at indentation level 8 not at correct indentation, 4 78
 Warning method def child at indentation level 16 not at correct indentation, 8 79
 Warning if at indentation level 16 not at correct indentation, 8 81
 Warning if child at indentation level 24 not at correct indentation, 12 83
 Warning if child at indentation level 24 not at correct indentation, 12 84
 Warning if rcurly 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 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

src/main/java/gboat2/attachment/action/UploadAction.java

Severity Message Line
 Warning Name 'gboat2.attachment.action' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 40
 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 Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 50
 Warning member def modifier at indentation level 8 not at correct indentation, 4 52
 Warning member def modifier at indentation level 8 not at correct indentation, 4 54
 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 60
 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 64
 Warning member def modifier at indentation level 8 not at correct indentation, 4 66
 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 70
 Warning member def modifier at indentation level 8 not at correct indentation, 4 71
 Warning Expected an @return tag. 78
 Warning method def modifier at indentation level 8 not at correct indentation, 4 78
 Warning method def child at indentation level 16 not at correct indentation, 8 79
 Warning if at indentation level 16 not at correct indentation, 8 80
 Warning if child at indentation level 24 not at correct indentation, 12 81
 Warning if child at indentation level 24 not at correct indentation, 12 82
 Warning for at indentation level 24 not at correct indentation, 12 83
 Warning for child at indentation level 32 not at correct indentation, 16 84
 Warning for 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 child at indentation level 24 not at correct indentation, 12 87
 Warning if child at indentation level 24 not at correct indentation, 12 88
 Warning if rcurly at indentation level 16 not at correct indentation, 8 89
 Warning try at indentation level 16 not at correct indentation, 8 91
 Warning try child at indentation level 24 not at correct indentation, 12 92
 Warning try rcurly at indentation level 16 not at correct indentation, 8 93
 Warning '}' should be alone on a line. 93
 Warning catch child at indentation level 20 not at correct indentation, 12 94
 Warning catch child at indentation level 24 not at correct indentation, 12 95
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 96
 Warning method def child at indentation level 16 not at correct indentation, 8 98
 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 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 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 105
 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 108
 Warning method def child at indentation level 16 not at correct indentation, 8 109
 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 method def child at indentation level 16 not at correct indentation, 8 116
 Warning if at indentation level 16 not at correct indentation, 8 117
 Warning if child at indentation level 24 not at correct indentation, 12 118
 Warning if child at indentation level 24 not at correct indentation, 12 119
 Warning if child at indentation level 24 not at correct indentation, 12 120
 Warning if rcurly at indentation level 16 not at correct indentation, 8 121
 Warning try at indentation level 16 not at correct indentation, 8 123
 Warning try child at indentation level 24 not at correct indentation, 12 124
 Warning try rcurly at indentation level 16 not at correct indentation, 8 125
 Warning '}' should be alone on a line. 125
 Warning catch child at indentation level 24 not at correct indentation, 12 126
 Warning catch child at indentation level 24 not at correct indentation, 12 127
 Warning catch child at indentation level 24 not at correct indentation, 12 128
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 129
 Warning method def child at indentation level 16 not at correct indentation, 8 131
 Warning try at indentation level 16 not at correct indentation, 8 132
 Warning try child at indentation level 24 not at correct indentation, 12 133
 Warning try rcurly at indentation level 16 not at correct indentation, 8 134
 Warning '}' should be alone on a line. 134
 Warning catch child at indentation level 24 not at correct indentation, 12 135
 Warning catch child at indentation level 24 not at correct indentation, 12 136
 Warning catch child at indentation level 24 not at correct indentation, 12 137
 Warning catch 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 if at indentation level 16 not at correct indentation, 8 141
 Warning if child at indentation level 24 not at correct indentation, 12 142
 Warning if rcurly at indentation level 16 not at correct indentation, 8 143
 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 else child at indentation level 24 not at correct indentation, 12 150
 Warning else rcurly 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 method def child at indentation level 16 not at correct indentation, 8 153
 Warning method def child at indentation level 16 not at correct indentation, 8 154
 Warning method def child 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 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 method def child at indentation level 16 not at correct indentation, 8 160
 Warning if at indentation level 16 not at correct indentation, 8 161
 Warning if child at indentation level 24 not at correct indentation, 12 162
 Warning if rcurly at indentation level 16 not at correct indentation, 8 163
 Warning method def child at indentation level 16 not at correct indentation, 8 165
 Warning if at indentation level 16 not at correct indentation, 8 166
 Warning if child at indentation level 24 not at correct indentation, 12 167
 Warning if rcurly at indentation level 16 not at correct indentation, 8 168
 Warning try 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 173
 Warning if child at indentation level 32 not at correct indentation, 16 174
 Warning if rcurly at indentation level 24 not at correct indentation, 12 175
 Warning try rcurly at indentation level 16 not at correct indentation, 8 176
 Warning '}' should be alone on a line. 176
 Warning catch child at indentation level 24 not at correct indentation, 12 177
 Warning catch child at indentation level 24 not at correct indentation, 12 179
 Warning catch child at indentation level 24 not at correct indentation, 12 180
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 181
 Warning if at indentation level 16 not at correct indentation, 8 183
 Warning if child at indentation level 24 not at correct indentation, 12 184
 Warning if rcurly at indentation level 16 not at correct indentation, 8 185
 Warning '}' should be alone on a line. 185
 Warning if at indentation level 24 not at correct indentation, 12 186
 Warning if child at indentation level 32 not at correct indentation, 16 187
 Warning if rcurly at indentation level 24 not at correct indentation, 12 188
 Warning else rcurly at indentation level 16 not at correct indentation, 8 189
 Warning method def child at indentation level 16 not at correct indentation, 8 190
 Warning method def child at indentation level 16 not at correct indentation, 8 192
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 193
 Warning method def modifier at indentation level 8 not at correct indentation, 4 195
 Warning Missing a Javadoc comment. 195
 Warning method def child 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 child at indentation level 16 not at correct indentation, 8 199
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 200
 Warning method def modifier at indentation level 8 not at correct indentation, 4 202
 Warning Missing a Javadoc comment. 202
 Warning method def child at indentation level 16 not at correct indentation, 8 203
 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 Missing a Javadoc comment. 210
 Warning if at indentation level 16 not at correct indentation, 8 211
 Warning if child at indentation level 24 not at correct indentation, 12 212
 Warning if rcurly at indentation level 16 not at correct indentation, 8 213
 Warning method def child at indentation level 16 not at correct indentation, 8 214
 Warning method def child at indentation level 16 not at correct indentation, 8 215
 Warning if at indentation level 16 not at correct indentation, 8 216
 Warning if child 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 221
 Warning if child at indentation level 24 not at correct indentation, 12 222
 Warning if rcurly at indentation level 16 not at correct indentation, 8 223
 Warning '}' should be alone on a line. 223
 Warning else child at indentation level 24 not at correct indentation, 12 224
 Warning else rcurly at indentation level 16 not at correct indentation, 8 225
 Warning method def child at indentation level 16 not at correct indentation, 8 228
 Warning method def child at indentation level 16 not at correct indentation, 8 242
 Warning if at indentation level 16 not at correct indentation, 8 244
 Warning if child at indentation level 24 not at correct indentation, 12 245
 Warning if rcurly at indentation level 16 not at correct indentation, 8 246
 Warning '}' should be alone on a line. 246
 Warning if child at indentation level 24 not at correct indentation, 12 247
 Warning if rcurly at indentation level 16 not at correct indentation, 8 248
 Warning '}' should be alone on a line. 248
 Warning else child at indentation level 24 not at correct indentation, 12 249
 Warning if at indentation level 24 not at correct indentation, 12 250
 Warning if child at indentation level 32 not at correct indentation, 16 251
 Warning if rcurly at indentation level 24 not at correct indentation, 12 252
 Warning '}' should be alone on a line. 252
 Warning else child at indentation level 32 not at correct indentation, 16 253
 Warning else rcurly at indentation level 24 not at correct indentation, 12 254
 Warning else rcurly at indentation level 16 not at correct indentation, 8 255
 Warning if at indentation level 16 not at correct indentation, 8 258
 Warning if child at indentation level 24 not at correct indentation, 12 259
 Warning if rcurly at indentation level 16 not at correct indentation, 8 260
 Warning '}' should be alone on a line. 260
 Warning if child at indentation level 24 not at correct indentation, 12 261
 Warning if child at indentation level 24 not at correct indentation, 12 262
 Warning if child at indentation level 24 not at correct indentation, 12 263
 Warning if child at indentation level 24 not at correct indentation, 12 264
 Warning if child at indentation level 24 not at correct indentation, 12 265
 Warning try at indentation level 24 not at correct indentation, 12 266
 Warning try child at indentation level 32 not at correct indentation, 16 267
 Warning try child at indentation level 32 not at correct indentation, 16 268
 Warning try child at indentation level 32 not at correct indentation, 16 269
 Warning while at indentation level 32 not at correct indentation, 16 270
 Warning while child at indentation level 40 not at correct indentation, 20 271
 Warning while rcurly at indentation level 32 not at correct indentation, 16 272
 Warning try rcurly at indentation level 24 not at correct indentation, 12 273
 Warning '}' should be alone on a line. 273
 Warning catch child at indentation level 32 not at correct indentation, 16 274
 Warning catch rcurly at indentation level 24 not at correct indentation, 12 275
 Warning '}' should be alone on a line. 275
 Warning if at indentation level 32 not at correct indentation, 16 276
 Warning if child at indentation level 40 not at correct indentation, 20 277
 Warning if rcurly at indentation level 32 not at correct indentation, 16 278
 Warning if at indentation level 32 not at correct indentation, 16 279
 Warning if child at indentation level 40 not at correct indentation, 20 280
 Warning if child at indentation level 40 not at correct indentation, 20 281
 Warning if rcurly at indentation level 32 not at correct indentation, 16 282
 Warning finally rcurly at indentation level 24 not at correct indentation, 12 283
 Warning if rcurly at indentation level 16 not at correct indentation, 8 284
 Warning '}' should be alone on a line. 284
 Warning if child at indentation level 24 not at correct indentation, 12 285
 Warning if rcurly at indentation level 16 not at correct indentation, 8 286
 Warning '}' should be alone on a line. 286
 Warning if child at indentation level 24 not at correct indentation, 12 287
 Warning if rcurly at indentation level 16 not at correct indentation, 8 288
 Warning '}' should be alone on a line. 288
 Warning else child at indentation level 24 not at correct indentation, 12 289
 Warning else rcurly at indentation level 16 not at correct indentation, 8 290
 Warning method def child at indentation level 16 not at correct indentation, 8 292
 Warning method def child at indentation level 16 not at correct indentation, 8 293
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 294
 Warning method def modifier at indentation level 8 not at correct indentation, 4 296
 Warning method def child at indentation level 16 not at correct indentation, 8 297
 Warning for at indentation level 16 not at correct indentation, 8 298
 Warning if at indentation level 24 not at correct indentation, 12 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 child at indentation level 32 not at correct indentation, 16 305
 Warning if child at indentation level 32 not at correct indentation, 16 306
 Warning if child at indentation level 32 not at correct indentation, 16 307
 Warning if child at indentation level 32 not at correct indentation, 16 308
 Warning if child at indentation level 32 not at correct indentation, 16 309
 Warning if child at indentation level 32 not at correct indentation, 16 310
 Warning if child at indentation level 32 not at correct indentation, 16 311
 Warning if child at indentation level 32 not at correct indentation, 16 312
 Warning if rcurly at indentation level 24 not at correct indentation, 12 313
 Warning for rcurly at indentation level 16 not at correct indentation, 8 314
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 315
 Warning method def modifier at indentation level 8 not at correct indentation, 4 317
 Warning Missing a Javadoc comment. 317
 Warning method def child at indentation level 16 not at correct indentation, 8 318
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 319
 Warning method def modifier at indentation level 8 not at correct indentation, 4 321
 Warning method def child at indentation level 16 not at correct indentation, 8 322
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 323
 Warning method def modifier at indentation level 8 not at correct indentation, 4 325
 Warning method def child at indentation level 16 not at correct indentation, 8 326
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 327
 Warning method def modifier at indentation level 8 not at correct indentation, 4 329
 Warning method def child at indentation level 16 not at correct indentation, 8 330
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 331
 Warning method def modifier at indentation level 8 not at correct indentation, 4 333
 Warning method def child at indentation level 16 not at correct indentation, 8 334
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 335
 Warning method def modifier at indentation level 8 not at correct indentation, 4 337
 Warning method def child at indentation level 16 not at correct indentation, 8 338
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 339
 Warning method def modifier at indentation level 8 not at correct indentation, 4 341
 Warning method def child at indentation level 16 not at correct indentation, 8 342
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 343
 Warning method def modifier at indentation level 8 not at correct indentation, 4 345
 Warning method def child at indentation level 16 not at correct indentation, 8 346
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 347
 Warning method def modifier at indentation level 8 not at correct indentation, 4 349
 Warning method def child at indentation level 16 not at correct indentation, 8 350
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 351
 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 rcurly at indentation level 8 not at correct indentation, 4 355
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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 361
 Warning method def child at indentation level 16 not at correct indentation, 8 362
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 363
 Warning method def modifier at indentation level 8 not at correct indentation, 4 365
 Warning method def child at indentation level 16 not at correct indentation, 8 366
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 367
 Warning method def modifier at indentation level 8 not at correct indentation, 4 369
 Warning method def child at indentation level 16 not at correct indentation, 8 370
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 371
 Warning method def modifier at indentation level 8 not at correct indentation, 4 373
 Warning method def child at indentation level 16 not at correct indentation, 8 374
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 375
 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 rcurly at indentation level 8 not at correct indentation, 4 379
 Warning method def modifier at indentation level 8 not at correct indentation, 4 381
 Warning method def child at indentation level 16 not at correct indentation, 8 382
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 383
 Warning method def modifier at indentation level 8 not at correct indentation, 4 385
 Warning method def child at indentation level 16 not at correct indentation, 8 386
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 387
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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

src/main/java/gboat2/attachment/business/IAttachConfigBusiness.java

Severity Message Line
 Warning Name 'gboat2.attachment.business' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 16
 Warning Name 'IAttachConfigBusiness' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 19
 Warning Expected an @return tag. 26
 Warning method def modifier at indentation level 8 not at correct indentation, 4 26
 Warning Redundant 'public' modifier. 26
 Warning Name 'getAvailableAttachTypeByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 26
 Warning Expected @param tag for 'attachCode'. 26
 Warning Expected an @return tag. 33
 Warning method def modifier at indentation level 8 not at correct indentation, 4 33
 Warning Redundant 'public' modifier. 33
 Warning Name 'isAttachTypeUsedInAttachment' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 33
 Warning Expected @param tag for 'attachType'. 33
 Warning Expected an @return tag. 41
 Warning method def modifier at indentation level 8 not at correct indentation, 4 41
 Warning Redundant 'public' modifier. 41
 Warning Name 'isAttachTypeUsedInConfig' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 41
 Warning Expected @param tag for 'moduleName'. 41
 Warning Expected @param tag for 'attachType'. 41
 Warning method def modifier at indentation level 8 not at correct indentation, 4 50
 Warning Redundant 'public' modifier. 50
 Warning method def modifier at indentation level 8 not at correct indentation, 4 59
 Warning Redundant 'public' modifier. 59
 Warning Expected an @return tag. 66
 Warning method def return type at indentation level 8 not at correct indentation, 4 66
 Warning Name 'getAvailableAttachTypesByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 66
 Warning Expected @param tag for 'attachCode'. 66

src/main/java/gboat2/attachment/business/impl/AttachConfigBusinessImpl.java

Severity Message Line
 Warning Name 'gboat2.attachment.business.impl' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 25
 Warning Name 'AttachConfigBusinessImpl' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 29
 Warning method def modifier 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 Name 'getAvailableAttachTypesByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 33
 Warning if at indentation level 16 not at correct indentation, 8 34
 Warning if child at indentation level 24 not at correct indentation, 12 35
 Warning if rcurly 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 child at indentation level 16 not at correct indentation, 8 38
 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 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 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 modifier at indentation level 8 not at correct indentation, 4 46
 Warning Name 'getAvailableAttachTypeByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 46
 Warning method def child at indentation level 16 not at correct indentation, 8 47
 Warning method def child at indentation level 16 not at correct indentation, 8 48
 Warning if at indentation level 16 not at correct indentation, 8 49
 Warning if child at indentation level 24 not at correct indentation, 12 50
 Warning if child at indentation level 24 not at correct indentation, 12 51
 Warning for at indentation level 24 not at correct indentation, 12 52
 Warning 'if' construct must use '{}'s. 53
 Warning if at indentation level 32 not at correct indentation, 16 53
 Warning 'if' construct must use '{}'s. 55
 Warning if at indentation level 32 not at correct indentation, 16 55
 Warning 'if' construct must use '{}'s. 57
 Warning if at indentation level 32 not at correct indentation, 16 57
 Warning for child at indentation level 32 not at correct indentation, 16 59
 Warning for child at indentation level 32 not at correct indentation, 16 60
 Warning for child at indentation level 32 not at correct indentation, 16 61
 Warning for child at indentation level 32 not at correct indentation, 16 62
 Warning for child at indentation level 32 not at correct indentation, 16 63
 Warning for child at indentation level 32 not at correct indentation, 16 64
 Warning for rcurly 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 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 Name 'isAttachTypeUsedInAttachment' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 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 if at indentation level 16 not at correct indentation, 8 74
 Warning if child at indentation level 24 not at correct indentation, 12 75
 Warning if at indentation level 24 not at correct indentation, 12 76
 Warning if child at indentation level 32 not at correct indentation, 16 77
 Warning if rcurly at indentation level 24 not at correct indentation, 12 78
 Warning if rcurly at indentation level 16 not at correct indentation, 8 79
 Warning method def child at indentation level 16 not at correct indentation, 8 80
 Warning method def rcurly 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 Name 'isAttachTypeUsedInConfig' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 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 87
 Warning if at indentation level 16 not at correct indentation, 8 88
 Warning if child at indentation level 24 not at correct indentation, 12 89
 Warning if at indentation level 24 not at correct indentation, 12 90
 Warning if child at indentation level 32 not at correct indentation, 16 91
 Warning if rcurly at indentation level 24 not at correct indentation, 12 92
 Warning if rcurly at indentation level 16 not at correct indentation, 8 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
 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 102
 Warning if at indentation level 16 not at correct indentation, 8 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 child at indentation level 16 not at correct indentation, 8 106
 Warning method def child at indentation level 16 not at correct indentation, 8 107
 Warning if at indentation level 16 not at correct indentation, 8 108
 Warning if child at indentation level 24 not at correct indentation, 12 109
 Warning if rcurly at indentation level 16 not at correct indentation, 8 110
 Warning if at indentation level 16 not at correct indentation, 8 111
 Warning if child at indentation level 24 not at correct indentation, 12 112
 Warning if rcurly at indentation level 16 not at correct indentation, 8 113
 Warning method def child at indentation level 16 not at correct indentation, 8 114
 Warning method def child at indentation level 16 not at correct indentation, 8 115
 Warning method def child at indentation level 16 not at correct indentation, 8 116
 Warning if at indentation level 16 not at correct indentation, 8 117
 Warning if child at indentation level 24 not at correct indentation, 12 118
 Warning if rcurly at indentation level 16 not at correct indentation, 8 119
 Warning method def child at indentation level 16 not at correct indentation, 8 120
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 121
 Warning method def modifier at indentation level 8 not at correct indentation, 4 123
 Warning method def modifier at indentation level 8 not at correct indentation, 4 124
 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 126
 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 rcurly at indentation level 8 not at correct indentation, 4 131

src/main/java/gboat2/attachment/model/AttachConfig.java

Severity Message Line
 Warning Name 'gboat2.attachment.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 29
 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 35
 Warning member def modifier at indentation level 8 not at correct indentation, 4 38
 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 44
 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 52
 Warning member 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 57
 Warning method def modifier at indentation level 8 not at correct indentation, 4 58
 Warning method def modifier at indentation level 8 not at correct indentation, 4 59
 Warning method def modifier at indentation level 8 not at correct indentation, 4 60
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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 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 modifier at indentation level 8 not at correct indentation, 4 70
 Warning method def child at indentation level 16 not at correct indentation, 8 71
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 72
 Warning method def modifier at indentation level 8 not at correct indentation, 4 74
 Warning method def child at indentation level 16 not at correct indentation, 8 75
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 76
 Warning method def modifier at indentation level 8 not at correct indentation, 4 78
 Warning method def modifier at indentation level 8 not at correct indentation, 4 79
 Warning method def child at indentation level 16 not at correct indentation, 8 80
 Warning method def rcurly 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 child at indentation level 16 not at correct indentation, 8 84
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 85
 Warning method def modifier at indentation level 8 not at correct indentation, 4 87
 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 92
 Warning method def child at indentation level 16 not at correct indentation, 8 93
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 94
 Warning method def modifier at indentation level 8 not at correct indentation, 4 96
 Warning method def modifier at indentation level 8 not at correct indentation, 4 97
 Warning method def child at indentation level 16 not at correct indentation, 8 98
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 99
 Warning method def modifier at indentation level 8 not at correct indentation, 4 101
 Warning method def child at indentation level 16 not at correct indentation, 8 102
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 103
 Warning method def modifier at indentation level 8 not at correct indentation, 4 105
 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 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 method def modifier at indentation level 8 not at correct indentation, 4 115
 Warning method def child at indentation level 16 not at correct indentation, 8 116
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 117
 Warning method def modifier at indentation level 8 not at correct indentation, 4 119
 Warning method def child at indentation level 16 not at correct indentation, 8 120
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 121
 Warning method def modifier at indentation level 8 not at correct indentation, 4 123
 Warning method def modifier at indentation level 8 not at correct indentation, 4 124
 Warning method def child at indentation level 16 not at correct indentation, 8 125
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 126
 Warning method def modifier at indentation level 8 not at correct indentation, 4 128
 Warning method def child at indentation level 16 not at correct indentation, 8 129
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 130
 Warning method def modifier at indentation level 8 not at correct indentation, 4 132
 Warning method def modifier at indentation level 8 not at correct indentation, 4 133
 Warning method def child at indentation level 16 not at correct indentation, 8 134
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 135
 Warning method def modifier at indentation level 8 not at correct indentation, 4 137
 Warning method def child at indentation level 16 not at correct indentation, 8 138
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 139
 Warning method def modifier at indentation level 8 not at correct indentation, 4 141
 Warning method def modifier at indentation level 8 not at correct indentation, 4 142
 Warning method def child at indentation level 16 not at correct indentation, 8 143
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 144
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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

src/main/java/gboat2/attachment/model/Attachment.java

Severity Message Line
 Warning Name 'gboat2.attachment.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 24
 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 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 52
 Warning member def modifier at indentation level 8 not at correct indentation, 4 57
 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 67
 Warning member def modifier at indentation level 8 not at correct indentation, 4 72
 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 80
 Warning member def modifier at indentation level 8 not at correct indentation, 4 85
 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 95
 Warning member def modifier at indentation level 8 not at correct indentation, 4 98
 Warning member def modifier at indentation level 8 not at correct indentation, 4 103
 Warning method def modifier at indentation level 8 not at correct indentation, 4 105
 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 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 method def modifier at indentation level 8 not at correct indentation, 4 115
 Warning method def modifier at indentation level 8 not at correct indentation, 4 116
 Warning method def modifier at indentation level 8 not at correct indentation, 4 117
 Warning method def modifier at indentation level 8 not at correct indentation, 4 118
 Warning method def child at indentation level 16 not at correct indentation, 8 119
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 120
 Warning method def modifier at indentation level 8 not at correct indentation, 4 122
 Warning method def child at indentation level 16 not at correct indentation, 8 123
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 124
 Warning method def modifier at indentation level 8 not at correct indentation, 4 126
 Warning method def modifier at indentation level 8 not at correct indentation, 4 127
 Warning method def child at indentation level 16 not at correct indentation, 8 128
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 129
 Warning method def modifier at indentation level 8 not at correct indentation, 4 131
 Warning method def child at indentation level 16 not at correct indentation, 8 132
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 133
 Warning method def modifier at indentation level 8 not at correct indentation, 4 135
 Warning method def modifier at indentation level 8 not at correct indentation, 4 136
 Warning method def child at indentation level 16 not at correct indentation, 8 137
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 138
 Warning method def modifier at indentation level 8 not at correct indentation, 4 140
 Warning method def child at indentation level 16 not at correct indentation, 8 141
 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 modifier at indentation level 8 not at correct indentation, 4 145
 Warning method def child at indentation level 16 not at correct indentation, 8 146
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 147
 Warning method def modifier at indentation level 8 not at correct indentation, 4 149
 Warning method def child at indentation level 16 not at correct indentation, 8 150
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 151
 Warning method def modifier at indentation level 8 not at correct indentation, 4 153
 Warning method def modifier at indentation level 8 not at correct indentation, 4 154
 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 158
 Warning method def child at indentation level 16 not at correct indentation, 8 159
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 160
 Warning method def modifier at indentation level 8 not at correct indentation, 4 162
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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 child at indentation level 16 not at correct indentation, 8 168
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 169
 Warning method def modifier at indentation level 8 not at correct indentation, 4 171
 Warning method def modifier at indentation level 8 not at correct indentation, 4 172
 Warning method def child at indentation level 16 not at correct indentation, 8 173
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 174
 Warning method def modifier at indentation level 8 not at correct indentation, 4 176
 Warning method def child at indentation level 16 not at correct indentation, 8 177
 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 method def modifier at indentation level 8 not at correct indentation, 4 181
 Warning method def modifier at indentation level 8 not at correct indentation, 4 182
 Warning method def child at indentation level 16 not at correct indentation, 8 183
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 184
 Warning method def modifier at indentation level 8 not at correct indentation, 4 186
 Warning method def child at indentation level 16 not at correct indentation, 8 187
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 188
 Warning method def modifier at indentation level 8 not at correct indentation, 4 190
 Warning method def modifier at indentation level 8 not at correct indentation, 4 191
 Warning method def child at indentation level 16 not at correct indentation, 8 192
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 193
 Warning method def modifier at indentation level 8 not at correct indentation, 4 195
 Warning method def child at indentation level 16 not at correct indentation, 8 196
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 197
 Warning method def modifier at indentation level 8 not at correct indentation, 4 199
 Warning method def modifier at indentation level 8 not at correct indentation, 4 200
 Warning method def child at indentation level 16 not at correct indentation, 8 201
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 202
 Warning method def modifier at indentation level 8 not at correct indentation, 4 204
 Warning method def child at indentation level 16 not at correct indentation, 8 205
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 206
 Warning method def modifier at indentation level 8 not at correct indentation, 4 208
 Warning method def modifier at indentation level 8 not at correct indentation, 4 209
 Warning method def child at indentation level 16 not at correct indentation, 8 210
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 211
 Warning method def modifier at indentation level 8 not at correct indentation, 4 213
 Warning method def child at indentation level 16 not at correct indentation, 8 214
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 215
 Warning method def modifier at indentation level 8 not at correct indentation, 4 217
 Warning method def modifier at indentation level 8 not at correct indentation, 4 218
 Warning method def child at indentation level 16 not at correct indentation, 8 219
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 220
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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 228
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 229
 Warning method def modifier at indentation level 8 not at correct indentation, 4 231
 Warning method def child at indentation level 16 not at correct indentation, 8 232
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 233
 Warning method def modifier at indentation level 8 not at correct indentation, 4 235
 Warning method def child at indentation level 16 not at correct indentation, 8 236
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 237
 Warning method def modifier at indentation level 8 not at correct indentation, 4 239
 Warning method def modifier at indentation level 8 not at correct indentation, 4 240
 Warning method def child at indentation level 16 not at correct indentation, 8 241
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 242

src/main/java/gboat2/attachment/model/AttachmentOperEnum.java

Severity Message Line
 Warning Name 'gboat2.attachment.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Missing a Javadoc comment. 12
 Warning Missing a Javadoc comment. 12
 Warning Missing a Javadoc comment. 12
 Warning member 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 rcurly at indentation level 8 not at correct indentation, 4 18
 Warning method def modifier at indentation level 8 not at correct indentation, 4 20
 Warning method def child at indentation level 16 not at correct indentation, 8 21
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 22

src/main/java/gboat2/attachment/model/AttachmentVO.java

Severity Message Line
 Warning Name 'gboat2.attachment.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 20
 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 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 34
 Warning method def modifier at indentation level 8 not at correct indentation, 4 37
 Warning method def child at indentation level 16 not at correct indentation, 8 38
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 39
 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 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 49
 Warning method def child at indentation level 16 not at correct indentation, 8 50
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 51

src/main/java/gboat2/attachment/model/DownloadRecord.java

Severity Message Line
 Warning Name 'gboat2.attachment.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 32
 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 36
 Warning member def modifier at indentation level 8 not at correct indentation, 4 38
 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 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 46
 Warning member def modifier at indentation level 8 not at correct indentation, 4 48
 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 modifier at indentation level 8 not at correct indentation, 4 54
 Warning method def child at indentation level 16 not at correct indentation, 8 55
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 56
 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 modifier at indentation level 8 not at correct indentation, 4 63
 Warning method def child at indentation level 16 not at correct indentation, 8 64
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 65
 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 modifier at indentation level 8 not at correct indentation, 4 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 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 modifier at indentation level 8 not at correct indentation, 4 81
 Warning method def child at indentation level 16 not at correct indentation, 8 82
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 83
 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 modifier at indentation level 8 not at correct indentation, 4 90
 Warning method def child at indentation level 16 not at correct indentation, 8 91
 Warning method def rcurly 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 modifier at indentation level 8 not at correct indentation, 4 99
 Warning method def modifier at indentation level 8 not at correct indentation, 4 100
 Warning method def child at indentation level 16 not at correct indentation, 8 101
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 102
 Warning method def modifier at indentation level 8 not at correct indentation, 4 104
 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 106
 Warning method def modifier at indentation level 8 not at correct indentation, 4 108
 Warning method def modifier at indentation level 8 not at correct indentation, 4 109
 Warning method def child at indentation level 16 not at correct indentation, 8 110
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 111
 Warning method def modifier at indentation level 8 not at correct indentation, 4 113
 Warning method def child at indentation level 16 not at correct indentation, 8 114
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 115
 Warning method def modifier at indentation level 8 not at correct indentation, 4 117
 Warning method def modifier at indentation level 8 not at correct indentation, 4 118
 Warning method def child at indentation level 16 not at correct indentation, 8 119
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 120
 Warning method def modifier at indentation level 8 not at correct indentation, 4 122
 Warning method def child at indentation level 16 not at correct indentation, 8 123
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 124
 Warning method def modifier at indentation level 8 not at correct indentation, 4 126
 Warning method def modifier at indentation level 8 not at correct indentation, 4 127
 Warning method def child at indentation level 16 not at correct indentation, 8 128
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 129
 Warning method def modifier at indentation level 8 not at correct indentation, 4 131
 Warning method def child at indentation level 16 not at correct indentation, 8 132
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 133
 Warning method def modifier at indentation level 8 not at correct indentation, 4 135
 Warning method def modifier at indentation level 8 not at correct indentation, 4 136
 Warning method def child at indentation level 16 not at correct indentation, 8 137
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 138
 Warning method def modifier at indentation level 8 not at correct indentation, 4 140
 Warning method def child at indentation level 16 not at correct indentation, 8 141
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 142

src/main/java/gboat2/attachment/model/TypedAttachments.java

Severity Message Line
 Warning Name 'gboat2.attachment.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 13
 Warning member def modifier at indentation level 8 not at correct indentation, 4 19
 Warning member def modifier at indentation level 8 not at correct indentation, 4 21
 Warning member def modifier 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 37
 Warning method def child at indentation level 16 not at correct indentation, 8 38
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 39

src/main/java/gboat2/attachment/service/IAttachmentService.java

Severity Message Line
 Warning Name 'gboat2.attachment.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 18
 Warning method def modifier at indentation level 8 not at correct indentation, 4 25
 Warning Redundant 'public' modifier. 25
 Warning method def modifier at indentation level 8 not at correct indentation, 4 44
 Warning Redundant 'public' modifier. 44
 Warning More than 5 parameters (found 6). 44
 Warning Expected @throws tag for 'IOException'. 45
 Warning method def modifier at indentation level 8 not at correct indentation, 4 51
 Warning Redundant 'public' modifier. 51
 Warning method def modifier at indentation level 8 not at correct indentation, 4 57
 Warning Redundant 'public' modifier. 57
 Warning method def modifier at indentation level 8 not at correct indentation, 4 64
 Warning Redundant 'public' modifier. 64
 Warning Name 'getAttachmentsByBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 64
 Warning Expected an @return tag. 71
 Warning method def modifier at indentation level 8 not at correct indentation, 4 71
 Warning Redundant 'public' modifier. 71
 Warning Name 'getAttachmentVOsByBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 71
 Warning Expected @param tag for 'belongId'. 71
 Warning method def modifier at indentation level 8 not at correct indentation, 4 79
 Warning Redundant 'public' modifier. 79
 Warning method def modifier at indentation level 8 not at correct indentation, 4 87
 Warning Redundant 'public' modifier. 87
 Warning Name 'updateAttachsBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 87
 Warning Expected @param tag for 'attachIds'. 87
 Warning Expected @param tag for 'belongId'. 87
 Warning Expected an @return tag. 94
 Warning method def modifier at indentation level 8 not at correct indentation, 4 94
 Warning Redundant 'public' modifier. 94
 Warning Expected @param tag for 'attachmentId'. 94
 Warning method def modifier at indentation level 8 not at correct indentation, 4 101
 Warning Redundant 'public' modifier. 101
 Warning Name 'deleteAttachmentByBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 101
 Warning method def modifier at indentation level 8 not at correct indentation, 4 107
 Warning Redundant 'public' modifier. 107
 Warning Expected @param tag for 'attachId'. 107
 Warning Expected an @return tag. 115
 Warning method def modifier at indentation level 8 not at correct indentation, 4 115
 Warning Redundant 'public' modifier. 115
 Warning Expected @param tag for 'belongId'. 115
 Warning Expected @param tag for 'attachNames'. 115
 Warning Expected an @return tag. 124
 Warning method def modifier at indentation level 8 not at correct indentation, 4 124
 Warning Redundant 'public' modifier. 124
 Warning Expected @param tag for 'organId'. 124
 Warning Expected @param tag for 'belongId'. 124
 Warning Expected @param tag for 'attachType'. 124
 Warning Expected an @return tag. 133
 Warning method def modifier at indentation level 8 not at correct indentation, 4 133
 Warning Redundant 'public' modifier. 133
 Warning Name 'getLastDownloadRecord' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 133
 Warning Expected @param tag for 'organId'. 133
 Warning Expected @param tag for 'belongId'. 133
 Warning Expected @param tag for 'attachType'. 133
 Warning method def modifier at indentation level 8 not at correct indentation, 4 142
 Warning Redundant 'public' modifier. 142
 Warning method def modifier at indentation level 8 not at correct indentation, 4 151
 Warning Redundant 'public' modifier. 151
 Warning Name 'getAttachmentsByBelongIdAndConfigId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 151
 Warning Expected an @return tag. 158
 Warning method def modifier at indentation level 8 not at correct indentation, 4 158
 Warning Redundant 'public' modifier. 158
 Warning Name 'getAvailableAttachTypeByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 158
 Warning Expected @param tag for 'attachCode'. 158
 Warning Expected an @return tag. 165
 Warning method def return type at indentation level 8 not at correct indentation, 4 165
 Warning Name 'getAvailableAttachTypesByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 165
 Warning Expected @param tag for 'attachCode'. 165
 Warning method def modifier at indentation level 8 not at correct indentation, 4 174
 Warning Redundant 'public' modifier. 174
 Warning method def modifier at indentation level 8 not at correct indentation, 4 183
 Warning Redundant 'public' modifier. 183
 Warning method def return type at indentation level 8 not at correct indentation, 4 185
 Warning Missing a Javadoc comment. 185
 Warning Expected an @return tag. 192
 Warning method def modifier at indentation level 8 not at correct indentation, 4 192
 Warning Redundant 'public' modifier. 192
 Warning Name 'getAttachmentsByAttachIds' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 192
 Warning Expected @param tag for 'attachIds'. 192

src/main/java/gboat2/attachment/service/impl/AttachmentServiceImpl.java

Severity Message Line
 Warning Name 'gboat2.attachment.service.impl' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 33
 Warning Name 'AttachmentServiceImpl' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 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 method def modifier at indentation level 8 not at correct indentation, 4 44
 Warning Name 'getAvailableAttachTypeByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 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 48
 Warning method def modifier at indentation level 8 not at correct indentation, 4 49
 Warning method def child at indentation level 16 not at correct indentation, 8 50
 Warning method def rcurly 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 method def child at indentation level 16 not at correct indentation, 8 55
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 56
 Warning method def modifier at indentation level 8 not at correct indentation, 4 58
 Warning Missing a Javadoc comment. 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 for at indentation level 16 not at correct indentation, 8 62
 Warning for child at indentation level 24 not at correct indentation, 12 63
 Warning for child at indentation level 24 not at correct indentation, 12 64
 Warning if at indentation level 24 not at correct indentation, 12 65
 Warning if child at indentation level 32 not at correct indentation, 16 69
 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 for 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 if at indentation level 16 not at correct indentation, 8 76
 Warning if child at indentation level 24 not at correct indentation, 12 77
 Warning if at indentation level 24 not at correct indentation, 12 78
 Warning if child at indentation level 32 not at correct indentation, 16 79
 Warning if rcurly 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 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 Missing a Javadoc comment. 84
 Warning method def child at indentation level 16 not at correct indentation, 8 85
 Warning if at indentation level 16 not at correct indentation, 8 86
 Warning if child at indentation level 24 not at correct indentation, 12 90
 Warning if child at indentation level 24 not at correct indentation, 12 91
 Warning if rcurly at indentation level 16 not at correct indentation, 8 92
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 93
 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 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 Missing a Javadoc comment. 103
 Warning Name 'getAttachmentsByBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 104
 Warning method def child at indentation level 16 not at correct indentation, 8 105
 Warning method def child at indentation level 16 not at correct indentation, 8 106
 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 108
 Warning method def child at indentation level 16 not at correct indentation, 8 109
 Warning method def child at indentation level 16 not at correct indentation, 8 110
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 111
 Warning method def modifier at indentation level 8 not at correct indentation, 4 113
 Warning Missing a Javadoc comment. 113
 Warning Name 'getAttachmentVOsByBelongId' 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 child at indentation level 16 not at correct indentation, 8 116
 Warning method def child at indentation level 16 not at correct indentation, 8 117
 Warning method def child at indentation level 16 not at correct indentation, 8 119
 Warning method def child at indentation level 16 not at correct indentation, 8 121
 Warning for at indentation level 16 not at correct indentation, 8 123
 Warning for child at indentation level 24 not at correct indentation, 12 124
 Warning if at indentation level 24 not at correct indentation, 12 125
 Warning if child at indentation level 32 not at correct indentation, 16 126
 Warning if rcurly at indentation level 24 not at correct indentation, 12 127
 Warning for rcurly at indentation level 16 not at correct indentation, 8 128
 Warning method def child at indentation level 16 not at correct indentation, 8 130
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 131
 Warning method def modifier at indentation level 8 not at correct indentation, 4 133
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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 139
 Warning method def child at indentation level 16 not at correct indentation, 8 140
 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 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 Name 'getAttachmentsByAttachIds' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 148
 Warning if at indentation level 16 not at correct indentation, 8 149
 Warning if child at indentation level 24 not at correct indentation, 12 150
 Warning if rcurly 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 method def child at indentation level 16 not at correct indentation, 8 153
 Warning method def child at indentation level 16 not at correct indentation, 8 154
 Warning method def child 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 rcurly at indentation level 8 not at correct indentation, 4 157
 Warning method def modifier at indentation level 8 not at correct indentation, 4 160
 Warning Name 'convertAttachNameArrayToString' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 160
 Warning method def child at indentation level 16 not at correct indentation, 8 161
 Warning for at indentation level 16 not at correct indentation, 8 162
 Warning for child at indentation level 24 not at correct indentation, 12 163
 Warning for rcurly at indentation level 16 not at correct indentation, 8 164
 Warning method def child at indentation level 16 not at correct indentation, 8 165
 Warning method def child at indentation level 16 not at correct indentation, 8 166
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 167
 Warning method def modifier at indentation level 8 not at correct indentation, 4 169
 Warning method def modifier at indentation level 8 not at correct indentation, 4 171
 Warning if at indentation level 16 not at correct indentation, 8 172
 Warning if child at indentation level 24 not at correct indentation, 12 173
 Warning if rcurly at indentation level 16 not at correct indentation, 8 174
 Warning method def child at indentation level 16 not at correct indentation, 8 175
 Warning method def child at indentation level 16 not at correct indentation, 8 176
 Warning method def child at indentation level 16 not at correct indentation, 8 177
 Warning method def child at indentation level 16 not at correct indentation, 8 178
 Warning method def child at indentation level 16 not at correct indentation, 8 179
 Warning method def child at indentation level 16 not at correct indentation, 8 180
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 181
 Warning method def modifier at indentation level 8 not at correct indentation, 4 186
 Warning method def modifier at indentation level 8 not at correct indentation, 4 188
 Warning if at indentation level 16 not at correct indentation, 8 189
 Warning if child at indentation level 24 not at correct indentation, 12 190
 Warning if rcurly at indentation level 16 not at correct indentation, 8 191
 Warning method def child at indentation level 16 not at correct indentation, 8 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 child at indentation level 16 not at correct indentation, 8 195
 Warning method def child at indentation level 16 not at correct indentation, 8 196
 Warning method def child at indentation level 16 not at correct indentation, 8 197
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 198
 Warning method def modifier 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 Name 'getAttachmentsByBelongIdAndConfigId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 205
 Warning if at indentation level 16 not at correct indentation, 8 206
 Warning if child at indentation level 24 not at correct indentation, 12 207
 Warning if rcurly 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 method def child at indentation level 16 not at correct indentation, 8 211
 Warning if at indentation level 16 not at correct indentation, 8 212
 Warning if child at indentation level 24 not at correct indentation, 12 213
 Warning if rcurly at indentation level 16 not at correct indentation, 8 214
 Warning '}' should be alone on a line. 214
 Warning else child at indentation level 24 not at correct indentation, 12 215
 Warning else rcurly at indentation level 16 not at correct indentation, 8 216
 Warning method def child 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 221
 Warning Missing a Javadoc comment. 221
 Warning Name 'updateAttachsBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 221
 Warning if at indentation level 16 not at correct indentation, 8 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 method def child at indentation level 16 not at correct indentation, 8 226
 Warning for at indentation level 16 not at correct indentation, 8 227
 Warning for child at indentation level 24 not at correct indentation, 12 228
 Warning for rcurly at indentation level 16 not at correct indentation, 8 229
 Warning method def child at indentation level 16 not at correct indentation, 8 230
 Warning method def child at indentation level 16 not at correct indentation, 8 232
 Warning method def child at indentation level 16 not at correct indentation, 8 233
 Warning method def child at indentation level 16 not at correct indentation, 8 234
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 235
 Warning method def modifier at indentation level 8 not at correct indentation, 4 237
 Warning method def modifier at indentation level 8 not at correct indentation, 4 239
 Warning method def child at indentation level 16 not at correct indentation, 8 240
 Warning method def child at indentation level 16 not at correct indentation, 8 241
 Warning method def child at indentation level 16 not at correct indentation, 8 242
 Warning method def child at indentation level 16 not at correct indentation, 8 243
 Warning if at indentation level 16 not at correct indentation, 8 244
 Warning if child at indentation level 24 not at correct indentation, 12 245
 Warning if rcurly at indentation level 16 not at correct indentation, 8 246
 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 255
 Warning method def modifier at indentation level 8 not at correct indentation, 4 257
 Warning Name 'deleteAttachmentByBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 257
 Warning if at indentation level 16 not at correct indentation, 8 258
 Warning if child at indentation level 24 not at correct indentation, 12 259
 Warning if rcurly at indentation level 16 not at correct indentation, 8 260
 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 if at indentation level 16 not at correct indentation, 8 265
 Warning for at indentation level 24 not at correct indentation, 12 266
 Warning if at indentation level 32 not at correct indentation, 16 267
 Warning if child at indentation level 40 not at correct indentation, 20 268
 Warning if rcurly at indentation level 32 not at correct indentation, 16 269
 Warning for child at indentation level 32 not at correct indentation, 16 270
 Warning for rcurly at indentation level 24 not at correct indentation, 12 271
 Warning if rcurly at indentation level 16 not at correct indentation, 8 272
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 273
 Warning method def modifier at indentation level 8 not at correct indentation, 4 275
 Warning method def modifier at indentation level 8 not at correct indentation, 4 276
 Warning method def child at indentation level 16 not at correct indentation, 8 277
 Warning if at indentation level 16 not at correct indentation, 8 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 rcurly at indentation level 8 not at correct indentation, 4 282
 Warning method def modifier at indentation level 8 not at correct indentation, 4 287
 Warning method def modifier at indentation level 8 not at correct indentation, 4 288
 Warning More than 5 parameters (found 6). 288
 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 method def child at indentation level 16 not at correct indentation, 8 293
 Warning method def child at indentation level 16 not at correct indentation, 8 295
 Warning method def child at indentation level 16 not at correct indentation, 8 296
 Warning method def child at indentation level 16 not at correct indentation, 8 299
 Warning if at indentation level 16 not at correct indentation, 8 300
 Warning if child at indentation level 24 not at correct indentation, 12 301
 Warning if child at indentation level 24 not at correct indentation, 12 303
 Warning if rcurly at indentation level 16 not at correct indentation, 8 304
 Warning method def child at indentation level 16 not at correct indentation, 8 306
 Warning try at indentation level 16 not at correct indentation, 8 307
 Warning try child at indentation level 24 not at correct indentation, 12 308
 Warning try child at indentation level 24 not at correct indentation, 12 309
 Warning try rcurly at indentation level 16 not at correct indentation, 8 310
 Warning '}' should be alone on a line. 310
 Warning catch child at indentation level 24 not at correct indentation, 12 311
 Warning catch child at indentation level 24 not at correct indentation, 12 313
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 314
 Warning method def child at indentation level 16 not at correct indentation, 8 316
 Warning try at indentation level 16 not at correct indentation, 8 317
 Warning try child at indentation level 24 not at correct indentation, 12 318
 Warning try rcurly at indentation level 16 not at correct indentation, 8 319
 Warning '}' should be alone on a line. 319
 Warning catch child at indentation level 24 not at correct indentation, 12 320
 Warning catch child at indentation level 24 not at correct indentation, 12 321
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 322
 Warning method def child at indentation level 16 not at correct indentation, 8 330
 Warning method def child at indentation level 16 not at correct indentation, 8 331
 Warning if at indentation level 16 not at correct indentation, 8 332
 Warning if child at indentation level 24 not at correct indentation, 12 333
 Warning if rcurly at indentation level 16 not at correct indentation, 8 334
 Warning '}' should be alone on a line. 334
 Warning if child at indentation level 24 not at correct indentation, 12 335
 Warning if rcurly at indentation level 16 not at correct indentation, 8 336
 Warning '}' should be alone on a line. 336
 Warning if child at indentation level 24 not at correct indentation, 12 337
 Warning if at indentation level 24 not at correct indentation, 12 338
 Warning if child at indentation level 32 not at correct indentation, 16 339
 Warning if rcurly at indentation level 24 not at correct indentation, 12 340
 Warning '}' should be alone on a line. 340
 Warning else child at indentation level 32 not at correct indentation, 16 341
 Warning else rcurly at indentation level 24 not at correct indentation, 12 342
 Warning if rcurly at indentation level 16 not at correct indentation, 8 343
 Warning '}' should be alone on a line. 343
 Warning if child at indentation level 24 not at correct indentation, 12 344
 Warning if at indentation level 24 not at correct indentation, 12 345
 Warning if child at indentation level 32 not at correct indentation, 16 346
 Warning if rcurly at indentation level 24 not at correct indentation, 12 347
 Warning '}' should be alone on a line. 347
 Warning else child at indentation level 32 not at correct indentation, 16 348
 Warning else rcurly at indentation level 24 not at correct indentation, 12 349
 Warning if rcurly at indentation level 16 not at correct indentation, 8 350
 Warning '}' should be alone on a line. 350
 Warning else child at indentation level 24 not at correct indentation, 12 351
 Warning else rcurly at indentation level 16 not at correct indentation, 8 352
 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 child at indentation level 16 not at correct indentation, 8 359
 Warning method def child at indentation level 16 not at correct indentation, 8 360
 Warning method def child at indentation level 16 not at correct indentation, 8 361
 Warning method def child at indentation level 16 not at correct indentation, 8 362
 Warning method def child at indentation level 16 not at correct indentation, 8 363
 Warning if at indentation level 16 not at correct indentation, 8 365
 Warning if child at indentation level 24 not at correct indentation, 12 367
 Warning if rcurly at indentation level 16 not at correct indentation, 8 368
 Warning '}' should be alone on a line. 368
 Warning else child at indentation level 24 not at correct indentation, 12 369
 Warning else rcurly at indentation level 16 not at correct indentation, 8 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 Missing a Javadoc comment. 374
 Warning method def modifier at indentation level 8 not at correct indentation, 4 375
 Warning method def child at indentation level 16 not at correct indentation, 8 376
 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 379
 Warning method def child at indentation level 16 not at correct indentation, 8 380
 Warning method def child at indentation level 16 not at correct indentation, 8 381
 Warning method def child at indentation level 16 not at correct indentation, 8 383
 Warning method def child at indentation level 16 not at correct indentation, 8 385
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 386
 Warning method def modifier at indentation level 8 not at correct indentation, 4 388
 Warning Missing a Javadoc comment. 388
 Warning method def modifier at indentation level 8 not at correct indentation, 4 389
 Warning Name 'getLastDownloadRecord' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 389
 Warning method def child at indentation level 16 not at correct indentation, 8 390
 Warning method def child at indentation level 16 not at correct indentation, 8 392
 Warning method def child at indentation level 16 not at correct indentation, 8 393
 Warning method def child at indentation level 16 not at correct indentation, 8 394
 Warning method def child at indentation level 16 not at correct indentation, 8 395
 Warning method def child at indentation level 16 not at correct indentation, 8 397
 Warning method def child at indentation level 16 not at correct indentation, 8 399
 Warning 'if' construct must use '{}'s. 401
 Warning if at indentation level 16 not at correct indentation, 8 401
 Warning method def child at indentation level 16 not at correct indentation, 8 404
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 405
 Warning method def modifier at indentation level 8 not at correct indentation, 4 407
 Warning method def modifier at indentation level 8 not at correct indentation, 4 408
 Warning Name 'getAvailableAttachTypesByCode' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 408
 Warning method def child at indentation level 16 not at correct indentation, 8 409
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 410
 Warning method def modifier at indentation level 8 not at correct indentation, 4 412
 Warning method def modifier at indentation level 8 not at correct indentation, 4 413
 Warning method def child at indentation level 16 not at correct indentation, 8 414
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 415

src/main/java/gboat2/attachment/util/ConfigUtil.java

Severity Message Line
 Warning Name 'gboat2.attachment.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 24
 Warning member def modifier at indentation level 8 not at correct indentation, 4 29
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 29
 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 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 Missing a Javadoc comment. 37
 Warning member def modifier at indentation level 8 not at correct indentation, 4 39
 Warning Missing a Javadoc comment. 39
 Warning member def modifier at indentation level 8 not at correct indentation, 4 41
 Warning Missing a Javadoc comment. 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 48
 Warning Name 'props' must match pattern '(^[A-Z0-9_]{0,19}$)'. 48
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 50
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 51
 Warning static initialization at indentation level 8 not at correct indentation, 4 53
 Warning static initialization child at indentation level 16 not at correct indentation, 8 54
 Warning static initialization child at indentation level 16 not at correct indentation, 8 55
 Warning static initialization child at indentation level 16 not at correct indentation, 8 56
 Warning static initialization child at indentation level 16 not at correct indentation, 8 57
 Warning try at indentation level 16 not at correct indentation, 8 59
 Warning try child at indentation level 24 not at correct indentation, 12 61
 Warning if at indentation level 24 not at correct indentation, 12 62
 Warning if child at indentation level 32 not at correct indentation, 16 63
 Warning if child at indentation level 32 not at correct indentation, 16 64
 Warning if at indentation level 32 not at correct indentation, 16 65
 Warning if child at indentation level 40 not at correct indentation, 20 66
 Warning if rcurly at indentation level 32 not at correct indentation, 16 67
 Warning if rcurly at indentation level 24 not at correct indentation, 12 68
 Warning if at indentation level 24 not at correct indentation, 12 71
 Warning if child at indentation level 32 not at correct indentation, 16 72
 Warning if rcurly at indentation level 24 not at correct indentation, 12 73
 Warning try child at indentation level 24 not at correct indentation, 12 75
 Warning try child at indentation level 24 not at correct indentation, 12 79
 Warning try child at indentation level 24 not at correct indentation, 12 80
 Warning try child at indentation level 24 not at correct indentation, 12 81
 Warning if at indentation level 24 not at correct indentation, 12 82
 Warning if child at indentation level 32 not at correct indentation, 16 83
 Warning if rcurly at indentation level 24 not at correct indentation, 12 84
 Warning try 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 '}' should be alone on a line. 89
 Warning else child at indentation level 32 not at correct indentation, 16 90
 Warning else rcurly at indentation level 24 not at correct indentation, 12 91
 Warning try child at indentation level 24 not at correct indentation, 12 92
 Warning try rcurly at indentation level 16 not at correct indentation, 8 94
 Warning '}' should be alone on a line. 94
 Warning catch child at indentation level 24 not at correct indentation, 12 95
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 96
 Warning static initialization rcurly 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 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 107
 Warning Name 'generateRelativeSaveDir' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 107
 Warning method def child at indentation level 16 not at correct indentation, 8 108
 Warning method def child at indentation level 16 not at correct indentation, 8 109
 Warning method def child at indentation level 16 not at correct indentation, 8 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 119
 Warning Expected @param tag for 'originalName'. 119
 Warning method def child 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 if at indentation level 16 not at correct indentation, 8 122
 Warning if child at indentation level 24 not at correct indentation, 12 123
 Warning if rcurly at indentation level 16 not at correct indentation, 8 124
 Warning if at indentation level 16 not at correct indentation, 8 125
 Warning if child at indentation level 24 not at correct indentation, 12 126
 Warning if rcurly at indentation level 16 not at correct indentation, 8 127
 Warning method def child at indentation level 16 not at correct indentation, 8 128
 Warning method def child 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 rcurly at indentation level 8 not at correct indentation, 4 131
 Warning method def modifier at indentation level 8 not at correct indentation, 4 136
 Warning Name 'getDownloadContextPath' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 136
 Warning method def child at indentation level 16 not at correct indentation, 8 137
 Warning method def child at indentation level 16 not at correct indentation, 8 138
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 139
 Warning Expected an @return tag. 146
 Warning method def modifier at indentation level 8 not at correct indentation, 4 146
 Warning Expected @param tag for 'path'. 146
 Warning method def child at indentation level 16 not at correct indentation, 8 147
 Warning if at indentation level 16 not at correct indentation, 8 149
 Warning if child at indentation level 24 not at correct indentation, 12 150
 Warning if rcurly 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 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 158
 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 160
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 161
 Warning method def modifier at indentation level 8 not at correct indentation, 4 163
 Warning Missing a Javadoc comment. 163
 Warning method def child at indentation level 16 not at correct indentation, 8 164
 Warning method def child at indentation level 16 not at correct indentation, 8 165
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 166
 Warning method def modifier at indentation level 8 not at correct indentation, 4 168
 Warning Missing a Javadoc comment. 168
 Warning method def child at indentation level 16 not at correct indentation, 8 170
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 171

src/main/java/gboat2/attachment/util/DateUtil.java

Severity Message Line
 Warning Name 'gboat2.attachment.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 14
 Warning member def modifier at indentation level 8 not at correct indentation, 4 15
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 15
 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 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 rcurly at indentation level 16 not at correct indentation, 8 30
 Warning '}' should be alone on a line. 30
 Warning catch child at indentation level 24 not at correct indentation, 12 31
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 32
 Warning method def child at indentation level 16 not at correct indentation, 8 33
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 34
 Warning method def modifier at indentation level 8 not at correct indentation, 4 42
 Warning method def child at indentation level 16 not at correct indentation, 8 43
 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 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 55
 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 try at indentation level 16 not at correct indentation, 8 58
 Warning try child at indentation level 24 not at correct indentation, 12 59
 Warning try rcurly at indentation level 16 not at correct indentation, 8 60
 Warning '}' should be alone on a line. 60
 Warning catch child at indentation level 24 not at correct indentation, 12 61
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 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 Missing a Javadoc comment. 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 method def rcurly at indentation level 8 not at correct indentation, 4 69

src/main/java/gboat2/attachment/util/MD5Util.java

Severity Message Line
 Warning Name 'gboat2.attachment.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 13
 Warning member def modifier at indentation level 8 not at correct indentation, 4 17
 Warning Name 'hexDigits' must match pattern '(^[A-Z0-9_]{0,19}$)'. 17
 Warning array initialization child at indentation level 24 not at correct indentation, [12, 43] 18
 Warning member def modifier at indentation level 8 not at correct indentation, 4 19
 Warning Name 'messagedigest' must match pattern '(^[A-Z0-9_]{0,19}$)'. 19
 Warning member def modifier at indentation level 8 not at correct indentation, 4 21
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 21
 Warning static initialization at indentation level 8 not at correct indentation, 4 22
 Warning try at indentation level 16 not at correct indentation, 8 23
 Warning try child at indentation level 24 not at correct indentation, 12 24
 Warning try rcurly at indentation level 16 not at correct indentation, 8 25
 Warning '}' should be alone on a line. 25
 Warning catch child at indentation level 24 not at correct indentation, 12 26
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 27
 Warning static initialization 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 Missing a Javadoc comment. 30
 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 32
 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 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 rcurly at indentation level 8 not at correct indentation, 4 37
 Warning method def modifier at indentation level 8 not at correct indentation, 4 39
 Warning Missing a Javadoc comment. 39
 Warning method def child 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 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 while at indentation level 16 not at correct indentation, 8 44
 Warning while child at indentation level 24 not at correct indentation, 12 45
 Warning while rcurly at indentation level 16 not at correct indentation, 8 46
 Warning method def child at indentation level 16 not at correct indentation, 8 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 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
 Warning method def modifier at indentation level 8 not at correct indentation, 4 55
 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 for at indentation level 16 not at correct indentation, 8 58
 Warning for child at indentation level 24 not at correct indentation, 12 59
 Warning for rcurly at indentation level 16 not at correct indentation, 8 60
 Warning method def child at indentation level 16 not at correct indentation, 8 61
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 62
 Warning method def modifier at indentation level 8 not at correct indentation, 4 64
 Warning method def child at indentation level 16 not at correct indentation, 8 65
 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 method def child at indentation level 16 not at correct indentation, 8 69
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 70

src/main/java/gboat2/attachment/watermark/IM4JavaWatermarkStrategy.java

Severity Message Line
 Warning Name 'gboat2.attachment.watermark' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 15
 Warning Name 'IM4JavaWatermarkStrategy' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 17
 Warning method def modifier at indentation level 8 not at correct indentation, 4 19
 Warning Missing a Javadoc comment. 19
 Warning try at indentation level 16 not at correct indentation, 8 20
 Warning try child at indentation level 24 not at correct indentation, 12 25
 Warning try rcurly at indentation level 16 not at correct indentation, 8 32
 Warning '}' should be alone on a line. 32
 Warning catch child at indentation level 24 not at correct indentation, 12 33
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 34
 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 modifier at indentation level 8 not at correct indentation, 4 39
 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 42
 Warning Each variable declaration must be in its own statement. 42
 Warning try at indentation level 16 not at correct indentation, 8 43
 Warning try child at indentation level 24 not at correct indentation, 12 44
 Warning try child at indentation level 24 not at correct indentation, 12 45
 Warning try child at indentation level 24 not at correct indentation, 12 46
 Warning try child at indentation level 24 not at correct indentation, 12 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 51
 Warning try child at indentation level 24 not at correct indentation, 12 53
 Warning try child at indentation level 24 not at correct indentation, 12 54
 Warning try child at indentation level 24 not at correct indentation, 12 56
 Warning try child at indentation level 24 not at correct indentation, 12 57
 Warning try child at indentation level 24 not at correct indentation, 12 58
 Warning do..while at indentation level 24 not at correct indentation, 12 59
 Warning do..while child at indentation level 32 not at correct indentation, 16 60
 Warning do..while child at indentation level 32 not at correct indentation, 16 62
 Warning if at indentation level 32 not at correct indentation, 16 63
 Warning if child at indentation level 40 not at correct indentation, 20 64
 Warning if child at indentation level 40 not at correct indentation, 20 65
 Warning if rcurly at indentation level 32 not at correct indentation, 16 66
 Warning do..while child at indentation level 32 not at correct indentation, 16 67
 Warning do..while rcurly at indentation level 24 not at correct indentation, 12 68
 Warning try child at indentation level 24 not at correct indentation, 12 69
 Warning try child at indentation level 24 not at correct indentation, 12 70
 Warning try child at indentation level 24 not at correct indentation, 12 71
 Warning try rcurly at indentation level 16 not at correct indentation, 8 72
 Warning '}' should be alone on a line. 72
 Warning catch child at indentation level 24 not at correct indentation, 12 73
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 74
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 75

src/main/java/gboat2/attachment/watermark/JMagickWatermarkStrategy.java

Severity Message Line
 Warning Name 'gboat2.attachment.watermark' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Name 'JMagickWatermarkStrategy' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 18
 Warning member def modifier at indentation level 8 not at correct indentation, 4 20
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 20
 Warning member def modifier at indentation level 8 not at correct indentation, 4 22
 Warning Name 'Type' must match pattern '(^[A-Z0-9_]{0,19}$)'. 22
 Warning method def modifier at indentation level 8 not at correct indentation, 4 24
 Warning Missing a Javadoc comment. 24
 Warning for at indentation level 16 not at correct indentation, 8 25
 Warning if at indentation level 24 not at correct indentation, 12 26
 Warning if child at indentation level 32 not at correct indentation, 16 27
 Warning if rcurly at indentation level 24 not at correct indentation, 12 28
 Warning '}' should be alone on a line. 28
 Warning else child at indentation level 32 not at correct indentation, 16 29
 Warning else rcurly at indentation level 24 not at correct indentation, 12 30
 Warning for rcurly at indentation level 16 not at correct indentation, 8 31
 Warning method def child at indentation level 16 not at correct indentation, 8 32
 Warning method 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 43
 Warning if at indentation level 16 not at correct indentation, 8 45
 Warning if child at indentation level 24 not at correct indentation, 12 46
 Warning if rcurly at indentation level 16 not at correct indentation, 8 47
 Warning method def child at indentation level 16 not at correct indentation, 8 50
 Warning method def child at indentation level 16 not at correct indentation, 8 51
 Warning method def child at indentation level 16 not at correct indentation, 8 52
 Warning method def child at indentation level 16 not at correct indentation, 8 53
 Warning method def child at indentation level 16 not at correct indentation, 8 54
 Warning method def child at indentation level 16 not at correct indentation, 8 55
 Warning method def child at indentation level 16 not at correct indentation, 8 56
 Warning try at indentation level 16 not at correct indentation, 8 57
 Warning try child at indentation level 24 not at correct indentation, 12 58
 Warning try child at indentation level 24 not at correct indentation, 12 60
 Warning try child at indentation level 24 not at correct indentation, 12 61
 Warning try child at indentation level 24 not at correct indentation, 12 62
 Warning try child at indentation level 24 not at correct indentation, 12 63
 Warning try child at indentation level 24 not at correct indentation, 12 64
 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 68
 Warning try child at indentation level 24 not at correct indentation, 12 69
 Warning try child at indentation level 24 not at correct indentation, 12 70
 Warning try child at indentation level 24 not at correct indentation, 12 73
 Warning try child at indentation level 24 not at correct indentation, 12 74
 Warning do..while at indentation level 24 not at correct indentation, 12 75
 Warning do..while child at indentation level 32 not at correct indentation, 16 76
 Warning do..while child at indentation level 32 not at correct indentation, 16 78
 Warning if at indentation level 32 not at correct indentation, 16 79
 Warning if child at indentation level 40 not at correct indentation, 20 80
 Warning if child at indentation level 40 not at correct indentation, 20 81
 Warning if rcurly at indentation level 32 not at correct indentation, 16 82
 Warning do..while rcurly at indentation level 24 not at correct indentation, 12 83
 Warning try child at indentation level 24 not at correct indentation, 12 85
 Warning try child at indentation level 24 not at correct indentation, 12 86
 Warning try rcurly at indentation level 16 not at correct indentation, 8 87
 Warning '}' should be alone on a line. 87
 Warning catch child at indentation level 24 not at correct indentation, 12 88
 Warning catch child at indentation level 24 not at correct indentation, 12 89
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 90
 Warning '}' should be alone on a line. 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 at indentation level 24 not at correct indentation, 12 94
 Warning if child at indentation level 32 not at correct indentation, 16 95
 Warning if rcurly at indentation level 24 not at correct indentation, 12 96
 Warning if at indentation level 24 not at correct indentation, 12 97
 Warning if child at indentation level 32 not at correct indentation, 16 98
 Warning if rcurly at indentation level 24 not at correct indentation, 12 99
 Warning if at indentation level 24 not at correct indentation, 12 100
 Warning if child at indentation level 32 not at correct indentation, 16 101
 Warning if rcurly at indentation level 24 not at correct indentation, 12 102
 Warning finally rcurly 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 242
 Warning Missing a Javadoc comment. 242
 Warning try at indentation level 16 not at correct indentation, 8 263
 Warning try child at indentation level 24 not at correct indentation, 12 264
 Warning try child at indentation level 24 not at correct indentation, 12 265
 Warning try rcurly at indentation level 16 not at correct indentation, 8 266
 Warning '}' should be alone on a line. 266
 Warning catch child at indentation level 24 not at correct indentation, 12 267
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 268
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 269

src/main/java/gboat2/attachment/watermark/WatermarkFactory.java

Severity Message Line
 Warning Name 'gboat2.attachment.watermark' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 11
 Warning method def modifier at indentation level 8 not at correct indentation, 4 24
 Warning Expected @param tag for 'srcImg'. 24
 Warning Expected @param tag for 'targetImg'. 24
 Warning Expected @param tag for 'watermarkImg'. 24
 Warning Expected @throws tag for 'Exception'. 24
 Warning method def child at indentation level 16 not at correct indentation, 8 25
 Warning try at indentation level 16 not at correct indentation, 8 26
 Warning try child at indentation level 24 not at correct indentation, 12 27
 Warning try rcurly at indentation level 16 not at correct indentation, 8 28
 Warning '}' should be alone on a line. 28
 Warning catch child at indentation level 24 not at correct indentation, 12 29
 Warning catch child at indentation level 24 not at correct indentation, 12 30
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 31
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 32

src/main/java/gboat2/attachment/watermark/WatermarkStrategy.java

Severity Message Line
 Warning Name 'gboat2.attachment.watermark' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 12
 Warning method def modifier at indentation level 8 not at correct indentation, 4 25
 Warning Redundant 'public' modifier. 25