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
53 0 3967 0

Files

File  I  W  E
JAXBDebug.java 0 33 0
com/moreover/Audio.java 0 65 0
com/moreover/Author.java 0 91 0
com/moreover/Companies.java 0 130 0
com/moreover/Country.java 0 91 0
com/moreover/Feed.java 0 260 0
com/moreover/Image.java 0 51 0
com/moreover/Location.java 0 130 0
com/moreover/Locations.java 0 169 0
com/moreover/Media.java 0 130 0
com/moreover/Moreover.java 0 339 0
com/moreover/PublishingPlatform.java 0 65 0
com/moreover/PublishingPlatform_.java 0 66 0
com/moreover/Rank.java 0 78 0
com/moreover/Source.java 0 130 0
com/moreover/State.java 0 78 0
com/moreover/Topics.java 0 65 0
com/moreover/Video.java 0 65 0
com/moreover/api/Adapter1.java 0 12 0
com/moreover/api/Article.java 0 348 0
com/moreover/api/ArticleLocation.java 0 83 0
com/moreover/api/ArticlePublishingPlatform.java 0 41 0
com/moreover/api/ArticlesResponse.java 0 62 0
com/moreover/api/AudioOrVideo.java 0 34 0
com/moreover/api/Author.java 0 48 0
com/moreover/api/AuthorPublishingPlatform.java 0 55 0
com/moreover/api/Broadcast.java 0 54 0
com/moreover/api/Company.java 0 62 0
com/moreover/api/Country.java 0 34 0
com/moreover/api/Feed.java 0 192 0
com/moreover/api/Harvest.java 0 20 0
com/moreover/api/Image.java 0 27 0
com/moreover/api/Line.java 0 20 0
com/moreover/api/Media.java 0 36 0
com/moreover/api/ObjectFactory.java 0 147 0
com/moreover/api/Print.java 0 97 0
com/moreover/api/Property.java 0 20 0
com/moreover/api/Rank.java 0 27 0
com/moreover/api/Semantics.java 0 64 0
com/moreover/api/SemanticsItem.java 0 35 0
com/moreover/api/Source.java 0 97 0
com/moreover/api/SourceLocation.java 0 55 0
com/moreover/api/State.java 0 27 0
com/moreover/api/Topic.java 0 20 0
org/apache/streams/moreover/MoreoverClient.java 0 2 0
org/apache/streams/moreover/MoreoverConfiguration.java 0 79 0
org/apache/streams/moreover/MoreoverJsonActivitySerializer.java 0 8 0
org/apache/streams/moreover/MoreoverKeyData.java 0 79 0
org/apache/streams/moreover/MoreoverProvider.java 0 16 0
org/apache/streams/moreover/MoreoverProviderTask.java 0 3 0
org/apache/streams/moreover/MoreoverResult.java 0 11 0
org/apache/streams/moreover/MoreoverUtils.java 0 10 0
org/apache/streams/moreover/MoreoverXmlActivitySerializer.java 0 6 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
42  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • specialImportsRegExp: "com.google"
  • customImportOrderRules: "STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"
236  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
3225  Warning
javadoc JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
1  Warning
JavadocParagraph 86  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
243  Warning
modifier ModifierOrder 38  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "1"
1  Warning
TypeName 1  Warning
sizes LineLength
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
94  Warning

Details

JAXBDebug.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.Article' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 10
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.ArticleLocation' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 11
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.ArticlePublishingPlatform' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 12
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.ArticlesResponse' 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.moreover.api.AudioOrVideo' 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.moreover.api.Author' 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.moreover.api.AuthorPublishingPlatform' 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.moreover.api.Broadcast' 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.moreover.api.Company' 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.moreover.api.Country' 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.moreover.api.Feed' 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.moreover.api.Harvest' 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 'com.moreover.api.Image' 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 'com.moreover.api.Line' 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 'com.moreover.api.Media' 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 'com.moreover.api.ObjectFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 25
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.Print' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 26
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.Property' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 27
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.Rank' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 28
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.Semantics' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 29
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.SemanticsItem' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 30
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.Source' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 31
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.SourceLocation' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 32
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.State' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 33
 Warning imports CustomImportOrder Import statement for 'com.moreover.api.Topic' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. 34
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JAXBDebug' must contain no more than '1' capital letters. 36
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def lcurly' have incorrect indentation level 4, expected level should be 2. 41
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 42
 Warning sizes LineLength Line is longer than 100 characters (found 800). 42
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 43

com/moreover/Audio.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 37
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 72
 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' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child 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 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 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' child have incorrect indentation level 8, expected level should be 4. 104
 Warning sizes LineLength Line is longer than 100 characters (found 108). 104
 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. 107
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 Warning sizes LineLength Line is longer than 100 characters (found 153). 116
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 117

com/moreover/Author.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 24
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 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. 33
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 38
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 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. 55
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child 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 rcurly' have incorrect indentation level 4, expected level should be 2. 61
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 63
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 68
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 73
 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. 80
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 86
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 88
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 98
 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. 105
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 106
 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 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 113
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 128
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 138
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 148
 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 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 160
 Warning sizes LineLength Line is longer than 100 characters (found 162). 160
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 163
 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 rcurly' have incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 172
 Warning sizes LineLength Line is longer than 100 characters (found 255). 172
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 173

com/moreover/Companies.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 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. 36
 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. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 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. 79
 Warning indentation Indentation 'method def rcurly' 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. 82
 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 122
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 132
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 157
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 172
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 182
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 197
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 207
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 232
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 244
 Warning sizes LineLength Line is longer than 100 characters (found 193). 244
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' 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' child have incorrect indentation level 8, expected level should be 4. 256
 Warning sizes LineLength Line is longer than 100 characters (found 308). 256
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 257

com/moreover/Country.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 24
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 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. 33
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 35
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 38
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 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. 55
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child 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 rcurly' have incorrect indentation level 4, expected level should be 2. 61
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 63
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 68
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 73
 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. 80
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 86
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 88
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 98
 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. 105
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 106
 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 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 113
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 128
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 138
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 148
 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 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 160
 Warning sizes LineLength Line is longer than 100 characters (found 144). 160
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 163
 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 rcurly' have incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 172
 Warning sizes LineLength Line is longer than 100 characters (found 219). 172
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 173

com/moreover/Feed.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 37
 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. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 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. 58
 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. 62
 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. 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. 74
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 77
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 85
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 87
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child 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 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 rcurly' have incorrect indentation level 4, expected level should be 2. 100
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 102
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 110
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 112
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 123
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 135
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 137
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 150
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 152
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 162
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 175
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 177
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 185
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 187
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 200
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 202
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 210
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 212
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 225
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 227
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 232
 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 SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 237
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 252
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 260
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 262
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 274
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 275
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 277
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 285
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 287
 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. 294
 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. 298
 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. 300
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 302
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 310
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 312
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 325
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 327
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 335
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 337
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 350
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 352
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 357
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 362
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 367
 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 'method def' child have incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 375
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 377
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 382
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 385
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 387
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 395
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 397
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 400
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 402
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 407
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 410
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 412
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 417
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 420
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 422
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 423
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 425
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 427
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 435
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 437
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 442
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 445
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 447
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 450
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 452
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 457
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 460
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 462
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 467
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 470
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 472
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 475
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 477
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 482
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 485
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 487
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 492
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 495
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 497
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 499
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 502
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 504
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 505
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 507
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 510
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 512
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 515
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 517
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 520
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 522
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 524
 Warning sizes LineLength Line is longer than 100 characters (found 384). 524
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 525
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 527
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 530
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 532
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 533
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 535
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 536
 Warning sizes LineLength Line is longer than 100 characters (found 660). 536
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 537

com/moreover/Image.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 21
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 26
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 29
 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. 36
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 37
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 39
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 44
 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' child have incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 64
 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' child have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 74
 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 indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 88
 Warning sizes LineLength Line is longer than 100 characters (found 122). 88
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 89

com/moreover/Location.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 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. 36
 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. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 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. 79
 Warning indentation Indentation 'method def rcurly' 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. 82
 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 122
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 132
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 157
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 172
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 182
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 197
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 207
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 232
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 244
 Warning sizes LineLength Line is longer than 100 characters (found 194). 244
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' 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' child have incorrect indentation level 8, expected level should be 4. 256
 Warning sizes LineLength Line is longer than 100 characters (found 310). 256
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 257

com/moreover/Locations.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 30
 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. 35
 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. 39
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 56
 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. 63
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 64
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 66
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 81
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 86
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 91
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 rcurly' have incorrect indentation level 4, expected level should be 2. 104
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 106
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 114
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 116
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 129
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 141
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 154
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 156
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 164
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 166
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 179
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 181
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 189
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 191
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 204
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 206
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 214
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 216
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 229
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 231
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 239
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 241
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 254
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 256
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 264
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 266
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 278
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 279
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 281
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 286
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 291
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 326
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 328
 Warning sizes LineLength Line is longer than 100 characters (found 239). 328
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 340
 Warning sizes LineLength Line is longer than 100 characters (found 391). 340
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 341

com/moreover/Media.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 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. 36
 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. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 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. 79
 Warning indentation Indentation 'method def rcurly' 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. 82
 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 122
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 132
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 157
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 172
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 182
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 197
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 207
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 232
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 244
 Warning sizes LineLength Line is longer than 100 characters (found 183). 244
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' 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' child have incorrect indentation level 8, expected level should be 4. 256
 Warning sizes LineLength Line is longer than 100 characters (found 288). 256
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 257

com/moreover/Moreover.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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 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. 16
 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 indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 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. 58
 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. 62
 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. 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. 74
 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 indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 94
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 122
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 132
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 157
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 172
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 182
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 197
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 207
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 220
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 222
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 230
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 232
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 245
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 247
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 255
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 257
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 262
 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. 267
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 270
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 272
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 280
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 282
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 290
 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 Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 295
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 297
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 302
 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. 305
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 307
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 312
 Warning indentation Indentation 'method def' child 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. 317
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 320
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 322
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 330
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 332
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 337
 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. 343
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 345
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 347
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 352
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 355
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 357
 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. 364
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 367
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 372
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 380
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 382
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 387
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 390
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 395
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 397
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def' child 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. 405
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 407
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 412
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 415
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 417
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 420
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 422
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 427
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 430
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 432
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 437
 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
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 442
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 445
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 447
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 455
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 457
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 462
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 467
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 468
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 470
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 472
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 477
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 480
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 482
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 487
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 490
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 492
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 495
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 497
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 502
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 504
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 505
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 507
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 512
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 515
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 517
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 520
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 522
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 527
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 530
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 532
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 540
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 542
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 543
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 545
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 547
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 552
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 555
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 557
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 562
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 565
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 567
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 570
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 572
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 577
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 580
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 582
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 587
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 589
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 590
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 592
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 593
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 594
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 595
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 597
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 602
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 604
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 605
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 607
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 612
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 614
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 615
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 617
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 618
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 620
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 622
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 627
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 630
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 632
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 637
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 640
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 642
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 643
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 645
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 647
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 652
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 654
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 655
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 657
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 662
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 664
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 665
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 667
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 670
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 672
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 674
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 675
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 677
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 679
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 680
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 682
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 684
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 685
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 687
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 688
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 689
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 690
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 692
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 694
 Warning sizes LineLength Line is longer than 100 characters (found 490). 694
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 695
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 697
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 699
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 700
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 702
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 703
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 706
 Warning sizes LineLength Line is longer than 100 characters (found 854). 706
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 707

com/moreover/PublishingPlatform.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 37
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 72
 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' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child 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 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 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' child have incorrect indentation level 8, expected level should be 4. 104
 Warning sizes LineLength Line is longer than 100 characters (found 113). 104
 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. 107
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 Warning sizes LineLength Line is longer than 100 characters (found 163). 116
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 117

com/moreover/PublishingPlatform_.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 22
 Warning naming TypeName Type name 'PublishingPlatform_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 23
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 37
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 72
 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' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child 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 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 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' child have incorrect indentation level 8, expected level should be 4. 104
 Warning sizes LineLength Line is longer than 100 characters (found 113). 104
 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. 107
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 Warning sizes LineLength Line is longer than 100 characters (found 163). 116
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 117

com/moreover/Rank.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 23
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 35
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 40
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 45
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 60
 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. 67
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 70
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method 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. 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 85
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 95
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 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. 117
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 120
 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
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 132
 Warning sizes LineLength Line is longer than 100 characters (found 143). 132
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning sizes LineLength Line is longer than 100 characters (found 220). 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145

com/moreover/Source.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 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. 36
 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. 40
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 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. 79
 Warning indentation Indentation 'method def rcurly' 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. 82
 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 122
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 132
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 157
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 170
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 172
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 182
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 197
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 207
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 232
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 244
 Warning sizes LineLength Line is longer than 100 characters (found 195). 244
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' 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' child have incorrect indentation level 8, expected level should be 4. 256
 Warning sizes LineLength Line is longer than 100 characters (found 312). 256
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 257

com/moreover/State.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 23
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 35
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 40
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 45
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 60
 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. 67
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 70
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method 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. 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 85
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 95
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 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. 117
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 120
 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
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 132
 Warning sizes LineLength Line is longer than 100 characters (found 128). 132
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning sizes LineLength Line is longer than 100 characters (found 190). 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145

com/moreover/Topics.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 37
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 72
 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' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child 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 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 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' child have incorrect indentation level 8, expected level should be 4. 104
 Warning sizes LineLength Line is longer than 100 characters (found 106). 104
 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. 107
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 Warning sizes LineLength Line is longer than 100 characters (found 149). 116
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 117

com/moreover/Video.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. 7
 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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 22
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 29
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 37
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 rcurly' have incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 72
 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' child have incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method 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. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child 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 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 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' child have incorrect indentation level 8, expected level should be 4. 104
 Warning sizes LineLength Line is longer than 100 characters (found 108). 104
 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. 107
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 116
 Warning sizes LineLength Line is longer than 100 characters (found 153). 116
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 117

com/moreover/api/Adapter1.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 16
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 23
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 28

com/moreover/api/Article.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 21
 Warning sizes LineLength Line is longer than 100 characters (found 101). 81
 Warning sizes LineLength Line is longer than 100 characters (found 105). 92
 Warning sizes LineLength Line is longer than 100 characters (found 114). 103
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 158
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 161
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 163
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 163
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 224
 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. 236
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 238
 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. 249
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 310
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 334
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 356
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 380
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 382
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 418
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 441
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 442
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 454
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 464
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 466
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 476
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 488
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 490
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 501
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 502
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 512
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 514
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 524
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 525
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 536
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 548
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 550
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 560
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 562
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 572
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 574
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 584
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 586
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 596
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 597
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 598
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 608
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 609
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 610
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 620
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 622
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 632
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 634
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 644
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 646
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 656
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 657
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 658
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 668
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 670
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 680
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 682
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 692
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 693
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 694
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 704
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 706
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 716
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 718
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 728
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 729
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 730
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 740
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 742
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 752
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 754
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 764
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 765
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 766
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 776
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 777
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 778
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 788
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 790
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 800
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 801
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 802
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 812
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 813
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 814
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 824
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 826
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 836
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 837
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 838
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 848
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 849
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 850
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 860
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 861
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 862
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 872
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 873
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 874
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 884
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 885
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 886
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 896
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 897
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 898
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 908
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 909
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 910
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 920
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 921
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 922
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 932
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 933
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 934
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 944
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 945
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 946
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 956
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 957
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 958
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 968
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 969
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 970
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 980
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 981
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 982
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 992
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 993
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 994
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 1004
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 1005
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 1006
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 1016
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 1017
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 1018
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 1028
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 1029
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 1030
 Warning javadoc JavadocParagraph Redundant <p> tag. 1034
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1052
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1053
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 1055
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1056
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 1058
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1058
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1060
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1060
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1061
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1066
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1072
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1079
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 1085
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 1086
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 1087
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 1088
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 1089
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 1090
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 1092
 Warning javadoc JavadocParagraph Redundant <p> tag. 1096
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1105
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1114
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1115
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 1117
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1118
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 1120
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1120
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1122
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1122
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1123
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1128
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1134
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1141
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 1147
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 1148
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 1149
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 1150
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 1151
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 1152
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 1154
 Warning javadoc JavadocParagraph Redundant <p> tag. 1158
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1176
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1177
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 1179
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1180
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 1182
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1182
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1184
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1184
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1185
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1190
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1196
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1203
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 1209
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 1210
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 1211
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 1212
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 1213
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 1214
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 1216
 Warning javadoc JavadocParagraph Redundant <p> tag. 1220
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1238
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1239
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 1241
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1242
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 1244
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1244
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1246
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1246
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1247
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1252
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1258
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1265
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 1271
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 1272
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 1273
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 1274
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 1275
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 1276
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 1278
 Warning javadoc JavadocParagraph Redundant <p> tag. 1282
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1300
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1301
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 1303
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 1304
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 1306
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 1306
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1308
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 1308
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 1309
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1314
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1320
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1327
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 1333
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 1334
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 1335
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 1336
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 1337
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 1338
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 1340

com/moreover/api/ArticleLocation.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 60
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 63
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 65
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 65
 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. 74
 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 indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 195
 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. 206
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 241
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 243
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 289
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 303
 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. 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. 325
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def' child 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. 339
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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

com/moreover/api/ArticlePublishingPlatform.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 48
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 51
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 53
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 53
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 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. 58
 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. 62
 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. 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. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 183

com/moreover/api/ArticlesResponse.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 20
 Warning sizes LineLength Line is longer than 100 characters (found 105). 38
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 59
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 62
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 64
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 65
 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. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 91
 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. 103
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 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. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 189
 Warning javadoc JavadocParagraph Redundant <p> tag. 193
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 214
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 217
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 217
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 219
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 219
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 220
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 225
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 231
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 238
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 246
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 251

com/moreover/api/AudioOrVideo.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 46
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 49
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 51
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 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. 58
 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. 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. 93
 Warning indentation Indentation 'method def' child 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. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 119
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155

com/moreover/api/Author.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 50
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 53
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 55
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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. 58
 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. 62
 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 '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. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method 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. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 161
 Warning indentation Indentation 'method def' child 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
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 211

com/moreover/api/AuthorPublishingPlatform.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 52
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 55
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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. 60
 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. 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. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 93
 Warning indentation Indentation 'method def' child 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. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 119
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 189
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 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. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 239

com/moreover/api/Broadcast.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 21
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 58
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 61
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 63
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 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. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 70
 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. 81
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 JavadocParagraph Redundant <p> tag. 170
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 191
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 194
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 194
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 196
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 196
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 197
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 202
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 208
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 223
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 228

com/moreover/api/Company.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 54
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 57
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 59
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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. 62
 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. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 69
 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. 71
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 93
 Warning indentation Indentation 'method def' child 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. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 119
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 189
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 199
 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. 206
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 207
 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. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 239

com/moreover/api/Country.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 18
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 45
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 48
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 50
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 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. 54
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method 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. 88
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 136
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 150

com/moreover/api/Feed.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 21
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 106
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 109
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 111
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 111
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 189
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 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. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 249
 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. 261
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 263
 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. 274
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 287
 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. 298
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 333
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 357
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 381
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 383
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 393
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 395
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 405
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 407
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 417
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 441
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 442
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 443
 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. 454
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 455
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 467
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 477
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 479
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 491
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 501
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 502
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 503
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 513
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 515
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 525
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 526
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 527
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 539
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 549
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 551
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 561
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 563
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 573
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 575
 Warning javadoc JavadocParagraph Redundant <p> tag. 579
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 597
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 598
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 600
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 601
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 603
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 603
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 605
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 605
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 606
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 611
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 617
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 624
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 630
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 632
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 633
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 634
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 635
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 637
 Warning javadoc JavadocParagraph Redundant <p> tag. 641
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 659
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 660
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 662
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 663
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 665
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 665
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 667
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 667
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 668
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 673
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 679
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 686
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 692
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 693
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 694
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 695
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 696
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 697
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 699
 Warning javadoc JavadocParagraph Redundant <p> tag. 703
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 721
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 722
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 724
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 725
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 727
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 727
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 729
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 729
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 730
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 735
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 741
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 748
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 754
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 755
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 756
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 757
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 758
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 759
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 761

com/moreover/api/Harvest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 42
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 45
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 47
 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 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. 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. 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. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99

com/moreover/api/Image.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 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. 47
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 49
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 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. 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. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 127

com/moreover/api/Line.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 18
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 41
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 44
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' 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. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96

com/moreover/api/Media.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 20
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 45
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 48
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 50
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 58
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 64
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 71
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 82
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 87
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 93
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 100
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 116
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 122
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 129
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 140

com/moreover/api/ObjectFactory.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 34
 Warning sizes LineLength Line is longer than 100 characters (found 130). 37
 Warning indentation Indentation 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 43
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 51
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 57
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 59
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 67
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 73
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 75
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 81
 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. 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 91
 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. 96
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 97
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 99
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 113
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 129
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 137
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 139
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 147
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 153
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 155
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 161
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 163
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 169
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 171
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 177
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 179
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 185
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 187
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 193
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 195
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 199
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 203
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 209
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 211
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 219
 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. 224
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 225
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 227
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 239
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 257
 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. 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. 271
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 295
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 297
 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. 305
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 337
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 339
 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. 345
 Warning sizes LineLength Line is longer than 100 characters (found 103). 345
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 346

com/moreover/api/Print.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 64
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 67
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 69
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 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. 74
 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 indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 119
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 189
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 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. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 249
 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. 261
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 263
 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. 274
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 287
 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. 298
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 333
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 357
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 381
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 383
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 393
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 395
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 405
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 407

com/moreover/api/Property.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 18
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 41
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 44
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' 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. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96

com/moreover/api/Rank.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 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. 47
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 49
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 49
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 54
 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. 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. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 127

com/moreover/api/Semantics.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 20
 Warning sizes LineLength Line is longer than 100 characters (found 109). 34
 Warning sizes LineLength Line is longer than 100 characters (found 110). 45
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 63
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 66
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 68
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 70
 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. 81
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 118
 Warning javadoc JavadocParagraph Redundant <p> tag. 122
 Warning sizes LineLength Line is longer than 100 characters (found 104). 131
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 143
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 146
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 146
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 148
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 148
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 149
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 154
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 160
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 167
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 175
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc JavadocParagraph Redundant <p> tag. 184
 Warning sizes LineLength Line is longer than 100 characters (found 103). 193
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 205
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 208
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 208
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 210
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 210
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 211
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 216
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 222
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 229
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 237
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 239
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 242

com/moreover/api/SemanticsItem.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 20
 Warning sizes LineLength Line is longer than 100 characters (found 107). 34
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 51
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 54
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 56
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 56
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 81
 Warning javadoc JavadocParagraph Redundant <p> tag. 85
 Warning sizes LineLength Line is longer than 100 characters (found 101). 94
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation '}' have incorrect indentation level 4, expected level should be 8. 106
 Warning indentation Indentation 'class def modifier' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'class def lcurly' have incorrect indentation level 4, expected level should be 2. 109
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 109
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 111
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 111
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 8, expected level should be 4. 112
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 117
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 123
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 130
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'class def rcurly' have incorrect indentation level 4, expected level should be 2. 143

com/moreover/api/Source.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 64
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 67
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 69
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 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. 71
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method 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. 137
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 161
 Warning indentation Indentation 'method def' child 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
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 223
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 293
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 294
 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. 305
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 341
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 343
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 378
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 379
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 389
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 403

com/moreover/api/SourceLocation.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 19
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 52
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 55
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 57
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 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. 60
 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. 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. 68
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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. 93
 Warning indentation Indentation 'method def' child 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. 105
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 119
 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 rcurly' have incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 189
 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 203
 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. 214
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 239

com/moreover/api/State.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 18
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 43
 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 modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 48
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' 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. 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. 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. 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. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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

com/moreover/api/Topic.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 2
 Warning javadoc JavadocParagraph Redundant <p> tag. 18
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 41
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 44
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 46
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' 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. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 96

org/apache/streams/moreover/MoreoverClient.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 110). 73
 Warning sizes LineLength Line is longer than 100 characters (found 117). 94

org/apache/streams/moreover/MoreoverConfiguration.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. 12
 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. 13
 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. 14
 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. 15
 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. 16
 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. 17
 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. 18
 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. 19
 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. 20
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 28
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 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. 38
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 43
 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. 50
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 51
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 53
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 rcurly' 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. 73
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 76
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 78
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 86
 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. 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 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 103
 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. 110
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 123
 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 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 140
 Warning sizes LineLength Line is longer than 100 characters (found 140). 140
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if 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 'method def' child have incorrect indentation level 8, expected level should be 4. 152
 Warning sizes LineLength Line is longer than 100 characters (found 214). 152
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 153

org/apache/streams/moreover/MoreoverJsonActivitySerializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.AnnotationIntrospector' import. Should be before 'org.apache.streams.pojo.json.Activity'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. Should be before 'org.apache.streams.pojo.json.Activity'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.pojo.json.Activity'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.node.ObjectNode' import. Should be before 'org.apache.streams.pojo.json.Activity'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector' import. Should be before 'org.apache.streams.pojo.json.Activity'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.Article' import. Should be before 'org.apache.streams.pojo.json.Activity'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang.NotImplementedException' import. Should be before 'org.apache.streams.pojo.json.Activity'. 30
 Warning sizes LineLength Line is longer than 100 characters (found 101). 42

org/apache/streams/moreover/MoreoverKeyData.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. 8
 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. 9
 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. 10
 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. 11
 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. 12
 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. 13
 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. 14
 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. 15
 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. 16
 Warning indentation Indentation '}' have incorrect indentation level 0, expected level should be 4. 24
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 26
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 37
 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. 44
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 52
 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' child have incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 60
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 62
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 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. 79
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 85
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 87
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 97
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 104
 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. 107
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 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 indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 134
 Warning sizes LineLength Line is longer than 100 characters (found 127). 134
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be 4. 146
 Warning sizes LineLength Line is longer than 100 characters (found 188). 146
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 4, expected level should be 2. 147

org/apache/streams/moreover/MoreoverProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 30
 Warning imports CustomImportOrder Import statement for 'com.google.common.base.Preconditions' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 31
 Warning imports CustomImportOrder Import statement for 'com.google.common.collect.Iterators' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 32
 Warning imports CustomImportOrder Import statement for 'com.google.common.collect.Queues' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 33
 Warning imports CustomImportOrder Import statement for 'com.google.common.util.concurrent.Uninterruptibles' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.Config' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.ConfigFactory' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.typesafe.config.ConfigParseOptions' import. Should be before 'org.apache.streams.jackson.StreamsJacksonMapper'. 37
 Warning sizes LineLength Line is longer than 100 characters (found 133). 94
 Warning sizes LineLength Line is longer than 100 characters (found 102). 109
 Warning sizes LineLength Line is longer than 100 characters (found 117). 152
 Warning sizes LineLength Line is longer than 100 characters (found 125). 167
 Warning sizes LineLength Line is longer than 100 characters (found 129). 172
 Warning sizes LineLength Line is longer than 100 characters (found 101). 177
 Warning sizes LineLength Line is longer than 100 characters (found 111). 181

org/apache/streams/moreover/MoreoverProviderTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'com.google.common.collect.ImmutableSet' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. 23
 Warning sizes LineLength Line is longer than 100 characters (found 110). 52
 Warning sizes LineLength Line is longer than 100 characters (found 117). 53

org/apache/streams/moreover/MoreoverResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.aalto.stax.InputFactoryImpl' import. Should be before 'org.apache.streams.core.StreamsDatum'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.aalto.stax.OutputFactoryImpl' import. Should be before 'org.apache.streams.core.StreamsDatum'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.DeserializationFeature' import. Should be before 'org.apache.streams.core.StreamsDatum'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonMappingException' import. Should be before 'org.apache.streams.core.StreamsDatum'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.streams.core.StreamsDatum'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.dataformat.xml.JacksonXmlModule' import. Should be before 'org.apache.streams.core.StreamsDatum'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.dataformat.xml.XmlFactory' import. Should be before 'org.apache.streams.core.StreamsDatum'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.fasterxml.jackson.dataformat.xml.XmlMapper' import. Should be before 'org.apache.streams.core.StreamsDatum'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.Article' import. Should be before 'org.apache.streams.core.StreamsDatum'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.ArticlesResponse' import. Should be before 'org.apache.streams.core.StreamsDatum'. 32
 Warning sizes LineLength Line is longer than 100 characters (found 103). 154

org/apache/streams/moreover/MoreoverUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.Article' import. Should be before 'org.apache.streams.pojo.json.Provider'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.Author' import. Should be before 'org.apache.streams.pojo.json.Provider'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.AuthorPublishingPlatform' import. Should be before 'org.apache.streams.pojo.json.Provider'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.Feed' import. Should be before 'org.apache.streams.pojo.json.Provider'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.Source' import. Should be before 'org.apache.streams.pojo.json.Provider'. 31
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.data.util.ActivityUtil.LANGUAGE_EXTENSION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 39
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.data.util.ActivityUtil.LOCATION_EXTENSION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 40
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.data.util.ActivityUtil.LOCATION_EXTENSION_COUNTRY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 41
 Warning imports CustomImportOrder Import statement for 'org.apache.streams.data.util.ActivityUtil.getObjectId' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 42
 Warning sizes LineLength Line is longer than 100 characters (found 116). 189

org/apache/streams/moreover/MoreoverXmlActivitySerializer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.Article' import. Should be before 'org.apache.streams.pojo.json.Activity'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.ArticlesResponse' import. Should be before 'org.apache.streams.pojo.json.Activity'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.moreover.api.ObjectFactory' import. Should be before 'org.apache.streams.pojo.json.Activity'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.apache.commons.lang.SerializationException' import. Should be before 'org.apache.streams.pojo.json.Activity'. 27
 Warning sizes LineLength Line is longer than 100 characters (found 111). 91
 Warning sizes LineLength Line is longer than 100 characters (found 115). 100