Checkstyle Results

The following document contains the results of Checkstyle 10.23.0 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
8 0 315 0

Files

File  I  W  E
java8testing/BusinessService.java 0 11 0
java8testing/Collaborator.java 0 4 0
java8testing/InterfacesWithMethodBodiesTest.java 0 176 0
java8testing/JUnit5Test.java 0 60 0
java8testing/Java8EmptyReturnsTest.java 0 32 0
java8testing/TestUtils.java 0 1 0
java8testing/TimeAPIFakingTest.java 0 30 0
java8testing/package-info.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
9  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
294  Warning
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviations: "XML,URL"
  • allowedAbbreviationLength: "0"
4  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
8  Warning

Details

java8testing/BusinessService.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40

java8testing/Collaborator.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18

java8testing/InterfacesWithMethodBodiesTest.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Delegate' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 19
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 73
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 74
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 75
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 76
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 77
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 94
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 95
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 96
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 98
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 125
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 127
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 187
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 188
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 189
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 190
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 191
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 192
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 248
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 249
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 250
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 251
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 252
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 253
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 254
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 266
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 267
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 304
 Warning naming AbbreviationAsWordInName Abbreviation in name 'mockFunctionalInterfaceFromJRE' must contain no more than '1' consecutive capital letters. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 309
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 310
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 311
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'interface def ident' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'interface def ident' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 392
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 393
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 394
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 395
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 396
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 397
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 407
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 408
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 409
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 410
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 412

java8testing/JUnit5Test.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertEquals' 6
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Expectations' 14
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.AfterEach' 19
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JUnit5Test' must contain no more than '1' consecutive capital letters. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning naming AbbreviationAsWordInName Abbreviation in name 'withParameterProvidedByJUnit' must contain no more than '1' consecutive capital letters. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'annotation def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 115
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 116
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 117
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 161

java8testing/Java8EmptyReturnsTest.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Injectable' 19
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95

java8testing/TestUtils.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1

java8testing/TimeAPIFakingTest.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Mock' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 14
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TimeAPIFakingTest' must contain no more than '1' consecutive capital letters. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72

java8testing/package-info.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1