Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 7.2 with google_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
4 0 656 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
1  Warning
NeedBraces 27  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
3  Warning
RightCurly 3  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
14  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
489  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
4  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
32  Warning
modifier ModifierOrder 1  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "1"
27  Warning
CatchParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
6  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
33  Warning
whitespace OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
5  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
13  Warning

Details

org/apache/streams/urls/LinkDetails.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonAnyGetter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 13
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonAnySetter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 14
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonCreator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 15
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonIgnore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 16
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonInclude' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 17
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 18
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonPropertyOrder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 19
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.annotation.JsonValue' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 20
 Warning imports CustomImportOrder Import statement for 'com.fasterxml.jackson.databind.annotation.JsonDeserialize' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 21
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.lang3.builder.EqualsBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 22
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.lang3.builder.HashCodeBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 23
 Warning imports CustomImportOrder Import statement for 'org.apache.commons.lang3.builder.ToStringBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 24
 Warning imports CustomImportOrder Import statement for 'org.joda.time.DateTime' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 25
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 44
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 46
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning naming AbbreviationAsWordInName Abbreviation in name 'originalURL' must contain no more than '1' capital letters. 51
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning naming AbbreviationAsWordInName Abbreviation in name 'finalURL' must contain no more than '1' capital letters. 53
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 Warning naming AbbreviationAsWordInName Abbreviation in name 'normalizedURL' must contain no more than '1' capital letters. 55
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 56
 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. 61
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 63
 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. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 80
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 83
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 88
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 93
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 106
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 108
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getOriginalURL' must contain no more than '1' capital letters. 114
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 116
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 118
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 123
 Warning naming AbbreviationAsWordInName Abbreviation in name 'originalURL' must contain no more than '1' capital letters. 124
 Warning naming AbbreviationAsWordInName Abbreviation in name 'setOriginalURL' must contain no more than '1' capital letters. 124
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 128
 Warning naming AbbreviationAsWordInName Abbreviation in name 'originalURL' must contain no more than '1' capital letters. 128
 Warning naming AbbreviationAsWordInName Abbreviation in name 'withOriginalURL' must contain no more than '1' capital letters. 128
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 131
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 133
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 138
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getFinalURL' must contain no more than '1' capital letters. 139
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 141
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 143
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 148
 Warning naming AbbreviationAsWordInName Abbreviation in name 'finalURL' must contain no more than '1' capital letters. 149
 Warning naming AbbreviationAsWordInName Abbreviation in name 'setFinalURL' must contain no more than '1' capital letters. 149
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning naming AbbreviationAsWordInName Abbreviation in name 'finalURL' must contain no more than '1' capital letters. 153
 Warning naming AbbreviationAsWordInName Abbreviation in name 'withFinalURL' must contain no more than '1' capital letters. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 156
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 158
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 163
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getNormalizedURL' must contain no more than '1' capital letters. 164
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 166
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 168
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 173
 Warning naming AbbreviationAsWordInName Abbreviation in name 'normalizedURL' must contain no more than '1' capital letters. 174
 Warning naming AbbreviationAsWordInName Abbreviation in name 'setNormalizedURL' must contain no more than '1' capital letters. 174
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 178
 Warning naming AbbreviationAsWordInName Abbreviation in name 'normalizedURL' must contain no more than '1' capital letters. 178
 Warning naming AbbreviationAsWordInName Abbreviation in name 'withNormalizedURL' must contain no more than '1' capital letters. 178
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 181
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 183
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 191
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 193
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 206
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 208
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 216
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 218
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 233
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 241
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 243
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 256
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 258
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 266
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 268
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 273
 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 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 rcurly' have incorrect indentation level 4, expected level should be 2. 281
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 283
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 291
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 293
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 300
 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' child have incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 306
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 308
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 316
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 318
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 326
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 331
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 333
 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. 340
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 341
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 343
 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. 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 'method def' child have incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 356
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 358
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 366
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 368
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 373
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 376
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 381
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 383
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 388
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 391
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 393
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 398
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 403
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 406
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 408
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 413
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 416
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 418
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 423
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 428
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 431
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 433
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 436
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 438
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 440
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 441
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 443
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 446
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 448
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 451
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 453
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 455
 Warning sizes LineLength Line is longer than 100 characters (found 344). 455
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 456
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 458
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 461
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 467
 Warning sizes LineLength Line is longer than 100 characters (found 589). 467
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 468
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 470
 Warning indentation Indentation 'enum def modifier' have incorrect indentation level 4, expected level should be 2. 471
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 484
 Warning sizes LineLength Line is longer than 100 characters (found 117). 484
 Warning indentation Indentation 'static initialization' have incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 8. 488
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 6. 489
 Warning indentation Indentation 'static initialization rcurly' have incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 496
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 500
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 502
 Warning javadoc JavadocMethod Missing a Javadoc comment. 502
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 505
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 506
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 508
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 509
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 510
 Warning indentation Indentation 'enum def rcurly' have incorrect indentation level 4, expected level should be 2. 512

org/apache/streams/urls/LinkResolver.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 58
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 60
 Warning sizes LineLength Line is longer than 100 characters (found 147). 60
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 61
 Warning sizes LineLength Line is longer than 100 characters (found 156). 61
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 66
 Warning sizes LineLength Line is longer than 100 characters (found 149). 68
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. 70
 Warning blocks RightCurly '}' at column 5 should be alone on a line. 70
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. 75
 Warning blocks RightCurly '}' at column 5 should be alone on a line. 75
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 78
 Warning sizes LineLength Line is longer than 100 characters (found 126). 97
 Warning sizes LineLength Line is longer than 100 characters (found 118). 100
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. 102
 Warning blocks RightCurly '}' at column 5 should be alone on a line. 102
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 108
 Warning sizes LineLength Line is longer than 100 characters (found 122). 113
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 117
 Warning sizes LineLength Line is longer than 100 characters (found 113). 120
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 124
 Warning naming AbbreviationAsWordInName Abbreviation in name 'originalURL' must contain no more than '1' capital letters. 124
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 129
 Warning javadoc JavadocMethod Missing a Javadoc comment. 129
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 133
 Warning blocks NeedBraces 'for' construct must use '{}'s. 137
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 137
 Warning blocks NeedBraces 'if' construct must use '{}'s. 138
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 138
 Warning sizes LineLength Line is longer than 100 characters (found 108). 141
 Warning blocks NeedBraces 'if' construct must use '{}'s. 142
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 142
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 145
 Warning blocks NeedBraces 'if' construct must use '{}'s. 146
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 146
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 146
 Warning blocks NeedBraces 'if' construct must use '{}'s. 148
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 148
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 148
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 156
 Warning sizes LineLength Line is longer than 100 characters (found 109). 156
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 159
 Warning javadoc JavadocMethod Missing a Javadoc comment. 159
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 172
 Warning whitespace OperatorWrap '&&' should be on a new line. 172
 Warning sizes LineLength Line is longer than 100 characters (found 103). 173
 Warning sizes LineLength Line is longer than 100 characters (found 120). 174
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 177
 Warning blocks NeedBraces 'if' construct must use '{}'s. 179
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 189
 Warning naming AbbreviationAsWordInName Abbreviation in name 'thisURL' must contain no more than '1' capital letters. 189
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 194
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 194
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 195
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 10. 196
 Warning sizes LineLength Line is longer than 100 characters (found 103). 196
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 197
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 198
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 199
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 200
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 8. 201
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 202
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 202
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 202
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 211
 Warning blocks NeedBraces 'for' construct must use '{}'s. 214
 Warning indentation Indentation 'for' have incorrect indentation level 16, expected level should be 8. 214
 Warning blocks NeedBraces 'if' construct must use '{}'s. 222
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 222
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 233
 Warning blocks NeedBraces 'if' construct must use '{}'s. 235
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 235
 Warning blocks NeedBraces 'for' construct must use '{}'s. 236
 Warning indentation Indentation 'for' have incorrect indentation level 16, expected level should be 8. 236
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 239
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 243
 Warning sizes LineLength Line is longer than 100 characters (found 103). 243
 Warning blocks NeedBraces 'if' construct must use '{}'s. 249
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'switch' have incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 258
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 259
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 260
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 261
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 262
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 263
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 264
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 265
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 266
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 267
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 268
 Warning blocks NeedBraces 'if' construct must use '{}'s. 285
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 285
 Warning sizes LineLength Line is longer than 100 characters (found 121). 285
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 287
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 288
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 12. 289
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 10. 290
 Warning indentation Indentation 'else' child have incorrect indentation level 24, expected level should be 12. 291
 Warning indentation Indentation 'else' child have incorrect indentation level 24, expected level should be 12. 292
 Warning indentation Indentation 'else' child have incorrect indentation level 24, expected level should be 12. 293
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 20, expected level should be 10. 294
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 295
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 296
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 297
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 298
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 299
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 300
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 301
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 302
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 303
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 304
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 305
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 306
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 307
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 308
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 309
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 311
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 313
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 314
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 8. 315
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 316
 Warning sizes LineLength Line is longer than 100 characters (found 107). 316
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 317
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 10. 318
 Warning indentation Indentation 'switch rcurly' have incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 320
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 320
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 325
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 329
 Warning sizes LineLength Line is longer than 100 characters (found 106). 330
 Warning blocks NeedBraces 'if' construct must use '{}'s. 331
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'finally rcurly' have incorrect indentation level 8, expected level should be 4. 333
 Warning blocks NeedBraces 'if' construct must use '{}'s. 338
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 341
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 344
 Warning blocks NeedBraces 'for' construct must use '{}'s. 345
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 345
 Warning blocks NeedBraces 'if' construct must use '{}'s. 346
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 349
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 351
 Warning naming AbbreviationAsWordInName Abbreviation in name 'cleanURL' must contain no more than '1' capital letters. 351
 Warning blocks NeedBraces 'if' construct must use '{}'s. 353
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 357
 Warning blocks NeedBraces 'for' construct must use '{}'s. 360
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 360
 Warning blocks NeedBraces 'if' construct must use '{}'s. 364
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 369
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 371
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 379
 Warning naming AbbreviationAsWordInName Abbreviation in name 'normalizeURL' must contain no more than '1' capital letters. 379
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'try' have incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 386
 Warning indentation Indentation 'try' child have incorrect indentation level 12, expected level should be 6. 388
 Warning blocks NeedBraces 'if' construct must use '{}'s. 391
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 397
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 397
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'catch' child have incorrect indentation level 12, expected level should be 6. 399
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 405
 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. 418
 Warning naming AbbreviationAsWordInName Abbreviation in name 'tokenizeURL' must contain no more than '1' capital letters. 418
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 424
 Warning blocks NeedBraces 'for' construct must use '{}'s. 429
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 447

org/apache/streams/urls/LinkResolverHelperFunctions.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning sizes LineLength Line is longer than 100 characters (found 106). 40
 Warning sizes LineLength Line is longer than 100 characters (found 119). 41
 Warning whitespace OperatorWrap '+' should be on a new line. 42
 Warning sizes LineLength Line is longer than 100 characters (found 115). 43
 Warning sizes LineLength Line is longer than 100 characters (found 119). 44
 Warning whitespace OperatorWrap '+' should be on a new line. 45
 Warning sizes LineLength Line is longer than 100 characters (found 128). 46
 Warning sizes LineLength Line is longer than 100 characters (found 169). 47
 Warning sizes LineLength Line is longer than 100 characters (found 172). 48
 Warning whitespace OperatorWrap '+' should be on a new line. 49
 Warning sizes LineLength Line is longer than 100 characters (found 104). 50
 Warning sizes LineLength Line is longer than 100 characters (found 106). 51
 Warning sizes LineLength Line is longer than 100 characters (found 109). 52
 Warning whitespace OperatorWrap '+' should be on a new line. 53
 Warning sizes LineLength Line is longer than 100 characters (found 106). 54
 Warning sizes LineLength Line is longer than 100 characters (found 108). 55
 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. 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. 64
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 68
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 75
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isURL' must contain no more than '1' capital letters. 75
 Warning naming AbbreviationAsWordInName Abbreviation in name 'possibleURL' must contain no more than '1' capital letters. 75
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning naming AbbreviationAsWordInName Abbreviation in name 'containsURLs' must contain no more than '1' capital letters. 79
 Warning naming AbbreviationAsWordInName Abbreviation in name 'possiblyHasURLs' must contain no more than '1' capital letters. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning sizes LineLength Line is longer than 100 characters (found 101). 80
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'synchronized' have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'synchronized' child have incorrect indentation level 12, expected level should be 6. 96
 Warning blocks NeedBraces 'if' construct must use '{}'s. 98
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 98
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 98
 Warning indentation Indentation 'synchronized' child have incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 102
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 102
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 105
 Warning blocks NeedBraces 'if' construct must use '{}'s. 108
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 108
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 108
 Warning indentation Indentation 'else' have incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 113
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 114
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 10. 115
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'synchronized rcurly' have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 124
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 126
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 136
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 138
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'synchronized' have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'synchronized' child have incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 147
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 147
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 149
 Warning blocks NeedBraces 'for' construct must use '{}'s. 154
 Warning indentation Indentation 'for' have incorrect indentation level 16, expected level should be 8. 154
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' 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 blocks NeedBraces 'if' construct must use '{}'s. 155
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 10. 155
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' 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 blocks NeedBraces 'if' construct must use '{}'s. 158
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 8. 158
 Warning sizes LineLength Line is longer than 100 characters (found 103). 158
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 158
 Warning blocks NeedBraces 'for' construct must use '{}'s. 159
 Warning indentation Indentation 'for' have incorrect indentation level 20, expected level should be 10. 159
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 159
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'synchronized rcurly' have incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 163

org/apache/streams/urls/LinkResolverProcessor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.pojo.json.Activity'. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 48
 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. 53
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 72
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 72
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'try' child have incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 12, expected level should be 6. 82
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 82
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 83
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 97
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'for' have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'try' have incorrect indentation level 12, expected level should be 6. 111
 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 rcurly' have incorrect indentation level 12, expected level should be 6. 115
 Warning naming CatchParameterName Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 115
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'catch' child have incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 123