The following document contains the results of Checkstyle 6.11.2 with https://raw.githubusercontent.com/librairy/resources/master/code/rules.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 4 | ![]() |
coding | AvoidInlineConditionals | 17 | ![]() |
HiddenField | 33 | ![]() | |
design | DesignForExtension | 114 | ![]() |
HideUtilityClassConstructor | 1 | ![]() | |
VisibilityModifier | 100 | ![]() | |
imports | AvoidStarImport | 3 | ![]() |
javadoc | JavadocMethod | 141 | ![]() |
JavadocType | 2 | ![]() | |
JavadocVariable | 110 | ![]() | |
misc | FinalParameters | 216 | ![]() |
NewlineAtEndOfFile | 1 | ![]() | |
sizes | ParameterNumber | 1 | ![]() |
whitespace | NoWhitespaceBefore | 7 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'builders' must be private and have accessor methods. | 25 |
![]() |
design | DesignForExtension | Method 'camelContext' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
misc | FinalParameters | Parameter applicationContext should be final. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 12 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
![]() |
misc | FinalParameters | Parameter facade should be final. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'analysis' must be private and have accessor methods. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 10). | 18 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 18 |
![]() |
coding | HiddenField | 'uri' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter creationTime should be final. | 18 |
![]() |
coding | HiddenField | 'creationTime' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter cvalue should be final. | 18 |
![]() |
coding | HiddenField | 'cvalue' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter times should be final. | 18 |
![]() |
coding | HiddenField | 'times' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter consensus should be final. | 18 |
![]() |
coding | HiddenField | 'consensus' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter pertinence should be final. | 18 |
![]() |
coding | HiddenField | 'pertinence' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter subtermsOf should be final. | 18 |
![]() |
coding | HiddenField | 'subtermsOf' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter supertermsOf should be final. | 18 |
![]() |
coding | HiddenField | 'supertermsOf' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter termhood should be final. | 18 |
![]() |
coding | HiddenField | 'termhood' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter probability should be final. | 18 |
![]() |
coding | HiddenField | 'probability' hides a field. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'creationTime' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'cvalue' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'times' must be private and have accessor methods. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
![]() |
design | VisibilityModifier | Variable 'consensus' must be private and have accessor methods. | 39 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |
![]() |
design | VisibilityModifier | Variable 'pertinence' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
![]() |
design | VisibilityModifier | Variable 'subtermsOf' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
![]() |
design | VisibilityModifier | Variable 'supertermsOf' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
![]() |
design | VisibilityModifier | Variable 'termhood' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
design | VisibilityModifier | Variable 'probability' must be private and have accessor methods. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 17 |
![]() |
coding | HiddenField | 'uri' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter creationTime should be final. | 17 |
![]() |
coding | HiddenField | 'creationTime' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter weight should be final. | 17 |
![]() |
coding | HiddenField | 'weight' hides a field. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'creationTime' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 17 |
![]() |
coding | HiddenField | 'uri' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter creationTime should be final. | 17 |
![]() |
coding | HiddenField | 'creationTime' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter vector should be final. | 17 |
![]() |
coding | HiddenField | 'vector' hides a field. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'creationTime' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'vector' must be private and have accessor methods. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 18 |
![]() |
coding | HiddenField | 'uri' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter creationTime should be final. | 18 |
![]() |
coding | HiddenField | 'creationTime' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter analysis should be final. | 18 |
![]() |
coding | HiddenField | 'analysis' hides a field. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'creationTime' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'analysis' must be private and have accessor methods. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 18 |
![]() |
coding | HiddenField | 'uri' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter creationTime should be final. | 18 |
![]() |
coding | HiddenField | 'creationTime' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter times should be final. | 18 |
![]() |
coding | HiddenField | 'times' hides a field. | 18 |
![]() |
misc | FinalParameters | Parameter weight should be final. | 18 |
![]() |
coding | HiddenField | 'weight' hides a field. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'creationTime' must be private and have accessor methods. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'times' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'cvalue' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'times' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'consensus' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'pertinence' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'subtermsOf' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'supertermsOf' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'termhood' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'probability' must be private and have accessor methods. | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 17 |
![]() |
coding | HiddenField | 'uri' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter creationTime should be final. | 17 |
![]() |
coding | HiddenField | 'creationTime' hides a field. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'creationTime' must be private and have accessor methods. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
![]() |
whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter uri should be final. | 17 |
![]() |
coding | HiddenField | 'uri' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter creationTime should be final. | 17 |
![]() |
coding | HiddenField | 'creationTime' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter weight should be final. | 17 |
![]() |
coding | HiddenField | 'weight' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter domain should be final. | 17 |
![]() |
coding | HiddenField | 'domain' hides a field. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 26 |
![]() |
design | VisibilityModifier | Variable 'creationTime' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
design | VisibilityModifier | Variable 'domain' must be private and have accessor methods. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'vector' must be private and have accessor methods. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'domain' must be private and have accessor methods. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'times' must be private and have accessor methods. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'subject' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'publishedOn' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'publishedBy' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'authoredOn' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'authoredBy' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'retrievedOn' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'contributedBy' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'format' must be private and have accessor methods. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'language' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'rights' must be private and have accessor methods. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
design | VisibilityModifier | Variable 'tokens' must be private and have accessor methods. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'subject' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'publishedOn' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'publishedBy' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'authoredOn' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'authoredBy' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'retrievedOn' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'contributedBy' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'format' must be private and have accessor methods. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'language' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
design | VisibilityModifier | Variable 'rights' must be private and have accessor methods. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'authoredOn' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'authoredBy' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'contributedBy' must be private and have accessor methods. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
design | VisibilityModifier | Variable 'subject' must be private and have accessor methods. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'format' must be private and have accessor methods. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
design | VisibilityModifier | Variable 'language' must be private and have accessor methods. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 27 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'tokens' must be private and have accessor methods. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'sense' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'tokens' must be private and have accessor methods. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 13 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 11 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | VisibilityModifier | Variable 'analysis' must be private and have accessor methods. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
design | VisibilityModifier | Variable 'content' must be private and have accessor methods. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.librairy.api.model.relations.*. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
misc | FinalParameters | Parameter plural should be final. | 17 |
![]() |
coding | HiddenField | 'plural' hides a field. | 17 |
![]() |
misc | FinalParameters | Parameter singular should be final. | 17 |
![]() |
coding | HiddenField | 'singular' hides a field. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Method 'addResourceCRUD' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 26 |
![]() |
misc | FinalParameters | Parameter inType should be final. | 26 |
![]() |
misc | FinalParameters | Parameter outType should be final. | 26 |
![]() |
design | DesignForExtension | Method 'addRelationCRUD' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter rest should be final. | 52 |
![]() |
misc | FinalParameters | Parameter related should be final. | 52 |
![]() |
misc | FinalParameters | Parameter inType should be final. | 52 |
![]() |
misc | FinalParameters | Parameter outType should be final. | 52 |
![]() |
misc | FinalParameters | Parameter relation should be final. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'routes' must be private and have accessor methods. | 25 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
![]() |
design | DesignForExtension | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
misc | FinalParameters | Parameter definitions should be final. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 19 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
design | VisibilityModifier | Variable 'udm' must be private and have accessor methods. | 26 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
design | VisibilityModifier | Variable 'uriGenerator' must be private and have accessor methods. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter type should be final. | 31 |
![]() |
coding | HiddenField | 'type' hides a field. | 31 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 36 |
![]() |
design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter id should be final. | 43 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 43 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
misc | FinalParameters | Parameter id should be final. | 57 |
![]() |
design | DesignForExtension | Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
design | DesignForExtension | Method 'list' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter id should be final. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
design | VisibilityModifier | Variable 'udm' must be private and have accessor methods. | 25 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
![]() |
design | VisibilityModifier | Variable 'uriGenerator' must be private and have accessor methods. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter type should be final. | 30 |
![]() |
coding | HiddenField | 'type' hides a field. | 30 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 35 |
![]() |
design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
misc | FinalParameters | Parameter id should be final. | 41 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 41 |
![]() |
design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter id should be final. | 55 |
![]() |
design | DesignForExtension | Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
design | DesignForExtension | Method 'list' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
misc | FinalParameters | Parameter id should be final. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.librairy.api.model.relations.*. | 4 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
![]() |
design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
![]() |
misc | FinalParameters | Parameter id should be final. | 32 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 42 |
![]() |
design | DesignForExtension | Method 'listItems' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
misc | FinalParameters | Parameter id should be final. | 55 |
![]() |
design | DesignForExtension | Method 'removeItems' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
misc | FinalParameters | Parameter id should be final. | 60 |
![]() |
design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 65 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 65 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 |
![]() |
design | DesignForExtension | Method 'addItems' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 72 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 72 |
![]() |
design | DesignForExtension | Method 'removeItems' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 78 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 78 |
![]() |
design | DesignForExtension | Method 'listDocuments' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter id should be final. | 86 |
![]() |
design | DesignForExtension | Method 'removeDocuments' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
misc | FinalParameters | Parameter id should be final. | 91 |
![]() |
design | DesignForExtension | Method 'getDocuments' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 96 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 96 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 |
![]() |
design | DesignForExtension | Method 'addDocuments' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 103 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 103 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 103 |
![]() |
design | DesignForExtension | Method 'removeDocuments' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 112 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 112 |
![]() |
design | DesignForExtension | Method 'listTopics' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
![]() |
misc | FinalParameters | Parameter id should be final. | 119 |
![]() |
design | DesignForExtension | Method 'removeTopics' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
misc | FinalParameters | Parameter id should be final. | 124 |
![]() |
design | DesignForExtension | Method 'getTopics' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 129 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 129 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 133 |
![]() |
design | DesignForExtension | Method 'addTopics' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 136 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 136 |
![]() |
misc | FinalParameters | Parameter weightI should be final. | 136 |
![]() |
design | DesignForExtension | Method 'removeTopics' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 144 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter sId should be final. | 23 |
![]() |
misc | FinalParameters | Parameter rId should be final. | 23 |
![]() |
design | DesignForExtension | Method 'listDocuments' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter id should be final. | 28 |
![]() |
design | DesignForExtension | Method 'removeDocuments' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter id should be final. | 33 |
![]() |
design | DesignForExtension | Method 'getDocuments' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 38 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 38 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
![]() |
design | DesignForExtension | Method 'addDocuments' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 45 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 45 |
![]() |
design | DesignForExtension | Method 'removeDocuments' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 51 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
design | DesignForExtension | Method 'listTopics' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter id should be final. | 29 |
![]() |
design | DesignForExtension | Method 'removeTopics' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter id should be final. | 34 |
![]() |
design | DesignForExtension | Method 'getTopics' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 39 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 39 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 43 |
![]() |
design | DesignForExtension | Method 'addTopics' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 46 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 46 |
![]() |
misc | FinalParameters | Parameter weightI should be final. | 46 |
![]() |
design | DesignForExtension | Method 'removeTopics' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 54 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 54 |
![]() |
design | DesignForExtension | Method 'listItems' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter id should be final. | 62 |
![]() |
design | DesignForExtension | Method 'removeItems' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter id should be final. | 67 |
![]() |
design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 72 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 72 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
![]() |
design | DesignForExtension | Method 'addItems' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 79 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 79 |
![]() |
misc | FinalParameters | Parameter weightI should be final. | 79 |
![]() |
design | DesignForExtension | Method 'removeItems' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 88 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.librairy.model.domain.relations.*. | 7 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
design | DesignForExtension | Method 'listParts' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
misc | FinalParameters | Parameter id should be final. | 26 |
![]() |
design | DesignForExtension | Method 'removeParts' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
misc | FinalParameters | Parameter id should be final. | 31 |
![]() |
design | DesignForExtension | Method 'getParts' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 36 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 36 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 40 |
![]() |
design | DesignForExtension | Method 'addParts' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 43 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 43 |
![]() |
misc | FinalParameters | Parameter weightI should be final. | 43 |
![]() |
design | DesignForExtension | Method 'removeParts' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 52 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 52 |
![]() |
design | DesignForExtension | Method 'listItems' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
misc | FinalParameters | Parameter id should be final. | 59 |
![]() |
design | DesignForExtension | Method 'removeItems' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
misc | FinalParameters | Parameter id should be final. | 64 |
![]() |
design | DesignForExtension | Method 'getItems' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 69 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 69 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 |
![]() |
design | DesignForExtension | Method 'addItems' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 76 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 76 |
![]() |
design | DesignForExtension | Method 'removeItems' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 82 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 82 |
![]() |
design | DesignForExtension | Method 'listTopics' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
misc | FinalParameters | Parameter id should be final. | 89 |
![]() |
design | DesignForExtension | Method 'removeTopics' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter id should be final. | 94 |
![]() |
design | DesignForExtension | Method 'getTopics' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 99 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 99 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 103 |
![]() |
design | DesignForExtension | Method 'addTopics' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 106 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 106 |
![]() |
misc | FinalParameters | Parameter weightI should be final. | 106 |
![]() |
design | DesignForExtension | Method 'removeTopics' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 114 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
![]() |
design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 30 |
![]() |
design | DesignForExtension | Method 'update' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
misc | FinalParameters | Parameter id should be final. | 43 |
![]() |
misc | FinalParameters | Parameter resource should be final. | 43 |
![]() |
design | DesignForExtension | Method 'listDocuments' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
misc | FinalParameters | Parameter id should be final. | 58 |
![]() |
design | DesignForExtension | Method 'removeDocuments' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
misc | FinalParameters | Parameter id should be final. | 63 |
![]() |
design | DesignForExtension | Method 'getDocuments' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 68 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 68 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 |
![]() |
design | DesignForExtension | Method 'addDocuments' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 75 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 75 |
![]() |
design | DesignForExtension | Method 'removeDocuments' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 81 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 81 |
![]() |
design | DesignForExtension | Method 'listDomains' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
misc | FinalParameters | Parameter id should be final. | 88 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
misc | FinalParameters | Parameter id should be final. | 93 |
![]() |
design | DesignForExtension | Method 'getDomains' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 98 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 98 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 102 |
![]() |
design | DesignForExtension | Method 'addDomains' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 105 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 105 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 111 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Method 'listDomains' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
![]() |
misc | FinalParameters | Parameter id should be final. | 29 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
misc | FinalParameters | Parameter id should be final. | 34 |
![]() |
design | DesignForExtension | Method 'getDomains' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 39 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 39 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 43 |
![]() |
design | DesignForExtension | Method 'addDomains' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 46 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 46 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 46 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 61 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 61 |
![]() |
design | DesignForExtension | Method 'listWords' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
misc | FinalParameters | Parameter id should be final. | 68 |
![]() |
design | DesignForExtension | Method 'removeWords' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
misc | FinalParameters | Parameter id should be final. | 73 |
![]() |
design | DesignForExtension | Method 'getWords' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 78 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 78 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 |
![]() |
design | DesignForExtension | Method 'addWords' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 85 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 85 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 85 |
![]() |
design | DesignForExtension | Method 'removeWords' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 94 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Method 'listWords' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter id should be final. | 28 |
![]() |
design | DesignForExtension | Method 'removeWords' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter id should be final. | 33 |
![]() |
design | DesignForExtension | Method 'getWords' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 38 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 38 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
![]() |
design | DesignForExtension | Method 'addWords' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 45 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 45 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 45 |
![]() |
design | DesignForExtension | Method 'removeWords' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 54 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 54 |
![]() |
design | DesignForExtension | Method 'listDomains' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
misc | FinalParameters | Parameter id should be final. | 61 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
misc | FinalParameters | Parameter id should be final. | 66 |
![]() |
design | DesignForExtension | Method 'getDomains' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 71 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 71 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 75 |
![]() |
design | DesignForExtension | Method 'addDomains' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 78 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 78 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 78 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 86 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
design | DesignForExtension | Method 'listWords' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
![]() |
misc | FinalParameters | Parameter id should be final. | 28 |
![]() |
design | DesignForExtension | Method 'removeWords' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
misc | FinalParameters | Parameter id should be final. | 33 |
![]() |
design | DesignForExtension | Method 'getWords' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 38 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 38 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 |
![]() |
design | DesignForExtension | Method 'addWords' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 45 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 45 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 45 |
![]() |
design | DesignForExtension | Method 'removeWords' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 54 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 54 |
![]() |
design | DesignForExtension | Method 'listDomains' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
misc | FinalParameters | Parameter id should be final. | 62 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
misc | FinalParameters | Parameter id should be final. | 67 |
![]() |
design | DesignForExtension | Method 'getDomains' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 72 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 72 |
![]() |
coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 |
![]() |
design | DesignForExtension | Method 'addDomains' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 79 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 79 |
![]() |
misc | FinalParameters | Parameter rel should be final. | 79 |
![]() |
design | DesignForExtension | Method 'removeDomains' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
misc | FinalParameters | Parameter startId should be final. | 87 |
![]() |
misc | FinalParameters | Parameter endId should be final. | 87 |