Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
270850

Rules

RulesViolationsSeverity
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
3Warnings Warning
JavadocType0Warnings Warning
JavadocVariable0Warnings Warning
JavadocStyle0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports5Warnings Warning
FallThrough0Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals37Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber2Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters3Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
ImportOrder
  • separated: "true"
  • groups: "java, javax, at, com, eu, org"
8Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, LITERAL_ASSERT, TYPE_EXTENSION_AND, WILDCARD_TYPE"
0Warnings Warning
ModifiedControlVariable0Warnings Warning
MultipleStringLiterals4Warnings Warning
RequireThis16Warnings Warning
PackageDeclaration0Warnings Warning
FinalLocalVariable
  • tokens: "PARAMETER_DEF, VARIABLE_DEF"
4Warnings Warning
UnnecessaryParentheses0Warnings Warning
MissingOverride0Warnings Warning
MemberName0Warnings Warning
LineLength
  • max: "120"
3Warnings Warning
Indentation
  • caseIndent: "2"
  • basicOffset: "2"
0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter0Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning

Details

eu/scape_project/watch/dao/EntityDAO.java

ViolationMessageLine
WarningsUnused import - eu.scape_project.watch.domain.EntityType.7

eu/scape_project/watch/dao/EntityTypeDAO.java

ViolationMessageLine
WarningsWrong order for 'java.util.List' import.6

eu/scape_project/watch/dao/PropertyDAO.java

ViolationMessageLine
WarningsUnused import - eu.scape_project.watch.domain.EntityType.6

eu/scape_project/watch/dao/PropertyValueDAO.java

ViolationMessageLine
WarningsUnused import - eu.scape_project.watch.domain.Entity.3
WarningsUnused import - eu.scape_project.watch.domain.EntityType.4
WarningsUnused import - eu.scape_project.watch.domain.Property.5
WarningsWrong order for 'java.util.Collection' import.9
WarningsThe String "?s %1$s %2$s" appears 2 times in the file.118

eu/scape_project/watch/dao/RequestDAO.java

ViolationMessageLine
WarningsWrong order for 'java.util.List' import.9
WarningsLine is longer than 120 characters.70

eu/scape_project/watch/domain/AsyncRequest.java

ViolationMessageLine
WarningsAvoid inline conditionals.133
WarningsAvoid inline conditionals.134

eu/scape_project/watch/domain/DictionaryItem.java

ViolationMessageLine
WarningsAvoid inline conditionals.83
WarningsAvoid inline conditionals.84

eu/scape_project/watch/domain/Entity.java

ViolationMessageLine
WarningsAvoid inline conditionals.83
WarningsAvoid inline conditionals.84

eu/scape_project/watch/domain/EntityType.java

ViolationMessageLine
Warnings'thewebsemantic.Id' should be separated from previous imports.10
WarningsAvoid inline conditionals.80
WarningsAvoid inline conditionals.81

eu/scape_project/watch/domain/Entry.java

ViolationMessageLine
WarningsAvoid inline conditionals.96
WarningsAvoid inline conditionals.97
WarningsReference to instance variable 'key' needs "this.".132
WarningsReference to instance variable 'value' needs "this.".132

eu/scape_project/watch/domain/Measurement.java

ViolationMessageLine
WarningsAvoid inline conditionals.99
WarningsAvoid inline conditionals.100
Warnings'32' is a magic number.101

eu/scape_project/watch/domain/Notification.java

ViolationMessageLine
WarningsAvoid inline conditionals.139
WarningsAvoid inline conditionals.141
WarningsAvoid inline conditionals.144

eu/scape_project/watch/domain/Plan.java

ViolationMessageLine
WarningsAvoid inline conditionals.67

eu/scape_project/watch/domain/Property.java

ViolationMessageLine
WarningsLine is longer than 120 characters.162
WarningsAvoid inline conditionals.240
WarningsAvoid inline conditionals.241
WarningsAvoid inline conditionals.242
WarningsAvoid inline conditionals.243
WarningsAvoid inline conditionals.244

eu/scape_project/watch/domain/PropertyValue.java

ViolationMessageLine
WarningsMissing a Javadoc comment.100
WarningsAvoid inline conditionals.153
WarningsAvoid inline conditionals.154
WarningsLine is longer than 120 characters.232
WarningsReference to instance variable 'id' needs "this.".232
WarningsReference to instance variable 'value' needs "this.".232
WarningsReference to instance variable 'values' needs "this.".232
WarningsReference to instance variable 'entity' needs "this.".232
WarningsReference to instance variable 'property' needs "this.".233

eu/scape_project/watch/domain/Question.java

ViolationMessageLine
WarningsWrong order for 'java.util.Arrays' import.5
Warnings'thewebsemantic.Id' should be separated from previous imports.16
WarningsAvoid inline conditionals.178
WarningsAvoid inline conditionals.179
Warnings'32' is a magic number.180
WarningsAvoid inline conditionals.181
WarningsAvoid inline conditionals.182
WarningsAvoid inline conditionals.183
WarningsAvoid inline conditionals.184

eu/scape_project/watch/domain/RequestTarget.java

ViolationMessageLine
Warnings'thewebsemantic.binding.RdfBean' should be separated from previous imports.7

eu/scape_project/watch/domain/Source.java

ViolationMessageLine
Warnings'thewebsemantic.Id' should be separated from previous imports.9
WarningsAvoid inline conditionals.80
WarningsAvoid inline conditionals.81

eu/scape_project/watch/domain/SourceAdaptor.java

ViolationMessageLine
WarningsParameter configuration should be final.141
WarningsVariable 'configuration' should be declared final.141
WarningsReference to instance variable 'source' needs "this.".169
WarningsAvoid inline conditionals.169
WarningsReference to instance variable 'source' needs "this.".169
WarningsReference to instance variable 'version' needs "this.".170
WarningsAvoid inline conditionals.170
WarningsReference to instance variable 'version' needs "this.".170

eu/scape_project/watch/domain/Trigger.java

ViolationMessageLine
WarningsAvoid inline conditionals.126
WarningsAvoid inline conditionals.127
WarningsAvoid inline conditionals.128
WarningsAvoid inline conditionals.129
WarningsReference to instance variable 'notifications' needs "this.".156
WarningsReference to instance variable 'id' needs "this.".178
WarningsReference to instance variable 'plan' needs "this.".178
WarningsReference to instance variable 'question' needs "this.".178
WarningsReference to instance variable 'notifications' needs "this.".179

eu/scape_project/watch/utils/KBUtils.java

ViolationMessageLine
WarningsThe String "<" appears 3 times in the file.263
WarningsThe String ">" appears 3 times in the file.263
WarningsThe String "'" appears 2 times in the file.277
WarningsMissing a Javadoc comment.289
WarningsParameter datafolder should be final.289
WarningsVariable 'datafolder' should be declared final.289
WarningsParameter testdata should be final.289
WarningsVariable 'testdata' should be declared final.289
WarningsVariable 'model' should be declared final.298
WarningsMissing a Javadoc comment.314