com.capitalone.dashboard:bamboo-build-collector

Checkstyle Results

The following document contains the results of Checkstyle 6.18 with /devhome/git/hygieia-build-bamboo-collector/src/devops/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
10 0 673 0

Details

com/capitalone/dashboard/Application.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning whitespace FileTabCharacter Line contains a tab character. 28
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 31

com/capitalone/dashboard/collector/BambooClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.capitalone.dashboard.model.BambooJob' import. Should be before 'com.capitalone.dashboard.model.Build'. 21
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 26
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 45
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 48

com/capitalone/dashboard/collector/BambooCollectorTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.collect.Lists' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 31
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 82
 Warning sizes LineLength Line is longer than 100 characters (found 101). 82
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 118
 Warning sizes LineLength Line is longer than 100 characters (found 126). 118
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 125
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 127
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 136
 Warning blocks NeedBraces 'if' construct must use '{}'s. 139
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 143
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 146
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 147
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 148
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 153
 Warning sizes LineLength Line is longer than 100 characters (found 117). 153
 Warning sizes LineLength Line is longer than 100 characters (found 121). 154
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 156
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 162
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 164
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 167
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 168
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 169
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 170
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 172
 Warning sizes LineLength Line is longer than 100 characters (found 150). 172
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 176
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 176
 Warning sizes LineLength Line is longer than 100 characters (found 118). 176
 Warning sizes LineLength Line is longer than 100 characters (found 125). 178
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 180
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 181
 Warning sizes LineLength Line is longer than 100 characters (found 128). 183
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 186
 Warning sizes LineLength Line is longer than 100 characters (found 118). 188
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 190
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 214
 Warning sizes LineLength Line is longer than 100 characters (found 137). 215
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 217
 Warning sizes LineLength Line is longer than 100 characters (found 115). 217
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 219
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 220
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 222
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 223
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 224
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 225
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 226
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 227
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 235
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 241
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 244
 Warning sizes LineLength Line is longer than 100 characters (found 107). 244
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 252
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 258
 Warning sizes LineLength Line is longer than 100 characters (found 111). 258
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 259
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 260
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 261
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 262
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 263
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 264
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 265
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 266
 Warning sizes LineLength Line is longer than 100 characters (found 105). 266
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 267
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 268
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 278
 Warning blocks NeedBraces 'if' construct must use '{}'s. 279
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 281
 Warning blocks NeedBraces 'if' construct must use '{}'s. 282
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 284
 Warning sizes LineLength Line is longer than 100 characters (found 104). 284
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 285
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 306

com/capitalone/dashboard/collector/BambooSettings.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning naming AbbreviationAsWordInName Abbreviation in name 'dockerLocalHostIP' must contain no more than '1' capital letters. 39
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 81
 Warning naming AbbreviationAsWordInName Abbreviation in name 'dockerLocalHostIP' must contain no more than '1' capital letters. 81
 Warning naming AbbreviationAsWordInName Abbreviation in name 'setDockerLocalHostIP' must contain no more than '1' capital letters. 81
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 91
 Warning whitespace FileTabCharacter Line contains a tab character. 93
 Warning whitespace FileTabCharacter Line contains a tab character. 94
 Warning indentation CommentsIndentation Comment has incorrect indentation level 1, expected is 4, indentation should be the same level as line 96. 95
 Warning whitespace FileTabCharacter Line contains a tab character. 95
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 96
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getDockerLocalHostIP' must contain no more than '1' capital letters. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 96
 Warning whitespace FileTabCharacter Line contains a tab character. 97
 Warning indentation CommentsIndentation Comment has incorrect indentation level 6, expected is 5, indentation should be the same level as line 99. 98
 Warning sizes LineLength Line is longer than 100 characters (found 107). 98
 Warning whitespace FileTabCharacter Line contains a tab character. 98
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 99
 Warning whitespace FileTabCharacter Line contains a tab character. 99
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 100
 Warning whitespace FileTabCharacter Line contains a tab character. 100
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 6. 101
 Warning whitespace FileTabCharacter Line contains a tab character. 101
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 102
 Warning whitespace FileTabCharacter Line contains a tab character. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 104

com/capitalone/dashboard/collector/DefaultBambooClient.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.capitalone.dashboard.model.BambooJob' import. Should be before 'com.capitalone.dashboard.model.BuildStatus'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.LinkedHashMap' import. Should be before 'java.util.Set'. 54
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Date' import. Should be before 'java.util.Set'. 55
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 69
 Warning sizes LineLength Line is longer than 100 characters (found 102). 69
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 70
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 71
 Warning sizes LineLength Line is longer than 100 characters (found 122). 71
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 73
 Warning sizes LineLength Line is longer than 100 characters (found 106). 74
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 77
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 78
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 85
 Warning naming AbbreviationAsWordInName Abbreviation in name 'returnJSON' must contain no more than '1' capital letters. 85
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'try' child have incorrect indentation level 17, expected level should be 8. 90
 Warning indentation Indentation 'for' have incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 93
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 95
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 96
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 97
 Warning naming AbbreviationAsWordInName Abbreviation in name 'planURL' must contain no more than '1' capital letters. 97
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 99
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 100
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 103
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 104
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 105
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 106
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 110
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 111
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 20, indentation should be the same level as line 114. 113
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 114
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 115
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 20, indentation should be the same level as line 117. 116
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 117
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'for' have incorrect indentation level 20, expected level should be 10. 120
 Warning sizes LineLength Line is longer than 100 characters (found 101). 120
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 121
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 24, indentation should be the same level as line 123. 122
 Warning sizes LineLength Line is longer than 100 characters (found 103). 123
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 124
 Warning naming AbbreviationAsWordInName Abbreviation in name 'dockerLocalHostIP' must contain no more than '1' capital letters. 124
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 125
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be 12. 126
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 28, indentation should be the same level as line 128. 127
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 14. 128
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 14. 129
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 14. 130
 Warning naming AbbreviationAsWordInName Abbreviation in name 'buildURL' must contain no more than '1' capital letters. 130
 Warning sizes LineLength Line is longer than 100 characters (found 108). 130
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 28, indentation should be the same level as line 132. 131
 Warning indentation Indentation 'if' have incorrect indentation level 28, expected level should be 14. 133
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 134
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 135
 Warning sizes LineLength Line is longer than 100 characters (found 113). 135
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 28, expected level should be 14. 136
 Warning indentation Indentation 'else' child have incorrect indentation level 32, expected level should be 16. 137
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 28, expected level should be 14. 138
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 14. 140
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 14. 141
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be 12. 142
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 20, expected level should be 10. 143
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 145
 Warning sizes LineLength Line is longer than 100 characters (found 110). 147
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 148
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 148
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 149
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 150
 Warning indentation Indentation 'for' child have incorrect indentation level 20, expected level should be 10. 151
 Warning indentation Indentation 'for' have incorrect indentation level 20, expected level should be 10. 153
 Warning sizes LineLength Line is longer than 100 characters (found 108). 153
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 154
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 154
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 154
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 155
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 155
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 155
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 158
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 159
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 160
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 161
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 161
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 162
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 163
 Warning indentation CommentsIndentation Comment has incorrect indentation level 4, expected is 24, indentation should be the same level as line 165. 164
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 165
 Warning indentation Indentation 'for' have incorrect indentation level 24, expected level should be 12. 167
 Warning sizes LineLength Line is longer than 100 characters (found 105). 167
 Warning indentation Indentation 'for' child have incorrect indentation level 28, expected level should be 14. 168
 Warning indentation Indentation 'for' child have incorrect indentation level 27, expected level should be 14. 169
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 169
 Warning sizes LineLength Line is longer than 100 characters (found 107). 170
 Warning indentation Indentation 'for' child have incorrect indentation level 28, expected level should be 14. 171
 Warning naming AbbreviationAsWordInName Abbreviation in name 'dockerLocalHostIP' must contain no more than '1' capital letters. 171
 Warning indentation Indentation 'for' child have incorrect indentation level 28, expected level should be 14. 172
 Warning indentation Indentation 'if' have incorrect indentation level 28, expected level should be 14. 173
 Warning indentation CommentsIndentation Comment has incorrect indentation level 4, expected is 32, indentation should be the same level as line 175. 174
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 175
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 176
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 177
 Warning naming AbbreviationAsWordInName Abbreviation in name 'buildURL' must contain no more than '1' capital letters. 177
 Warning sizes LineLength Line is longer than 100 characters (found 112). 177
 Warning indentation CommentsIndentation Comment has incorrect indentation level 4, expected is 32, indentation should be the same level as line 179. 178
 Warning indentation Indentation 'if' have incorrect indentation level 32, expected level should be 16. 180
 Warning indentation Indentation 'if' child have incorrect indentation level 36, expected level should be 18. 181
 Warning indentation Indentation 'if' child have incorrect indentation level 36, expected level should be 18. 182
 Warning sizes LineLength Line is longer than 100 characters (found 117). 182
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 32, expected level should be 16. 183
 Warning indentation Indentation 'else' child have incorrect indentation level 36, expected level should be 18. 184
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 32, expected level should be 16. 185
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 187
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 16. 188
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 28, expected level should be 14. 189
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 24, expected level should be 12. 190
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be 12. 192
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 20, expected level should be 10. 195
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 198
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 198
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 214
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 12, indentation should be the same level as line 216. 215
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 217
 Warning naming AbbreviationAsWordInName Abbreviation in name 'resultJSON' must contain no more than '1' capital letters. 217
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 12, indentation should be the same level as line 219. 218
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 220
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 221
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 225
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 226
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 228
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 229
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 230
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 231
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 232
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 235
 Warning sizes LineLength Line is longer than 100 characters (found 136). 235
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 236
 Warning sizes LineLength Line is longer than 100 characters (found 101). 236
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 237
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 239
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 240
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 241
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 20, indentation should be the same level as line 243. 242
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 243
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 244
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 245
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 246
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 247
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 248
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 250
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 250
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 251
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 254
 Warning sizes LineLength Line is longer than 100 characters (found 109). 254
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 256
 Warning sizes LineLength Line is longer than 100 characters (found 108). 256
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 258
 Warning sizes LineLength Line is longer than 100 characters (found 114). 258
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 258
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 260
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 260
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 262
 Warning sizes LineLength Line is longer than 100 characters (found 104). 262
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 270
 Warning sizes LineLength Line is longer than 100 characters (found 148). 270
 Warning javadoc JavadocMethod Missing a Javadoc comment. 270
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 283
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 293
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 304. 302
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 315
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 325
 Warning sizes LineLength Line is longer than 100 characters (found 104). 325
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 326
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 326
 Warning indentation Indentation 'try' have incorrect indentation level 16, expected level should be 8. 328
 Warning indentation Indentation 'try' child have incorrect indentation level 20, expected level should be 10. 329
 Warning sizes LineLength Line is longer than 100 characters (found 101). 329
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 16, expected level should be 8. 330
 Warning indentation Indentation 'catch' child have incorrect indentation level 20, expected level should be 10. 331
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 16, expected level should be 8. 332
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 346
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 348
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 364
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 370
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'switch' have incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 6. 375
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 8. 376
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 6. 377
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 8. 378
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 8. 380
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 8. 382
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 8. 384
 Warning indentation Indentation 'switch rcurly' have incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 388
 Warning naming ParameterName Parameter name 'sUrl' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 388
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 393
 Warning sizes LineLength Line is longer than 100 characters (found 124). 393
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 394
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 402
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 413
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 417
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 421
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 427
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 430
 Warning naming AbbreviationAsWordInName Abbreviation in name 'joinURL' must contain no more than '1' capital letters. 430
 Warning javadoc JavadocMethod Missing a Javadoc comment. 430
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 433
 Warning naming LocalVariableName Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 433
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 435
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 436
 Warning indentation Indentation 'for' child have incorrect indentation level 12, expected level should be 6. 437
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 440

com/capitalone/dashboard/collector/RestOperationsSupplier.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 33

com/capitalone/dashboard/model/BambooCollector.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 67

com/capitalone/dashboard/model/BambooJob.java

Severity Category Rule Message Line
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 24
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 25
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 6. 27
 Warning whitespace FileTabCharacter Line contains a tab character. 27
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 6. 30
 Warning whitespace FileTabCharacter Line contains a tab character. 30
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 35
 Warning sizes LineLength Line is longer than 100 characters (found 114). 35
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 43

com/capitalone/dashboard/repository/BambooCollectorRepository.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22

com/capitalone/dashboard/repository/BambooJobRepository.java

Severity Category Rule Message Line
 Warning whitespace FileTabCharacter Line contains a tab character. 24