Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
26 0 541 0

Files

File  I  W  E
com/googlecode/catchexception/throwable/CatchThrowable.java 0 51 0
com/googlecode/catchexception/throwable/CatchThrowableTest.java 0 169 0
com/googlecode/catchexception/throwable/ExceptionUtil.java 0 8 0
com/googlecode/catchexception/throwable/MyThrowable.java 0 8 0
com/googlecode/catchexception/throwable/PublicSomethingImpl.java 0 14 0
com/googlecode/catchexception/throwable/Something.java 0 4 0
com/googlecode/catchexception/throwable/ThrowableCaptor.java 0 10 0
com/googlecode/catchexception/throwable/ThrowableHolder.java 0 10 0
com/googlecode/catchexception/throwable/ThrowableNotThrownAssertionError.java 0 7 0
com/googlecode/catchexception/throwable/ThrowingCallable.java 0 1 0
com/googlecode/catchexception/throwable/apis/BDDCatchThrowable.java 0 15 0
com/googlecode/catchexception/throwable/apis/BDDCatchThrowableTest.java 0 38 0
com/googlecode/catchexception/throwable/apis/BDDCustomCatchThrowableTest.java 0 9 0
com/googlecode/catchexception/throwable/apis/CatchThrowableHamcrestMatchers.java 0 15 0
com/googlecode/catchexception/throwable/apis/CatchThrowableHamcrestMatchersTest.java 0 114 0
com/googlecode/catchexception/throwable/apis/CatchThrowableUtils.java 0 11 0
com/googlecode/catchexception/throwable/apis/MyThrowableCustomAssert.java 0 11 0
com/googlecode/catchexception/throwable/apis/MyThrowableCustomAssertions.java 0 6 0
com/googlecode/catchexception/throwable/apis/internal/hamcrest/ThrowableMessageMatcher.java 0 18 0
com/googlecode/catchexception/throwable/apis/internal/hamcrest/ThrowableNoCauseMatcher.java 0 10 0
com/googlecode/catchexception/throwable/matcher/Find.java 0 12 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
8  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
521  Warning
javadoc JavadocParagraph 5  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
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Error
whitespace ParenPad
  • tokens: "ANNOTATION, ANNOTATION_FIELD_DEF, CTOR_CALL, CTOR_DEF, DOT, ENUM_CONSTANT_DEF, EXPR, LITERAL_CATCH, LITERAL_DO, LITERAL_FOR, LITERAL_IF, LITERAL_NEW, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_WHILE, METHOD_CALL, METHOD_DEF, QUESTION, RESOURCE_SPECIFICATION, SUPER_CTOR_CALL, LAMBDA, RECORD_DEF"
2  Warning

Details

com/googlecode/catchexception/throwable/CatchThrowable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor 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. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' 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. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 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. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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 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. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192

com/googlecode/catchexception/throwable/CatchThrowableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 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 rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method 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. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 221
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'catch rcurly' 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. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 310
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 315
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 352
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 357
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 362
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 377

com/googlecode/catchexception/throwable/ExceptionUtil.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor 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. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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

com/googlecode/catchexception/throwable/MyThrowable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46

com/googlecode/catchexception/throwable/PublicSomethingImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 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. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48

com/googlecode/catchexception/throwable/Something.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' 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

com/googlecode/catchexception/throwable/ThrowableCaptor.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor 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 'try' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46

com/googlecode/catchexception/throwable/ThrowableHolder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63

com/googlecode/catchexception/throwable/ThrowableNotThrownAssertionError.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 56

com/googlecode/catchexception/throwable/ThrowingCallable.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30

com/googlecode/catchexception/throwable/apis/BDDCatchThrowable.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning naming AbbreviationAsWordInName Abbreviation in name 'BDDCatchThrowable' must contain no more than '1' consecutive capital letters. 45
 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. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 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. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 90
 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

com/googlecode/catchexception/throwable/apis/BDDCatchThrowableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.assertj.core.api.BDDAssertions' 26
 Warning naming AbbreviationAsWordInName Abbreviation in name 'BDDCatchThrowableTest' must contain no more than '1' consecutive capital letters. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 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. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 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. 69
 Warning naming AbbreviationAsWordInName Abbreviation in name 'assertJThen' must contain no more than '1' consecutive capital letters. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 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. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127

com/googlecode/catchexception/throwable/apis/BDDCustomCatchThrowableTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 24
 Warning naming AbbreviationAsWordInName Abbreviation in name 'BDDCustomCatchThrowableTest' must contain no more than '1' consecutive capital letters. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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

com/googlecode/catchexception/throwable/apis/CatchThrowableHamcrestMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.Matcher' 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 25
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 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. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning sizes LineLength Line is longer than 120 characters (found 121). 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94

com/googlecode/catchexception/throwable/apis/CatchThrowableHamcrestMatchersTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.ArrayList' 33
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.BeforeEach' 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 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. 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. 58
 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. 61
 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' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method 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. 79
 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' 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 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 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 'try' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'catch rcurly' 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 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 231
 Warning whitespace ParenPad '(' is followed by whitespace. 231
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 239
 Warning whitespace ParenPad '(' is followed by whitespace. 239
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 256

com/googlecode/catchexception/throwable/apis/CatchThrowableUtils.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' 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

com/googlecode/catchexception/throwable/apis/MyThrowableCustomAssert.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.assertj.core.api.AbstractThrowableAssert' 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 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. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' 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. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52

com/googlecode/catchexception/throwable/apis/MyThrowableCustomAssertions.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 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

com/googlecode/catchexception/throwable/apis/internal/hamcrest/ThrowableMessageMatcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor 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. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' 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. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method 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. 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

com/googlecode/catchexception/throwable/apis/internal/hamcrest/ThrowableNoCauseMatcher.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if rcurly' 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. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' 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. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44

com/googlecode/catchexception/throwable/matcher/Find.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.BaseMatcher' 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 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 rcurly' has incorrect indentation level 4, expected level should be 2. 48
 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 rcurly' has incorrect indentation level 4, expected level should be 2. 53