Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
14 0 664 0

Files

File  I  W  E
au/com/acegi/xmlformat/AbstractXmlPlugin.java 0 116 0
au/com/acegi/xmlformat/BlankLinesWriter.java 0 58 0
au/com/acegi/xmlformat/FormatUtil.java 0 55 0
au/com/acegi/xmlformat/FormatUtilTest.java 0 126 0
au/com/acegi/xmlformat/IOTest.java 0 17 0
au/com/acegi/xmlformat/IOUtil.java 0 16 0
au/com/acegi/xmlformat/LineEnding.java 0 10 0
au/com/acegi/xmlformat/TestUtil.java 0 36 0
au/com/acegi/xmlformat/XmlCheckPlugin.java 0 16 0
au/com/acegi/xmlformat/XmlCheckPluginTest.java 0 83 0
au/com/acegi/xmlformat/XmlFormatPlugin.java 0 11 0
au/com/acegi/xmlformat/XmlFormatPluginTest.java 0 107 0
au/com/acegi/xmlformat/XmlOutputFormat.java 0 13 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
18  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
643  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"
3  Warning

Details

au/com/acegi/xmlformat/AbstractXmlPlugin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.AbstractMojo' 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning naming AbbreviationAsWordInName Abbreviation in name 'newLineAfterNTags' must contain no more than '1' consecutive capital letters. 127
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 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. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 210
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 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. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 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. 312
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 328

au/com/acegi/xmlformat/BlankLinesWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.StringUtils' 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor 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 'if' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 63
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 68
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 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' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 121

au/com/acegi/xmlformat/FormatUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'au.com.acegi.xmlformat.IOUtil.hash' 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'au.com.acegi.xmlformat.IOUtil.hash' import. Should be before 'java.nio.file.StandardCopyOption.REPLACE_EXISTING'. 24
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.Document' 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 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. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation '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. 80
 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 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. 87
 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 'else' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'else rcurly' 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. 113
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 124
 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. 127
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 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 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169

au/com/acegi/xmlformat/FormatUtilTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'au.com.acegi.xmlformat.FormatUtil.format' 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'au.com.acegi.xmlformat.FormatUtil.format' import. Should be before 'java.nio.charset.StandardCharsets.UTF_8'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'au.com.acegi.xmlformat.FormatUtil.formatInPlace' import. Should be before 'java.nio.charset.StandardCharsets.UTF_8'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'au.com.acegi.xmlformat.TestUtil.getResource' import. Should be before 'java.nio.charset.StandardCharsets.UTF_8'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'au.com.acegi.xmlformat.TestUtil.streamToString' import. Should be before 'java.nio.charset.StandardCharsets.UTF_8'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'au.com.acegi.xmlformat.TestUtil.stringToFile' import. Should be before 'java.nio.charset.StandardCharsets.UTF_8'. 26
 Warning imports CustomImportOrder Extra separation in import group before 'org.dom4j.DocumentException' 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 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. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 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
 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. 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 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. 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. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 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. 82
 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. 87
 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 rcurly' has incorrect indentation level 4, expected level should be 2. 90
 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. 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. 96
 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 rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 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. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 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. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child 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. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 10. 165
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 12. 166
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 12. 167
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 10. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child 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

au/com/acegi/xmlformat/IOTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 28
 Warning naming AbbreviationAsWordInName Abbreviation in name 'IOTest' must contain no more than '1' consecutive capital letters. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 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. 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. 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 'try' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'try rcurly' 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

au/com/acegi/xmlformat/IOUtil.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'IOUtil' must contain no more than '1' consecutive capital letters. 31
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 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. 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. 51
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73

au/com/acegi/xmlformat/LineEnding.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 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. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62

au/com/acegi/xmlformat/TestUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.hamcrest.CoreMatchers.not' 22
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def rcurly' 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. 44
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'catch 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
 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. 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. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 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. 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 'try' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'catch rcurly' 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

au/com/acegi/xmlformat/XmlCheckPlugin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' 26
 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' 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. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 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
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56

au/com/acegi/xmlformat/XmlCheckPluginTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 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. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 96
 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. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 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. 103
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 104
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 127
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child 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. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 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 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162

au/com/acegi/xmlformat/XmlFormatPlugin.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugins.annotations.Mojo' 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 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. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48

au/com/acegi/xmlformat/XmlFormatPluginTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.maven.plugin.MojoExecutionException' 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 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. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 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. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 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. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 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' 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. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 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. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 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. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 131
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 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' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194

au/com/acegi/xmlformat/XmlOutputFormat.java

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