Checkstyle Results

The following document contains the results of Checkstyle 12.1.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]*)*$'. 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45

java8testing/Collaborator.java

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

java8testing/InterfacesWithMethodBodiesTest.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 6
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Delegate' 16
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 24
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 57
 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 'method def modifier' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 78
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 79
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 80
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 81
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 82
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 83
 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. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 99
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 100
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 101
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 102
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 103
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 130
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 131
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 132
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 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' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 193
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 194
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 195
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 196
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 197
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 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' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 255
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 256
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 257
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 258
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 259
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 260
 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. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 271
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 272
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 280
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 309
 Warning naming AbbreviationAsWordInName Abbreviation in name 'mockFunctionalInterfaceFromJRE' must contain no more than '1' consecutive capital letters. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 314
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 315
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 316
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'interface def ident' has incorrect indentation level 4, expected level should be 2. 334
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'interface def ident' has incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 374
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 383
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 393
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 397
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 398
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 399
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 400
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 401
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 412
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 413
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 414
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 415
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 417

java8testing/JUnit5Test.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 6
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Assertions.assertEquals' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Expectations' 19
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.AfterEach' 24
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JUnit5Test' must contain no more than '1' consecutive capital letters. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 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. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning naming AbbreviationAsWordInName Abbreviation in name 'withParameterProvidedByJUnit' must contain no more than '1' consecutive capital letters. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 91
 Warning indentation Indentation 'method def rcurly' 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. 97
 Warning indentation Indentation 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'annotation def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'annotation def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 120
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 121
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be one of the following: 8, 14. 122
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' 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. 134
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 166

java8testing/Java8EmptyReturnsTest.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 6
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Injectable' 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 26
 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. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 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. 56
 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. 59
 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. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 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. 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. 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. 91
 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' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100

java8testing/TestUtils.java

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

java8testing/TimeAPIFakingTest.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 6
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Mock' 16
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 19
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TimeAPIFakingTest' must contain no more than '1' consecutive capital letters. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 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. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 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 modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77

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]*)*$'. 6