Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
9307880

Files

FilesInfosWarningsErrors
eu/scape_project/watch/adaptor/c3po/C3POAdaptor.java0140
eu/scape_project/watch/adaptor/c3po/C3POProfileReader.java090
eu/scape_project/watch/adaptor/c3po/client/C3POClient.java0250
eu/scape_project/watch/adaptor/c3po/client/C3PODummyClient.java020
eu/scape_project/watch/adaptor/c3po/command/CollectionSizeCommand.java040
eu/scape_project/watch/adaptor/c3po/command/Command.java0100
eu/scape_project/watch/adaptor/c3po/command/DistributionCommand.java070
eu/scape_project/watch/adaptor/c3po/command/ObjectsAvgSizeCommand.java040
eu/scape_project/watch/adaptor/c3po/command/ObjectsCountCommand.java040
eu/scape_project/watch/adaptor/c3po/command/ObjectsMaxSizeCommand.java040
eu/scape_project/watch/adaptor/c3po/command/ObjectsMinSizeCommand.java040
eu/scape_project/watch/adaptor/c3po/common/C3POConstants.java0200
eu/scape_project/watch/dao/EntityDAO.java010
eu/scape_project/watch/dao/EntityTypeDAO.java010
eu/scape_project/watch/dao/PropertyDAO.java010
eu/scape_project/watch/dao/PropertyValueDAO.java050
eu/scape_project/watch/dao/RequestDAO.java020
eu/scape_project/watch/domain/AsyncRequest.java020
eu/scape_project/watch/domain/DictionaryItem.java020
eu/scape_project/watch/domain/Entity.java020
eu/scape_project/watch/domain/EntityType.java030
eu/scape_project/watch/domain/Entry.java040
eu/scape_project/watch/domain/Measurement.java030
eu/scape_project/watch/domain/Notification.java030
eu/scape_project/watch/domain/Plan.java010
eu/scape_project/watch/domain/Property.java060
eu/scape_project/watch/domain/PropertyValue.java090
eu/scape_project/watch/domain/Question.java090
eu/scape_project/watch/domain/RequestTarget.java010
eu/scape_project/watch/domain/Source.java030
eu/scape_project/watch/domain/SourceAdaptor.java080
eu/scape_project/watch/domain/Trigger.java090
eu/scape_project/watch/interfaces/AdaptorJobInterface.java0110
eu/scape_project/watch/interfaces/MonitorInterface.java030
eu/scape_project/watch/listener/ApplicationStartupListener.java0160
eu/scape_project/watch/monitor/CentralMonitor.java0640
eu/scape_project/watch/monitor/CollectionProfilerMonitor.java0580
eu/scape_project/watch/plugin/PluginManager.java010
eu/scape_project/watch/rest/WatchApplication.java010
eu/scape_project/watch/rest/WatchClient.java0170
eu/scape_project/watch/rest/resource/AsyncRequestResource.java010
eu/scape_project/watch/rest/resource/AsyncRequestResourceJSON.java010
eu/scape_project/watch/rest/resource/AsyncRequestResourceXML.java010
eu/scape_project/watch/rest/resource/EntityResource.java060
eu/scape_project/watch/rest/resource/EntityResourceJSON.java010
eu/scape_project/watch/rest/resource/EntityResourceXML.java010
eu/scape_project/watch/rest/resource/EntityTypeResource.java050
eu/scape_project/watch/rest/resource/EntityTypeResourceJSON.java010
eu/scape_project/watch/rest/resource/EntityTypeResourceXML.java010
eu/scape_project/watch/rest/resource/JSONContextResolver.java040
eu/scape_project/watch/rest/resource/PropertyResource.java070
eu/scape_project/watch/rest/resource/PropertyResourceJSON.java010
eu/scape_project/watch/rest/resource/PropertyValueResource.java0110
eu/scape_project/watch/rest/resource/PropertyValueResourceJSON.java010
eu/scape_project/watch/rest/resource/PropertyValueResourceXML.java010
eu/scape_project/watch/rest/resource/RequestResource.java010
eu/scape_project/watch/rest/resource/RequestResourceJSON.java010
eu/scape_project/watch/rest/resource/RequestResourceXML.java020
eu/scape_project/watch/scheduling/AdaptorJob.java0390
eu/scape_project/watch/scheduling/CoreScheduler.java0370
eu/scape_project/watch/scheduling/SimpleAdaptorJob.java0290
eu/scape_project/watch/utils/AdaptorLoader.java0680
eu/scape_project/watch/utils/ApiAuthorizationFilterImpl.java0300
eu/scape_project/watch/utils/ApiOriginFilter.java020
eu/scape_project/watch/utils/ApiResponse.java0790
eu/scape_project/watch/utils/ComponentContainer.java0460
eu/scape_project/watch/utils/ConfigUtils.java010
eu/scape_project/watch/utils/KBUtils.java0100
eu/scape_project/watch/utils/exception/ApiException.java0200
eu/scape_project/watch/utils/exception/BadRequestException.java0130
eu/scape_project/watch/utils/exception/NotNullConstraintException.java0140

Rules

RulesViolationsSeverity
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
83Warnings Warning
JavadocType18Warnings Warning
JavadocVariable71Warnings Warning
JavadocStyle9Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName2Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports7Warnings Warning
FallThrough0Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad1Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter1Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces15Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals38Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode1Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber8Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows3Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn1Warnings Warning
FinalClass0Warnings Warning
HideUtilityClassConstructor1Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters91Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
ImportOrder
  • separated: "true"
  • groups: "java, javax, at, com, eu, org"
20Warnings 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"
56Warnings Warning
ModifiedControlVariable0Warnings Warning
MultipleStringLiterals14Warnings Warning
RequireThis124Warnings Warning
PackageDeclaration0Warnings Warning
FinalLocalVariable
  • tokens: "PARAMETER_DEF, VARIABLE_DEF"
137Warnings Warning
UnnecessaryParentheses0Warnings Warning
MissingOverride0Warnings Warning
MemberName0Warnings Warning
LineLength
  • max: "120"
16Warnings Warning
Indentation
  • caseIndent: "2"
  • basicOffset: "2"
64Warnings Warning
FileLength0Warnings Warning
FileTabCharacter3Warnings Warning
NewlineAtEndOfFile1Warnings Warning
Translation0Warnings Warning

Details

eu/scape_project/watch/adaptor/c3po/C3POAdaptor.java

ViolationMessageLine
WarningsWrong order for 'java.io.InputStream' import.15
WarningsWrong order for 'eu.scape_project.watch.adaptor.c3po.client.C3POClient' import.26
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.203
WarningsParameter id should be final.203
WarningsVariable 'id' should be declared final.203
Warnings'10' is a magic number.209
Warnings'5000' is a magic number.213
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.239
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.269
WarningsParameter property should be final.269
WarningsVariable 'property' should be declared final.269

eu/scape_project/watch/adaptor/c3po/C3POProfileReader.java

ViolationMessageLine
WarningsVariable 'size' should be declared final.94
WarningsMissing a Javadoc comment.128
WarningsParameter name should be final.128
WarningsVariable 'name' should be declared final.128
WarningsThe String "//properties/property[@id='" appears 2 times in the file.134
WarningsReference to instance variable 'doc' needs "this.".160
WarningsMissing a Javadoc comment.175
WarningsParameter name should be final.175
WarningsVariable 'name' should be declared final.175

eu/scape_project/watch/adaptor/c3po/client/C3POClient.java

ViolationMessageLine
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsParameter url should be final.14
WarningsVariable 'url' should be declared final.14
WarningsMissing a Javadoc comment.18
WarningsParameter url should be final.18
WarningsVariable 'url' should be declared final.18
WarningsParameter port should be final.18
WarningsVariable 'port' should be declared final.18
WarningsMissing a Javadoc comment.27
WarningsParameter identifier should be final.27
WarningsVariable 'identifier' should be declared final.27
WarningsParameter properties should be final.27
WarningsVariable 'properties' should be declared final.27
WarningsMissing a Javadoc comment.31
WarningsParameter uuid should be final.31
WarningsVariable 'uuid' should be declared final.31
WarningsReference to instance variable 'apiEndpoint' needs "this.".36
WarningsParameter apiEndpoint should be final.39
WarningsVariable 'apiEndpoint' should be declared final.39
WarningsReference to instance variable 'port' needs "this.".44
WarningsParameter port should be final.47
WarningsVariable 'port' should be declared final.47

eu/scape_project/watch/adaptor/c3po/client/C3PODummyClient.java

ViolationMessageLine
Warnings'42' is a magic number.53
Warnings'3' is a magic number.53

eu/scape_project/watch/adaptor/c3po/command/CollectionSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/Command.java

ViolationMessageLine
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.11
WarningsParameter reader should be final.13
WarningsVariable 'reader' should be declared final.13
WarningsReference to instance variable 'reader' needs "this.".18
WarningsReference to instance variable 'property' needs "this.".22
WarningsParameter property should be final.25
WarningsVariable 'property' should be declared final.25
WarningsMissing a Javadoc comment.29

eu/scape_project/watch/adaptor/c3po/command/DistributionCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.15
WarningsParameter p should be final.15
WarningsVariable 'p' should be declared final.15
WarningsParameter name should be final.15
WarningsVariable 'name' should be declared final.15

eu/scape_project/watch/adaptor/c3po/command/ObjectsAvgSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/ObjectsCountCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/ObjectsMaxSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/ObjectsMinSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/common/C3POConstants.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsUtility classes should not have a public or default constructor.3
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32

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/interfaces/AdaptorJobInterface.java

ViolationMessageLine
WarningsFirst sentence should end with a period.24
WarningsExpected an @return tag.28
WarningsFirst sentence should end with a period.36
WarningsExpected an @return tag.40
WarningsFirst sentence should end with a period.42
WarningsExpected @param tag for 'properties'.46
WarningsFirst sentence should end with a period.48
WarningsFirst sentence should end with a period.54
WarningsExpected an @return tag.58
WarningsFirst sentence should end with a period.60
WarningsExpected @param tag for 'properties'.64

eu/scape_project/watch/interfaces/MonitorInterface.java

ViolationMessageLine
WarningsWrong order for 'eu.scape_project.watch.domain.AsyncRequest' import.5
WarningsLine is longer than 120 characters.23
WarningsExpected an @return tag.32

eu/scape_project/watch/listener/ApplicationStartupListener.java

ViolationMessageLine
WarningsWrong order for 'eu.scape_project.watch.dao.AsyncRequestDAO' import.13
WarningsUnused import - eu.scape_project.watch.notification.LogNotificationAdaptor.25
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsVariable 'cm' should be declared final.66
WarningsMissing a Javadoc comment.101
WarningsVariable 'et' should be declared final.102
Warnings',' is not followed by whitespace.102
WarningsVariable 'prop' should be declared final.103
WarningsVariable 'ent' should be declared final.104
WarningsLine is longer than 120 characters.105
WarningsVariable 'question1' should be declared final.105
Warnings'60' is a magic number.106
WarningsVariable 'not1config' should be declared final.107
WarningsVariable 'notification1' should be declared final.110
WarningsVariable 'asRe' should be declared final.114

eu/scape_project/watch/monitor/CentralMonitor.java

ViolationMessageLine
WarningsWrong order for 'eu.scape_project.watch.dao.AsyncRequestDAO' import.12
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.35
WarningsReference to instance variable 'monitors' needs "this.".36
WarningsReference to instance variable 'aRequests' needs "this.".37
WarningsMissing a Javadoc comment.41
WarningsParameter monitor should be final.41
WarningsVariable 'monitor' should be declared final.41
WarningsReference to instance variable 'monitors' needs "this.".42
WarningsMissing a Javadoc comment.46
WarningsParameter ar should be final.46
WarningsVariable 'ar' should be declared final.46
WarningsReference to instance variable 'asyncRequestDAO' needs "this.".47
WarningsReference to instance variable 'asyncRequestDAO' needs "this.".48
WarningsParameter ns should be final.52
WarningsVariable 'ns' should be declared final.52
Warnings'{' is not preceded with whitespace.52
WarningsReference to instance variable 'nService' needs "this.".53
WarningsReference to instance variable 'nService' needs "this.".57
WarningsMissing a Javadoc comment.60
WarningsParameter ids should be final.60
WarningsVariable 'ids' should be declared final.60
WarningsVariable 'tmp' should be declared final.63
WarningsReference to instance variable 'aRequests' needs "this.".70
WarningsReference to instance variable 'monitors' needs "this.".74
WarningsParameter object should be final.79
WarningsVariable 'object' should be declared final.79
WarningsVariable 'req' should be declared final.80
WarningsReference to instance variable 'aRequests' needs "this.".82
WarningsReference to instance variable 'aRequests' needs "this.".83
WarningsReference to instance variable 'monitors' needs "this.".84
WarningsParameter object should be final.91
WarningsVariable 'object' should be declared final.91
WarningsReference to instance variable 'aRequests' needs "this.".92
WarningsMissing a Javadoc comment.100
WarningsParameter uuid should be final.100
WarningsVariable 'uuid' should be declared final.100
WarningsReference to instance variable 'aRequests' needs "this.".102
Warnings'if' construct must use '{}'s.103
WarningsMissing a Javadoc comment.111
WarningsParameter aRequest should be final.111
WarningsVariable 'aRequest' should be declared final.111
WarningsVariable 'question' should be declared final.116
WarningsVariable 'result' should be declared final.117
Warnings'10' is a magic number.117
Warnings'>' is not preceded with whitespace.118
Warnings'>' is not followed by whitespace.118
Warnings'{' is not preceded with whitespace.118
Warnings'else' is not preceded with whitespace.120
Warnings'}' is not followed by whitespace.120
WarningsMissing a Javadoc comment.127
WarningsParameter trigger should be final.127
WarningsVariable 'trigger' should be declared final.127
WarningsReference to instance variable 'nService' needs "this.".128
Warnings'!=' is not preceded with whitespace.128
Warnings'!=' is not followed by whitespace.128
WarningsReference to instance variable 'nService' needs "this.".130
Warnings'else' is not preceded with whitespace.132
Warnings'}' is not followed by whitespace.132

eu/scape_project/watch/monitor/CollectionProfilerMonitor.java

ViolationMessageLine
WarningsWrong order for 'eu.scape_project.watch.dao.EntityDAO' import.13
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.31
WarningsName 'GROUP_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.31
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsReference to instance variable 'aRequestUUIDS' needs "this.".45
WarningsReference to instance variable 'adaptorJobs' needs "this.".46
WarningsReference to instance variable 'monitorType' needs "this.".47
WarningsReference to instance variable 'aRequestUUIDS' needs "this.".52
WarningsParameter arg0 should be final.64
WarningsVariable 'arg0' should be declared final.64
WarningsParameter arg0 should be final.70
WarningsVariable 'arg0' should be declared final.70
WarningsVariable 'aJob' should be declared final.71
WarningsReference to instance variable 'adaptorJobs' needs "this.".72
WarningsReference to instance variable 'adaptorJobs' needs "this.".73
WarningsParameter arg0 should be final.79
WarningsVariable 'arg0' should be declared final.79
WarningsParameter arg1 should be final.79
WarningsVariable 'arg1' should be declared final.79
WarningsVariable 'result' should be declared final.81
Warnings'!=' is not preceded with whitespace.83
Warnings'!=' is not followed by whitespace.83
Warnings'{' is not preceded with whitespace.83
WarningsVariable 'rValues' should be declared final.84
WarningsVariable 'e' should be declared final.86
WarningsVariable 'p' should be declared final.87
WarningsReference to instance variable 'centralMonitor' needs "this.".96
WarningsReference to instance variable 'aRequestUUIDS' needs "this.".96
Warnings'else' is not preceded with whitespace.97
Warnings'}' is not followed by whitespace.97
WarningsParameter cm should be final.104
WarningsVariable 'cm' should be declared final.104
WarningsReference to instance variable 'centralMonitor' needs "this.".105
WarningsParameter cs should be final.114
WarningsVariable 'cs' should be declared final.114
WarningsReference to instance variable 'coreScheduler' needs "this.".115
WarningsParameter aRequest should be final.120
WarningsVariable 'aRequest' should be declared final.120
WarningsReference to instance variable 'aRequestUUIDS' needs "this.".122
Warnings'{' is not preceded with whitespace.122
Warnings'if' construct must use '{}'s.123
WarningsReference to instance variable 'aRequestUUIDS' needs "this.".124
WarningsParameter aRequest should be final.130
WarningsVariable 'aRequest' should be declared final.130
WarningsReference to instance variable 'aRequestUUIDS' needs "this.".132
WarningsMissing a Javadoc comment.136
WarningsParameter aRequest should be final.136
WarningsVariable 'aRequest' should be declared final.136
WarningsVariable 'eType' should be declared final.139
Warnings'if' construct must use '{}'s.140
WarningsReference to instance variable 'monitorType' needs "this.".140

eu/scape_project/watch/plugin/PluginManager.java

ViolationMessageLine
WarningsUnused @throws tag for 'IllegalArgumentException'.271

eu/scape_project/watch/rest/WatchApplication.java

ViolationMessageLine
WarningsWrong order for 'java.util.HashSet' import.16

eu/scape_project/watch/rest/WatchClient.java

ViolationMessageLine
Warnings'eu.scape_project.watch.domain.AsyncRequest' should be separated from previous imports.8
WarningsWrong order for 'java.util.List' import.17
WarningsParameter start should be final.182
WarningsExpected @param tag for 'start'.182
WarningsVariable 'start' should be declared final.182
WarningsParameter max should be final.182
WarningsExpected @param tag for 'max'.182
WarningsVariable 'max' should be declared final.182
WarningsMethod call to 'listEntity' needs "this.".183
WarningsMissing a Javadoc comment.186
WarningsParameter type should be final.186
WarningsVariable 'type' should be declared final.186
WarningsParameter start should be final.186
WarningsVariable 'start' should be declared final.186
WarningsParameter max should be final.186
WarningsVariable 'max' should be declared final.186
WarningsAvoid inline conditionals.188

eu/scape_project/watch/rest/resource/AsyncRequestResource.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.46

eu/scape_project/watch/rest/resource/AsyncRequestResourceJSON.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/AsyncRequestResourceXML.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/EntityResource.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.58
WarningsThe String "Entity not found: " appears 2 times in the file.67
Warnings'}' is not preceded with whitespace.107
WarningsThe String "Entity type not found: " appears 2 times in the file.119
Warnings'}' is not preceded with whitespace.136
Warnings'}' is not preceded with whitespace.162

eu/scape_project/watch/rest/resource/EntityResourceJSON.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/EntityResourceXML.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/EntityTypeResource.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.55
Warnings'}' is not preceded with whitespace.115
WarningsThe String "Entity type not found: " appears 2 times in the file.125
Warnings'}' is not preceded with whitespace.140
WarningsLine is longer than 120 characters.142

eu/scape_project/watch/rest/resource/EntityTypeResourceJSON.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/EntityTypeResourceXML.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/JSONContextResolver.java

ViolationMessageLine
WarningsVariable 'jackson' should be declared final.42
WarningsVariable 'jaxb' should be declared final.43
WarningsVariable 'pair' should be declared final.44
WarningsMissing a Javadoc comment.64

eu/scape_project/watch/rest/resource/PropertyResource.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.60
WarningsLine is longer than 120 characters.103
WarningsLine is longer than 120 characters.104
Warnings'}' is not preceded with whitespace.125
Warnings'}' is not preceded with whitespace.158
WarningsThe String "Property not found: " appears 2 times in the file.169
Warnings'}' is not preceded with whitespace.186

eu/scape_project/watch/rest/resource/PropertyResourceJSON.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/PropertyValueResource.java

ViolationMessageLine
Warnings'thewebsemantic.binding.Jenabean' should be separated from previous imports.30
Warnings'}' is not preceded with whitespace.59
WarningsThe String ", property=" appears 3 times in the file.68
Warnings'}' is not preceded with whitespace.103
Warnings'}' is not preceded with whitespace.142
WarningsLine is longer than 120 characters.144
WarningsLine is longer than 120 characters.145
WarningsThe String "Property value not found entity=" appears 2 times in the file.155
Warnings'}' is not preceded with whitespace.172
WarningsLine is longer than 120 characters.174
WarningsLine is longer than 120 characters.175

eu/scape_project/watch/rest/resource/PropertyValueResourceJSON.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/PropertyValueResourceXML.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/RequestResource.java

ViolationMessageLine
WarningsLine is longer than 120 characters.64

eu/scape_project/watch/rest/resource/RequestResourceJSON.java

ViolationMessageLine
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/rest/resource/RequestResourceXML.java

ViolationMessageLine
WarningsWrong order for 'javax.ws.rs.Path' import.6
Warnings'}' is not preceded with whitespace.18

eu/scape_project/watch/scheduling/AdaptorJob.java

ViolationMessageLine
WarningsWrong order for 'eu.scape_project.watch.interfaces.AdaptorJobInterface' import.14
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.30
WarningsUnable to get class information for JobExecutionException.33
WarningsReference to instance variable 'adaptorClassName' needs "this.".37
WarningsReference to instance variable 'adaptorVersion' needs "this.".37
WarningsReference to instance variable 'adaptorProperties' needs "this.".43
Warnings'properties' hides a field.44
WarningsVariable 'properties' should be declared final.44
WarningsReference to instance variable 'adaptorProperties' needs "this.".45
WarningsVariable 'map' should be declared final.47
WarningsVariable 'e' should be declared final.61
WarningsParameter className should be final.70
WarningsVariable 'className' should be declared final.70
WarningsParameter version should be final.80
WarningsVariable 'version' should be declared final.80
WarningsParameter properties should be final.90
Warnings'properties' hides a field.90
WarningsVariable 'properties' should be declared final.90
WarningsParameter properties should be final.95
Warnings'properties' hides a field.95
WarningsVariable 'properties' should be declared final.95
WarningsReference to instance variable 'properties' needs "this.".101
WarningsMissing a Javadoc comment.104
WarningsDefinition of 'equals()' without corresponding definition of 'hashCode()'.108
WarningsParameter object should be final.109
WarningsVariable 'object' should be declared final.109
Warnings'if' construct must use '{}'s.110
Warnings'==' is not preceded with whitespace.110
Warnings'==' is not followed by whitespace.110
Warnings'if' construct must use '{}'s.112
Warnings'!=' is not preceded with whitespace.112
Warnings'!=' is not followed by whitespace.112
WarningsVariable 'aJob' should be declared final.114
WarningsLine is longer than 120 characters.115

eu/scape_project/watch/scheduling/CoreScheduler.java

ViolationMessageLine
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.26
WarningsReference to instance variable 'scheduler' needs "this.".28
WarningsReference to instance variable 'scheduler' needs "this.".30
WarningsVariable 'e' should be declared final.31
WarningsMissing a Javadoc comment.38
WarningsParameter sc should be final.38
WarningsVariable 'sc' should be declared final.38
Warnings'if' construct must use '{}'s.40
WarningsReference to instance variable 'scheduler' needs "this.".40
WarningsReference to instance variable 'scheduler' needs "this.".41
WarningsMissing a Javadoc comment.44
WarningsReference to instance variable 'scheduler' needs "this.".46
WarningsVariable 'e' should be declared final.47
WarningsMissing a Javadoc comment.53
WarningsReference to instance variable 'scheduler' needs "this.".55
WarningsVariable 'e' should be declared final.56
WarningsMissing a Javadoc comment.62
WarningsParameter jobDetail should be final.62
WarningsVariable 'jobDetail' should be declared final.62
WarningsParameter trigger should be final.62
WarningsVariable 'trigger' should be declared final.62
WarningsReference to instance variable 'scheduler' needs "this.".64
WarningsVariable 'e' should be declared final.65
WarningsMissing a Javadoc comment.72
WarningsParameter job should be final.72
WarningsVariable 'job' should be declared final.72
WarningsMethod call to 'scheduleJob' needs "this.".73
WarningsMissing a Javadoc comment.76
WarningsParameter jobListener should be final.76
WarningsVariable 'jobListener' should be declared final.76
WarningsParameter group should be final.76
WarningsVariable 'group' should be declared final.76
WarningsReference to instance variable 'scheduler' needs "this.".78
WarningsVariable 'e' should be declared final.79
WarningsReference to instance variable 'scheduler' needs "this.".86

eu/scape_project/watch/scheduling/SimpleAdaptorJob.java

ViolationMessageLine
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.20
WarningsReference to instance variable 'jobDetail' needs "this.".24
WarningsReference to instance variable 'trigger' needs "this.".29
WarningsVariable 'properties' should be declared final.34
WarningsReference to instance variable 'jobDetail' needs "this.".36
WarningsThe String "adaptor.name" appears 2 times in the file.37
WarningsThe String "adaptor.group" appears 2 times in the file.37
WarningsReference to instance variable 'trigger' needs "this.".43
WarningsLine is longer than 120 characters.49
WarningsMissing a Javadoc comment.52
WarningsParameter properties should be final.52
WarningsVariable 'properties' should be declared final.52
WarningsVariable 'prefix' should be declared final.55
WarningsVariable 'keys' should be declared final.56
WarningsVariable 'it' should be declared final.58
Warnings'{' is not preceded with whitespace.59
WarningsVariable 'key' should be declared final.60
Warnings'{' is not preceded with whitespace.61
WarningsVariable 'value' should be declared final.62
Warnings'+' is not preceded with whitespace.63
Warnings'+' is not followed by whitespace.63
Warnings'+' is not preceded with whitespace.63
Warnings'+' is not followed by whitespace.63
Warnings'+' is not preceded with whitespace.63
Warnings'+' is not followed by whitespace.63
Warnings'+' is not preceded with whitespace.66

eu/scape_project/watch/utils/AdaptorLoader.java

ViolationMessageLine
WarningsUnused import - com.ibm.icu.util.Calendar.14
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.34
WarningsName 'EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsReference to instance variable 'coreScheduler' needs "this.".48
WarningsParameter coreScheduler should be final.51
WarningsVariable 'coreScheduler' should be declared final.51
WarningsMissing a Javadoc comment.55
WarningsVariable 'conf' should be declared final.56
WarningsReference to instance variable 'adaptorFolder' needs "this.".57
WarningsReference to instance variable 'adaptorConfigs' needs "this.".58
WarningsReference to instance variable 'tempAdaptorConfigs' needs "this.".59
WarningsMissing a Javadoc comment.63
WarningsReference to instance variable 'loaderTimer' needs "this.".65
WarningsReference to instance variable 'loaderTimer' needs "this.".66
WarningsMissing a Javadoc comment.69
Warnings'if' construct must use '{}'s.70
WarningsReference to instance variable 'loaderTimer' needs "this.".70
WarningsReference to instance variable 'loaderTimer' needs "this.".71
WarningsMissing a Javadoc comment.74
WarningsParameter f should be final.74
WarningsVariable 'f' should be declared final.74
WarningsReference to instance variable 'adaptorConfigs' needs "this.".75
WarningsMissing a Javadoc comment.78
WarningsParameter f should be final.78
WarningsVariable 'f' should be declared final.78
WarningsReference to instance variable 'tempAdaptorConfigs' needs "this.".79
WarningsParameter f should be final.86
WarningsVariable 'f' should be declared final.86
WarningsMissing a Javadoc comment.90
WarningsReference to instance variable 'tempAdaptorConfigs' needs "this.".91
WarningsReference to instance variable 'tempAdaptorConfigs' needs "this.".92
WarningsVariable 'properties' should be declared final.93
WarningsVariable 'ajName' should be declared final.95
WarningsVariable 'adaptorJob' should be declared final.97
WarningsReference to instance variable 'coreScheduler' needs "this.".100
WarningsReference to instance variable 'adaptorConfigs' needs "this.".102
WarningsReference to instance variable 'tempAdaptorConfigs' needs "this.".104
WarningsMissing a Javadoc comment.108
WarningsParameter file should be final.108
WarningsVariable 'file' should be declared final.108
WarningsVariable 'tmp' should be declared final.109
WarningsVariable 'e' should be declared final.115
WarningsMissing a Javadoc comment.122
WarningsParameter name should be final.122
WarningsVariable 'name' should be declared final.122
WarningsVariable 'e' should be declared final.133
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.146
WarningsParameter f should be final.146
WarningsVariable 'f' should be declared final.146
Warnings'for' construct must use '{}'s.150
WarningsMethod call to 'scanForAdaptors' needs "this.".151
Warnings'if' construct must use '{}'s.154
WarningsMethod call to 'configFileExist' needs "this.".154
WarningsMethod call to 'addToTempAdaptorConfigs' needs "this.".155
WarningsReference to instance variable 'adaptorFolder' needs "this.".162
WarningsMethod call to 'scanForAdaptors' needs "this.".163
WarningsReference to instance variable 'adaptorFolder' needs "this.".163
WarningsMethod call to 'loadAdaptors' needs "this.".164

eu/scape_project/watch/utils/ApiAuthorizationFilterImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.43
WarningsLine is longer than 120 characters.76
WarningsExpected @param tag for 'apiPath'.76
WarningsExpected @param tag for 'method'.76
WarningsExpected @param tag for 'headers'.76
WarningsExpected @param tag for 'uriInfo'.76
WarningsMissing a Javadoc comment.85
WarningsParameter apiPath should be final.85
WarningsVariable 'apiPath' should be declared final.85
WarningsParameter headers should be final.85
WarningsVariable 'headers' should be declared final.85
WarningsParameter uriInfo should be final.85
WarningsVariable 'uriInfo' should be declared final.85
WarningsVariable 'apiKey' should be declared final.86
WarningsConditional logic can be removed.88
WarningsReference to instance variable 'securekeyId' needs "this.".88
WarningsMissing a Javadoc comment.98
WarningsParameter apiPath should be final.98
WarningsVariable 'apiPath' should be declared final.98
WarningsParameter isResource should be final.98
WarningsVariable 'isResource' should be declared final.98
Warnings'if' construct must use '{}'s.99
WarningsReference to instance variable 'isFilterInitialized' needs "this.".99
WarningsReference to instance variable 'classSecurityAnotations' needs "this.".102
WarningsReference to instance variable 'classSecurityAnotations' needs "this.".103
WarningsReference to instance variable 'methodSecurityAnotations' needs "this.".108
WarningsReference to instance variable 'methodSecurityAnotations' needs "this.".109
WarningsMissing a Javadoc comment.116
WarningsReference to instance variable 'classSecurityAnotations' needs "this.".118
WarningsReference to instance variable 'methodSecurityAnotations' needs "this.".121

eu/scape_project/watch/utils/ApiOriginFilter.java

ViolationMessageLine
WarningsUnable to get class information for ServletException.38
WarningsUnable to get class information for ServletException.51

eu/scape_project/watch/utils/ApiResponse.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.5
Warningsmember def modifier at indentation level 8 not at correct indentation, 27
WarningsFile contains tab characters (this is the first instance).7
WarningsMissing a Javadoc comment.7
Warningsmember def modifier at indentation level 8 not at correct indentation, 28
WarningsMissing a Javadoc comment.8
Warningsmember def modifier at indentation level 8 not at correct indentation, 29
WarningsMissing a Javadoc comment.9
Warningsmember def modifier at indentation level 8 not at correct indentation, 210
WarningsMissing a Javadoc comment.10
Warningsmember def modifier at indentation level 8 not at correct indentation, 211
WarningsMissing a Javadoc comment.11
Warningsmember def modifier at indentation level 8 not at correct indentation, 213
WarningsMissing a Javadoc comment.13
Warningsmember def modifier at indentation level 8 not at correct indentation, 214
WarningsMissing a Javadoc comment.14
Warningsmember def modifier at indentation level 8 not at correct indentation, 215
WarningsMissing a Javadoc comment.15
Warningsctor def modifier at indentation level 8 not at correct indentation, 217
WarningsMissing a Javadoc comment.17
Warningsctor def rcurly at indentation level 8 not at correct indentation, 218
Warningsctor def modifier at indentation level 8 not at correct indentation, 220
WarningsMissing a Javadoc comment.20
WarningsParameter code should be final.20
WarningsVariable 'code' should be declared final.20
WarningsParameter message should be final.20
WarningsVariable 'message' should be declared final.20
Warningsctor def child at indentation level 16 not at correct indentation, 421
Warningsswitch at indentation level 16 not at correct indentation, 422
Warningscase child at indentation level 16 not at correct indentation, 623
Warningsblock child at indentation level 24 not at correct indentation, 824
Warningsblock child at indentation level 24 not at correct indentation, 825
Warningscase child at indentation level 16 not at correct indentation, 626
Warningsblock child at indentation level 24 not at correct indentation, 827
Warningsblock child at indentation level 24 not at correct indentation, 828
Warningscase child at indentation level 16 not at correct indentation, 629
Warningsblock child at indentation level 24 not at correct indentation, 830
Warningsblock child at indentation level 24 not at correct indentation, 831
Warningscase child at indentation level 16 not at correct indentation, 632
Warningsblock child at indentation level 24 not at correct indentation, 833
Warningsblock child at indentation level 24 not at correct indentation, 834
Warningscase child at indentation level 16 not at correct indentation, 635
Warningsblock child at indentation level 24 not at correct indentation, 836
Warningsblock child at indentation level 24 not at correct indentation, 837
Warningscase child at indentation level 16 not at correct indentation, 638
Warningsblock child at indentation level 24 not at correct indentation, 839
Warningsblock child at indentation level 24 not at correct indentation, 840
Warningsswitch rcurly at indentation level 16 not at correct indentation, 441
Warningsctor def child at indentation level 16 not at correct indentation, 442
Warningsctor def rcurly at indentation level 8 not at correct indentation, 243
Warningsmethod def modifier at indentation level 8 not at correct indentation, 245
Warningsmethod def modifier at indentation level 8 not at correct indentation, 246
Warningsmethod def child at indentation level 16 not at correct indentation, 447
WarningsReference to instance variable 'code' needs "this.".47
Warningsmethod def rcurly at indentation level 8 not at correct indentation, 248
Warningsmethod def modifier at indentation level 8 not at correct indentation, 250
WarningsParameter code should be final.50
WarningsVariable 'code' should be declared final.50
Warningsmethod def child at indentation level 16 not at correct indentation, 451
Warningsmethod def rcurly at indentation level 8 not at correct indentation, 252
Warningsmethod def modifier at indentation level 8 not at correct indentation, 254
Warningsmethod def child at indentation level 16 not at correct indentation, 455
WarningsReference to instance variable 'type' needs "this.".55
Warningsmethod def rcurly at indentation level 8 not at correct indentation, 256
Warningsmethod def modifier at indentation level 8 not at correct indentation, 258
WarningsParameter type should be final.58
WarningsVariable 'type' should be declared final.58
Warningsmethod def child at indentation level 16 not at correct indentation, 459
Warningsmethod def rcurly at indentation level 8 not at correct indentation, 260
Warningsmethod def modifier at indentation level 8 not at correct indentation, 262
Warningsmethod def child at indentation level 16 not at correct indentation, 463
WarningsReference to instance variable 'message' needs "this.".63
Warningsmethod def rcurly at indentation level 8 not at correct indentation, 264
Warningsmethod def modifier at indentation level 8 not at correct indentation, 266
WarningsParameter message should be final.66
WarningsVariable 'message' should be declared final.66
Warningsmethod def child at indentation level 16 not at correct indentation, 467
Warningsmethod def rcurly at indentation level 8 not at correct indentation, 268

eu/scape_project/watch/utils/ComponentContainer.java

ViolationMessageLine
WarningsFirst sentence should end with a period.10
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.24
WarningsFirst sentence should end with a period.26
WarningsMissing a Javadoc comment.33
WarningsParameter flag should be final.33
WarningsVariable 'flag' should be declared final.33
WarningsReference to instance variable 'coreScheduler' needs "this.".36
WarningsReference to instance variable 'adaptorLoader' needs "this.".37
WarningsReference to instance variable 'centralMonitor' needs "this.".38
WarningsFirst sentence should end with a period.42
Warnings'if' construct must use '{}'s.47
WarningsReference to instance variable 'coreScheduler' needs "this.".47
WarningsReference to instance variable 'coreScheduler' needs "this.".48
Warnings'if' construct must use '{}'s.49
WarningsReference to instance variable 'adaptorLoader' needs "this.".49
WarningsReference to instance variable 'adaptorLoader' needs "this.".50
WarningsMissing a Javadoc comment.53
Warnings'if' construct must use '{}'s.55
WarningsReference to instance variable 'coreScheduler' needs "this.".55
WarningsReference to instance variable 'coreScheduler' needs "this.".56
Warnings'if' construct must use '{}'s.57
WarningsReference to instance variable 'adaptorLoader' needs "this.".57
WarningsReference to instance variable 'adaptorLoader' needs "this.".58
WarningsMissing a Javadoc comment.61
WarningsParameter monitor should be final.61
WarningsVariable 'monitor' should be declared final.61
Warnings'if' construct must use '{}'s.63
WarningsReference to instance variable 'centralMonitor' needs "this.".63
WarningsReference to instance variable 'centralMonitor' needs "this.".64
WarningsReference to instance variable 'coreScheduler' needs "this.".65
WarningsReference to instance variable 'coreScheduler' needs "this.".66
WarningsReference to instance variable 'coreScheduler' needs "this.".67
WarningsReference to instance variable 'coreScheduler' needs "this.".72
WarningsParameter coreScheduler should be final.75
WarningsVariable 'coreScheduler' should be declared final.75
WarningsReference to instance variable 'centralMonitor' needs "this.".80
WarningsParameter centralMonitor should be final.83
WarningsVariable 'centralMonitor' should be declared final.83
WarningsReference to instance variable 'adaptorLoader' needs "this.".88
WarningsMissing a Javadoc comment.91
WarningsParameter adaptorLoader should be final.91
WarningsVariable 'adaptorLoader' should be declared final.91
WarningsReference to instance variable 'coreScheduler' needs "this.".93

eu/scape_project/watch/utils/ConfigUtils.java

ViolationMessageLine
WarningsThe String "Could not close the stream in a clean fashion: {}" appears 2 times in the file.121

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

eu/scape_project/watch/utils/exception/ApiException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.7
Warningsmember def modifier at indentation level 8 not at correct indentation, 28
WarningsFile contains tab characters (this is the first instance).8
WarningsMissing a Javadoc comment.8
Warningsctor def modifier at indentation level 8 not at correct indentation, 210
WarningsMissing a Javadoc comment.10
WarningsParameter code should be final.10
WarningsVariable 'code' should be declared final.10
WarningsParameter message should be final.10
WarningsVariable 'message' should be declared final.10
Warningsctor def child at indentation level 16 not at correct indentation, 413
Warningsctor def rcurly at indentation level 8 not at correct indentation, 214
Warningsctor def modifier at indentation level 8 not at correct indentation, 216
WarningsMissing a Javadoc comment.16
WarningsParameter code should be final.16
WarningsVariable 'code' should be declared final.16
WarningsParameter e should be final.16
WarningsVariable 'e' should be declared final.16
Warningsctor def child at indentation level 16 not at correct indentation, 421
Warningsctor def rcurly at indentation level 8 not at correct indentation, 222

eu/scape_project/watch/utils/exception/BadRequestException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
Warningsmember def modifier at indentation level 8 not at correct indentation, 24
WarningsFile contains tab characters (this is the first instance).4
WarningsMissing a Javadoc comment.4
Warningsctor def modifier at indentation level 8 not at correct indentation, 25
WarningsMissing a Javadoc comment.5
Warnings'(' is preceded with whitespace.5
WarningsParameter code should be final.5
WarningsVariable 'code' should be declared final.5
WarningsParameter msg should be final.5
WarningsVariable 'msg' should be declared final.5
Warningsctor def child at indentation level 16 not at correct indentation, 47
Warningsctor def rcurly at indentation level 8 not at correct indentation, 28

eu/scape_project/watch/utils/exception/NotNullConstraintException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.11
WarningsParameter message should be final.11
WarningsVariable 'message' should be declared final.11
WarningsMissing a Javadoc comment.15
WarningsParameter cause should be final.15
WarningsVariable 'cause' should be declared final.15
WarningsMissing a Javadoc comment.19
WarningsParameter message should be final.19
WarningsVariable 'message' should be declared final.19
WarningsParameter cause should be final.19
WarningsVariable 'cause' should be declared final.19