The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
| 40 | |
| JavadocType | 5 | |
| JavadocVariable | 34 | |
| JavadocStyle | 9 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 2 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| 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 | 14 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
HiddenField
| 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 42 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
ImportOrder
| 4 | |
WhitespaceAround
| 29 | |
| ModifiedControlVariable | 0 | |
| MultipleStringLiterals | 3 | |
| RequireThis | 91 | |
| PackageDeclaration | 0 | |
FinalLocalVariable
| 74 | |
| UnnecessaryParentheses | 0 | |
| MissingOverride | 0 | |
| MemberName | 0 | |
LineLength
| 3 | |
Indentation
| 0 | |
| FileLength | 0 | |
| FileTabCharacter | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 24 | |
| Expected an @return tag. | 28 | |
| First sentence should end with a period. | 36 | |
| Expected an @return tag. | 40 | |
| First sentence should end with a period. | 42 | |
| Expected @param tag for 'properties'. | 46 | |
| First sentence should end with a period. | 48 | |
| First sentence should end with a period. | 54 | |
| Expected an @return tag. | 58 | |
| First sentence should end with a period. | 60 | |
| Expected @param tag for 'properties'. | 64 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'eu.scape_project.watch.domain.AsyncRequest' import. | 5 | |
| Line is longer than 120 characters. | 23 | |
| Expected an @return tag. | 32 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'eu.scape_project.watch.dao.AsyncRequestDAO' import. | 12 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Reference to instance variable 'monitors' needs "this.". | 36 | |
| Reference to instance variable 'aRequests' needs "this.". | 37 | |
| Missing a Javadoc comment. | 41 | |
| Parameter monitor should be final. | 41 | |
| Variable 'monitor' should be declared final. | 41 | |
| Reference to instance variable 'monitors' needs "this.". | 42 | |
| Missing a Javadoc comment. | 46 | |
| Parameter ar should be final. | 46 | |
| Variable 'ar' should be declared final. | 46 | |
| Reference to instance variable 'asyncRequestDAO' needs "this.". | 47 | |
| Reference to instance variable 'asyncRequestDAO' needs "this.". | 48 | |
| Parameter ns should be final. | 52 | |
| Variable 'ns' should be declared final. | 52 | |
| '{' is not preceded with whitespace. | 52 | |
| Reference to instance variable 'nService' needs "this.". | 53 | |
| Reference to instance variable 'nService' needs "this.". | 57 | |
| Missing a Javadoc comment. | 60 | |
| Parameter ids should be final. | 60 | |
| Variable 'ids' should be declared final. | 60 | |
| Variable 'tmp' should be declared final. | 63 | |
| Reference to instance variable 'aRequests' needs "this.". | 70 | |
| Reference to instance variable 'monitors' needs "this.". | 74 | |
| Parameter object should be final. | 79 | |
| Variable 'object' should be declared final. | 79 | |
| Variable 'req' should be declared final. | 80 | |
| Reference to instance variable 'aRequests' needs "this.". | 82 | |
| Reference to instance variable 'aRequests' needs "this.". | 83 | |
| Reference to instance variable 'monitors' needs "this.". | 84 | |
| Parameter object should be final. | 91 | |
| Variable 'object' should be declared final. | 91 | |
| Reference to instance variable 'aRequests' needs "this.". | 92 | |
| Missing a Javadoc comment. | 100 | |
| Parameter uuid should be final. | 100 | |
| Variable 'uuid' should be declared final. | 100 | |
| Reference to instance variable 'aRequests' needs "this.". | 102 | |
| 'if' construct must use '{}'s. | 103 | |
| Missing a Javadoc comment. | 111 | |
| Parameter aRequest should be final. | 111 | |
| Variable 'aRequest' should be declared final. | 111 | |
| Variable 'question' should be declared final. | 116 | |
| Variable 'result' should be declared final. | 117 | |
| '10' is a magic number. | 117 | |
| '>' is not preceded with whitespace. | 118 | |
| '>' is not followed by whitespace. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| 'else' is not preceded with whitespace. | 120 | |
| '}' is not followed by whitespace. | 120 | |
| Missing a Javadoc comment. | 127 | |
| Parameter trigger should be final. | 127 | |
| Variable 'trigger' should be declared final. | 127 | |
| Reference to instance variable 'nService' needs "this.". | 128 | |
| '!=' is not preceded with whitespace. | 128 | |
| '!=' is not followed by whitespace. | 128 | |
| Reference to instance variable 'nService' needs "this.". | 130 | |
| 'else' is not preceded with whitespace. | 132 | |
| '}' is not followed by whitespace. | 132 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'eu.scape_project.watch.dao.EntityDAO' import. | 13 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Name 'GROUP_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Reference to instance variable 'aRequestUUIDS' needs "this.". | 45 | |
| Reference to instance variable 'adaptorJobs' needs "this.". | 46 | |
| Reference to instance variable 'monitorType' needs "this.". | 47 | |
| Reference to instance variable 'aRequestUUIDS' needs "this.". | 52 | |
| Parameter arg0 should be final. | 64 | |
| Variable 'arg0' should be declared final. | 64 | |
| Parameter arg0 should be final. | 70 | |
| Variable 'arg0' should be declared final. | 70 | |
| Variable 'aJob' should be declared final. | 71 | |
| Reference to instance variable 'adaptorJobs' needs "this.". | 72 | |
| Reference to instance variable 'adaptorJobs' needs "this.". | 73 | |
| Parameter arg0 should be final. | 79 | |
| Variable 'arg0' should be declared final. | 79 | |
| Parameter arg1 should be final. | 79 | |
| Variable 'arg1' should be declared final. | 79 | |
| Variable 'result' should be declared final. | 81 | |
| '!=' is not preceded with whitespace. | 83 | |
| '!=' is not followed by whitespace. | 83 | |
| '{' is not preceded with whitespace. | 83 | |
| Variable 'rValues' should be declared final. | 84 | |
| Variable 'e' should be declared final. | 86 | |
| Variable 'p' should be declared final. | 87 | |
| Reference to instance variable 'centralMonitor' needs "this.". | 96 | |
| Reference to instance variable 'aRequestUUIDS' needs "this.". | 96 | |
| 'else' is not preceded with whitespace. | 97 | |
| '}' is not followed by whitespace. | 97 | |
| Parameter cm should be final. | 104 | |
| Variable 'cm' should be declared final. | 104 | |
| Reference to instance variable 'centralMonitor' needs "this.". | 105 | |
| Parameter cs should be final. | 114 | |
| Variable 'cs' should be declared final. | 114 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 115 | |
| Parameter aRequest should be final. | 120 | |
| Variable 'aRequest' should be declared final. | 120 | |
| Reference to instance variable 'aRequestUUIDS' needs "this.". | 122 | |
| '{' is not preceded with whitespace. | 122 | |
| 'if' construct must use '{}'s. | 123 | |
| Reference to instance variable 'aRequestUUIDS' needs "this.". | 124 | |
| Parameter aRequest should be final. | 130 | |
| Variable 'aRequest' should be declared final. | 130 | |
| Reference to instance variable 'aRequestUUIDS' needs "this.". | 132 | |
| Missing a Javadoc comment. | 136 | |
| Parameter aRequest should be final. | 136 | |
| Variable 'aRequest' should be declared final. | 136 | |
| Variable 'eType' should be declared final. | 139 | |
| 'if' construct must use '{}'s. | 140 | |
| Reference to instance variable 'monitorType' needs "this.". | 140 |
| Violation | Message | Line |
|---|---|---|
| Unused @throws tag for 'IllegalArgumentException'. | 271 |
| Violation | Message | Line |
|---|---|---|
| Wrong order for 'eu.scape_project.watch.interfaces.AdaptorJobInterface' import. | 14 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Reference to instance variable 'adaptorClassName' needs "this.". | 37 | |
| Reference to instance variable 'adaptorVersion' needs "this.". | 37 | |
| Reference to instance variable 'adaptorProperties' needs "this.". | 43 | |
| 'properties' hides a field. | 44 | |
| Variable 'properties' should be declared final. | 44 | |
| Reference to instance variable 'adaptorProperties' needs "this.". | 45 | |
| Variable 'map' should be declared final. | 47 | |
| Variable 'e' should be declared final. | 61 | |
| Parameter className should be final. | 70 | |
| Variable 'className' should be declared final. | 70 | |
| Parameter version should be final. | 80 | |
| Variable 'version' should be declared final. | 80 | |
| Parameter properties should be final. | 90 | |
| 'properties' hides a field. | 90 | |
| Variable 'properties' should be declared final. | 90 | |
| Parameter properties should be final. | 95 | |
| 'properties' hides a field. | 95 | |
| Variable 'properties' should be declared final. | 95 | |
| Reference to instance variable 'properties' needs "this.". | 101 | |
| Missing a Javadoc comment. | 104 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 108 | |
| Parameter object should be final. | 109 | |
| Variable 'object' should be declared final. | 109 | |
| 'if' construct must use '{}'s. | 110 | |
| '==' is not preceded with whitespace. | 110 | |
| '==' is not followed by whitespace. | 110 | |
| 'if' construct must use '{}'s. | 112 | |
| '!=' is not preceded with whitespace. | 112 | |
| '!=' is not followed by whitespace. | 112 | |
| Variable 'aJob' should be declared final. | 114 | |
| Line is longer than 120 characters. | 115 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Reference to instance variable 'scheduler' needs "this.". | 28 | |
| Reference to instance variable 'scheduler' needs "this.". | 30 | |
| Variable 'e' should be declared final. | 31 | |
| Missing a Javadoc comment. | 38 | |
| Parameter sc should be final. | 38 | |
| Variable 'sc' should be declared final. | 38 | |
| 'if' construct must use '{}'s. | 40 | |
| Reference to instance variable 'scheduler' needs "this.". | 40 | |
| Reference to instance variable 'scheduler' needs "this.". | 41 | |
| Missing a Javadoc comment. | 44 | |
| Reference to instance variable 'scheduler' needs "this.". | 46 | |
| Variable 'e' should be declared final. | 47 | |
| Missing a Javadoc comment. | 53 | |
| Reference to instance variable 'scheduler' needs "this.". | 55 | |
| Variable 'e' should be declared final. | 56 | |
| Missing a Javadoc comment. | 62 | |
| Parameter jobDetail should be final. | 62 | |
| Variable 'jobDetail' should be declared final. | 62 | |
| Parameter trigger should be final. | 62 | |
| Variable 'trigger' should be declared final. | 62 | |
| Reference to instance variable 'scheduler' needs "this.". | 64 | |
| Variable 'e' should be declared final. | 65 | |
| Missing a Javadoc comment. | 72 | |
| Parameter job should be final. | 72 | |
| Variable 'job' should be declared final. | 72 | |
| Method call to 'scheduleJob' needs "this.". | 73 | |
| Missing a Javadoc comment. | 76 | |
| Parameter jobListener should be final. | 76 | |
| Variable 'jobListener' should be declared final. | 76 | |
| Parameter group should be final. | 76 | |
| Variable 'group' should be declared final. | 76 | |
| Reference to instance variable 'scheduler' needs "this.". | 78 | |
| Variable 'e' should be declared final. | 79 | |
| Reference to instance variable 'scheduler' needs "this.". | 86 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Reference to instance variable 'jobDetail' needs "this.". | 24 | |
| Reference to instance variable 'trigger' needs "this.". | 29 | |
| Variable 'properties' should be declared final. | 34 | |
| Reference to instance variable 'jobDetail' needs "this.". | 36 | |
| The String "adaptor.name" appears 2 times in the file. | 37 | |
| The String "adaptor.group" appears 2 times in the file. | 37 | |
| Reference to instance variable 'trigger' needs "this.". | 43 | |
| Line is longer than 120 characters. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Parameter properties should be final. | 52 | |
| Variable 'properties' should be declared final. | 52 | |
| Variable 'prefix' should be declared final. | 55 | |
| Variable 'keys' should be declared final. | 56 | |
| Variable 'it' should be declared final. | 58 | |
| '{' is not preceded with whitespace. | 59 | |
| Variable 'key' should be declared final. | 60 | |
| '{' is not preceded with whitespace. | 61 | |
| Variable 'value' should be declared final. | 62 | |
| '+' is not preceded with whitespace. | 63 | |
| '+' is not followed by whitespace. | 63 | |
| '+' is not preceded with whitespace. | 63 | |
| '+' is not followed by whitespace. | 63 | |
| '+' is not preceded with whitespace. | 63 | |
| '+' is not followed by whitespace. | 63 | |
| '+' is not preceded with whitespace. | 66 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.ibm.icu.util.Calendar. | 14 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Name 'EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 48 | |
| Parameter coreScheduler should be final. | 51 | |
| Variable 'coreScheduler' should be declared final. | 51 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'conf' should be declared final. | 56 | |
| Reference to instance variable 'adaptorFolder' needs "this.". | 57 | |
| Reference to instance variable 'adaptorConfigs' needs "this.". | 58 | |
| Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 59 | |
| Missing a Javadoc comment. | 63 | |
| Reference to instance variable 'loaderTimer' needs "this.". | 65 | |
| Reference to instance variable 'loaderTimer' needs "this.". | 66 | |
| Missing a Javadoc comment. | 69 | |
| 'if' construct must use '{}'s. | 70 | |
| Reference to instance variable 'loaderTimer' needs "this.". | 70 | |
| Reference to instance variable 'loaderTimer' needs "this.". | 71 | |
| Missing a Javadoc comment. | 74 | |
| Parameter f should be final. | 74 | |
| Variable 'f' should be declared final. | 74 | |
| Reference to instance variable 'adaptorConfigs' needs "this.". | 75 | |
| Missing a Javadoc comment. | 78 | |
| Parameter f should be final. | 78 | |
| Variable 'f' should be declared final. | 78 | |
| Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 79 | |
| Parameter f should be final. | 86 | |
| Variable 'f' should be declared final. | 86 | |
| Missing a Javadoc comment. | 90 | |
| Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 91 | |
| Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 92 | |
| Variable 'properties' should be declared final. | 93 | |
| Variable 'ajName' should be declared final. | 95 | |
| Variable 'adaptorJob' should be declared final. | 97 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 100 | |
| Reference to instance variable 'adaptorConfigs' needs "this.". | 102 | |
| Reference to instance variable 'tempAdaptorConfigs' needs "this.". | 104 | |
| Missing a Javadoc comment. | 108 | |
| Parameter file should be final. | 108 | |
| Variable 'file' should be declared final. | 108 | |
| Variable 'tmp' should be declared final. | 109 | |
| Variable 'e' should be declared final. | 115 | |
| Missing a Javadoc comment. | 122 | |
| Parameter name should be final. | 122 | |
| Variable 'name' should be declared final. | 122 | |
| Variable 'e' should be declared final. | 133 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 146 | |
| Parameter f should be final. | 146 | |
| Variable 'f' should be declared final. | 146 | |
| 'for' construct must use '{}'s. | 150 | |
| Method call to 'scanForAdaptors' needs "this.". | 151 | |
| 'if' construct must use '{}'s. | 154 | |
| Method call to 'configFileExist' needs "this.". | 154 | |
| Method call to 'addToTempAdaptorConfigs' needs "this.". | 155 | |
| Reference to instance variable 'adaptorFolder' needs "this.". | 162 | |
| Method call to 'scanForAdaptors' needs "this.". | 163 | |
| Reference to instance variable 'adaptorFolder' needs "this.". | 163 | |
| Method call to 'loadAdaptors' needs "this.". | 164 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 10 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| First sentence should end with a period. | 26 | |
| Missing a Javadoc comment. | 33 | |
| Parameter flag should be final. | 33 | |
| Variable 'flag' should be declared final. | 33 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 36 | |
| Reference to instance variable 'adaptorLoader' needs "this.". | 37 | |
| Reference to instance variable 'centralMonitor' needs "this.". | 38 | |
| First sentence should end with a period. | 42 | |
| 'if' construct must use '{}'s. | 47 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 47 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 48 | |
| 'if' construct must use '{}'s. | 49 | |
| Reference to instance variable 'adaptorLoader' needs "this.". | 49 | |
| Reference to instance variable 'adaptorLoader' needs "this.". | 50 | |
| Missing a Javadoc comment. | 53 | |
| 'if' construct must use '{}'s. | 55 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 55 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 56 | |
| 'if' construct must use '{}'s. | 57 | |
| Reference to instance variable 'adaptorLoader' needs "this.". | 57 | |
| Reference to instance variable 'adaptorLoader' needs "this.". | 58 | |
| Missing a Javadoc comment. | 61 | |
| Parameter monitor should be final. | 61 | |
| Variable 'monitor' should be declared final. | 61 | |
| 'if' construct must use '{}'s. | 63 | |
| Reference to instance variable 'centralMonitor' needs "this.". | 63 | |
| Reference to instance variable 'centralMonitor' needs "this.". | 64 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 65 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 66 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 67 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 72 | |
| Parameter coreScheduler should be final. | 75 | |
| Variable 'coreScheduler' should be declared final. | 75 | |
| Reference to instance variable 'centralMonitor' needs "this.". | 80 | |
| Parameter centralMonitor should be final. | 83 | |
| Variable 'centralMonitor' should be declared final. | 83 | |
| Reference to instance variable 'adaptorLoader' needs "this.". | 88 | |
| Missing a Javadoc comment. | 91 | |
| Parameter adaptorLoader should be final. | 91 | |
| Variable 'adaptorLoader' should be declared final. | 91 | |
| Reference to instance variable 'coreScheduler' needs "this.". | 93 |