The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
| 3 | |
| JavadocType | 0 | |
| JavadocVariable | 0 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 5 | |
| FallThrough | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 37 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 2 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 3 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
ImportOrder
| 8 | |
WhitespaceAround
| 0 | |
| ModifiedControlVariable | 0 | |
| MultipleStringLiterals | 4 | |
| RequireThis | 16 | |
| PackageDeclaration | 0 | |
FinalLocalVariable
| 4 | |
| UnnecessaryParentheses | 0 | |
| MissingOverride | 0 | |
| MemberName | 0 | |
LineLength
| 3 | |
Indentation
| 0 | |
| FileLength | 0 | |
| FileTabCharacter | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - eu.scape_project.watch.domain.EntityType. | 7 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'java.util.List' import. | 6 |
| Violation | Message | Line |
|---|---|---|
| Unused import - eu.scape_project.watch.domain.EntityType. | 6 |
| Violation | Message | Line |
|---|---|---|
| Unused import - eu.scape_project.watch.domain.Entity. | 3 | |
| Unused import - eu.scape_project.watch.domain.EntityType. | 4 | |
| Unused import - eu.scape_project.watch.domain.Property. | 5 | |
| Wrong order for 'java.util.Collection' import. | 9 | |
| The String "?s %1$s %2$s" appears 2 times in the file. | 118 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'java.util.List' import. | 9 | |
| Line is longer than 120 characters. | 70 |
| Violation | Message | Line |
|---|---|---|
| Avoid inline conditionals. | 133 | |
| Avoid inline conditionals. | 134 |
| Violation | Message | Line |
|---|---|---|
| Avoid inline conditionals. | 83 | |
| Avoid inline conditionals. | 84 |
| Violation | Message | Line |
|---|---|---|
| Avoid inline conditionals. | 83 | |
| Avoid inline conditionals. | 84 |
| Violation | Message | Line |
|---|---|---|
| 'thewebsemantic.Id' should be separated from previous imports. | 10 | |
| Avoid inline conditionals. | 80 | |
| Avoid inline conditionals. | 81 |
| Violation | Message | Line |
|---|---|---|
| Avoid inline conditionals. | 96 | |
| Avoid inline conditionals. | 97 | |
| Reference to instance variable 'key' needs "this.". | 132 | |
| Reference to instance variable 'value' needs "this.". | 132 |
| Violation | Message | Line |
|---|---|---|
| Avoid inline conditionals. | 99 | |
| Avoid inline conditionals. | 100 | |
| '32' is a magic number. | 101 |
| Violation | Message | Line |
|---|---|---|
| Avoid inline conditionals. | 139 | |
| Avoid inline conditionals. | 141 | |
| Avoid inline conditionals. | 144 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 162 | |
| Avoid inline conditionals. | 240 | |
| Avoid inline conditionals. | 241 | |
| Avoid inline conditionals. | 242 | |
| Avoid inline conditionals. | 243 | |
| Avoid inline conditionals. | 244 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 100 | |
| Avoid inline conditionals. | 153 | |
| Avoid inline conditionals. | 154 | |
| Line is longer than 120 characters. | 232 | |
| Reference to instance variable 'id' needs "this.". | 232 | |
| Reference to instance variable 'value' needs "this.". | 232 | |
| Reference to instance variable 'values' needs "this.". | 232 | |
| Reference to instance variable 'entity' needs "this.". | 232 | |
| Reference to instance variable 'property' needs "this.". | 233 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'java.util.Arrays' import. | 5 | |
| 'thewebsemantic.Id' should be separated from previous imports. | 16 | |
| Avoid inline conditionals. | 178 | |
| Avoid inline conditionals. | 179 | |
| '32' is a magic number. | 180 | |
| Avoid inline conditionals. | 181 | |
| Avoid inline conditionals. | 182 | |
| Avoid inline conditionals. | 183 | |
| Avoid inline conditionals. | 184 |
| Violation | Message | Line |
|---|---|---|
| 'thewebsemantic.binding.RdfBean' should be separated from previous imports. | 7 |
| Violation | Message | Line |
|---|---|---|
| 'thewebsemantic.Id' should be separated from previous imports. | 9 | |
| Avoid inline conditionals. | 80 | |
| Avoid inline conditionals. | 81 |
| Violation | Message | Line |
|---|---|---|
| Parameter configuration should be final. | 141 | |
| Variable 'configuration' should be declared final. | 141 | |
| Reference to instance variable 'source' needs "this.". | 169 | |
| Avoid inline conditionals. | 169 | |
| Reference to instance variable 'source' needs "this.". | 169 | |
| Reference to instance variable 'version' needs "this.". | 170 | |
| Avoid inline conditionals. | 170 | |
| Reference to instance variable 'version' needs "this.". | 170 |
| Violation | Message | Line |
|---|---|---|
| Avoid inline conditionals. | 126 | |
| Avoid inline conditionals. | 127 | |
| Avoid inline conditionals. | 128 | |
| Avoid inline conditionals. | 129 | |
| Reference to instance variable 'notifications' needs "this.". | 156 | |
| Reference to instance variable 'id' needs "this.". | 178 | |
| Reference to instance variable 'plan' needs "this.". | 178 | |
| Reference to instance variable 'question' needs "this.". | 178 | |
| Reference to instance variable 'notifications' needs "this.". | 179 |
| Violation | Message | Line |
|---|---|---|
| The String "<" appears 3 times in the file. | 263 | |
| The String ">" appears 3 times in the file. | 263 | |
| The String "'" appears 2 times in the file. | 277 | |
| Missing a Javadoc comment. | 289 | |
| Parameter datafolder should be final. | 289 | |
| Variable 'datafolder' should be declared final. | 289 | |
| Parameter testdata should be final. | 289 | |
| Variable 'testdata' should be declared final. | 289 | |
| Variable 'model' should be declared final. | 298 | |
| Missing a Javadoc comment. | 314 |