The following document contains the results of Checkstyle.
Files
Details
org/apache/oodt/cas/workflow/examples/FilterTask.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
'static' modifier out of order with the JLS suggestions. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Parameter metadata should be final. | 57 | |
Parameter config should be final. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 |
org/apache/oodt/cas/workflow/instrepo/MemoryWorkflowInstanceRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
First sentence should end with a period. | 34 | |
'20' is a magic number. | 41 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 48 | |
Method 'createInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 |
org/apache/oodt/cas/workflow/structs/WorkflowCondition.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 39 | |
Variable 'conditionInstanceClassName' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 42 | |
Variable 'order' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 45 | |
Variable 'condConfig' must be private and have accessor methods. | 45 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
First sentence should end with a period. | 51 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 65 | |
Parameter conditionName should be final. | 77 | |
'conditionName' hides a field. | 77 | |
Parameter conditionId should be final. | 77 | |
'conditionId' hides a field. | 77 | |
Parameter instanceClass should be final. | 78 | |
Parameter order should be final. | 78 | |
'order' hides a field. | 78 | |
Method 'getTaskConfig' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Unused @param tag for 'taskConfig'. | 97 | |
Method 'setCondConfig' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter condConfig should be final. | 100 | |
'condConfig' hides a field. | 100 | |
Expected @param tag for 'condConfig'. | 100 | |
Line has trailing spaces. | 105 | |
Method 'getCondConfig' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Method 'getConditionId' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'setConditionId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter conditionId should be final. | 123 | |
'conditionId' hides a field. | 123 | |
Method 'getConditionName' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'setConditionName' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter conditionName should be final. | 138 | |
'conditionName' hides a field. | 138 | |
Method 'getConditionInstanceClassName' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Method 'setConditionInstanceClassName' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter conditionInstanceClassName should be final. | 153 | |
'conditionInstanceClassName' hides a field. | 153 | |
Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter order should be final. | 168 | |
'order' hides a field. | 168 | |
Method 'getTimeoutSeconds' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Method 'setTimeoutSeconds' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Parameter timeoutSeconds should be final. | 182 | |
'timeoutSeconds' hides a field. | 182 | |
Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter optional should be final. | 196 | |
'optional' hides a field. | 196 |
org/apache/oodt/cas/workflow/engine/runner/ResourceRunnerFactory.java
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Method 'createEngineRunner' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 60 | |
Method 'setResourceManagerUrl' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter resUrl should be final. | 65 | |
'resUrl' hides a field. | 65 | |
Line has trailing spaces. | 68 | |
Method 'getWorkflowInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line has trailing spaces. | 73 |
org/apache/oodt/cas/workflow/structs/HighestFIFOPrioritySorter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Parameter secondsBetweenBoosts should be final. | 51 | |
'secondsBetweenBoosts' hides a field. | 51 | |
Parameter boostAmount should be final. | 52 | |
'boostAmount' hides a field. | 52 | |
Parameter boostCap should be final. | 52 | |
'boostCap' hides a field. | 52 | |
Line has trailing spaces. | 60 | |
Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter candidates should be final. | 65 | |
'<' is not preceded with whitespace. | 65 | |
'<' is not followed by whitespace. | 65 | |
'>' is not preceded with whitespace. | 65 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
'>' is not followed by whitespace. | 67 | |
Parameter o1 should be final. | 68 | |
Parameter o2 should be final. | 68 | |
Missing a Javadoc comment. | 74 | |
Parameter processorStub should be final. | 74 | |
'1000.0' is a magic number. | 88 |
org/apache/oodt/cas/workflow/examples/GoodbyeWorld.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter metadata should be final. | 47 | |
Parameter config should be final. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
'+' is not preceded with whitespace. | 48 | |
'+' is not followed by whitespace. | 48 | |
Line contains a tab character. | 50 |
org/apache/oodt/cas/workflow/examples/FalseCondition.java
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter metadata should be final. | 46 | |
Parameter config should be final. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 |
org/apache/oodt/cas/workflow/lifecycle/WorkflowLifecycleMetKeys.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
interfaces should describe a type and hence have methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 |
org/apache/oodt/cas/workflow/lifecycle/WorkflowLifecycleStage.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
'<' is not preceded with whitespace. | 38 | |
'<' is not followed by whitespace. | 38 | |
'>' is not preceded with whitespace. | 38 | |
Line has trailing spaces. | 42 | |
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 | |
'>' is not followed by whitespace. | 45 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 56 | |
Parameter name should be final. | 61 | |
'name' hides a field. | 61 | |
Parameter states should be final. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'states' hides a field. | 61 | |
Parameter order should be final. | 62 | |
'order' hides a field. | 62 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter name should be final. | 79 | |
'name' hides a field. | 79 | |
Method 'getStates' is not designed for extension - needs to be abstract, final or empty. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
Method 'setStates' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Parameter states should be final. | 94 | |
'<' is not preceded with whitespace. | 94 | |
'<' is not followed by whitespace. | 94 | |
'>' is not preceded with whitespace. | 94 | |
'states' hides a field. | 94 | |
Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Parameter order should be final. | 109 | |
'order' hides a field. | 109 | |
Line has trailing spaces. | 115 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Line has trailing spaces. | 124 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter stage should be final. | 128 | |
Line has trailing spaces. | 134 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 |
org/apache/oodt/cas/workflow/examples/BranchRedirector.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 48 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter metadata should be final. | 55 | |
Parameter config should be final. | 55 |
org/apache/oodt/cas/workflow/structs/WorkflowTaskInstance.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 44 | |
Redundant 'public' modifier. | 44 | |
Expected @throws tag for 'WorkflowTaskInstanceException'. | 44 |
org/apache/oodt/cas/workflow/metadata/CoreMetKeys.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
interfaces should describe a type and hence have methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 |
org/apache/oodt/cas/workflow/cli/action/DynWorkflowCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter printer should be final. | 45 | |
Method 'setTaskIds' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter taskIds should be final. | 60 | |
'<' is not preceded with whitespace. | 60 | |
'<' is not followed by whitespace. | 60 | |
'>' is not preceded with whitespace. | 60 | |
'taskIds' hides a field. | 60 | |
Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter metadata should be final. | 64 | |
'<' is not preceded with whitespace. | 64 | |
'<' is not followed by whitespace. | 64 | |
'>' is not preceded with whitespace. | 64 | |
'metadata' hides a field. | 64 |
org/apache/oodt/cas/workflow/structs/Workflow.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
Missing a Javadoc comment. | 59 | |
'<' is not preceded with whitespace. | 59 | |
'<' is not followed by whitespace. | 59 | |
'>' is not preceded with whitespace. | 59 | |
Missing a Javadoc comment. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
First sentence should end with a period. | 63 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'>' is not followed by whitespace. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'>' is not followed by whitespace. | 68 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
'>' is not followed by whitespace. | 69 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 83 | |
Parameter name should be final. | 89 | |
'name' hides a field. | 89 | |
Parameter id should be final. | 89 | |
'id' hides a field. | 89 | |
Parameter tasks should be final. | 89 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'tasks' hides a field. | 89 | |
Parameter conditions should be final. | 90 | |
'<' is not preceded with whitespace. | 90 | |
'<' is not followed by whitespace. | 90 | |
'>' is not preceded with whitespace. | 90 | |
'<' is not preceded with whitespace. | 92 | |
'<' is not followed by whitespace. | 92 | |
'>' is not preceded with whitespace. | 92 | |
'>' is not followed by whitespace. | 92 | |
Line has trailing spaces. | 96 | |
Parameter name should be final. | 108 | |
'name' hides a field. | 108 | |
Parameter id should be final. | 108 | |
'id' hides a field. | 108 | |
Parameter tasks should be final. | 108 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
'tasks' hides a field. | 108 | |
Parameter preConditions should be final. | 109 | |
'<' is not preceded with whitespace. | 109 | |
'<' is not followed by whitespace. | 109 | |
'>' is not preceded with whitespace. | 109 | |
'preConditions' hides a field. | 109 | |
Parameter postConditions should be final. | 110 | |
'<' is not preceded with whitespace. | 110 | |
'<' is not followed by whitespace. | 110 | |
'>' is not preceded with whitespace. | 110 | |
'postConditions' hides a field. | 110 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter id should be final. | 130 | |
'id' hides a field. | 130 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Parameter name should be final. | 145 | |
'name' hides a field. | 145 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 154 | |
Method 'getConditions' is not designed for extension - needs to be abstract, final or empty. | 157 | |
'<' is not preceded with whitespace. | 158 | |
'<' is not followed by whitespace. | 158 | |
'>' is not preceded with whitespace. | 158 | |
Line has trailing spaces. | 163 | |
Line has trailing spaces. | 165 | |
Method 'setConditions' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Parameter conditions should be final. | 170 | |
'<' is not preceded with whitespace. | 170 | |
'<' is not followed by whitespace. | 170 | |
'>' is not preceded with whitespace. | 170 | |
Method 'setTasks' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Parameter tasks should be final. | 178 | |
'<' is not preceded with whitespace. | 178 | |
'<' is not followed by whitespace. | 178 | |
'>' is not preceded with whitespace. | 178 | |
'tasks' hides a field. | 178 | |
Method 'getTasks' is not designed for extension - needs to be abstract, final or empty. | 185 | |
'<' is not preceded with whitespace. | 185 | |
'<' is not followed by whitespace. | 185 | |
'>' is not preceded with whitespace. | 185 | |
Method 'getPreConditions' is not designed for extension - needs to be abstract, final or empty. | 192 | |
'<' is not preceded with whitespace. | 192 | |
'<' is not followed by whitespace. | 192 | |
'>' is not preceded with whitespace. | 192 | |
Method 'setPreConditions' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Parameter preConditions should be final. | 199 | |
'<' is not preceded with whitespace. | 199 | |
'<' is not followed by whitespace. | 199 | |
'>' is not preceded with whitespace. | 199 | |
'preConditions' hides a field. | 199 | |
Method 'getPostConditions' is not designed for extension - needs to be abstract, final or empty. | 206 | |
'<' is not preceded with whitespace. | 206 | |
'<' is not followed by whitespace. | 206 | |
'>' is not preceded with whitespace. | 206 | |
Method 'setPostConditions' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Parameter postConditions should be final. | 213 | |
'<' is not preceded with whitespace. | 213 | |
'<' is not followed by whitespace. | 213 | |
'>' is not preceded with whitespace. | 213 | |
'postConditions' hides a field. | 213 |
org/apache/oodt/cas/workflow/engine/processor/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/engine/processor/WorkflowProcessorBuilder.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 40 | |
Class WorkflowProcessorBuilder should be declared as final. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
Parameter id should be final. | 62 | |
'id' hides a field. | 62 | |
Missing a Javadoc comment. | 67 | |
Parameter lifecycleManager should be final. | 68 | |
'lifecycleManager' hides a field. | 68 | |
Missing a Javadoc comment. | 73 | |
Parameter priority should be final. | 73 | |
'priority' hides a field. | 73 | |
Line is longer than 80 characters. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter workflowInstance should be final. | 78 | |
'workflowInstance' hides a field. | 78 | |
Missing a Javadoc comment. | 83 | |
Parameter wpb should be final. | 83 | |
Parameter clazz should be final. | 84 | |
'<' is not preceded with whitespace. | 84 | |
'<' is not followed by whitespace. | 84 | |
'?' is not preceded with whitespace. | 84 | |
'>' is not preceded with whitespace. | 84 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 85 | |
Redundant throws: 'SecurityException' is unchecked exception. | 86 | |
Missing a Javadoc comment. | 91 | |
Parameter clazz should be final. | 91 | |
'<' is not preceded with whitespace. | 91 | |
'<' is not followed by whitespace. | 91 | |
'?' is not preceded with whitespace. | 91 | |
'>' is not preceded with whitespace. | 91 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 93 | |
Redundant throws: 'SecurityException' is unchecked exception. | 93 | |
'<' is not preceded with whitespace. | 95 | |
'<' is not followed by whitespace. | 95 | |
'?' is not preceded with whitespace. | 95 | |
'>' is not preceded with whitespace. | 95 | |
'{' is followed by whitespace. | 96 | |
'if' construct must use '{}'s. | 100 | |
'if' construct must use '{}'s. | 102 | |
'if' construct must use '{}'s. | 104 | |
'{' is not preceded with whitespace. | 106 |
org/apache/oodt/cas/workflow/structs/ParentChildWorkflow.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Parameter workflow should be final. | 36 | |
Missing a Javadoc comment. | 42 | |
Parameter graph should be final. | 42 | |
'graph' hides a field. | 42 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Avoid inline conditionals. | 54 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'>' is not followed by whitespace. | 61 | |
'<' is not preceded with whitespace. | 72 | |
'<' is not followed by whitespace. | 72 | |
'>' is not preceded with whitespace. | 72 | |
'>' is not followed by whitespace. | 72 | |
Method 'getGraph' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Method 'setGraph' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter graph should be final. | 106 | |
'graph' hides a field. | 106 |
org/apache/oodt/cas/workflow/instrepo/WorkflowInstanceRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 33 | |
Redundant 'public' modifier. | 36 |
org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngineFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 58 | |
Method 'createWorkflowEngine' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Method 'getModelRepository' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'getWaitSeconds' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'getEngineRunner' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'getWorkflowLifecycle' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Method 'getPrioritizer' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Method 'getWorkflowInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 |
org/apache/oodt/cas/workflow/cli/action/GetWorkflowsByEventCliAction.java
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Missing a Javadoc comment. | 34 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter printer should be final. | 37 | |
'<' is not preceded with whitespace. | 41 | |
'<' is not followed by whitespace. | 41 | |
'>' is not preceded with whitespace. | 41 | |
Method 'setEventName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter eventName should be final. | 58 | |
'eventName' hides a field. | 58 |
org/apache/oodt/cas/workflow/instrepo/LuceneWorkflowInstanceRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 54 | |
'20' is a magic number. | 65 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 72 | |
Method 'createInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 |
org/apache/oodt/cas/workflow/repository/WorkflowRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 28 | |
Redundant 'public' modifier. | 35 |
org/apache/oodt/cas/workflow/util/DbStructFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 45 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
Parameter rs should be final. | 52 | |
Missing a Javadoc comment. | 57 | |
Parameter rs should be final. | 57 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 77 | |
Parameter rs should be final. | 77 | |
Missing a Javadoc comment. | 85 | |
Parameter rs should be final. | 85 | |
Parameter setOrder should be final. | 85 | |
'else' construct must use '{}'s. | 98 | |
Missing a Javadoc comment. | 102 | |
Parameter rs should be final. | 102 | |
Parameter setOrder should be final. | 103 | |
Line is longer than 80 characters. | 113 | |
'else' construct must use '{}'s. | 119 |
org/apache/oodt/cas/workflow/cli/action/GetLastPageCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 35 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter printer should be final. | 39 | |
'<' is not preceded with whitespace. | 60 | |
'<' is not followed by whitespace. | 60 | |
'>' is not preceded with whitespace. | 60 | |
'>' is not followed by whitespace. | 60 | |
Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter status should be final. | 78 | |
'status' hides a field. | 78 |
org/apache/oodt/cas/workflow/instrepo/DataSourceWorkflowInstanceRepository.java
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository. | 23 | |
Unused import - org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository. | 23 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Parameter ds should be final. | 65 | |
Parameter quoteFields should be final. | 66 | |
'quoteFields' hides a field. | 66 | |
Parameter pageSize should be final. | 66 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 75 | |
Method 'addWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter wInst should be final. | 77 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 111 | |
'+' is not preceded with whitespace. | 111 | |
'+' is not followed by whitespace. | 111 | |
'+' is not preceded with whitespace. | 111 | |
'+' is not followed by whitespace. | 111 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 143 | |
Must have at least one statement. | 152 | |
Must have at least one statement. | 161 | |
Must have at least one statement. | 171 | |
Line has trailing spaces. | 182 | |
Line is longer than 80 characters. | 183 | |
Method 'updateWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter wInst should be final. | 185 | |
'+' is not followed by whitespace. | 218 | |
Must have at least one statement. | 246 | |
Must have at least one statement. | 256 | |
Line has trailing spaces. | 267 | |
Line is longer than 80 characters. | 268 | |
Method 'removeWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Missing a Javadoc comment. | 270 | |
Parameter wInst should be final. | 270 | |
Must have at least one statement. | 307 | |
Must have at least one statement. | 317 | |
Line has trailing spaces. | 328 | |
Line is longer than 80 characters. | 329 | |
Method 'getWorkflowInstanceById' is not designed for extension - needs to be abstract, final or empty. | 331 | |
Missing a Javadoc comment. | 331 | |
Parameter workflowInstId should be final. | 331 | |
Line is longer than 80 characters. | 354 | |
Must have at least one statement. | 376 | |
Must have at least one statement. | 385 | |
Must have at least one statement. | 395 | |
Line has trailing spaces. | 407 | |
Line is longer than 80 characters. | 408 | |
Method 'getWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 410 | |
Missing a Javadoc comment. | 410 | |
Line is longer than 80 characters. | 433 | |
Must have at least one statement. | 456 | |
Must have at least one statement. | 465 | |
Must have at least one statement. | 475 | |
Line has trailing spaces. | 487 | |
Line is longer than 80 characters. | 488 | |
Method 'getWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 490 | |
Missing a Javadoc comment. | 490 | |
Parameter status should be final. | 490 | |
Line is longer than 80 characters. | 516 | |
Must have at least one statement. | 539 | |
Must have at least one statement. | 548 | |
Must have at least one statement. | 558 | |
Line has trailing spaces. | 570 | |
Line is longer than 80 characters. | 571 | |
Method 'getNumWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 573 | |
Missing a Javadoc comment. | 573 | |
Line is longer than 80 characters. | 583 | |
Must have at least one statement. | 611 | |
Must have at least one statement. | 620 | |
Must have at least one statement. | 630 | |
Line has trailing spaces. | 642 | |
Line is longer than 80 characters. | 643 | |
Method 'getNumWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 645 | |
Missing a Javadoc comment. | 645 | |
Parameter status should be final. | 645 | |
Line is longer than 80 characters. | 656 | |
Line is longer than 80 characters. | 670 | |
Must have at least one statement. | 685 | |
Must have at least one statement. | 694 | |
Must have at least one statement. | 704 | |
Method 'paginateWorkflows' is not designed for extension - needs to be abstract, final or empty. | 714 | |
Missing a Javadoc comment. | 714 | |
Parameter pageNum should be final. | 714 | |
Parameter status should be final. | 714 | |
Line is longer than 80 characters. | 734 | |
'if' is not followed by whitespace. | 759 | |
'{' is not preceded with whitespace. | 759 | |
Line has trailing spaces. | 761 | |
Line is longer than 80 characters. | 761 | |
'}' should be on the same line. | 762 | |
'else' is not followed by whitespace. | 763 | |
'{' is not preceded with whitespace. | 763 | |
'if' is not followed by whitespace. | 767 | |
'{' is not preceded with whitespace. | 767 | |
Line has trailing spaces. | 769 | |
Must have at least one statement. | 801 | |
Must have at least one statement. | 810 | |
Must have at least one statement. | 820 | |
Missing a Javadoc comment. | 830 | |
Parameter workflowInstId should be final. | 830 | |
Line is longer than 80 characters. | 849 | |
Must have at least one statement. | 871 | |
Must have at least one statement. | 880 | |
Must have at least one statement. | 890 | |
Missing a Javadoc comment. | 900 | |
Parameter inst should be final. | 900 | |
Missing a Javadoc comment. | 923 | |
Parameter wInstId should be final. | 923 | |
Parameter key should be final. | 923 | |
Parameter val should be final. | 924 | |
Line is longer than 80 characters. | 933 | |
Line is longer than 80 characters. | 934 | |
Line is longer than 80 characters. | 949 | |
Must have at least one statement. | 958 | |
Must have at least one statement. | 968 | |
Missing a Javadoc comment. | 977 | |
Parameter workflowInstId should be final. | 978 | |
Must have at least one statement. | 1011 | |
Must have at least one statement. | 1021 |
org/apache/oodt/cas/workflow/structs/PrioritySorter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 41 | |
Redundant 'public' modifier. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 |
org/apache/oodt/cas/workflow/structs/ConditionTaskInstance.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 54 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter metadata should be final. | 61 | |
Parameter config should be final. | 61 | |
Missing a Javadoc comment. | 83 | |
Parameter config should be final. | 84 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
'>' is not followed by whitespace. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'?' is not preceded with whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
'?' is not followed by whitespace. | 86 | |
'>' is not followed by whitespace. | 86 |
org/apache/oodt/cas/workflow/lifecycle/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/structs/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/cli/action/GetWorkflowsCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter printer should be final. | 35 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 |
org/apache/oodt/cas/workflow/structs/exceptions/InstanceRepositoryException.java
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Parameter arg0 should be final. | 42 | |
Expected @param tag for 'arg0'. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Parameter arg0 should be final. | 50 | |
Expected @param tag for 'arg0'. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Parameter arg0 should be final. | 59 | |
Expected @param tag for 'arg0'. | 59 | |
Parameter arg1 should be final. | 59 | |
Expected @param tag for 'arg1'. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 |
org/apache/oodt/cas/workflow/cli/action/GetWorkflowInstMetCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 33 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter printer should be final. | 36 | |
Method 'setInstanceId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter instanceId should be final. | 51 | |
'instanceId' hides a field. | 51 |
org/apache/oodt/cas/workflow/engine/processor/WorkflowProcessorHelper.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 46 | |
Comment matches to-do format 'TODO:'. | 48 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Missing a Javadoc comment. | 57 | |
Parameter lifecycle should be final. | 57 | |
'lifecycle' hides a field. | 57 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter skeleton should be final. | 61 | |
Missing a Javadoc comment. | 65 | |
Parameter skeleton should be final. | 65 | |
Parameter indent should be final. | 65 | |
Line is longer than 80 characters. | 68 | |
Avoid inline conditionals. | 68 | |
';' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
'if' construct must use '{}'s. | 82 | |
'if' construct must use '{}'s. | 85 | |
'if' construct must use '{}'s. | 88 | |
'for' construct must use '{}'s. | 89 | |
Method 'describe' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter skeleton should be final. | 94 | |
'for' construct must use '{}'s. | 127 | |
'for' construct must use '{}'s. | 135 | |
Method 'buildProcessor' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter instanceId should be final. | 145 | |
Parameter workflow should be final. | 146 | |
Parameter modelToProcessorMap should be final. | 147 | |
'<' is not preceded with whitespace. | 147 | |
'<' is not followed by whitespace. | 147 | |
'<' is not preceded with whitespace. | 147 | |
'<' is not followed by whitespace. | 147 | |
'?' is not preceded with whitespace. | 147 | |
'>' is not preceded with whitespace. | 147 | |
'>' is not followed by whitespace. | 147 | |
'>' is not preceded with whitespace. | 147 | |
Parameter preCond should be final. | 148 | |
'<' is not preceded with whitespace. | 149 | |
'<' is not followed by whitespace. | 149 | |
'>' is not preceded with whitespace. | 149 | |
'<' is not preceded with whitespace. | 149 | |
'<' is not followed by whitespace. | 149 | |
'>' is not preceded with whitespace. | 149 | |
'>' is not followed by whitespace. | 149 | |
'<' is not preceded with whitespace. | 150 | |
'<' is not followed by whitespace. | 150 | |
'>' is not preceded with whitespace. | 150 | |
Avoid inline conditionals. | 150 | |
Method 'buildProcessor' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter instanceId should be final. | 165 | |
Parameter model should be final. | 166 | |
Parameter isCondition should be final. | 166 | |
Parameter modelToProcessorMap should be final. | 167 | |
'<' is not preceded with whitespace. | 167 | |
'<' is not followed by whitespace. | 167 | |
'<' is not preceded with whitespace. | 167 | |
'<' is not followed by whitespace. | 167 | |
'?' is not preceded with whitespace. | 167 | |
'>' is not preceded with whitespace. | 167 | |
'>' is not followed by whitespace. | 167 | |
'>' is not preceded with whitespace. | 167 | |
Line is longer than 80 characters. | 174 | |
'if' construct must use '{}'s. | 176 | |
'if' construct must use '{}'s. | 179 | |
'if' construct must use '{}'s. | 189 | |
'<' is not preceded with whitespace. | 191 | |
'<' is not followed by whitespace. | 191 | |
'?' is not preceded with whitespace. | 191 | |
'>' is not preceded with whitespace. | 191 | |
'>' is not followed by whitespace. | 191 | |
Method 'findSkeleton' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Parameter skeleton should be final. | 196 | |
Parameter modelId should be final. | 197 | |
'if' construct must use '{}'s. | 198 | |
Line is longer than 80 characters. | 201 | |
'if' construct must use '{}'s. | 203 | |
'if' construct must use '{}'s. | 205 | |
Method 'findSkeleton' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter skeletons should be final. | 211 | |
'<' is not preceded with whitespace. | 211 | |
'<' is not followed by whitespace. | 211 | |
'>' is not preceded with whitespace. | 211 | |
Parameter modelId should be final. | 212 | |
'if' construct must use '{}'s. | 219 | |
Method 'findProcessor' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
Parameter wp should be final. | 226 | |
Parameter modelId should be final. | 226 | |
'if' construct must use '{}'s. | 227 | |
'if' construct must use '{}'s. | 232 | |
'if' construct must use '{}'s. | 234 | |
Method 'findProcessor' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
Parameter processors should be final. | 240 | |
'<' is not preceded with whitespace. | 240 | |
'<' is not followed by whitespace. | 240 | |
'>' is not preceded with whitespace. | 240 | |
Parameter modelId should be final. | 241 | |
'if' construct must use '{}'s. | 247 | |
Line has trailing spaces. | 257 | |
Method 'allProcessorsSameCategory' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Parameter workflowProcessors should be final. | 265 | |
'<' is not preceded with whitespace. | 265 | |
'<' is not followed by whitespace. | 265 | |
'>' is not preceded with whitespace. | 265 | |
Parameter categoryName should be final. | 265 | |
'for' construct must use '{}'s. | 266 | |
'if' construct must use '{}'s. | 267 | |
Line has trailing spaces. | 276 | |
Line has trailing spaces. | 279 | |
Method 'getWorkflowProcessorsByState' is not designed for extension - needs to be abstract, final or empty. | 285 | |
'<' is not preceded with whitespace. | 285 | |
'<' is not followed by whitespace. | 285 | |
'>' is not preceded with whitespace. | 285 | |
Parameter workflowProcessors should be final. | 286 | |
'<' is not preceded with whitespace. | 286 | |
'<' is not followed by whitespace. | 286 | |
'>' is not preceded with whitespace. | 286 | |
Parameter stateName should be final. | 286 | |
'<' is not preceded with whitespace. | 287 | |
'<' is not followed by whitespace. | 287 | |
'>' is not preceded with whitespace. | 287 | |
'<' is not preceded with whitespace. | 287 | |
'<' is not followed by whitespace. | 287 | |
'>' is not preceded with whitespace. | 287 | |
'>' is not followed by whitespace. | 287 | |
Line is longer than 80 characters. | 289 | |
Line has trailing spaces. | 299 | |
Line has trailing spaces. | 302 | |
Method 'getWorkflowProcessorsByCategory' is not designed for extension - needs to be abstract, final or empty. | 308 | |
'<' is not preceded with whitespace. | 308 | |
'<' is not followed by whitespace. | 308 | |
'>' is not preceded with whitespace. | 308 | |
Parameter workflowProcessors should be final. | 309 | |
'<' is not preceded with whitespace. | 309 | |
'<' is not followed by whitespace. | 309 | |
'>' is not preceded with whitespace. | 309 | |
Parameter categoryName should be final. | 309 | |
'<' is not preceded with whitespace. | 310 | |
'<' is not followed by whitespace. | 310 | |
'>' is not preceded with whitespace. | 310 | |
'<' is not preceded with whitespace. | 310 | |
'<' is not followed by whitespace. | 310 | |
'>' is not preceded with whitespace. | 310 | |
'>' is not followed by whitespace. | 310 | |
Method 'toTasks' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Missing a Javadoc comment. | 320 | |
'<' is not preceded with whitespace. | 320 | |
'<' is not followed by whitespace. | 320 | |
'>' is not preceded with whitespace. | 320 | |
Parameter processor should be final. | 320 | |
'<' is not preceded with whitespace. | 321 | |
'<' is not followed by whitespace. | 321 | |
'>' is not preceded with whitespace. | 321 | |
'<' is not preceded with whitespace. | 321 | |
'<' is not followed by whitespace. | 321 | |
'>' is not preceded with whitespace. | 321 | |
'>' is not followed by whitespace. | 321 | |
'<' is not preceded with whitespace. | 323 | |
'<' is not followed by whitespace. | 323 | |
'>' is not preceded with whitespace. | 323 | |
'<' is not preceded with whitespace. | 323 | |
'<' is not followed by whitespace. | 323 | |
'>' is not preceded with whitespace. | 323 | |
'>' is not followed by whitespace. | 323 | |
'if' construct must use '{}'s. | 329 | |
'if' construct must use '{}'s. | 331 | |
'for' construct must use '{}'s. | 333 | |
Method 'containsCategory' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Parameter workflowProcessors should be final. | 340 | |
'<' is not preceded with whitespace. | 340 | |
'<' is not followed by whitespace. | 340 | |
'>' is not preceded with whitespace. | 340 | |
Parameter categoryName should be final. | 341 | |
'for' construct must use '{}'s. | 342 | |
'if' construct must use '{}'s. | 343 | |
Method 'getHostName' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Missing a Javadoc comment. | 349 | |
'{' is followed by whitespace. | 355 | |
Must have at least one statement. | 356 | |
'if' construct must use '{}'s. | 359 | |
Line has trailing spaces. | 363 | |
Line is longer than 80 characters. | 364 | |
Method 'getLifecycleForProcessor' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Missing a Javadoc comment. | 364 | |
Parameter processor should be final. | 364 | |
'else' construct must use '{}'s. | 369 | |
Missing a Javadoc comment. | 373 | |
Parameter model should be final. | 373 | |
Avoid inline conditionals. | 374 |
org/apache/oodt/cas/workflow/instrepo/WorkflowInstanceMetMapKeys.java
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 |
org/apache/oodt/cas/workflow/system/XmlRpcWorkflowManager.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 88 | |
Parameter port should be final. | 88 | |
Line is longer than 80 characters. | 89 | |
Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
'else' construct must use '{}'s. | 111 | |
Line is longer than 80 characters. | 115 | |
Method 'executeDynamicWorkflow' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter taskIds should be final. | 115 | |
'<' is not preceded with whitespace. | 115 | |
'<' is not followed by whitespace. | 115 | |
'>' is not preceded with whitespace. | 115 | |
Parameter metadata should be final. | 115 | |
'if' construct must use '{}'s. | 117 | |
'if' construct must use '{}'s. | 125 | |
Method 'getRegisteredEvents' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Line is longer than 80 characters. | 161 | |
Method 'getFirstPage' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Line contains a tab character. | 168 | |
'else' construct must use '{}'s. | 173 | |
Method 'getNextPage' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter currentPage should be final. | 179 | |
'else' construct must use '{}'s. | 188 | |
Method 'getPrevPage' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
Parameter currentPage should be final. | 194 | |
'else' construct must use '{}'s. | 203 | |
Method 'getLastPage' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Missing a Javadoc comment. | 209 | |
'else' construct must use '{}'s. | 215 | |
Method 'paginateWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Missing a Javadoc comment. | 221 | |
Parameter pageNum should be final. | 221 | |
Parameter status should be final. | 221 | |
'else' construct must use '{}'s. | 228 | |
Method 'paginateWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Parameter pageNum should be final. | 235 | |
'else' construct must use '{}'s. | 242 | |
Method 'getWorkflowInstanceMetadata' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter wInstId should be final. | 248 | |
Method 'getWorkflowsByEvent' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Missing a Javadoc comment. | 253 | |
Parameter eventName should be final. | 253 | |
Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
Parameter eventName should be final. | 280 | |
Parameter metadata should be final. | 280 | |
'else' construct must use '{}'s. | 315 | |
Method 'getWorkflowInstanceById' is not designed for extension - needs to be abstract, final or empty. | 319 | |
Missing a Javadoc comment. | 319 | |
Parameter wInstId should be final. | 319 | |
Method 'stopWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Missing a Javadoc comment. | 338 | |
Parameter workflowInstId should be final. | 338 | |
Method 'pauseWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Missing a Javadoc comment. | 343 | |
Parameter workflowInstId should be final. | 343 | |
Method 'resumeWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Parameter workflowInstId should be final. | 348 | |
Method 'getWorkflowWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Missing a Javadoc comment. | 353 | |
Parameter workflowInstId should be final. | 353 | |
Line is longer than 80 characters. | 357 | |
Method 'getWorkflowCurrentTaskWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Missing a Javadoc comment. | 357 | |
Parameter workflowInstId should be final. | 357 | |
Line is longer than 80 characters. | 361 | |
Method 'getNumWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 361 | |
Missing a Javadoc comment. | 361 | |
Parameter status should be final. | 361 | |
Method 'getNumWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Missing a Javadoc comment. | 366 | |
Method 'getWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 370 | |
Missing a Javadoc comment. | 370 | |
Parameter status should be final. | 370 | |
Comment matches to-do format 'TODO:'. | 398 | |
'if' is not followed by whitespace. | 401 | |
'{' is not preceded with whitespace. | 401 | |
Line is longer than 80 characters. | 415 | |
Method 'getWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 423 | |
Missing a Javadoc comment. | 423 | |
'if' is not followed by whitespace. | 449 | |
'{' is not preceded with whitespace. | 449 | |
Comment matches to-do format 'TODO:'. | 457 | |
Line is longer than 80 characters. | 469 | |
'else' construct must use '{}'s. | 472 | |
Method 'getWorkflows' is not designed for extension - needs to be abstract, final or empty. | 476 | |
Missing a Javadoc comment. | 476 | |
'else' construct must use '{}'s. | 500 | |
Method 'getTaskById' is not designed for extension - needs to be abstract, final or empty. | 505 | |
Missing a Javadoc comment. | 505 | |
Parameter taskId should be final. | 505 | |
Method 'getConditionById' is not designed for extension - needs to be abstract, final or empty. | 517 | |
Missing a Javadoc comment. | 517 | |
Parameter conditionId should be final. | 517 | |
Method 'getWorkflowById' is not designed for extension - needs to be abstract, final or empty. | 530 | |
Missing a Javadoc comment. | 530 | |
Parameter workflowId should be final. | 530 | |
Line is longer than 80 characters. | 538 | |
Method 'updateMetadataForWorkflow' is not designed for extension - needs to be abstract, final or empty. | 543 | |
Missing a Javadoc comment. | 543 | |
Parameter workflowInstId should be final. | 544 | |
Parameter metadata should be final. | 544 | |
Method 'updateWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 550 | |
Missing a Javadoc comment. | 550 | |
Parameter workflowInst should be final. | 550 | |
Method 'setWorkflowInstanceCurrentTaskStartDateTime' is not designed for extension - needs to be abstract, final or empty. | 557 | |
Missing a Javadoc comment. | 557 | |
Parameter wInstId should be final. | 558 | |
Parameter startDateTimeIsoStr should be final. | 558 | |
Method 'setWorkflowInstanceCurrentTaskEndDateTime' is not designed for extension - needs to be abstract, final or empty. | 571 | |
Missing a Javadoc comment. | 571 | |
Parameter wInstId should be final. | 572 | |
Parameter endDateTimeIsoStr should be final. | 572 | |
Method 'updateWorkflowInstanceStatus' is not designed for extension - needs to be abstract, final or empty. | 585 | |
Missing a Javadoc comment. | 585 | |
Parameter workflowInstanceId should be final. | 586 | |
Parameter status should be final. | 586 | |
Missing a Javadoc comment. | 600 | |
Parameter args should be final. | 600 | |
Line is longer than 80 characters. | 602 | |
'for' construct must use '{}'s. | 618 | |
Must have at least one statement. | 621 | |
Line is longer than 80 characters. | 625 | |
Missing a Javadoc comment. | 625 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 625 | |
Missing a Javadoc comment. | 636 | |
Missing a Javadoc comment. | 642 | |
Missing a Javadoc comment. | 648 | |
Must have at least one statement. | 655 | |
Missing a Javadoc comment. | 660 | |
Parameter urlStr should be final. | 660 | |
Missing a Javadoc comment. | 668 | |
Parameter wInst should be final. | 668 | |
Missing a Javadoc comment. | 678 | |
Parameter wInsts should be final. | 678 | |
Line has trailing spaces. | 682 | |
'if' is not followed by whitespace. | 682 | |
'||' should be on a new line. | 682 | |
Line has trailing spaces. | 683 | |
Line contains a tab character. | 683 | |
'&&' should be on a new line. | 683 | |
Line has trailing spaces. | 684 | |
Line contains a tab character. | 684 | |
'||' should be on a new line. | 684 | |
Line contains a tab character. | 685 | |
'{' is not preceded with whitespace. | 685 | |
Line has trailing spaces. | 687 | |
Line contains a tab character. | 687 | |
'}' should be on the same line. | 688 | |
'else' is not followed by whitespace. | 689 | |
'{' is not preceded with whitespace. | 689 | |
Line has trailing spaces. | 690 | |
Line contains a tab character. | 690 | |
Line contains a tab character. | 691 | |
Line contains a tab character. | 692 | |
Line is longer than 80 characters. | 693 | |
Line contains a tab character. | 693 | |
'if' is not followed by whitespace. | 693 | |
'{' is not preceded with whitespace. | 693 | |
Line is longer than 80 characters. | 694 | |
Line contains a tab character. | 694 | |
Line contains a tab character. | 695 | |
Line contains a tab character. | 696 | |
Line is longer than 80 characters. | 697 | |
Line contains a tab character. | 697 | |
'+' is not preceded with whitespace. | 697 | |
'+' is not followed by whitespace. | 697 | |
Line is longer than 80 characters. | 698 | |
Line contains a tab character. | 698 | |
'+' is not preceded with whitespace. | 698 | |
'+' is not followed by whitespace. | 698 | |
'+' is not preceded with whitespace. | 698 | |
'+' is not followed by whitespace. | 698 | |
Line contains a tab character. | 699 | |
Line contains a tab character. | 700 | |
Missing a Javadoc comment. | 707 | |
Parameter workflowId should be final. | 707 |
org/apache/oodt/cas/workflow/structs/WorkflowConditionInstance.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Redundant 'public' modifier. | 46 | |
Expected @param tag for 'config'. | 46 |
org/apache/oodt/cas/workflow/structs/Priority.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 26 | |
'<' is not preceded with whitespace. | 28 | |
'<' is not followed by whitespace. | 28 | |
'>' is not preceded with whitespace. | 28 | |
First sentence should end with a period. | 30 | |
Line has trailing spaces. | 32 | |
Expected an @return tag. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 48 | |
'2.5' is a magic number. | 50 | |
Missing a Javadoc comment. | 57 | |
'5' is a magic number. | 59 | |
Missing a Javadoc comment. | 66 | |
'7.5' is a magic number. | 68 | |
Missing a Javadoc comment. | 75 | |
'10' is a magic number. | 77 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 89 | |
'if' construct must use '{}'s. | 90 | |
'if' construct must use '{}'s. | 92 | |
'if' construct must use '{}'s. | 94 | |
'if' construct must use '{}'s. | 96 | |
'if' construct must use '{}'s. | 98 | |
'else' construct must use '{}'s. | 100 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter obj should be final. | 118 | |
'if' construct must use '{}'s. | 119 | |
'else' construct must use '{}'s. | 121 | |
Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter priority should be final. | 126 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 |
org/apache/oodt/cas/workflow/structs/WorkflowTask.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 36 | |
Variable 'taskId' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 39 | |
Variable 'taskName' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 42 | |
Variable 'taskConfig' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 45 | |
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 | |
Variable 'preConditions' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 48 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
Variable 'postConditions' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 51 | |
Variable 'taskInstanceClassName' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 54 | |
Variable 'order' must be private and have accessor methods. | 54 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'requiredMetFields' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 67 | |
'<' is not preceded with whitespace. | 71 | |
'<' is not followed by whitespace. | 71 | |
'>' is not preceded with whitespace. | 71 | |
'>' is not followed by whitespace. | 71 | |
'<' is not preceded with whitespace. | 71 | |
'<' is not followed by whitespace. | 71 | |
'>' is not preceded with whitespace. | 71 | |
'>' is not followed by whitespace. | 71 | |
'<' is not preceded with whitespace. | 72 | |
'<' is not followed by whitespace. | 72 | |
'>' is not preceded with whitespace. | 72 | |
'>' is not followed by whitespace. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 78 | |
Line has trailing spaces. | 82 | |
Parameter taskId should be final. | 98 | |
'taskId' hides a field. | 98 | |
Parameter taskName should be final. | 98 | |
'taskName' hides a field. | 98 | |
Parameter taskConfig should be final. | 99 | |
'taskConfig' hides a field. | 99 | |
Parameter conditions should be final. | 99 | |
Parameter taskInstanceClassName should be final. | 100 | |
'taskInstanceClassName' hides a field. | 100 | |
Parameter order should be final. | 100 | |
'order' hides a field. | 100 | |
'<' is not preceded with whitespace. | 102 | |
'<' is not followed by whitespace. | 102 | |
'>' is not preceded with whitespace. | 102 | |
'>' is not followed by whitespace. | 102 | |
'<' is not preceded with whitespace. | 102 | |
'<' is not followed by whitespace. | 102 | |
'>' is not preceded with whitespace. | 102 | |
'>' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 108 | |
More than 7 parameters. | 130 | |
Parameter taskId should be final. | 130 | |
'taskId' hides a field. | 130 | |
Parameter taskName should be final. | 130 | |
'taskName' hides a field. | 130 | |
Parameter taskConfig should be final. | 131 | |
'taskConfig' hides a field. | 131 | |
Parameter preConditions should be final. | 132 | |
'<' is not preceded with whitespace. | 132 | |
'<' is not followed by whitespace. | 132 | |
'>' is not preceded with whitespace. | 132 | |
'preConditions' hides a field. | 132 | |
Parameter postConditions should be final. | 133 | |
'<' is not preceded with whitespace. | 133 | |
'<' is not followed by whitespace. | 133 | |
'>' is not preceded with whitespace. | 133 | |
'postConditions' hides a field. | 133 | |
Parameter requiredMetFields should be final. | 133 | |
'<' is not preceded with whitespace. | 133 | |
'<' is not followed by whitespace. | 133 | |
'>' is not preceded with whitespace. | 133 | |
'requiredMetFields' hides a field. | 133 | |
Parameter taskInstanceClassName should be final. | 134 | |
'taskInstanceClassName' hides a field. | 134 | |
Parameter startDate should be final. | 134 | |
'startDate' hides a field. | 134 | |
Parameter endDate should be final. | 134 | |
'endDate' hides a field. | 134 | |
Parameter order should be final. | 134 | |
'order' hides a field. | 134 | |
Method 'getTaskConfig' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Method 'getPreConditions' is not designed for extension - needs to be abstract, final or empty. | 158 | |
'<' is not preceded with whitespace. | 158 | |
'<' is not followed by whitespace. | 158 | |
'>' is not preceded with whitespace. | 158 | |
Method 'setPreConditions' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Parameter preConditions should be final. | 166 | |
'<' is not preceded with whitespace. | 166 | |
'<' is not followed by whitespace. | 166 | |
'>' is not preceded with whitespace. | 166 | |
'preConditions' hides a field. | 166 | |
Method 'getPostConditions' is not designed for extension - needs to be abstract, final or empty. | 173 | |
'<' is not preceded with whitespace. | 173 | |
'<' is not followed by whitespace. | 173 | |
'>' is not preceded with whitespace. | 173 | |
Method 'setPostConditions' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Parameter postConditions should be final. | 181 | |
'<' is not preceded with whitespace. | 181 | |
'<' is not followed by whitespace. | 181 | |
'>' is not preceded with whitespace. | 181 | |
'postConditions' hides a field. | 181 | |
Method 'setTaskConfig' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Parameter taskConfig should be final. | 189 | |
'taskConfig' hides a field. | 189 | |
Method 'getTaskId' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Method 'setTaskId' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Parameter taskId should be final. | 204 | |
'taskId' hides a field. | 204 | |
Method 'getTaskInstanceClassName' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Method 'setTaskInstanceClassName' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Parameter taskInstanceClassName should be final. | 219 | |
'taskInstanceClassName' hides a field. | 219 | |
Method 'getTaskName' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Method 'setTaskName' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Parameter taskName should be final. | 234 | |
'taskName' hides a field. | 234 | |
Line has trailing spaces. | 242 | |
Method 'getConditions' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Line has trailing spaces. | 255 | |
Line has trailing spaces. | 259 | |
Line has trailing spaces. | 262 | |
Line has trailing spaces. | 265 | |
Method 'setConditions' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Parameter conditions should be final. | 270 | |
Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Line has trailing spaces. | 287 | |
Method 'setOrder' is not designed for extension - needs to be abstract, final or empty. | 291 | |
Parameter order should be final. | 292 | |
'order' hides a field. | 292 | |
Method 'getRequiredMetFields' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Method 'setRequiredMetFields' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Parameter requiredMetFields should be final. | 307 | |
'requiredMetFields' hides a field. | 307 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 322 | |
Parameter startDate should be final. | 322 | |
'startDate' hides a field. | 322 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 329 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Parameter endDate should be final. | 337 | |
'endDate' hides a field. | 337 |
org/apache/oodt/cas/workflow/instrepo/MemoryWorkflowInstanceRepository.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
First sentence should end with a period. | 57 | |
Parameter pageSize should be final. | 62 | |
Expected @param tag for 'pageSize'. | 62 | |
Line has trailing spaces. | 69 | |
Line is longer than 80 characters. | 70 | |
Method 'addWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter wInst should be final. | 72 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 82 | |
Method 'removeWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter wInst should be final. | 84 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 92 | |
Method 'updateWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter wInst should be final. | 94 | |
Line is longer than 80 characters. | 105 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 115 | |
Method 'getWorkflowInstanceById' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter workflowInstId should be final. | 117 | |
Line has trailing spaces. | 124 | |
Line is longer than 80 characters. | 125 | |
Method 'getWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Line has trailing spaces. | 133 | |
Line is longer than 80 characters. | 134 | |
Method 'getWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter status should be final. | 136 | |
Line has trailing spaces. | 154 | |
Line is longer than 80 characters. | 155 | |
Method 'paginateWorkflows' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter pageNum should be final. | 158 | |
Parameter status should be final. | 158 | |
Parameter o1 should be final. | 164 | |
Parameter o2 should be final. | 164 | |
'cast' is not followed by whitespace. | 183 | |
Line has trailing spaces. | 192 | |
Line is longer than 80 characters. | 193 | |
Method 'getNumWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
Line has trailing spaces. | 201 | |
Line is longer than 80 characters. | 202 | |
Method 'getNumWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Missing a Javadoc comment. | 204 | |
Parameter status should be final. | 204 |
org/apache/oodt/cas/workflow/lifecycle/WorkflowLifecycleManager.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 47 | |
Parameter lifecyclesFilePath should be final. | 50 | |
Expected @param tag for 'lifecyclesFilePath'. | 50 | |
Expected @throws tag for 'InstantiationException'. | 51 | |
Line has trailing spaces. | 63 | |
Method 'getStageNum' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter inst should be final. | 70 | |
'else' construct must use '{}'s. | 74 | |
Line has trailing spaces. | 81 | |
Method 'getNumStages' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Parameter workflow should be final. | 90 | |
'else' construct must use '{}'s. | 94 | |
Line has trailing spaces. | 102 | |
Method 'getStage' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Parameter inst should be final. | 109 | |
'else' construct must use '{}'s. | 116 | |
Line has trailing spaces. | 123 | |
Method 'getPercentageComplete' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter inst should be final. | 130 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 140 | |
Parameter pct should be final. | 145 | |
Line has trailing spaces. | 152 | |
Method 'getDefaultLifecycle' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Line has trailing spaces. | 177 | |
Method 'getLifecycleForWorkflow' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Parameter workflow should be final. | 184 | |
'else' construct must use '{}'s. | 201 | |
Line has trailing spaces. | 207 | |
Line has trailing spaces. | 213 | |
Method 'getLastCompletedStageNum' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Parameter inst should be final. | 213 | |
'if' is not followed by whitespace. | 215 | |
'{' is not preceded with whitespace. | 215 | |
'if' is not followed by whitespace. | 217 | |
Inner assignments should be avoided. | 217 | |
'{' is not preceded with whitespace. | 217 | |
Line has trailing spaces. | 219 | |
Line has trailing spaces. | 221 | |
Line has trailing spaces. | 222 | |
'||' should be on a new line. | 222 | |
Line has trailing spaces. | 223 | |
'&&' should be on a new line. | 223 | |
'else' construct must use '{}'s. | 227 |
org/apache/oodt/cas/workflow/instrepo/WorkflowInstanceMetMap.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 32 | |
'{' is not preceded with whitespace. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Parameter fld should be final. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 48 | |
Parameter flds should be final. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Missing a Javadoc comment. | 52 | |
Parameter id should be final. | 52 | |
Parameter fields should be final. | 52 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Missing a Javadoc comment. | 65 | |
Parameter id should be final. | 65 | |
Missing a Javadoc comment. | 69 | |
Parameter id should be final. | 69 | |
Parameter fld should be final. | 69 | |
Missing a Javadoc comment. | 73 |
org/apache/oodt/cas/workflow/structs/exceptions/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/cli/action/GetFirstPageCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 35 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter printer should be final. | 39 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'>' is not followed by whitespace. | 57 | |
Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter status should be final. | 75 | |
'status' hides a field. | 75 |
org/apache/oodt/cas/workflow/cli/action/GetWorkflowByIdCliAction.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter printer should be final. | 34 | |
Line has trailing spaces. | 45 | |
Method 'setWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter workflowId should be final. | 48 | |
'workflowId' hides a field. | 48 |
org/apache/oodt/cas/workflow/engine/runner/AsynchronousLocalEngineRunner.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
'<' is not preceded with whitespace. | 52 | |
'<' is not followed by whitespace. | 52 | |
'>' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 58 | |
Parameter numThreads should be final. | 58 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'>' is not followed by whitespace. | 61 | |
Line has trailing spaces. | 66 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 106 | |
Line has trailing spaces. | 128 | |
Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Line has trailing spaces. | 144 | |
Method 'hasOpenSlots' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter taskProcessor should be final. | 150 | |
Line is longer than 80 characters. | 156 | |
Method 'setInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter instRep should be final. | 159 | |
Line has trailing spaces. | 160 |
org/apache/oodt/cas/workflow/engine/processor/WorkflowProcessorListener.java
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.apache.oodt.cas.workflow.engine.processor.WorkflowProcessor. | 21 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 |
org/apache/oodt/cas/workflow/lifecycle/WorkflowLifecyclesReader.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 51 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 58 | |
Parameter lifecyclesFilePath should be final. | 58 | |
Missing a Javadoc comment. | 89 | |
Parameter lifecycleElem should be final. | 89 | |
Missing a Javadoc comment. | 93 | |
Parameter lifecycleElem should be final. | 93 | |
Parameter isDefault should be final. | 94 | |
Avoid inline conditionals. | 96 | |
Missing a Javadoc comment. | 105 | |
Parameter lifecycle should be final. | 105 | |
Parameter lifecycleElem should be final. | 106 | |
'+' is not preceded with whitespace. | 115 | |
'+' is not followed by whitespace. | 115 | |
Line has trailing spaces. | 121 | |
Line is longer than 80 characters. | 122 | |
Missing a Javadoc comment. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
Parameter stageElem should be final. | 122 | |
Parameter category should be final. | 122 | |
'{' is not preceded with whitespace. | 122 | |
'<' is not preceded with whitespace. | 123 | |
'<' is not followed by whitespace. | 123 | |
'>' is not preceded with whitespace. | 123 | |
'<' is not preceded with whitespace. | 123 | |
'<' is not followed by whitespace. | 123 | |
'>' is not preceded with whitespace. | 123 | |
'>' is not followed by whitespace. | 123 | |
'if' is not followed by whitespace. | 125 | |
'{' is not preceded with whitespace. | 125 | |
'for' is not followed by whitespace. | 126 | |
'=' is not preceded with whitespace. | 126 | |
'=' is not followed by whitespace. | 126 | |
'{' is not preceded with whitespace. | 126 | |
'cast' is not followed by whitespace. | 127 | |
Line has trailing spaces. | 130 | |
Line has trailing spaces. | 131 | |
'if' is not followed by whitespace. | 131 | |
'&&' should be on a new line. | 131 | |
'{' is not preceded with whitespace. | 132 | |
Line is longer than 80 characters. | 134 | |
'}' should be on the same line. | 140 | |
'else' is not followed by whitespace. | 141 | |
'{' is not preceded with whitespace. | 141 | |
Line has trailing spaces. | 152 | |
Missing a Javadoc comment. | 156 | |
Parameter xmlFile should be final. | 156 |
org/apache/oodt/cas/workflow/engine/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/engine/runner/EngineRunner.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.metadata.Metadata. | 20 | |
Unused import - org.apache.oodt.cas.workflow.structs.WorkflowTask. | 23 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 63 | |
Unused @param tag for 'workflowTask'. | 64 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 68 | |
Expected @param tag for 'taskProcessor'. | 68 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 |
org/apache/oodt/cas/workflow/cli/action/SendEventCliAction.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter printer should be final. | 44 | |
'?' should be on a new line. | 50 | |
Avoid inline conditionals. | 50 | |
Method 'setEventName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter eventName should be final. | 59 | |
'eventName' hides a field. | 59 | |
Method 'getEventName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter metadata should be final. | 67 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
'metadata' hides a field. | 67 |
org/apache/oodt/cas/workflow/examples/TrueCondition.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter metadata should be final. | 45 | |
Parameter config should be final. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 |
org/apache/oodt/cas/workflow/lifecycle/WorkflowState.java
Violation | Message | Line |
---|---|---|
Unused import - java.util.Vector. | 21 | |
First sentence should end with a period. | 23 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter message should be final. | 51 | |
'message' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter message should be final. | 57 | |
'message' hides a field. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter startTime should be final. | 61 | |
'startTime' hides a field. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 73 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter obj should be final. | 73 | |
'if' construct must use '{}'s. | 74 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
'else' construct must use '{}'s. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
'+' is not preceded with whitespace. | 81 | |
'+' is not followed by whitespace. | 81 | |
Line contains a tab character. | 82 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Parameter name should be final. | 94 | |
'name' hides a field. | 94 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Parameter description should be final. | 108 | |
'description' hides a field. | 108 | |
Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Parameter category should be final. | 122 | |
'category' hides a field. | 122 | |
Method 'getPrevState' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'setPrevState' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Parameter prevState should be final. | 136 | |
'prevState' hides a field. | 136 | |
Line has trailing spaces. | 139 | |
Line contains a tab character. | 139 |
org/apache/oodt/cas/workflow/repository/PackagedWorkflowRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 56 | |
Method 'createRepository' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 |
org/apache/oodt/cas/workflow/structs/exceptions/EngineException.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 34 | |
Parameter message should be final. | 44 | |
Expected @param tag for 'message'. | 44 | |
Parameter cause should be final. | 52 | |
Expected @param tag for 'cause'. | 52 | |
Parameter message should be final. | 61 | |
Expected @param tag for 'message'. | 61 | |
Parameter cause should be final. | 61 | |
Expected @param tag for 'cause'. | 61 |
org/apache/oodt/cas/workflow/instrepo/LuceneWorkflowInstanceRepository.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 64 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 81 | |
Line has trailing spaces. | 84 | |
Parameter idxPath should be final. | 86 | |
Expected @param tag for 'idxPath'. | 86 | |
Parameter pageSize should be final. | 86 | |
Expected @param tag for 'pageSize'. | 86 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 94 | |
Method 'getNumWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Must have at least one statement. | 119 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 131 | |
Method 'getNumWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter status should be final. | 133 | |
Must have at least one statement. | 157 | |
Line has trailing spaces. | 168 | |
Line is longer than 80 characters. | 169 | |
Method 'addWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Parameter wInst should be final. | 171 | |
Line has trailing spaces. | 183 | |
Line is longer than 80 characters. | 184 | |
Method 'removeWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter wInst should be final. | 186 | |
Line has trailing spaces. | 194 | |
Line is longer than 80 characters. | 195 | |
Method 'updateWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Parameter wInst should be final. | 197 | |
Line has trailing spaces. | 205 | |
Line is longer than 80 characters. | 206 | |
Method 'getWorkflowInstanceById' is not designed for extension - needs to be abstract, final or empty. | 208 | |
Missing a Javadoc comment. | 208 | |
Parameter workflowInstId should be final. | 208 | |
Line is longer than 80 characters. | 223 | |
'+' is not preceded with whitespace. | 223 | |
'+' is not followed by whitespace. | 223 | |
'+' is not preceded with whitespace. | 223 | |
'+' is not followed by whitespace. | 223 | |
Must have at least one statement. | 239 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 251 | |
Method 'getWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Missing a Javadoc comment. | 253 | |
Must have at least one statement. | 284 | |
Line has trailing spaces. | 295 | |
Line is longer than 80 characters. | 296 | |
Method 'getWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Missing a Javadoc comment. | 298 | |
Parameter status should be final. | 298 | |
Must have at least one statement. | 330 | |
Line has trailing spaces. | 341 | |
Line is longer than 80 characters. | 342 | |
Method 'paginateWorkflows' is not designed for extension - needs to be abstract, final or empty. | 345 | |
Missing a Javadoc comment. | 345 | |
Parameter pageNum should be final. | 345 | |
Parameter status should be final. | 345 | |
Must have at least one statement. | 401 | |
Missing a Javadoc comment. | 410 | |
Parameter inst should be final. | 411 | |
Line is longer than 80 characters. | 417 | |
Must have at least one statement. | 432 | |
Missing a Javadoc comment. | 441 | |
Parameter wInst should be final. | 442 | |
'else' construct must use '{}'s. | 451 | |
'20' is a magic number. | 457 | |
Must have at least one statement. | 470 | |
Missing a Javadoc comment. | 477 | |
Parameter workflowInst should be final. | 477 | |
Line has trailing spaces. | 483 | |
Line has trailing spaces. | 484 | |
Line has trailing spaces. | 485 | |
Line has trailing spaces. | 487 | |
Line has trailing spaces. | 488 | |
Line has trailing spaces. | 489 | |
Line has trailing spaces. | 492 | |
'if' is not followed by whitespace. | 493 | |
'{' is not preceded with whitespace. | 493 | |
Line has trailing spaces. | 495 | |
'if' is not followed by whitespace. | 496 | |
'{' is not preceded with whitespace. | 496 | |
Line is longer than 80 characters. | 498 | |
Line has trailing spaces. | 500 | |
'if' is not followed by whitespace. | 501 | |
'{' is not preceded with whitespace. | 501 | |
Line has trailing spaces. | 505 | |
Line is longer than 80 characters. | 506 | |
'if' is not followed by whitespace. | 506 | |
'{' is not preceded with whitespace. | 506 | |
Line is longer than 80 characters. | 508 | |
Line has trailing spaces. | 510 | |
Line has trailing spaces. | 511 | |
Line is longer than 80 characters. | 520 | |
Avoid inline conditionals. | 520 | |
Line is longer than 80 characters. | 522 | |
Avoid inline conditionals. | 524 | |
Avoid inline conditionals. | 528 | |
Avoid inline conditionals. | 532 | |
Line has trailing spaces. | 536 | |
'?' should be on a new line. | 536 | |
Avoid inline conditionals. | 536 | |
':' is not preceded with whitespace. | 537 | |
':' should be on a new line. | 537 | |
Line has trailing spaces. | 554 | |
Line has trailing spaces. | 556 | |
Line is longer than 80 characters. | 556 | |
'+' is not preceded with whitespace. | 556 | |
'+' is not followed by whitespace. | 556 | |
Missing a Javadoc comment. | 567 | |
Parameter doc should be final. | 567 | |
Parameter met should be final. | 567 | |
Missing a Javadoc comment. | 591 | |
Parameter doc should be final. | 591 | |
Parameter tasks should be final. | 591 | |
Missing a Javadoc comment. | 612 | |
Parameter taskId should be final. | 612 | |
Parameter config should be final. | 613 | |
Parameter doc should be final. | 613 | |
Missing a Javadoc comment. | 628 | |
Parameter taskId should be final. | 628 | |
Parameter conditionList should be final. | 628 | |
Parameter doc should be final. | 629 | |
Line is longer than 80 characters. | 643 | |
'+' is not preceded with whitespace. | 643 | |
'+' is not followed by whitespace. | 643 | |
Missing a Javadoc comment. | 649 | |
Parameter doc should be final. | 649 | |
Line has trailing spaces. | 654 | |
Line has trailing spaces. | 655 | |
Line is longer than 80 characters. | 655 | |
'!=' should be on a new line. | 655 | |
Avoid inline conditionals. | 656 | |
':' is not preceded with whitespace. | 656 | |
':' is not followed by whitespace. | 656 | |
Line has trailing spaces. | 657 | |
'if' is not followed by whitespace. | 661 | |
'{' is not preceded with whitespace. | 661 | |
Line has trailing spaces. | 666 | |
'if' is not followed by whitespace. | 667 | |
'{' is not preceded with whitespace. | 667 | |
Line has trailing spaces. | 670 | |
'if' is not followed by whitespace. | 671 | |
'{' is not preceded with whitespace. | 671 | |
Line has trailing spaces. | 673 | |
Line has trailing spaces. | 682 | |
Line is longer than 80 characters. | 682 | |
'?' should be on a new line. | 682 | |
Avoid inline conditionals. | 682 | |
Line is longer than 80 characters. | 683 | |
':' is not preceded with whitespace. | 683 | |
':' is not followed by whitespace. | 683 | |
Line is longer than 80 characters. | 709 | |
'+' is not preceded with whitespace. | 709 | |
'+' is not followed by whitespace. | 709 | |
Missing a Javadoc comment. | 716 | |
Parameter doc should be final. | 716 | |
Line is longer than 80 characters. | 748 | |
Missing a Javadoc comment. | 748 | |
Parameter taskId should be final. | 748 | |
Parameter doc should be final. | 748 | |
Missing a Javadoc comment. | 772 | |
Parameter taskId should be final. | 772 | |
Parameter doc should be final. | 772 | |
'+' is not preceded with whitespace. | 779 | |
'+' is not followed by whitespace. | 779 | |
'+' is not preceded with whitespace. | 780 | |
'+' is not followed by whitespace. | 780 | |
Line has trailing spaces. | 785 | |
Line has trailing spaces. | 788 | |
Line is longer than 80 characters. | 789 | |
Line is longer than 80 characters. | 790 | |
Line has trailing spaces. | 796 | |
'if' is not followed by whitespace. | 803 | |
'{' is not preceded with whitespace. | 803 | |
'if' is not followed by whitespace. | 806 | |
'{' is not preceded with whitespace. | 806 | |
Line has trailing spaces. | 811 |
org/apache/oodt/cas/workflow/engine/processor/SequentialProcessor.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter lifecycleManager should be final. | 37 | |
Parameter instance should be final. | 37 | |
Method 'getRunnableSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
'if' construct must use '{}'s. | 44 | |
'else' construct must use '{}'s. | 46 | |
'<' is not preceded with whitespace. | 47 | |
'<' is not followed by whitespace. | 47 | |
'>' is not preceded with whitespace. | 47 | |
'>' is not followed by whitespace. | 47 | |
Missing a Javadoc comment. | 50 | |
Parameter workflowProcessor should be final. | 51 | |
Missing a Javadoc comment. | 55 | |
'for' construct must use '{}'s. | 56 | |
'if' construct must use '{}'s. | 57 | |
Line is longer than 80 characters. | 58 |
org/apache/oodt/cas/workflow/examples/NoOpTask.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 44 | |
Parameter metadata should be final. | 45 | |
Parameter config should be final. | 45 |
org/apache/oodt/cas/workflow/instrepo/WorkflowInstanceRepository.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Line has trailing spaces. | 45 | |
Redundant 'public' modifier. | 51 | |
Line has trailing spaces. | 57 | |
Redundant 'public' modifier. | 63 | |
Line has trailing spaces. | 69 | |
Redundant 'public' modifier. | 75 | |
Line has trailing spaces. | 83 | |
Redundant 'public' modifier. | 90 | |
Redundant 'public' modifier. | 99 | |
Line has trailing spaces. | 106 | |
Redundant 'public' modifier. | 115 | |
Line has trailing spaces. | 121 | |
Redundant 'public' modifier. | 126 | |
Expected @throws tag for 'InstanceRepositoryException'. | 126 | |
Line has trailing spaces. | 131 | |
Line is longer than 80 characters. | 139 | |
Redundant 'public' modifier. | 139 |
org/apache/oodt/cas/workflow/system/XmlRpcWorkflowManagerClient.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 70 | |
Parameter url should be final. | 74 | |
Line has trailing spaces. | 78 | |
Method 'executeDynamicWorkflow' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter taskIds should be final. | 79 | |
'<' is not preceded with whitespace. | 79 | |
'<' is not followed by whitespace. | 79 | |
'>' is not preceded with whitespace. | 79 | |
Parameter metadata should be final. | 79 | |
'<' is not preceded with whitespace. | 82 | |
'<' is not followed by whitespace. | 82 | |
'>' is not preceded with whitespace. | 82 | |
'<' is not preceded with whitespace. | 82 | |
'<' is not followed by whitespace. | 82 | |
'>' is not preceded with whitespace. | 82 | |
'>' is not followed by whitespace. | 82 | |
Line has trailing spaces. | 85 | |
Method 'getRegisteredEvents' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Method 'getFirstPage' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Method 'getNextPage' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter currentPage should be final. | 134 | |
Method 'getPrevPage' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter currentPage should be final. | 154 | |
Method 'getLastPage' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Method 'paginateWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter pageNum should be final. | 191 | |
Parameter status should be final. | 192 | |
Method 'paginateWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter pageNum should be final. | 211 | |
Method 'getWorkflowsByEvent' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
Parameter eventName should be final. | 230 | |
Line is longer than 80 characters. | 258 | |
Method 'getWorkflowInstanceMetadata' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Parameter wInstId should be final. | 258 | |
Method 'setWorkflowInstanceCurrentTaskStartDateTime' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Missing a Javadoc comment. | 278 | |
Parameter wInstId should be final. | 279 | |
Parameter startDateTimeIsoStr should be final. | 279 | |
Method 'getWorkflowCurrentTaskWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Missing a Javadoc comment. | 297 | |
Parameter workflowInstId should be final. | 297 | |
Method 'getWorkflowWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Missing a Javadoc comment. | 314 | |
Parameter workflowInstId should be final. | 314 | |
Method 'stopWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 331 | |
Missing a Javadoc comment. | 331 | |
Parameter workflowInstId should be final. | 331 | |
Method 'pauseWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Parameter workflowInstId should be final. | 348 | |
Method 'resumeWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 365 | |
Missing a Javadoc comment. | 365 | |
Parameter workflowInstId should be final. | 365 | |
Method 'setWorkflowInstanceCurrentTaskEndDateTime' is not designed for extension - needs to be abstract, final or empty. | 382 | |
Missing a Javadoc comment. | 382 | |
Parameter wInstId should be final. | 383 | |
Parameter endDateTimeIsoStr should be final. | 383 | |
Method 'updateWorkflowInstanceStatus' is not designed for extension - needs to be abstract, final or empty. | 401 | |
Missing a Javadoc comment. | 401 | |
Parameter workflowInstId should be final. | 402 | |
Parameter status should be final. | 402 | |
Line is longer than 80 characters. | 420 | |
Method 'updateWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 420 | |
Missing a Javadoc comment. | 420 | |
Parameter instance should be final. | 420 | |
Method 'updateMetadataForWorkflow' is not designed for extension - needs to be abstract, final or empty. | 437 | |
Missing a Javadoc comment. | 437 | |
Parameter workflowInstId should be final. | 438 | |
Parameter metadata should be final. | 438 | |
Method 'sendEvent' is not designed for extension - needs to be abstract, final or empty. | 456 | |
Missing a Javadoc comment. | 456 | |
Parameter eventName should be final. | 456 | |
Parameter metadata should be final. | 456 | |
Method 'getTaskById' is not designed for extension - needs to be abstract, final or empty. | 474 | |
Missing a Javadoc comment. | 474 | |
Parameter taskId should be final. | 474 | |
Method 'getConditionById' is not designed for extension - needs to be abstract, final or empty. | 491 | |
Missing a Javadoc comment. | 491 | |
Parameter conditionId should be final. | 491 | |
Method 'getWorkflowInstanceById' is not designed for extension - needs to be abstract, final or empty. | 509 | |
Missing a Javadoc comment. | 509 | |
Parameter wInstId should be final. | 509 | |
Method 'getWorkflowById' is not designed for extension - needs to be abstract, final or empty. | 530 | |
Missing a Javadoc comment. | 530 | |
Parameter workflowId should be final. | 530 | |
Method 'getWorkflows' is not designed for extension - needs to be abstract, final or empty. | 548 | |
Missing a Javadoc comment. | 548 | |
'else' construct must use '{}'s. | 568 | |
Method 'getNumWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 580 | |
Missing a Javadoc comment. | 580 | |
Parameter status should be final. | 580 | |
'{' is not preceded with whitespace. | 580 | |
'cast' is not followed by whitespace. | 586 | |
Line is longer than 80 characters. | 587 | |
Method 'getNumWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 599 | |
Missing a Javadoc comment. | 599 | |
'{' is not preceded with whitespace. | 599 | |
'cast' is not followed by whitespace. | 604 | |
Method 'getWorkflowInstancesByStatus' is not designed for extension - needs to be abstract, final or empty. | 617 | |
Missing a Javadoc comment. | 617 | |
Parameter status should be final. | 617 | |
'else' construct must use '{}'s. | 635 | |
Method 'getWorkflowInstances' is not designed for extension - needs to be abstract, final or empty. | 647 | |
Missing a Javadoc comment. | 647 | |
'else' construct must use '{}'s. | 664 | |
Missing a Javadoc comment. | 676 | |
Parameter args should be final. | 676 | |
Method 'getWorkflowManagerUrl' is not designed for extension - needs to be abstract, final or empty. | 684 | |
Method 'setWorkflowManagerUrl' is not designed for extension - needs to be abstract, final or empty. | 692 | |
Parameter workflowManagerUrl should be final. | 692 | |
'workflowManagerUrl' hides a field. | 692 |
org/apache/oodt/cas/workflow/cli/action/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/structs/TaskJob.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 45 | |
'{' is not preceded with whitespace. | 50 | |
Missing a Javadoc comment. | 53 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 64 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter in should be final. | 66 | |
Missing a Javadoc comment. | 118 | |
Parameter status should be final. | 118 | |
Parameter met should be final. | 118 | |
Must have at least one statement. | 128 | |
Missing a Javadoc comment. | 132 | |
Parameter met should be final. | 132 | |
Must have at least one statement. | 142 | |
Missing a Javadoc comment. | 146 | |
Parameter startDateTime should be final. | 147 | |
Parameter met should be final. | 147 | |
Line is longer than 80 characters. | 155 | |
Must have at least one statement. | 158 | |
Missing a Javadoc comment. | 162 | |
Parameter endDateTime should be final. | 162 | |
Parameter met should be final. | 163 | |
Line is longer than 80 characters. | 171 | |
Must have at least one statement. | 174 | |
Missing a Javadoc comment. | 178 | |
Parameter met should be final. | 178 | |
Line is longer than 80 characters. | 181 | |
Missing a Javadoc comment. | 191 | |
Must have at least one statement. | 198 | |
Missing a Javadoc comment. | 203 | |
Parameter urlStr should be final. | 203 |
org/apache/oodt/cas/workflow/engine/TaskQuerier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
'<' is not preceded with whitespace. | 56 | |
'<' is not followed by whitespace. | 56 | |
'>' is not preceded with whitespace. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 80 | |
Line is longer than 80 characters. | 81 | |
Parameter processorQueue should be final. | 84 | |
'processorQueue' hides a field. | 84 | |
Line is longer than 80 characters. | 85 | |
Parameter prioritizer should be final. | 85 | |
'prioritizer' hides a field. | 85 | |
Parameter repo should be final. | 85 | |
'repo' hides a field. | 85 | |
Parameter waitSeconds should be final. | 85 | |
'waitSeconds' hides a field. | 85 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'>' is not followed by whitespace. | 88 | |
Line has trailing spaces. | 101 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Line is longer than 80 characters. | 106 | |
'+' is not preceded with whitespace. | 106 | |
'+' is not followed by whitespace. | 106 | |
'+' is not preceded with whitespace. | 106 | |
'+' is not followed by whitespace. | 106 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
'<' is not preceded with whitespace. | 109 | |
'<' is not followed by whitespace. | 109 | |
'>' is not preceded with whitespace. | 109 | |
'<' is not preceded with whitespace. | 109 | |
'<' is not followed by whitespace. | 109 | |
'>' is not preceded with whitespace. | 109 | |
'>' is not followed by whitespace. | 109 | |
'if' construct must use '{}'s. | 140 | |
Line has trailing spaces. | 154 | |
'try' is not followed by whitespace. | 155 | |
'{' is not preceded with whitespace. | 155 | |
'*' is not preceded with whitespace. | 156 | |
'*' is not followed by whitespace. | 156 | |
'1000' is a magic number. | 156 | |
'}' should be on the same line. | 157 | |
'catch' is not followed by whitespace. | 158 | |
'{' is not preceded with whitespace. | 158 | |
Must have at least one statement. | 158 | |
'{' is not followed by whitespace. | 158 | |
'}' is not preceded with whitespace. | 158 | |
Line has trailing spaces. | 159 | |
Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Method 'setRunning' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Parameter running should be final. | 174 | |
'running' hides a field. | 174 | |
Method 'getRunnableProcessors' is not designed for extension - needs to be abstract, final or empty. | 181 | |
'<' is not preceded with whitespace. | 181 | |
'<' is not followed by whitespace. | 181 | |
'>' is not preceded with whitespace. | 181 | |
Line has trailing spaces. | 189 | |
Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 193 | |
'if' construct must use '{}'s. | 194 | |
Missing a Javadoc comment. | 199 | |
Parameter instance should be final. | 199 |
org/apache/oodt/cas/workflow/engine/processor/WorkflowProcessor.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycleStage. | 27 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 43 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
Missing a Javadoc comment. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
Missing a Javadoc comment. | 58 | |
'<' is not preceded with whitespace. | 58 | |
'<' is not followed by whitespace. | 58 | |
'>' is not preceded with whitespace. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Variable 'lifecycleManager' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 63 | |
Variable 'helper' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 65 | |
Parameter lifecycleManager should be final. | 65 | |
'lifecycleManager' hides a field. | 65 | |
Parameter workflowInstance should be final. | 66 | |
'workflowInstance' hides a field. | 66 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
'>' is not followed by whitespace. | 67 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'>' is not followed by whitespace. | 68 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
'>' is not followed by whitespace. | 69 | |
Method 'getWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'setWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter workflowInstance should be final. | 91 | |
'workflowInstance' hides a field. | 91 | |
Method 'getExcusedSubProcessorIds' is not designed for extension - needs to be abstract, final or empty. | 98 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
Method 'setExcusedSubProcessorIds' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter excusedSubProcessorIds should be final. | 106 | |
'<' is not preceded with whitespace. | 106 | |
'<' is not followed by whitespace. | 106 | |
'>' is not preceded with whitespace. | 106 | |
'excusedSubProcessorIds' hides a field. | 106 | |
Method 'getSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 113 | |
'<' is not preceded with whitespace. | 113 | |
'<' is not followed by whitespace. | 113 | |
'>' is not preceded with whitespace. | 113 | |
Method 'setSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter subProcessors should be final. | 121 | |
'<' is not preceded with whitespace. | 121 | |
'<' is not followed by whitespace. | 121 | |
'>' is not preceded with whitespace. | 121 | |
'subProcessors' hides a field. | 121 | |
Method 'getListeners' is not designed for extension - needs to be abstract, final or empty. | 128 | |
'<' is not preceded with whitespace. | 128 | |
'<' is not followed by whitespace. | 128 | |
'>' is not preceded with whitespace. | 128 | |
Method 'setListeners' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Parameter listeners should be final. | 136 | |
'<' is not preceded with whitespace. | 136 | |
'<' is not followed by whitespace. | 136 | |
'>' is not preceded with whitespace. | 136 | |
'listeners' hides a field. | 136 | |
Method 'getMinReqSuccessfulSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Line is longer than 80 characters. | 151 | |
Method 'setMinReqSuccessfulSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter minReqSuccessfulSubProcessors should be final. | 151 | |
'minReqSuccessfulSubProcessors' hides a field. | 151 | |
Method 'getLifecycleManager' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Method 'setLifecycleManager' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Parameter lifecycleManager should be final. | 166 | |
'lifecycleManager' hides a field. | 166 | |
Method 'getPreConditions' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Method 'setPreConditions' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Parameter preConditions should be final. | 181 | |
'preConditions' hides a field. | 181 | |
Method 'getPostConditions' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Method 'setPostConditions' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter postConditions should be final. | 196 | |
'postConditions' hides a field. | 196 | |
Line has trailing spaces. | 202 | |
Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
Parameter workflowProcessor should be final. | 206 | |
Line has trailing spaces. | 213 | |
Method 'notifyChange' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Missing a Javadoc comment. | 219 | |
Parameter processor should be final. | 220 | |
Parameter changeType should be final. | 220 | |
'for' construct must use '{}'s. | 221 | |
Method 'getRunnableWorkflowProcessors' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
'<' is not preceded with whitespace. | 225 | |
'<' is not followed by whitespace. | 225 | |
'>' is not preceded with whitespace. | 225 | |
'<' is not preceded with whitespace. | 226 | |
'<' is not followed by whitespace. | 226 | |
'>' is not preceded with whitespace. | 226 | |
'<' is not preceded with whitespace. | 226 | |
'<' is not followed by whitespace. | 226 | |
'>' is not preceded with whitespace. | 226 | |
'>' is not followed by whitespace. | 226 | |
Must have at least one statement. | 237 | |
'for' construct must use '{}'s. | 240 | |
Method 'nextState' is not designed for extension - needs to be abstract, final or empty. | 258 | |
'if' is not followed by whitespace. | 294 | |
'{' is not preceded with whitespace. | 294 | |
'}' should be on the same line. | 301 | |
'if' is not followed by whitespace. | 302 | |
'{' is not preceded with whitespace. | 302 | |
Line has trailing spaces. | 307 | |
Line is longer than 80 characters. | 307 | |
Line has trailing spaces. | 324 | |
Line has trailing spaces. | 328 | |
Line has trailing spaces. | 329 | |
Line has trailing spaces. | 331 | |
Method 'isAnyState' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Parameter states should be final. | 335 | |
Line has trailing spaces. | 348 | |
Line has trailing spaces. | 349 | |
Line has trailing spaces. | 351 | |
Method 'isAnyCategory' is not designed for extension - needs to be abstract, final or empty. | 355 | |
Parameter categories should be final. | 355 | |
Line has trailing spaces. | 364 | |
Method 'passedPreConditions' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Missing a Javadoc comment. | 366 | |
Method 'passedPostConditions' is not designed for extension - needs to be abstract, final or empty. | 375 | |
Missing a Javadoc comment. | 375 | |
Line has trailing spaces. | 396 | |
Method 'isDone' is not designed for extension - needs to be abstract, final or empty. | 399 | |
'<' is not preceded with whitespace. | 401 | |
'<' is not followed by whitespace. | 401 | |
'>' is not preceded with whitespace. | 401 | |
'if' construct must use '{}'s. | 403 | |
Line is longer than 80 characters. | 404 | |
'if' construct must use '{}'s. | 418 | |
Line has trailing spaces. | 440 | |
Line has trailing spaces. | 444 | |
'<' is not preceded with whitespace. | 447 | |
'<' is not followed by whitespace. | 447 | |
'>' is not preceded with whitespace. | 447 | |
Missing a Javadoc comment. | 449 |
org/apache/oodt/cas/workflow/cli/action/GetNextPageCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter printer should be final. | 43 | |
'<' is not preceded with whitespace. | 63 | |
'<' is not followed by whitespace. | 63 | |
'>' is not preceded with whitespace. | 63 | |
'>' is not followed by whitespace. | 63 | |
Method 'setPageNum' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter pageNum should be final. | 81 | |
'pageNum' hides a field. | 81 | |
Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter status should be final. | 85 | |
'status' hides a field. | 85 |
org/apache/oodt/cas/workflow/util/GenericWorkflowObjectFactory.java
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Variable 'LOG' must be private and have accessor methods. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter engineFactory should be final. | 61 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter engineFactory should be final. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter repositoryFactory should be final. | 101 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line contains a tab character. | 122 | |
Parameter serviceFactory should be final. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Parameter className should be final. | 163 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
'else' construct must use '{}'s. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 209 | |
Parameter enclosingInstance should be final. | 209 | |
'<' is not preceded with whitespace. | 209 | |
'<' is not followed by whitespace. | 209 | |
'?' is not preceded with whitespace. | 209 | |
'>' is not preceded with whitespace. | 209 | |
'?' is not followed by whitespace. | 209 | |
Expected @param tag for 'enclosingInstance'. | 209 | |
Parameter className should be final. | 209 | |
Line is longer than 80 characters. | 216 | |
'}' should be on the same line. | 238 | |
'}' should be on the same line. | 245 | |
'else' construct must use '{}'s. | 253 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Parameter className should be final. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 274 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line is longer than 80 characters. | 287 | |
Line contains a tab character. | 287 | |
Line is longer than 80 characters. | 288 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line is longer than 80 characters. | 293 | |
Line contains a tab character. | 293 | |
Line is longer than 80 characters. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
'else' construct must use '{}'s. | 297 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line is longer than 80 characters. | 308 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Parameter className should be final. | 313 | |
'{' is not preceded with whitespace. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line is longer than 80 characters. | 324 | |
Line contains a tab character. | 324 | |
Line is longer than 80 characters. | 325 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line is longer than 80 characters. | 330 | |
Line contains a tab character. | 330 | |
Line is longer than 80 characters. | 331 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line is longer than 80 characters. | 336 | |
Line contains a tab character. | 336 | |
Line is longer than 80 characters. | 337 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
'else' construct must use '{}'s. | 340 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line has trailing spaces. | 343 | |
Line contains a tab character. | 343 | |
Line is longer than 80 characters. | 344 | |
Line contains a tab character. | 344 | |
Missing a Javadoc comment. | 344 | |
Parameter className should be final. | 344 | |
'{' is not preceded with whitespace. | 344 | |
Line contains a tab character. | 345 | |
'if' is not followed by whitespace. | 345 | |
'{' is not preceded with whitespace. | 345 | |
Line contains a tab character. | 346 | |
'try' is not followed by whitespace. | 346 | |
'{' is not preceded with whitespace. | 346 | |
Line has trailing spaces. | 347 | |
Line is longer than 80 characters. | 347 | |
Line contains a tab character. | 347 | |
'<' is not preceded with whitespace. | 347 | |
'<' is not followed by whitespace. | 347 | |
'>' is not preceded with whitespace. | 347 | |
'<' is not preceded with whitespace. | 347 | |
'<' is not followed by whitespace. | 347 | |
'>' is not preceded with whitespace. | 347 | |
'>' is not followed by whitespace. | 347 | |
'cast' is not followed by whitespace. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
'}' should be on the same line. | 349 | |
Line contains a tab character. | 350 | |
Line is longer than 80 characters. | 364 | |
Line contains a tab character. | 368 | |
'}' should be on the same line. | 368 | |
'else' construct must use '{}'s. | 369 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 372 | |
Missing a Javadoc comment. | 372 | |
Parameter workflows should be final. | 372 | |
'{' is not preceded with whitespace. | 372 | |
Line contains a tab character. | 373 | |
'if' is not followed by whitespace. | 373 | |
'{' is not preceded with whitespace. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
'for' is not followed by whitespace. | 375 | |
';' is followed by whitespace. | 375 | |
'{' is not preceded with whitespace. | 375 | |
Line contains a tab character. | 376 | |
'cast' is not followed by whitespace. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
'}' should be on the same line. | 382 | |
'else' construct must use '{}'s. | 383 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 386 | |
Line is longer than 80 characters. | 387 | |
Line contains a tab character. | 387 | |
Line is longer than 80 characters. | 388 | |
Line contains a tab character. | 388 | |
Line is longer than 80 characters. | 389 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Parameter w should be final. | 395 | |
'{' is not preceded with whitespace. | 395 | |
Line contains a tab character. | 396 | |
Line is longer than 80 characters. | 399 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line is longer than 80 characters. | 412 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line is longer than 80 characters. | 416 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Parameter taskList should be final. | 418 | |
'{' is not preceded with whitespace. | 418 | |
Line contains a tab character. | 419 | |
'if' is not followed by whitespace. | 419 | |
'{' is not preceded with whitespace. | 419 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 423 | |
'for' is not followed by whitespace. | 423 | |
';' is followed by whitespace. | 423 | |
'{' is not preceded with whitespace. | 423 | |
Line contains a tab character. | 424 | |
'cast' is not followed by whitespace. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
'}' should be on the same line. | 430 | |
'else' construct must use '{}'s. | 431 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 434 | |
Missing a Javadoc comment. | 434 | |
Parameter t should be final. | 434 | |
'{' is not preceded with whitespace. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 445 | |
Line is longer than 80 characters. | 446 | |
Line contains a tab character. | 446 | |
Line is longer than 80 characters. | 447 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line is longer than 80 characters. | 451 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
Parameter conditionList should be final. | 453 | |
'{' is not preceded with whitespace. | 453 | |
Line contains a tab character. | 454 | |
'if' is not followed by whitespace. | 454 | |
'{' is not preceded with whitespace. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
Line is longer than 80 characters. | 457 | |
Line contains a tab character. | 457 | |
'for' is not followed by whitespace. | 457 | |
';' is followed by whitespace. | 457 | |
'{' is not preceded with whitespace. | 457 | |
Line is longer than 80 characters. | 458 | |
Line contains a tab character. | 458 | |
'cast' is not followed by whitespace. | 458 | |
Line is longer than 80 characters. | 459 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
'}' should be on the same line. | 464 | |
'else' construct must use '{}'s. | 465 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 468 | |
Missing a Javadoc comment. | 468 | |
Parameter c should be final. | 468 | |
'{' is not preceded with whitespace. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line is longer than 80 characters. | 472 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 |
org/apache/oodt/cas/workflow/cli/action/GetWorkflowInstCliAction.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter printer should be final. | 35 | |
Method 'setInstanceId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter instanceId should be final. | 60 | |
'instanceId' hides a field. | 60 |
org/apache/oodt/cas/workflow/examples/CheckForMetadataKeys.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter metadata should be final. | 26 | |
Parameter config should be final. | 27 | |
'if' construct must use '{}'s. | 31 |
org/apache/oodt/cas/workflow/util/CygwinScriptFile.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 47 | |
Parameter shell should be final. | 47 | |
Missing a Javadoc comment. | 51 | |
Parameter shell should be final. | 51 | |
Parameter cmds should be final. | 51 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'writeScriptFile' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Parameter filePath should be final. | 59 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 68 | |
Must have at least one statement. | 73 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 |
org/apache/oodt/cas/workflow/structs/WorkflowTaskConfiguration.java
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Parameter properties should be final. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'addConfigProperty' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter name should be final. | 68 | |
Parameter value should be final. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter propName should be final. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 |
org/apache/oodt/cas/workflow/examples/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/engine/ThreadPoolWorkflowEngine.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 28 | |
Redundant import from the same package - org.apache.oodt.cas.workflow.engine.IterativeWorkflowProcessorThread. | 29 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Line has trailing spaces. | 81 | |
Parameter instRep should be final. | 103 | |
'instRep' hides a field. | 103 | |
Parameter queueSize should be final. | 104 | |
Parameter maxPoolSize should be final. | 104 | |
Parameter minPoolSize should be final. | 104 | |
Parameter threadKeepAliveTime should be final. | 105 | |
Parameter unlimitedQueue should be final. | 105 | |
Parameter resUrl should be final. | 105 | |
'1000' is a magic number. | 117 | |
'60' is a magic number. | 117 | |
'if' construct must use '{}'s. | 121 | |
Line has trailing spaces. | 127 | |
Method 'pauseWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter workflowInstId should be final. | 132 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 151 | |
Method 'resumeWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter workflowInstId should be final. | 156 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 184 | |
Method 'startWorkflow' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
Parameter workflow should be final. | 189 | |
Parameter metadata should be final. | 190 | |
Line is longer than 80 characters. | 205 | |
Line has trailing spaces. | 225 | |
Method 'getInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Missing a Javadoc comment. | 229 | |
Line has trailing spaces. | 235 | |
Line is longer than 80 characters. | 240 | |
Method 'updateMetadata' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
Parameter workflowInstId should be final. | 240 | |
Parameter met should be final. | 240 | |
Line is longer than 80 characters. | 242 | |
Line has trailing spaces. | 269 | |
Method 'setWorkflowManagerUrl' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Missing a Javadoc comment. | 274 | |
Parameter url should be final. | 274 | |
Line has trailing spaces. | 280 | |
Method 'stopWorkflow' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Missing a Javadoc comment. | 285 | |
Parameter workflowInstId should be final. | 285 | |
Line is longer than 80 characters. | 287 | |
Line has trailing spaces. | 302 | |
Method 'getCurrentTaskWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 306 | |
Missing a Javadoc comment. | 306 | |
Parameter workflowInstId should be final. | 306 | |
Line has trailing spaces. | 314 | |
Line is longer than 80 characters. | 316 | |
Method 'getWorkflowInstanceMetadata' is not designed for extension - needs to be abstract, final or empty. | 319 | |
Missing a Javadoc comment. | 319 | |
Parameter workflowInstId should be final. | 319 | |
Line is longer than 80 characters. | 321 | |
Line has trailing spaces. | 345 | |
Method 'getWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 350 | |
Missing a Javadoc comment. | 350 | |
Parameter workflowInstId should be final. | 350 | |
Missing a Javadoc comment. | 356 | |
Parameter inst should be final. | 356 | |
Avoid inline conditionals. | 363 | |
'1000.0' is a magic number. | 384 | |
'60.0' is a magic number. | 385 | |
Line is longer than 80 characters. | 390 | |
Missing a Javadoc comment. | 390 | |
Parameter inst should be final. | 390 | |
Line is longer than 80 characters. | 397 | |
Avoid inline conditionals. | 397 | |
'1000.0' is a magic number. | 431 | |
'60.0' is a magic number. | 432 | |
Missing a Javadoc comment. | 436 | |
Parameter wInst should be final. | 436 | |
Missing a Javadoc comment. | 457 | |
Parameter workflowInstId should be final. | 457 | |
Missing a Javadoc comment. | 465 | |
Parameter isoTimeStr should be final. | 465 |
org/apache/oodt/cas/workflow/instrepo/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/util/XmlRpcStructFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 56 | |
Parameter page should be final. | 63 | |
Line has trailing spaces. | 79 | |
Parameter pageHash should be final. | 87 | |
Line has trailing spaces. | 104 | |
Parameter wInst should be final. | 109 | |
Avoid inline conditionals. | 116 | |
Avoid inline conditionals. | 119 | |
Avoid inline conditionals. | 123 | |
Avoid inline conditionals. | 127 | |
Avoid inline conditionals. | 130 | |
Avoid inline conditionals. | 134 | |
Missing a Javadoc comment. | 139 | |
Parameter workflowInstance should be final. | 140 | |
'else' construct must use '{}'s. | 158 | |
Line has trailing spaces. | 172 | |
Parameter instsVector should be final. | 179 | |
Line has trailing spaces. | 196 | |
Parameter wInsts should be final. | 202 | |
Line has trailing spaces. | 220 | |
Parameter w should be final. | 225 | |
Avoid inline conditionals. | 228 | |
Line has trailing spaces. | 239 | |
Parameter w should be final. | 244 | |
Line has trailing spaces. | 259 | |
Parameter t should be final. | 265 | |
Line has trailing spaces. | 284 | |
Line has trailing spaces. | 287 | |
Parameter tasks should be final. | 291 | |
Line has trailing spaces. | 312 | |
Parameter task should be final. | 318 | |
Line has trailing spaces. | 339 | |
Parameter tsks should be final. | 345 | |
Line has trailing spaces. | 362 | |
Parameter c should be final. | 368 | |
Line has trailing spaces. | 385 | |
Parameter conf should be final. | 393 | |
Line is longer than 80 characters. | 395 | |
'<' is not preceded with whitespace. | 395 | |
'<' is not followed by whitespace. | 395 | |
'>' is not preceded with whitespace. | 395 | |
'>' is not followed by whitespace. | 395 | |
'<' is not preceded with whitespace. | 395 | |
'<' is not followed by whitespace. | 395 | |
'?' is not preceded with whitespace. | 395 | |
'>' is not preceded with whitespace. | 395 | |
'?' is not followed by whitespace. | 395 | |
'>' is not followed by whitespace. | 395 | |
Line has trailing spaces. | 406 | |
Parameter conditions should be final. | 412 | |
Line has trailing spaces. | 435 | |
Parameter fields should be final. | 441 | |
Line has trailing spaces. | 459 | |
Parameter metFields should be final. | 465 | |
Line has trailing spaces. | 483 | |
Line is longer than 80 characters. | 488 | |
Parameter cond should be final. | 488 | |
Line is longer than 80 characters. | 495 | |
Avoid inline conditionals. | 495 | |
Line is longer than 80 characters. | 499 | |
Line has trailing spaces. | 506 | |
Line is longer than 80 characters. | 512 | |
Parameter conf should be final. | 513 | |
Line is longer than 80 characters. | 514 | |
'<' is not preceded with whitespace. | 515 | |
'<' is not followed by whitespace. | 515 | |
'>' is not preceded with whitespace. | 515 | |
'>' is not followed by whitespace. | 515 | |
'<' is not preceded with whitespace. | 515 | |
'<' is not followed by whitespace. | 515 | |
'?' is not preceded with whitespace. | 515 | |
'>' is not preceded with whitespace. | 515 | |
'?' is not followed by whitespace. | 515 | |
'>' is not followed by whitespace. | 515 | |
Line has trailing spaces. | 527 | |
Parameter conds should be final. | 533 | |
Line has trailing spaces. | 553 | |
Parameter config should be final. | 560 | |
Line is longer than 80 characters. | 563 | |
Line has trailing spaces. | 575 | |
Line is longer than 80 characters. | 581 | |
Parameter config should be final. | 582 |
org/apache/oodt/cas/workflow/cli/action/PauseWorkflowInstCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 29 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter printer should be final. | 32 | |
Method 'setInstanceId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter instanceId should be final. | 47 | |
'instanceId' hides a field. | 47 |
org/apache/oodt/cas/workflow/engine/runner/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/engine/ChangeType.java
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
'name' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter obj should be final. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'else' is not preceded with whitespace. | 49 | |
'}' is not followed by whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 |
org/apache/oodt/cas/workflow/cli/action/GetTaskWallClockTimeCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 30 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter printer should be final. | 33 | |
Method 'setInstanceId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter instanceId should be final. | 46 | |
'instanceId' hides a field. | 46 |
org/apache/oodt/cas/workflow/structs/WorkflowConditionConfiguration.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 46 | |
Parameter properties should be final. | 50 | |
Line has trailing spaces. | 59 | |
Method 'addConfigProperty' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter name should be final. | 65 | |
Parameter value should be final. | 65 | |
Line has trailing spaces. | 70 | |
Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter propName should be final. | 75 | |
Line has trailing spaces. | 80 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 83 |
org/apache/oodt/cas/workflow/repository/WorkflowRepository.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 45 | |
Redundant 'public' modifier. | 52 | |
Line has trailing spaces. | 59 | |
Redundant 'public' modifier. | 66 | |
Line has trailing spaces. | 72 | |
Redundant 'public' modifier. | 77 | |
Line has trailing spaces. | 84 | |
Redundant 'public' modifier. | 93 | |
Line has trailing spaces. | 101 | |
Redundant 'public' modifier. | 110 | |
Line has trailing spaces. | 118 | |
Extra HTML tag found: </p> | 120 | |
Redundant 'public' modifier. | 126 | |
Line has trailing spaces. | 133 | |
Redundant 'public' modifier. | 141 | |
Line has trailing spaces. | 149 | |
Redundant 'public' modifier. | 157 | |
Line has trailing spaces. | 164 | |
Redundant 'public' modifier. | 173 | |
Line has trailing spaces. | 180 | |
Redundant 'public' modifier. | 187 | |
Line has trailing spaces. | 195 | |
Redundant 'public' modifier. | 203 | |
Line has trailing spaces. | 211 | |
Redundant 'public' modifier. | 218 | |
Line has trailing spaces. | 222 | |
Redundant 'public' modifier. | 230 | |
Line has trailing spaces. | 233 | |
Line has trailing spaces. | 236 | |
Line has trailing spaces. | 240 | |
Redundant 'public' modifier. | 246 | |
'<' is not preceded with whitespace. | 246 | |
'<' is not followed by whitespace. | 246 | |
'>' is not preceded with whitespace. | 246 | |
Line has trailing spaces. | 248 | |
Line has trailing spaces. | 249 | |
Line has trailing spaces. | 252 | |
Redundant 'public' modifier. | 259 | |
Line has trailing spaces. | 260 | |
Line has trailing spaces. | 263 | |
Redundant 'public' modifier. | 268 |
org/apache/oodt/cas/workflow/engine/processor/ParallelProcessor.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter lifecycleMgr should be final. | 37 | |
Parameter instance should be final. | 37 | |
Method 'getRunnableSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'<' is not preceded with whitespace. | 41 | |
'<' is not followed by whitespace. | 41 | |
'>' is not preceded with whitespace. | 41 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
Parameter workflowProcessor should be final. | 53 |
org/apache/oodt/cas/workflow/cli/action/GetConditionByIdCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 31 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter printer should be final. | 34 | |
Method 'setConditionId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter conditionId should be final. | 50 | |
'conditionId' hides a field. | 50 |
org/apache/oodt/cas/workflow/cli/action/GetWallClockTimeCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 30 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter printer should be final. | 33 | |
Method 'setInstanceId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter instanceId should be final. | 46 | |
'instanceId' hides a field. | 46 |
org/apache/oodt/cas/workflow/engine/WorkflowEngine.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Redundant 'public' modifier. | 60 | |
Redundant 'public' modifier. | 70 | |
Redundant 'public' modifier. | 81 | |
Redundant 'public' modifier. | 92 | |
Redundant 'public' modifier. | 101 | |
First sentence should end with a period. | 103 | |
Redundant 'public' modifier. | 114 | |
Redundant 'public' modifier. | 124 | |
Redundant 'public' modifier. | 139 | |
Redundant 'public' modifier. | 153 | |
Redundant 'public' modifier. | 166 |
org/apache/oodt/cas/workflow/examples/LongCondition.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Method 'evaluate' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter metadata should be final. | 50 | |
Parameter config should be final. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
'cast' is not followed by whitespace. | 53 | |
Avoid inline conditionals. | 53 | |
'cast' is not followed by whitespace. | 53 | |
':' is not preceded with whitespace. | 53 | |
'5' is a magic number. | 53 | |
':' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
'+' is not preceded with whitespace. | 54 | |
'+' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'if' is not followed by whitespace. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'}' should be on the same line. | 59 | |
'else' construct must use '{}'s. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 |
org/apache/oodt/cas/workflow/engine/runner/EngineRunnerFactory.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 |
org/apache/oodt/cas/workflow/engine/processor/WorkflowProcessorQueue.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.workflow.engine.TaskQuerier. | 29 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
Missing a Javadoc comment. | 70 | |
Parameter repo should be final. | 70 | |
'repo' hides a field. | 70 | |
Parameter lifecycle should be final. | 71 | |
'lifecycle' hides a field. | 71 | |
Parameter modelRepo should be final. | 71 | |
'modelRepo' hides a field. | 71 | |
'<' is not preceded with whitespace. | 75 | |
'<' is not followed by whitespace. | 75 | |
'>' is not preceded with whitespace. | 75 | |
'>' is not followed by whitespace. | 75 | |
Line has trailing spaces. | 80 | |
Method 'getProcessors' is not designed for extension - needs to be abstract, final or empty. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'<' is not preceded with whitespace. | 94 | |
'<' is not followed by whitespace. | 94 | |
'>' is not preceded with whitespace. | 94 | |
'<' is not preceded with whitespace. | 94 | |
'<' is not followed by whitespace. | 94 | |
'>' is not preceded with whitespace. | 94 | |
'>' is not followed by whitespace. | 94 | |
Avoid inline conditionals. | 95 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
'>' is not followed by whitespace. | 96 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'?' is not preceded with whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
'?' is not followed by whitespace. | 96 | |
'>' is not followed by whitespace. | 96 | |
'if' construct must use '{}'s. | 109 | |
Line has trailing spaces. | 116 | |
Method 'persist' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter inst should be final. | 118 | |
Line has trailing spaces. | 136 | |
Method length is 230 lines (max allowed is 150). | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter inst should be final. | 138 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 285 | |
Line is longer than 80 characters. | 321 | |
Line has trailing spaces. | 369 | |
Missing a Javadoc comment. | 370 | |
Parameter task should be final. | 370 | |
'{' is not preceded with whitespace. | 370 | |
'if' is not followed by whitespace. | 371 | |
'{' is not preceded with whitespace. | 371 | |
'try' is not followed by whitespace. | 372 | |
'{' is not preceded with whitespace. | 372 | |
'}' should be on the same line. | 374 | |
'catch' is not followed by whitespace. | 375 | |
'{' is not preceded with whitespace. | 375 | |
Missing a Javadoc comment. | 381 | |
Parameter workflow should be final. | 381 | |
Missing a Javadoc comment. | 391 | |
Parameter workflow should be final. | 391 | |
Avoid inline conditionals. | 392 | |
Missing a Javadoc comment. | 396 | |
Parameter instance should be final. | 396 | |
Line is longer than 80 characters. | 398 | |
Comment matches to-do format 'TODO:'. | 409 | |
Line is longer than 80 characters. | 416 | |
Missing a Javadoc comment. | 421 | |
Parameter instance should be final. | 422 | |
Parameter lifecycle should be final. | 422 | |
'lifecycle' hides a field. | 422 | |
Line has trailing spaces. | 431 | |
Line has trailing spaces. | 432 | |
Missing a Javadoc comment. | 432 | |
Parameter cond should be final. | 432 | |
'{' is not preceded with whitespace. | 432 | |
Comment matches to-do format 'TODO:'. | 433 | |
Line is longer than 80 characters. | 433 | |
'+' is not preceded with whitespace. | 433 | |
'+' is not followed by whitespace. | 433 | |
'if' construct must use '{}'s. | 435 | |
'if' is not followed by whitespace. | 435 | |
Line is longer than 80 characters. | 438 | |
'+' is not preceded with whitespace. | 439 | |
'+' is not followed by whitespace. | 439 | |
Line is longer than 80 characters. | 442 | |
Line has trailing spaces. | 443 | |
Line is longer than 80 characters. | 443 | |
Line has trailing spaces. | 448 | |
Missing a Javadoc comment. | 449 | |
Parameter taskId should be final. | 449 | |
'{' is not preceded with whitespace. | 449 | |
'try' is not followed by whitespace. | 451 | |
'{' is not preceded with whitespace. | 451 | |
'if' is not followed by whitespace. | 452 | |
Inner assignments should be avoided. | 452 | |
'{' is not preceded with whitespace. | 452 | |
'}' should be on the same line. | 455 | |
'catch' is not followed by whitespace. | 456 | |
'{' is not preceded with whitespace. | 456 | |
Line has trailing spaces. | 459 |
org/apache/oodt/cas/workflow/structs/WorkflowInstancePage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Parameter pageNum should be final. | 66 | |
'pageNum' hides a field. | 66 | |
Parameter totalPages should be final. | 66 | |
'totalPages' hides a field. | 66 | |
Parameter pageSize should be final. | 66 | |
'pageSize' hides a field. | 66 | |
Parameter pageWorkflows should be final. | 67 | |
'pageWorkflows' hides a field. | 67 | |
Method 'getPageNum' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Method 'setPageNum' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Parameter pageNum should be final. | 85 | |
'pageNum' hides a field. | 85 | |
Method 'getPageWorkflows' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Unused @param tag for 'pageProducts'. | 97 | |
Method 'setPageWorkflows' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter pageWorkflows should be final. | 100 | |
'pageWorkflows' hides a field. | 100 | |
Expected @param tag for 'pageWorkflows'. | 100 | |
Method 'getPageSize' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setPageSize' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter pageSize should be final. | 115 | |
'pageSize' hides a field. | 115 | |
Method 'getTotalPages' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'setTotalPages' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter totalPages should be final. | 130 | |
'totalPages' hides a field. | 130 | |
Line has trailing spaces. | 135 | |
Method 'isLastPage' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line has trailing spaces. | 143 | |
Method 'isFirstPage' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Line has trailing spaces. | 151 |
org/apache/oodt/cas/workflow/structs/Graph.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
'<' is not preceded with whitespace. | 71 | |
'<' is not followed by whitespace. | 71 | |
'>' is not preceded with whitespace. | 71 | |
Missing a Javadoc comment. | 73 | |
'<' is not preceded with whitespace. | 73 | |
'<' is not followed by whitespace. | 73 | |
'>' is not preceded with whitespace. | 73 | |
Name 'processorIds' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
Missing a Javadoc comment. | 76 | |
Parameter graphElem should be final. | 76 | |
Parameter staticMetadata should be final. | 76 | |
Avoid inline conditionals. | 88 | |
'if' construct must use '{}'s. | 109 | |
Missing a Javadoc comment. | 122 | |
'<' is not preceded with whitespace. | 132 | |
'<' is not followed by whitespace. | 132 | |
'>' is not preceded with whitespace. | 132 | |
'>' is not followed by whitespace. | 132 | |
'<' is not preceded with whitespace. | 134 | |
'<' is not followed by whitespace. | 134 | |
'>' is not preceded with whitespace. | 134 | |
'>' is not followed by whitespace. | 134 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter parent should be final. | 151 | |
'parent' hides a field. | 151 | |
Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 158 | |
'<' is not preceded with whitespace. | 158 | |
'<' is not followed by whitespace. | 158 | |
'>' is not preceded with whitespace. | 158 | |
Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Parameter children should be final. | 166 | |
'<' is not preceded with whitespace. | 166 | |
'<' is not followed by whitespace. | 166 | |
'>' is not preceded with whitespace. | 166 | |
'children' hides a field. | 166 | |
Method 'getModelIdRef' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Method 'setModelIdRef' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Parameter modelIdRef should be final. | 181 | |
'modelIdRef' hides a field. | 181 | |
Method 'getModelId' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Method 'setModelId' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter modelId should be final. | 196 | |
'modelId' hides a field. | 196 | |
Method 'getModelName' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Method 'setModelName' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Parameter modelName should be final. | 211 | |
'modelName' hides a field. | 211 | |
Method 'getAlias' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Method 'setAlias' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Parameter alias should be final. | 226 | |
'alias' hides a field. | 226 | |
Method 'getExecutionType' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Method 'setExecutionType' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Parameter executionType should be final. | 241 | |
'executionType' hides a field. | 241 | |
Method 'getMinReqSuccessfulSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Method 'setMinReqSuccessfulSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Parameter minReqSuccessfulSubProcessors should be final. | 257 | |
'minReqSuccessfulSubProcessors' hides a field. | 257 | |
Method 'getExcused' is not designed for extension - needs to be abstract, final or empty. | 264 | |
'<' is not preceded with whitespace. | 264 | |
'<' is not followed by whitespace. | 264 | |
'>' is not preceded with whitespace. | 264 | |
Method 'setExcused' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Parameter excused should be final. | 272 | |
'<' is not preceded with whitespace. | 272 | |
'<' is not followed by whitespace. | 272 | |
'>' is not preceded with whitespace. | 272 | |
'excused' hides a field. | 272 | |
Method 'getClazz' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Method 'setClazz' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Parameter clazz should be final. | 287 | |
'clazz' hides a field. | 287 | |
Method 'getTask' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Method 'setTask' is not designed for extension - needs to be abstract, final or empty. | 302 | |
Parameter task should be final. | 302 | |
'task' hides a field. | 302 | |
Method 'getCond' is not designed for extension - needs to be abstract, final or empty. | 309 | |
Method 'setCond' is not designed for extension - needs to be abstract, final or empty. | 317 | |
Parameter cond should be final. | 317 | |
'cond' hides a field. | 317 | |
Method 'getWorkflow' is not designed for extension - needs to be abstract, final or empty. | 324 | |
Method 'setWorkflow' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Parameter workflow should be final. | 332 | |
'workflow' hides a field. | 332 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Missing a Javadoc comment. | 336 | |
Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Parameter timeout should be final. | 351 | |
'timeout' hides a field. | 351 | |
Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 358 | |
Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Parameter optional should be final. | 366 | |
'optional' hides a field. | 366 | |
Method 'getProcessorIds' is not designed for extension - needs to be abstract, final or empty. | 373 | |
'<' is not preceded with whitespace. | 373 | |
'<' is not followed by whitespace. | 373 | |
'>' is not preceded with whitespace. | 373 | |
Line has trailing spaces. | 376 | |
Line has trailing spaces. | 378 | |
Method 'isCondition' is not designed for extension - needs to be abstract, final or empty. | 381 | |
'{' is not preceded with whitespace. | 381 | |
Line has trailing spaces. | 384 | |
Line has trailing spaces. | 386 | |
Method 'isWorkflow' is not designed for extension - needs to be abstract, final or empty. | 389 | |
'{' is not preceded with whitespace. | 389 | |
Line has trailing spaces. | 392 | |
Line has trailing spaces. | 394 | |
Method 'isTask' is not designed for extension - needs to be abstract, final or empty. | 397 | |
'{' is not preceded with whitespace. | 397 | |
Missing a Javadoc comment. | 401 | |
Parameter value should be final. | 401 |
org/apache/oodt/cas/workflow/instrepo/WorkflowInstanceMetadataReader.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 51 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 58 | |
Parameter mapFilePath should be final. | 58 | |
Line has trailing spaces. | 87 | |
Missing a Javadoc comment. | 92 | |
Parameter rootFldElem should be final. | 92 | |
Missing a Javadoc comment. | 107 | |
Parameter xmlFile should be final. | 107 |
org/apache/oodt/cas/workflow/lifecycle/WorkflowLifecycle.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.workflow.structs.Workflow. | 21 | |
Unused import - org.apache.oodt.cas.workflow.structs.WorkflowInstance. | 22 | |
Unused import - org.apache.oodt.cas.workflow.structs.WorkflowStatus. | 23 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 64 | |
Parameter name should be final. | 71 | |
'name' hides a field. | 71 | |
Parameter workflowId should be final. | 71 | |
'workflowId' hides a field. | 71 | |
Parameter o1 should be final. | 76 | |
Parameter o2 should be final. | 76 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter name should be final. | 104 | |
'name' hides a field. | 104 | |
Method 'getStages' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Line has trailing spaces. | 117 | |
Method 'addStage' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter stage should be final. | 121 | |
Line has trailing spaces. | 129 | |
Method 'removeStage' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Parameter stage should be final. | 134 | |
Line has trailing spaces. | 140 | |
Method 'clearStages' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Method 'getWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Method 'setWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Parameter workflowId should be final. | 157 | |
'workflowId' hides a field. | 157 | |
Line has trailing spaces. | 164 | |
Method 'getStageForWorkflow' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Parameter status should be final. | 174 | |
'for' is not followed by whitespace. | 178 | |
':' is not preceded with whitespace. | 178 | |
'{' is not preceded with whitespace. | 178 | |
'if' is not followed by whitespace. | 179 | |
'{' is not preceded with whitespace. | 179 | |
'else' construct must use '{}'s. | 186 | |
Line has trailing spaces. | 198 | |
Line has trailing spaces. | 201 | |
Method 'getStateByName' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Parameter stateName should be final. | 206 | |
Line has trailing spaces. | 214 | |
Method 'getStateByNameAndCategory' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Parameter stateName should be final. | 222 | |
Parameter category should be final. | 223 | |
Line is longer than 80 characters. | 225 | |
'<' is not preceded with whitespace. | 225 | |
'<' is not followed by whitespace. | 225 | |
'>' is not preceded with whitespace. | 225 | |
'>' is not followed by whitespace. | 225 | |
'if' construct must use '{}'s. | 227 | |
'<' is not preceded with whitespace. | 230 | |
'<' is not followed by whitespace. | 230 | |
'>' is not preceded with whitespace. | 230 | |
'>' is not followed by whitespace. | 230 | |
Line has trailing spaces. | 241 | |
Method 'getCategoryByName' is not designed for extension - needs to be abstract, final or empty. | 242 | |
Missing a Javadoc comment. | 242 | |
Parameter category should be final. | 242 | |
'{' is not preceded with whitespace. | 242 | |
'if' is not followed by whitespace. | 243 | |
'{' is not preceded with whitespace. | 243 | |
Line is longer than 80 characters. | 244 | |
'for' is not followed by whitespace. | 244 | |
':' is not preceded with whitespace. | 244 | |
'<' is not preceded with whitespace. | 244 | |
'<' is not followed by whitespace. | 244 | |
'>' is not preceded with whitespace. | 244 | |
'>' is not followed by whitespace. | 244 | |
'cast' is not followed by whitespace. | 244 | |
'{' is not preceded with whitespace. | 244 | |
'if' is not followed by whitespace. | 245 | |
'{' is not preceded with whitespace. | 245 | |
Line has trailing spaces. | 250 | |
Line has trailing spaces. | 253 | |
Line is longer than 80 characters. | 254 | |
Method 'createState' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter name should be final. | 254 | |
'name' hides a field. | 254 | |
Parameter category should be final. | 254 | |
Parameter message should be final. | 254 | |
'{' is not preceded with whitespace. | 254 | |
Missing a Javadoc comment. | 262 | |
Parameter state should be final. | 262 | |
'{' is not preceded with whitespace. | 262 | |
Line has trailing spaces. | 272 |
org/apache/oodt/cas/workflow/engine/runner/AbstractEngineRunnerBase.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 45 | |
Variable 'instRep' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 53 | |
Unused @param tag for 'instRep'. | 54 | |
Method 'getTaskFromProcessor' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter taskProcessor should be final. | 62 | |
Line has trailing spaces. | 66 | |
'&&' should be on a new line. | 66 | |
Line is longer than 80 characters. | 67 | |
'else' construct must use '{}'s. | 70 | |
Method 'getLifecycle' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter taskProcessor should be final. | 75 | |
Method 'persist' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter instance should be final. | 79 | |
'if' construct must use '{}'s. | 80 | |
'if' is not followed by whitespace. | 80 | |
Line has trailing spaces. | 95 |
org/apache/oodt/cas/workflow/repository/XMLWorkflowRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 32 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'if' is not followed by whitespace. | 49 | |
'{' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'createRepository' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
'if' is not followed by whitespace. | 62 | |
'{' is not preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
'}' should be on the same line. | 64 | |
Line contains a tab character. | 65 | |
'else' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
'+' is not preceded with whitespace. | 66 | |
'+' is not followed by whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 |
org/apache/oodt/cas/workflow/structs/WorkflowInstance.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.workflow.lifecycle.WorkflowLifecycle. | 26 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Line has trailing spaces. | 82 | |
Missing a Javadoc comment. | 89 | |
More than 7 parameters. | 89 | |
Parameter workflow should be final. | 89 | |
'workflow' hides a field. | 89 | |
Parameter id should be final. | 89 | |
'id' hides a field. | 89 | |
Parameter state should be final. | 89 | |
'state' hides a field. | 89 | |
Line has trailing spaces. | 90 | |
Parameter currentTaskId should be final. | 90 | |
'currentTaskId' hides a field. | 90 | |
Parameter startDate should be final. | 90 | |
'startDate' hides a field. | 90 | |
Parameter endDate should be final. | 90 | |
'endDate' hides a field. | 90 | |
Parameter sharedContext should be final. | 91 | |
'sharedContext' hides a field. | 91 | |
Parameter timesBlocked should be final. | 91 | |
'timesBlocked' hides a field. | 91 | |
Parameter priority should be final. | 91 | |
'priority' hides a field. | 91 | |
Line is longer than 80 characters. | 92 | |
Avoid inline conditionals. | 92 | |
Avoid inline conditionals. | 93 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter id should be final. | 115 | |
'id' hides a field. | 115 | |
Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Avoid inline conditionals. | 124 | |
Line has trailing spaces. | 129 | |
Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Parameter status should be final. | 134 | |
'state' hides a field. | 135 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter state should be final. | 151 | |
'state' hides a field. | 151 | |
Method 'getWorkflow' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Method 'setWorkflow' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Parameter workflow should be final. | 168 | |
'workflow' hides a field. | 168 | |
'if' construct must use '{}'s. | 172 | |
Line has trailing spaces. | 179 | |
Method 'getParentChildWorkflow' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Line has trailing spaces. | 188 | |
Method 'setParentChildWorkflow' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Parameter workflow should be final. | 192 | |
'workflow' hides a field. | 192 | |
Method 'getCurrentTaskId' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Method 'setCurrentTaskId' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Parameter currentTaskId should be final. | 207 | |
'currentTaskId' hides a field. | 207 | |
Method 'getSharedContext' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Method 'setSharedContext' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Parameter sharedContext should be final. | 222 | |
'sharedContext' hides a field. | 222 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Parameter priority should be final. | 237 | |
'priority' hides a field. | 237 | |
Line has trailing spaces. | 244 | |
Method 'getCreationDate' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Line has trailing spaces. | 255 | |
Method 'getFinishDate' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Parameter startDate should be final. | 274 | |
'startDate' hides a field. | 274 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Parameter endDate should be final. | 289 | |
'endDate' hides a field. | 289 | |
Method 'getEndDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Avoid inline conditionals. | 298 | |
Method 'setEndDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 305 | |
Parameter endDateTimeIsoStr should be final. | 306 | |
Method 'getStartDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Avoid inline conditionals. | 322 | |
Method 'setStartDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Parameter startDateTimeIsoStr should be final. | 331 | |
Method 'getCurrentTaskEndDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 345 | |
Line has trailing spaces. | 347 | |
'?' should be on a new line. | 347 | |
Avoid inline conditionals. | 347 | |
Line has trailing spaces. | 348 | |
'?' should be on a new line. | 348 | |
Avoid inline conditionals. | 348 | |
':' is not preceded with whitespace. | 350 | |
':' is not followed by whitespace. | 350 | |
Method 'setCurrentTaskEndDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Parameter currentTaskEndDateTimeIsoStr should be final. | 359 | |
Line has trailing spaces. | 361 | |
'&&' should be on a new line. | 361 | |
Method 'getCurrentTaskStartDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Line has trailing spaces. | 378 | |
'?' should be on a new line. | 378 | |
Avoid inline conditionals. | 378 | |
Avoid inline conditionals. | 379 | |
':' is not preceded with whitespace. | 380 | |
':' is not followed by whitespace. | 380 | |
Method 'setCurrentTaskStartDateTimeIsoStr' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Parameter currentTaskStartDateTimeIsoStr should be final. | 389 | |
Line has trailing spaces. | 391 | |
'&&' should be on a new line. | 391 | |
Line has trailing spaces. | 402 | |
Line has trailing spaces. | 406 | |
Method 'getCurrentTask' is not designed for extension - needs to be abstract, final or empty. | 410 | |
'{' is not preceded with whitespace. | 410 | |
Line has trailing spaces. | 413 | |
Method 'getTimesBlocked' is not designed for extension - needs to be abstract, final or empty. | 418 | |
Method 'setTimesBlocked' is not designed for extension - needs to be abstract, final or empty. | 425 | |
Parameter timesBlocked should be final. | 425 | |
'timesBlocked' hides a field. | 425 | |
Line has trailing spaces. | 428 | |
Line has trailing spaces. | 429 | |
Missing a Javadoc comment. | 430 | |
Parameter taskId should be final. | 430 | |
'{' is not preceded with whitespace. | 430 | |
Line has trailing spaces. | 431 | |
'if' is not followed by whitespace. | 431 | |
'&&' should be on a new line. | 431 | |
'{' is not preceded with whitespace. | 432 | |
'for' is not followed by whitespace. | 433 | |
':' is not preceded with whitespace. | 433 | |
'{' is not preceded with whitespace. | 433 | |
'if' is not followed by whitespace. | 434 | |
'{' is not preceded with whitespace. | 434 | |
Line has trailing spaces. | 438 | |
'}' should be on the same line. | 440 | |
'else' construct must use '{}'s. | 441 |
org/apache/oodt/cas/workflow/util/Pagination.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.workflow.structs.WorkflowInstance. | 22 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 29 | |
Redundant 'public' modifier. | 39 | |
Line has trailing spaces. | 42 | |
Redundant 'public' modifier. | 45 | |
Line has trailing spaces. | 48 | |
Redundant 'public' modifier. | 55 | |
Line has trailing spaces. | 58 | |
Redundant 'public' modifier. | 65 | |
Line has trailing spaces. | 70 | |
Unused @param tag for 'status'. | 73 | |
Line has trailing spaces. | 76 | |
Redundant 'public' modifier. | 82 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 94 | |
Redundant 'public' modifier. | 100 |
org/apache/oodt/cas/workflow/engine/processor/ConditionProcessor.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter lifecycleManager should be final. | 35 | |
Parameter inst should be final. | 35 | |
Missing a Javadoc comment. | 39 | |
Parameter preConditions should be final. | 40 | |
Missing a Javadoc comment. | 44 | |
Parameter postConditions should be final. | 45 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 53 | |
Method 'setWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter instance should be final. | 57 | |
'0.1' is a magic number. | 59 |
org/apache/oodt/cas/workflow/repository/DataSourceWorkflowRepository.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Parameter ds should be final. | 63 | |
Expected @param tag for 'ds'. | 63 | |
Line has trailing spaces. | 69 | |
Line is longer than 80 characters. | 71 | |
Method 'getWorkflowByName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter workflowName should be final. | 74 | |
Method 'getWorkflowByName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter workflowName should be final. | 79 | |
Parameter getTasks should be final. | 79 | |
Parameter getConditions should be final. | 80 | |
Must have at least one statement. | 128 | |
Must have at least one statement. | 137 | |
Must have at least one statement. | 147 | |
Line has trailing spaces. | 159 | |
Line is longer than 80 characters. | 164 | |
Method 'getWorkflowById' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter workflowId should be final. | 164 | |
Method 'getWorkflowById' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter workflowId should be final. | 168 | |
Parameter getTasks should be final. | 168 | |
Parameter getConditions should be final. | 169 | |
Must have at least one statement. | 217 | |
Must have at least one statement. | 226 | |
Must have at least one statement. | 236 | |
Line has trailing spaces. | 248 | |
Method 'getWorkflows' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
Method 'getWorkflows' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Parameter getTasks should be final. | 256 | |
Parameter getConditions should be final. | 256 | |
Must have at least one statement. | 311 | |
Must have at least one statement. | 320 | |
Must have at least one statement. | 330 | |
Method 'getTasksByWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Parameter workflowId should be final. | 340 | |
Line is longer than 80 characters. | 352 | |
Line is longer than 80 characters. | 354 | |
Must have at least one statement. | 397 | |
Must have at least one statement. | 406 | |
Must have at least one statement. | 416 | |
Method 'getTasksByWorkflowName' is not designed for extension - needs to be abstract, final or empty. | 426 | |
Missing a Javadoc comment. | 426 | |
Parameter workflowName should be final. | 426 | |
Line is longer than 80 characters. | 438 | |
Line is longer than 80 characters. | 440 | |
Must have at least one statement. | 483 | |
Must have at least one statement. | 492 | |
Must have at least one statement. | 502 | |
Line is longer than 80 characters. | 512 | |
Method 'getWorkflowsForEvent' is not designed for extension - needs to be abstract, final or empty. | 512 | |
Missing a Javadoc comment. | 512 | |
Parameter eventName should be final. | 512 | |
Method 'getWorkflowsForEvent' is not designed for extension - needs to be abstract, final or empty. | 516 | |
Missing a Javadoc comment. | 516 | |
Parameter eventName should be final. | 516 | |
Parameter getTasks should be final. | 516 | |
Parameter getConditions should be final. | 517 | |
Line is longer than 80 characters. | 528 | |
Must have at least one statement. | 571 | |
Must have at least one statement. | 580 | |
Must have at least one statement. | 590 | |
Line has trailing spaces. | 602 | |
Method 'getConditionsByTaskName' is not designed for extension - needs to be abstract, final or empty. | 606 | |
Missing a Javadoc comment. | 606 | |
Parameter taskName should be final. | 606 | |
Line is longer than 80 characters. | 618 | |
Line is longer than 80 characters. | 620 | |
Line is longer than 80 characters. | 621 | |
Must have at least one statement. | 660 | |
Must have at least one statement. | 669 | |
Must have at least one statement. | 679 | |
Line has trailing spaces. | 691 | |
Method 'getConditionsByTaskId' is not designed for extension - needs to be abstract, final or empty. | 695 | |
Missing a Javadoc comment. | 695 | |
Parameter taskId should be final. | 695 | |
Line is longer than 80 characters. | 706 | |
Line is longer than 80 characters. | 708 | |
Must have at least one statement. | 747 | |
Must have at least one statement. | 756 | |
Must have at least one statement. | 766 | |
Method 'getConfigurationByTaskId' is not designed for extension - needs to be abstract, final or empty. | 776 | |
Missing a Javadoc comment. | 776 | |
Parameter taskId should be final. | 776 | |
Line is longer than 80 characters. | 788 | |
Must have at least one statement. | 823 | |
Must have at least one statement. | 832 | |
Must have at least one statement. | 842 | |
Method 'getConfigurationByConditionId' is not designed for extension - needs to be abstract, final or empty. | 852 | |
Missing a Javadoc comment. | 852 | |
Parameter condId should be final. | 853 | |
Line is longer than 80 characters. | 864 | |
Line is longer than 80 characters. | 890 | |
Must have at least one statement. | 899 | |
Must have at least one statement. | 908 | |
Must have at least one statement. | 918 | |
Line has trailing spaces. | 930 | |
Line is longer than 80 characters. | 932 | |
Method 'getWorkflowTaskById' is not designed for extension - needs to be abstract, final or empty. | 935 | |
Missing a Javadoc comment. | 935 | |
Parameter taskId should be final. | 935 | |
Line is longer than 80 characters. | 947 | |
Must have at least one statement. | 977 | |
Must have at least one statement. | 986 | |
Must have at least one statement. | 996 | |
Line has trailing spaces. | 1008 | |
Method 'getWorkflowConditionById' is not designed for extension - needs to be abstract, final or empty. | 1012 | |
Missing a Javadoc comment. | 1012 | |
Parameter conditionId should be final. | 1012 | |
Line is longer than 80 characters. | 1024 | |
Must have at least one statement. | 1054 | |
Must have at least one statement. | 1063 | |
Must have at least one statement. | 1073 | |
Line has trailing spaces. | 1085 | |
Line is longer than 80 characters. | 1087 | |
Method 'getRegisteredEvents' is not designed for extension - needs to be abstract, final or empty. | 1090 | |
Missing a Javadoc comment. | 1090 | |
Line is longer than 80 characters. | 1101 | |
Must have at least one statement. | 1134 | |
Must have at least one statement. | 1143 | |
Must have at least one statement. | 1153 | |
Line has trailing spaces. | 1162 | |
Line is longer than 80 characters. | 1165 | |
Method 'addTask' is not designed for extension - needs to be abstract, final or empty. | 1167 | |
Missing a Javadoc comment. | 1167 | |
Parameter task should be final. | 1168 | |
'<' is not preceded with whitespace. | 1169 | |
'<' is not followed by whitespace. | 1169 | |
'>' is not preceded with whitespace. | 1169 | |
'if' is not followed by whitespace. | 1171 | |
'{' is not preceded with whitespace. | 1171 | |
'for' is not followed by whitespace. | 1172 | |
':' is not preceded with whitespace. | 1172 | |
'{' is not preceded with whitespace. | 1172 | |
'if' is not followed by whitespace. | 1173 | |
'{' is not preceded with whitespace. | 1173 | |
Line has trailing spaces. | 1174 | |
Line is longer than 80 characters. | 1174 | |
'+' is not preceded with whitespace. | 1174 | |
'+' is not followed by whitespace. | 1174 | |
'+' is not preceded with whitespace. | 1174 | |
'+' is not followed by whitespace. | 1174 | |
'+' is not preceded with whitespace. | 1174 | |
'+' is not followed by whitespace. | 1174 | |
'+' is not preceded with whitespace. | 1174 | |
'+' is not followed by whitespace. | 1174 | |
Line has trailing spaces. | 1175 | |
Line has trailing spaces. | 1177 | |
'for' is not followed by whitespace. | 1178 | |
':' is not preceded with whitespace. | 1178 | |
'{' is not preceded with whitespace. | 1178 | |
'if' is not followed by whitespace. | 1179 | |
'{' is not preceded with whitespace. | 1179 | |
Line has trailing spaces. | 1180 | |
Line is longer than 80 characters. | 1180 | |
'+' is not preceded with whitespace. | 1180 | |
'+' is not followed by whitespace. | 1180 | |
'+' is not preceded with whitespace. | 1180 | |
'+' is not followed by whitespace. | 1180 | |
'+' is not preceded with whitespace. | 1180 | |
'+' is not followed by whitespace. | 1180 | |
'+' is not preceded with whitespace. | 1180 | |
'+' is not followed by whitespace. | 1180 | |
Line has trailing spaces. | 1181 | |
Line has trailing spaces. | 1184 | |
Line has trailing spaces. | 1191 | |
Method 'addWorkflow' is not designed for extension - needs to be abstract, final or empty. | 1196 | |
Missing a Javadoc comment. | 1196 | |
Parameter workflow should be final. | 1197 | |
'<' is not preceded with whitespace. | 1205 | |
'<' is not followed by whitespace. | 1205 | |
'>' is not preceded with whitespace. | 1205 | |
'<' is not preceded with whitespace. | 1207 | |
'<' is not followed by whitespace. | 1207 | |
'>' is not preceded with whitespace. | 1207 | |
'>' is not followed by whitespace. | 1207 | |
'<' is not preceded with whitespace. | 1216 | |
'<' is not followed by whitespace. | 1216 | |
'>' is not preceded with whitespace. | 1216 | |
'<' is not preceded with whitespace. | 1218 | |
'<' is not followed by whitespace. | 1218 | |
'>' is not preceded with whitespace. | 1218 | |
'>' is not followed by whitespace. | 1218 | |
Line has trailing spaces. | 1235 | |
Method 'getConditionsByWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 1239 | |
Missing a Javadoc comment. | 1239 | |
'<' is not preceded with whitespace. | 1240 | |
'<' is not followed by whitespace. | 1240 | |
'>' is not preceded with whitespace. | 1240 | |
Parameter workflowId should be final. | 1240 | |
'<' is not preceded with whitespace. | 1246 | |
'<' is not followed by whitespace. | 1246 | |
'>' is not preceded with whitespace. | 1246 | |
Line is longer than 80 characters. | 1252 | |
Line is longer than 80 characters. | 1254 | |
'<' is not preceded with whitespace. | 1263 | |
'<' is not followed by whitespace. | 1263 | |
'>' is not preceded with whitespace. | 1263 | |
'>' is not followed by whitespace. | 1263 | |
Line is longer than 80 characters. | 1286 | |
Must have at least one statement. | 1295 | |
Must have at least one statement. | 1304 | |
Must have at least one statement. | 1314 | |
Line has trailing spaces. | 1323 | |
Line is longer than 80 characters. | 1326 | |
Method 'getTaskById' is not designed for extension - needs to be abstract, final or empty. | 1328 | |
Missing a Javadoc comment. | 1328 | |
Parameter taskId should be final. | 1329 | |
Line has trailing spaces. | 1346 | |
Must have at least one statement. | 1376 | |
Must have at least one statement. | 1385 | |
Must have at least one statement. | 1395 | |
Line has trailing spaces. | 1403 | |
Missing a Javadoc comment. | 1405 | |
Parameter workflow should be final. | 1405 | |
Must have at least one statement. | 1456 | |
Must have at least one statement. | 1465 | |
Must have at least one statement. | 1475 | |
Missing a Javadoc comment. | 1485 | |
Parameter workflow should be final. | 1485 | |
Parameter task should be final. | 1485 | |
Line is longer than 80 characters. | 1510 | |
Line is longer than 80 characters. | 1522 | |
Must have at least one statement. | 1546 | |
Must have at least one statement. | 1555 | |
Must have at least one statement. | 1565 | |
Line has trailing spaces. | 1574 | |
Method 'getConditions' is not designed for extension - needs to be abstract, final or empty. | 1575 | |
Missing a Javadoc comment. | 1575 | |
'<' is not preceded with whitespace. | 1575 | |
'<' is not followed by whitespace. | 1575 | |
'>' is not preceded with whitespace. | 1575 | |
'<' is not preceded with whitespace. | 1580 | |
'<' is not followed by whitespace. | 1580 | |
'>' is not preceded with whitespace. | 1580 | |
'<' is not preceded with whitespace. | 1593 | |
'<' is not followed by whitespace. | 1593 | |
'>' is not preceded with whitespace. | 1593 | |
'>' is not followed by whitespace. | 1593 | |
Must have at least one statement. | 1623 | |
Must have at least one statement. | 1632 | |
Must have at least one statement. | 1642 | |
Line has trailing spaces. | 1650 | |
Line has trailing spaces. | 1651 | |
Missing a Javadoc comment. | 1652 | |
'<' is not preceded with whitespace. | 1652 | |
'<' is not followed by whitespace. | 1652 | |
'>' is not preceded with whitespace. | 1652 | |
'<' is not preceded with whitespace. | 1657 | |
'<' is not followed by whitespace. | 1657 | |
'>' is not preceded with whitespace. | 1657 | |
Line is longer than 80 characters. | 1663 | |
'<' is not preceded with whitespace. | 1668 | |
'<' is not followed by whitespace. | 1668 | |
'>' is not preceded with whitespace. | 1668 | |
'>' is not followed by whitespace. | 1668 | |
Must have at least one statement. | 1704 | |
Must have at least one statement. | 1713 | |
Must have at least one statement. | 1723 | |
Missing a Javadoc comment. | 1733 | |
Parameter tasks should be final. | 1733 | |
'<' is not preceded with whitespace. | 1733 | |
'<' is not followed by whitespace. | 1733 | |
'>' is not preceded with whitespace. | 1733 | |
Parameter id should be final. | 1733 | |
'if' construct must use '{}'s. | 1734 | |
Missing a Javadoc comment. | 1746 | |
Parameter conds should be final. | 1746 | |
'<' is not preceded with whitespace. | 1746 | |
'<' is not followed by whitespace. | 1746 | |
'>' is not preceded with whitespace. | 1746 | |
Parameter id should be final. | 1746 | |
'if' construct must use '{}'s. | 1747 | |
Line is longer than 80 characters. | 1759 | |
Missing a Javadoc comment. | 1759 | |
Parameter workflow should be final. | 1759 | |
Line is longer than 80 characters. | 1760 | |
'<' is not preceded with whitespace. | 1763 | |
'<' is not followed by whitespace. | 1763 | |
'>' is not preceded with whitespace. | 1763 | |
'>' is not followed by whitespace. | 1763 | |
Missing a Javadoc comment. | 1773 | |
Parameter workflow should be final. | 1773 | |
Parameter conditions should be final. | 1774 | |
'<' is not preceded with whitespace. | 1774 | |
'<' is not followed by whitespace. | 1774 | |
'>' is not preceded with whitespace. | 1774 |
org/apache/oodt/cas/workflow/cli/action/GetRegisteredEventsCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter printer should be final. | 33 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 |
org/apache/oodt/cas/workflow/cli/action/GetWorkflowInstsCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter printer should be final. | 36 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 |
org/apache/oodt/cas/workflow/repository/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/engine/processor/TaskProcessor.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 42 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'?' is not preceded with whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter lifecycleManager should be final. | 45 | |
Parameter instance should be final. | 45 | |
Method 'getInstanceClass' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
'<' is not preceded with whitespace. | 49 | |
'<' is not followed by whitespace. | 49 | |
'?' is not preceded with whitespace. | 49 | |
'>' is not preceded with whitespace. | 49 | |
Method 'setJobId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter jobId should be final. | 53 | |
'jobId' hides a field. | 53 | |
Method 'getJobId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'setInstanceClass' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter instanceClass should be final. | 62 | |
'<' is not preceded with whitespace. | 62 | |
'<' is not followed by whitespace. | 62 | |
'?' is not preceded with whitespace. | 62 | |
'>' is not preceded with whitespace. | 62 | |
'instanceClass' hides a field. | 62 | |
Method 'setWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter instance should be final. | 67 | |
'0.1' is a magic number. | 69 | |
Method 'getRunnableWorkflowProcessors' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'<' is not preceded with whitespace. | 74 | |
'<' is not followed by whitespace. | 74 | |
'>' is not preceded with whitespace. | 74 | |
'<' is not preceded with whitespace. | 75 | |
'<' is not followed by whitespace. | 75 | |
'>' is not preceded with whitespace. | 75 | |
Must have at least one statement. | 85 | |
'1000' is a magic number. | 91 | |
'60' is a magic number. | 91 | |
'if' construct must use '{}'s. | 92 | |
Line has trailing spaces. | 94 | |
'&&' should be on a new line. | 94 | |
'{' is not preceded with whitespace. | 95 | |
Method 'hasSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Method 'getRunnableSubProcessors' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
'>' is not preceded with whitespace. | 107 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
'>' is not followed by whitespace. | 108 | |
Missing a Javadoc comment. | 111 | |
Parameter subProcessors should be final. | 112 | |
'<' is not preceded with whitespace. | 112 | |
'<' is not followed by whitespace. | 112 | |
'>' is not preceded with whitespace. | 112 | |
Missing a Javadoc comment. | 116 | |
Parameter workflowProcessor should be final. | 117 |
org/apache/oodt/cas/workflow/engine/runner/ResourceRunner.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Variable 'rClient' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Parameter resUrl should be final. | 56 | |
Parameter instRep should be final. | 56 | |
Line is longer than 80 characters. | 62 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter taskProcessor should be final. | 65 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 72 | |
Avoid inline conditionals. | 75 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 100 | |
Missing a Javadoc comment. | 103 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 111 | |
Method 'hasOpenSlots' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter taskProcessor should be final. | 114 | |
Line has trailing spaces. | 118 | |
Line is longer than 80 characters. | 121 | |
Missing a Javadoc comment. | 123 | |
Parameter instRep should be final. | 124 | |
Line has trailing spaces. | 126 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 129 | |
Method 'safeCheckJobComplete' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter jobId should be final. | 131 | |
Method 'stopJob' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter jobId should be final. | 141 | |
'else' construct must use '{}'s. | 147 | |
'else' construct must use '{}'s. | 149 |
org/apache/oodt/cas/workflow/repository/DataSourceWorkflowRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 45 | |
Expected @throws tag for 'Exception'. | 52 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 82 | |
Method 'createRepository' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 |
org/apache/oodt/cas/workflow/util/XmlStructFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 52 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Variable 'LOG' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 71 | |
Parameter node should be final. | 74 | |
Parameter tasks should be final. | 74 | |
Parameter conditions should be final. | 75 | |
'if' construct must use '{}'s. | 88 | |
'if' construct must use '{}'s. | 90 | |
Line has trailing spaces. | 101 | |
Parameter node should be final. | 109 | |
Parameter conditions should be final. | 109 | |
Line has trailing spaces. | 142 | |
Parameter node should be final. | 147 | |
Line is longer than 80 characters. | 158 | |
Avoid inline conditionals. | 158 | |
Line has trailing spaces. | 175 | |
Expected an @return tag. | 179 | |
Parameter node should be final. | 179 | |
Expected @param tag for 'node'. | 179 | |
Line has trailing spaces. | 203 | |
Parameter node should be final. | 209 | |
Missing a Javadoc comment. | 234 | |
Parameter configNode should be final. | 234 | |
'if' construct must use '{}'s. | 245 | |
'<' is not preceded with whitespace. | 247 | |
'<' is not followed by whitespace. | 247 | |
'>' is not preceded with whitespace. | 247 | |
'<' is not preceded with whitespace. | 247 | |
'<' is not followed by whitespace. | 247 | |
'>' is not preceded with whitespace. | 247 | |
'>' is not followed by whitespace. | 247 | |
'if' construct must use '{}'s. | 248 | |
'else' construct must use '{}'s. | 250 | |
Missing a Javadoc comment. | 258 | |
'<' is not preceded with whitespace. | 258 | |
'<' is not followed by whitespace. | 258 | |
'>' is not preceded with whitespace. | 258 | |
Parameter rootNode should be final. | 258 | |
Parameter tasks should be final. | 258 | |
'<' is not preceded with whitespace. | 260 | |
'<' is not followed by whitespace. | 260 | |
'>' is not preceded with whitespace. | 260 | |
'<' is not preceded with whitespace. | 263 | |
'<' is not followed by whitespace. | 263 | |
'>' is not preceded with whitespace. | 263 | |
'>' is not followed by whitespace. | 263 | |
Missing a Javadoc comment. | 289 | |
'<' is not preceded with whitespace. | 289 | |
'<' is not followed by whitespace. | 289 | |
'>' is not preceded with whitespace. | 289 | |
Parameter rootNode should be final. | 289 | |
Parameter conditions should be final. | 290 | |
'<' is not preceded with whitespace. | 291 | |
'<' is not followed by whitespace. | 291 | |
'>' is not preceded with whitespace. | 291 | |
'<' is not preceded with whitespace. | 291 | |
'<' is not followed by whitespace. | 291 | |
'>' is not preceded with whitespace. | 291 | |
'>' is not followed by whitespace. | 291 | |
'<' is not preceded with whitespace. | 295 | |
'<' is not followed by whitespace. | 295 | |
'>' is not preceded with whitespace. | 295 | |
'>' is not followed by whitespace. | 295 | |
Missing a Javadoc comment. | 321 | |
Parameter name should be final. | 321 | |
Parameter root should be final. | 321 | |
'else' construct must use '{}'s. | 325 | |
Missing a Javadoc comment. | 329 | |
Parameter node should be final. | 329 | |
'else' construct must use '{}'s. | 332 | |
Missing a Javadoc comment. | 336 | |
Parameter elemName should be final. | 336 | |
Parameter root should be final. | 336 |
org/apache/oodt/cas/workflow/cli/action/WorkflowCliAction.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setClient' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter client should be final. | 54 | |
'client' hides a field. | 54 |
org/apache/oodt/cas/workflow/engine/PrioritizedQueueBasedWorkflowEngine.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 41 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Parameter repo should be final. | 66 | |
'repo' hides a field. | 66 | |
Parameter prioritizer should be final. | 67 | |
'prioritizer' hides a field. | 67 | |
Parameter lifecycle should be final. | 67 | |
'lifecycle' hides a field. | 67 | |
Line is longer than 80 characters. | 68 | |
Parameter runner should be final. | 68 | |
'runner' hides a field. | 68 | |
Parameter modelRepo should be final. | 68 | |
'modelRepo' hides a field. | 68 | |
Parameter querierWaitSeconds should be final. | 68 | |
Avoid inline conditionals. | 70 | |
'50' is a magic number. | 71 | |
Line is longer than 80 characters. | 74 | |
Method 'setEngineRunner' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter runner should be final. | 90 | |
'runner' hides a field. | 90 | |
Line has trailing spaces. | 96 | |
Method 'startWorkflow' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter workflow should be final. | 102 | |
Parameter metadata should be final. | 102 | |
Line is longer than 80 characters. | 113 | |
Avoid inline conditionals. | 113 | |
Line has trailing spaces. | 130 | |
Missing a Javadoc comment. | 135 | |
Parameter workflowInstId should be final. | 136 | |
Line has trailing spaces. | 143 | |
Missing a Javadoc comment. | 148 | |
Parameter workflowInstId should be final. | 149 | |
Line has trailing spaces. | 156 | |
Missing a Javadoc comment. | 161 | |
Parameter workflowInstId should be final. | 162 | |
Line has trailing spaces. | 169 | |
Method 'getInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Line has trailing spaces. | 180 | |
Method 'updateMetadata' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter workflowInstId should be final. | 186 | |
Parameter met should be final. | 186 | |
Line has trailing spaces. | 193 | |
Method 'setWorkflowManagerUrl' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Parameter url should be final. | 199 | |
Line has trailing spaces. | 206 | |
Method 'getWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter workflowInstId should be final. | 212 | |
Line has trailing spaces. | 219 | |
Method 'getCurrentTaskWallClockMinutes' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 | |
Parameter workflowInstId should be final. | 224 | |
Line has trailing spaces. | 231 | |
Line is longer than 80 characters. | 233 | |
Method 'getWorkflowInstanceMetadata' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter workflowInstId should be final. | 237 | |
Line is longer than 80 characters. | 242 | |
Missing a Javadoc comment. | 242 | |
Parameter inst should be final. | 242 | |
Missing a Javadoc comment. | 259 | |
Parameter workflow should be final. | 259 | |
Avoid inline conditionals. | 260 |
org/apache/oodt/cas/workflow/metadata/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/instrepo/AbstractPaginatibleInstanceRepository.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 45 | |
Variable 'pageSize' must be private and have accessor methods. | 45 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 53 | |
Method 'getFirstPage' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 71 | |
Method 'getLastPage' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 91 | |
Method 'getNextPage' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter currentPage should be final. | 93 | |
Line has trailing spaces. | 116 | |
Line is longer than 80 characters. | 117 | |
Method 'getPrevPage' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter currentPage should be final. | 119 | |
Line has trailing spaces. | 142 | |
Method 'getPagedWorkflows' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter pageNum should be final. | 145 | |
Line has trailing spaces. | 152 | |
Method 'getPagedWorkflows' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter pageNum should be final. | 156 | |
Parameter status should be final. | 156 | |
Avoid inline conditionals. | 159 | |
Line has trailing spaces. | 193 | |
Expected an @return tag. | 198 | |
Method 'paginateWorkflows' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Parameter pageNum should be final. | 198 | |
Expected @param tag for 'pageNum'. | 198 | |
Expected @throws tag for 'InstanceRepositoryException'. | 199 | |
Line has trailing spaces. | 204 | |
Expected an @return tag. | 210 | |
Expected @param tag for 'pageNum'. | 210 | |
Expected @param tag for 'status'. | 210 | |
Expected @throws tag for 'InstanceRepositoryException'. | 211 |
org/apache/oodt/cas/workflow/structs/exceptions/RepositoryException.java
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Parameter arg0 should be final. | 44 | |
Expected @param tag for 'arg0'. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Parameter arg0 should be final. | 53 | |
Expected @param tag for 'arg0'. | 53 | |
Parameter arg1 should be final. | 53 | |
Expected @param tag for 'arg1'. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Parameter arg0 should be final. | 61 | |
Expected @param tag for 'arg0'. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 |
org/apache/oodt/cas/workflow/util/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/examples/RandomStatusUpdateTask.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.workflow.structs.WorkflowInstance. | 28 | |
Unused import - org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager. | 31 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 45 | |
Name 'statuses' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
'{' is followed by whitespace. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 56 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter metadata should be final. | 59 | |
Parameter config should be final. | 59 | |
'10' is a magic number. | 69 | |
'5000L' is a magic number. | 74 | |
Must have at least one statement. | 75 | |
Missing a Javadoc comment. | 82 | |
Parameter wInstId should be final. | 82 | |
Parameter status should be final. | 82 | |
'+' is not preceded with whitespace. | 83 | |
'+' is not followed by whitespace. | 83 | |
'+' is not preceded with whitespace. | 83 | |
'+' is not followed by whitespace. | 83 | |
'+' is not preceded with whitespace. | 83 | |
'+' is not followed by whitespace. | 83 | |
Missing a Javadoc comment. | 92 | |
Parameter wmUrlStr should be final. | 92 | |
'+' is not preceded with whitespace. | 93 | |
'+' is not followed by whitespace. | 93 | |
'+' is not preceded with whitespace. | 93 | |
'+' is not followed by whitespace. | 93 | |
Missing a Javadoc comment. | 97 | |
Parameter urlStr should be final. | 97 |
org/apache/oodt/cas/workflow/examples/HelloWorld.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter metadata should be final. | 46 | |
Parameter config should be final. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
'+' is not preceded with whitespace. | 47 | |
'+' is not followed by whitespace. | 47 | |
Line contains a tab character. | 48 |
org/apache/oodt/cas/workflow/cli/action/ResumeWorkflowInstCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 29 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter printer should be final. | 32 | |
Method 'setInstanceId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter instanceId should be final. | 47 | |
'instanceId' hides a field. | 47 |
org/apache/oodt/cas/workflow/structs/HighestPrioritySorter.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 42 | |
Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter candidates should be final. | 47 | |
'<' is not preceded with whitespace. | 47 | |
'<' is not followed by whitespace. | 47 | |
'>' is not preceded with whitespace. | 47 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
'>' is not followed by whitespace. | 48 | |
Parameter o1 should be final. | 51 | |
Parameter o2 should be final. | 51 |
org/apache/oodt/cas/workflow/repository/PackagedWorkflowRepository.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 66 | |
'<' is not preceded with whitespace. | 66 | |
'<' is not followed by whitespace. | 66 | |
'>' is not preceded with whitespace. | 66 | |
Missing a Javadoc comment. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
Missing a Javadoc comment. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
Missing a Javadoc comment. | 72 | |
'<' is not preceded with whitespace. | 72 | |
'<' is not followed by whitespace. | 72 | |
'>' is not preceded with whitespace. | 72 | |
Missing a Javadoc comment. | 74 | |
'<' is not preceded with whitespace. | 74 | |
'<' is not followed by whitespace. | 74 | |
'>' is not preceded with whitespace. | 74 | |
Missing a Javadoc comment. | 76 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
Missing a Javadoc comment. | 78 | |
'<' is not preceded with whitespace. | 78 | |
'<' is not followed by whitespace. | 78 | |
'<' is not preceded with whitespace. | 78 | |
'<' is not followed by whitespace. | 78 | |
'>' is not preceded with whitespace. | 78 | |
'>' is not followed by whitespace. | 78 | |
'>' is not preceded with whitespace. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Parameter files should be final. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'files' hides a field. | 83 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 98 | |
Method 'getWorkflowByName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter workflowName should be final. | 102 | |
Line has trailing spaces. | 116 | |
Method 'getWorkflowById' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Line is longer than 80 characters. | 122 | |
Parameter workflowId should be final. | 122 | |
Line has trailing spaces. | 128 | |
Method 'getWorkflows' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
'<' is not preceded with whitespace. | 134 | |
'<' is not followed by whitespace. | 134 | |
'>' is not preceded with whitespace. | 134 | |
'workflows' hides a field. | 134 | |
'<' is not preceded with whitespace. | 134 | |
'<' is not followed by whitespace. | 134 | |
'>' is not preceded with whitespace. | 134 | |
'>' is not followed by whitespace. | 134 | |
Line has trailing spaces. | 141 | |
Line is longer than 80 characters. | 143 | |
Method 'getTasksByWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter workflowId should be final. | 147 | |
Line has trailing spaces. | 155 | |
Method 'getTasksByWorkflowName' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter workflowName should be final. | 160 | |
'else' construct must use '{}'s. | 165 | |
Line has trailing spaces. | 171 | |
Line is longer than 80 characters. | 173 | |
Method 'getWorkflowsForEvent' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Line is longer than 80 characters. | 177 | |
Parameter eventName should be final. | 177 | |
'<' is not preceded with whitespace. | 178 | |
'<' is not followed by whitespace. | 178 | |
'>' is not preceded with whitespace. | 178 | |
'workflows' hides a field. | 178 | |
'else' construct must use '{}'s. | 181 | |
Line has trailing spaces. | 187 | |
Method 'getConditionsByTaskName' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter taskName should be final. | 192 | |
Line has trailing spaces. | 206 | |
Method 'getConditionsByTaskId' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Parameter taskId should be final. | 211 | |
'else' construct must use '{}'s. | 214 | |
Line has trailing spaces. | 220 | |
Method 'getConfigurationByTaskId' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Missing a Javadoc comment. | 224 | |
Parameter taskId should be final. | 225 | |
Line has trailing spaces. | 232 | |
Line is longer than 80 characters. | 234 | |
Method 'getWorkflowTaskById' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Missing a Javadoc comment. | 237 | |
Parameter taskId should be final. | 238 | |
Line has trailing spaces. | 245 | |
Method 'getWorkflowConditionById' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Missing a Javadoc comment. | 249 | |
Parameter conditionId should be final. | 250 | |
Line has trailing spaces. | 257 | |
Line is longer than 80 characters. | 259 | |
Method 'getRegisteredEvents' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Missing a Javadoc comment. | 262 | |
Line has trailing spaces. | 266 | |
Line is longer than 80 characters. | 268 | |
Method 'addTask' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Missing a Javadoc comment. | 270 | |
Parameter task should be final. | 271 | |
'if' is not followed by whitespace. | 273 | |
'{' is not preceded with whitespace. | 273 | |
'for' is not followed by whitespace. | 274 | |
':' is not preceded with whitespace. | 274 | |
'{' is not preceded with whitespace. | 274 | |
'if' is not followed by whitespace. | 275 | |
'{' is not preceded with whitespace. | 275 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 276 | |
'+' is not preceded with whitespace. | 276 | |
'+' is not followed by whitespace. | 276 | |
'+' is not preceded with whitespace. | 276 | |
'+' is not followed by whitespace. | 276 | |
'+' is not preceded with whitespace. | 276 | |
'+' is not followed by whitespace. | 276 | |
'+' is not preceded with whitespace. | 276 | |
'+' is not followed by whitespace. | 276 | |
Line has trailing spaces. | 277 | |
Line has trailing spaces. | 279 | |
'for' is not followed by whitespace. | 280 | |
':' is not preceded with whitespace. | 280 | |
'{' is not preceded with whitespace. | 280 | |
'if' is not followed by whitespace. | 281 | |
'{' is not preceded with whitespace. | 281 | |
Line has trailing spaces. | 282 | |
Line is longer than 80 characters. | 282 | |
'+' is not preceded with whitespace. | 282 | |
'+' is not followed by whitespace. | 282 | |
'+' is not preceded with whitespace. | 282 | |
'+' is not followed by whitespace. | 282 | |
'+' is not preceded with whitespace. | 282 | |
'+' is not followed by whitespace. | 282 | |
'+' is not preceded with whitespace. | 282 | |
'+' is not followed by whitespace. | 282 | |
Line has trailing spaces. | 283 | |
Line has trailing spaces. | 286 | |
Line has trailing spaces. | 287 | |
'?' should be on a new line. | 287 | |
Avoid inline conditionals. | 287 | |
':' is not preceded with whitespace. | 288 | |
':' is not followed by whitespace. | 288 | |
Line has trailing spaces. | 291 | |
Line has trailing spaces. | 295 | |
Method 'addWorkflow' is not designed for extension - needs to be abstract, final or empty. | 300 | |
Missing a Javadoc comment. | 300 | |
Parameter workflow should be final. | 301 | |
'<' is not preceded with whitespace. | 309 | |
'<' is not followed by whitespace. | 309 | |
'>' is not preceded with whitespace. | 309 | |
'>' is not followed by whitespace. | 309 | |
'<' is not preceded with whitespace. | 318 | |
'<' is not followed by whitespace. | 318 | |
'>' is not preceded with whitespace. | 318 | |
'>' is not followed by whitespace. | 318 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line has trailing spaces. | 353 | |
Method 'getConditionsByWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Missing a Javadoc comment. | 357 | |
'<' is not preceded with whitespace. | 358 | |
'<' is not followed by whitespace. | 358 | |
'>' is not preceded with whitespace. | 358 | |
Parameter workflowId should be final. | 358 | |
'if' construct must use '{}'s. | 360 | |
Line has trailing spaces. | 367 | |
Line is longer than 80 characters. | 370 | |
Method 'getTaskById' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Missing a Javadoc comment. | 372 | |
Parameter taskId should be final. | 373 | |
Line has trailing spaces. | 375 | |
Missing a Javadoc comment. | 377 | |
'<' is not preceded with whitespace. | 378 | |
'<' is not followed by whitespace. | 378 | |
'>' is not preceded with whitespace. | 378 | |
'>' is not followed by whitespace. | 378 | |
'<' is not preceded with whitespace. | 379 | |
'<' is not followed by whitespace. | 379 | |
'>' is not preceded with whitespace. | 379 | |
'>' is not followed by whitespace. | 379 | |
'<' is not preceded with whitespace. | 380 | |
'<' is not followed by whitespace. | 380 | |
'>' is not preceded with whitespace. | 380 | |
'>' is not followed by whitespace. | 380 | |
'<' is not preceded with whitespace. | 381 | |
'<' is not followed by whitespace. | 381 | |
'<' is not preceded with whitespace. | 381 | |
'<' is not followed by whitespace. | 381 | |
'>' is not preceded with whitespace. | 381 | |
'>' is not followed by whitespace. | 381 | |
'>' is not preceded with whitespace. | 381 | |
'>' is not followed by whitespace. | 381 | |
'<' is not preceded with whitespace. | 382 | |
'<' is not followed by whitespace. | 382 | |
'>' is not preceded with whitespace. | 382 | |
'>' is not followed by whitespace. | 382 | |
'<' is not preceded with whitespace. | 383 | |
'<' is not followed by whitespace. | 383 | |
'>' is not preceded with whitespace. | 383 | |
'>' is not followed by whitespace. | 383 | |
'<' is not preceded with whitespace. | 389 | |
'<' is not followed by whitespace. | 389 | |
'>' is not preceded with whitespace. | 389 | |
'<' is not preceded with whitespace. | 389 | |
'<' is not followed by whitespace. | 389 | |
'>' is not preceded with whitespace. | 389 | |
'>' is not followed by whitespace. | 389 | |
'for' construct must use '{}'s. | 390 | |
Missing a Javadoc comment. | 406 | |
Line is longer than 80 characters. | 412 | |
Missing a Javadoc comment. | 418 | |
'<' is not preceded with whitespace. | 419 | |
'<' is not followed by whitespace. | 419 | |
'>' is not preceded with whitespace. | 419 | |
'workflows' hides a field. | 419 | |
'<' is not preceded with whitespace. | 419 | |
'<' is not followed by whitespace. | 419 | |
'>' is not preceded with whitespace. | 419 | |
'>' is not followed by whitespace. | 419 | |
'<' is not preceded with whitespace. | 427 | |
'<' is not followed by whitespace. | 427 | |
'>' is not preceded with whitespace. | 427 | |
'<' is not preceded with whitespace. | 427 | |
'<' is not followed by whitespace. | 427 | |
'>' is not preceded with whitespace. | 427 | |
'>' is not followed by whitespace. | 427 | |
'<' is not preceded with whitespace. | 433 | |
'<' is not followed by whitespace. | 433 | |
'>' is not preceded with whitespace. | 433 | |
'else' construct must use '{}'s. | 460 | |
Missing a Javadoc comment. | 466 | |
Parameter rootElements should be final. | 466 | |
'<' is not preceded with whitespace. | 466 | |
'<' is not followed by whitespace. | 466 | |
'>' is not preceded with whitespace. | 466 | |
Parameter rootElem should be final. | 467 | |
Parameter staticMetadata should be final. | 467 | |
'<' is not preceded with whitespace. | 469 | |
'<' is not followed by whitespace. | 469 | |
'>' is not preceded with whitespace. | 469 | |
'<' is not preceded with whitespace. | 471 | |
'<' is not followed by whitespace. | 471 | |
'>' is not preceded with whitespace. | 471 | |
Missing a Javadoc comment. | 493 | |
Parameter rootElements should be final. | 493 | |
'<' is not preceded with whitespace. | 493 | |
'<' is not followed by whitespace. | 493 | |
'>' is not preceded with whitespace. | 493 | |
Parameter graphElem should be final. | 493 | |
Parameter parent should be final. | 494 | |
Parameter staticMetadata should be final. | 494 | |
Avoid inline conditionals. | 498 | |
'<' is not preceded with whitespace. | 508 | |
'<' is not followed by whitespace. | 508 | |
'>' is not preceded with whitespace. | 508 | |
Line is longer than 80 characters. | 514 | |
'<' is not preceded with whitespace. | 521 | |
'<' is not followed by whitespace. | 521 | |
'>' is not preceded with whitespace. | 521 | |
'if' construct must use '{}'s. | 536 | |
Missing a Javadoc comment. | 540 | |
Parameter rootElements should be final. | 540 | |
'<' is not preceded with whitespace. | 540 | |
'<' is not followed by whitespace. | 540 | |
'>' is not preceded with whitespace. | 540 | |
Parameter workflowNode should be final. | 540 | |
Parameter staticMetadata should be final. | 541 | |
'if' construct must use '{}'s. | 548 | |
'for' construct must use '{}'s. | 549 | |
Line is longer than 80 characters. | 552 | |
Avoid inline conditionals. | 552 | |
Line is longer than 80 characters. | 566 | |
Missing a Javadoc comment. | 582 | |
Parameter rootElements should be final. | 582 | |
'<' is not preceded with whitespace. | 582 | |
'<' is not followed by whitespace. | 582 | |
'>' is not preceded with whitespace. | 582 | |
Parameter group should be final. | 582 | |
Parameter globalConfGroups should be final. | 583 | |
'<' is not preceded with whitespace. | 583 | |
'<' is not followed by whitespace. | 583 | |
'>' is not preceded with whitespace. | 583 | |
'globalConfGroups' hides a field. | 583 | |
'if' construct must use '{}'s. | 589 | |
Missing a Javadoc comment. | 596 | |
Parameter graph should be final. | 596 | |
Parameter staticMetadata should be final. | 597 | |
Line is longer than 80 characters. | 606 | |
Line is longer than 80 characters. | 662 | |
Missing a Javadoc comment. | 694 | |
Parameter task should be final. | 694 | |
Missing a Javadoc comment. | 705 | |
Parameter eventName should be final. | 705 | |
Missing a Javadoc comment. | 716 | |
Parameter met should be final. | 716 | |
Missing a Javadoc comment. | 724 | |
Parameter met should be final. | 725 | |
Line is longer than 80 characters. | 726 | |
First sentence should end with a period. | 733 | |
Expected an @return tag. | 737 | |
'<' is not preceded with whitespace. | 737 | |
'<' is not followed by whitespace. | 737 | |
'>' is not preceded with whitespace. | 737 | |
Parameter parent should be final. | 737 | |
Expected @param tag for 'parent'. | 737 | |
Parameter name should be final. | 737 | |
Expected @param tag for 'name'. | 737 | |
'<' is not preceded with whitespace. | 738 | |
'<' is not followed by whitespace. | 738 | |
'>' is not preceded with whitespace. | 738 | |
'<' is not preceded with whitespace. | 738 | |
'<' is not followed by whitespace. | 738 | |
'>' is not preceded with whitespace. | 738 | |
'>' is not followed by whitespace. | 738 | |
Line is longer than 80 characters. | 750 | |
Missing a Javadoc comment. | 750 | |
Parameter workflowName should be final. | 750 | |
Parameter workflowId should be final. | 750 | |
Parameter conditions should be final. | 751 | |
'<' is not preceded with whitespace. | 751 | |
'<' is not followed by whitespace. | 751 | |
'>' is not preceded with whitespace. | 751 | |
'conditions' hides a field. | 751 | |
Line has trailing spaces. | 761 |
org/apache/oodt/cas/workflow/cli/action/GetPrevPageCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter printer should be final. | 43 | |
'<' is not preceded with whitespace. | 63 | |
'<' is not followed by whitespace. | 63 | |
'>' is not preceded with whitespace. | 63 | |
'>' is not followed by whitespace. | 63 | |
Method 'setPageNum' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter pageNum should be final. | 82 | |
'pageNum' hides a field. | 82 | |
Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter status should be final. | 86 | |
'status' hides a field. | 86 |
org/apache/oodt/cas/workflow/util/ScriptFile.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 55 | |
Parameter shell should be final. | 55 | |
Missing a Javadoc comment. | 60 | |
Parameter shell should be final. | 60 | |
Parameter cmds should be final. | 60 | |
Method 'getCommands' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Method 'setCommands' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Parameter commands should be final. | 76 | |
'commands' hides a field. | 76 | |
Method 'getCommandShell' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'setCommandShell' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter commandShell should be final. | 91 | |
'commandShell' hides a field. | 91 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Method 'writeScriptFile' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter filePath should be final. | 108 | |
Line is longer than 80 characters. | 117 | |
Must have at least one statement. | 122 |
org/apache/oodt/cas/workflow/engine/ThreadPoolWorkflowEngineFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Method 'createWorkflowEngine' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Method 'getWorkflowInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Method 'getResmgrUrl' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
'+' should be on a new line. | 74 | |
'+' is not preceded with whitespace. | 75 | |
'+' is not followed by whitespace. | 75 | |
'+' is not preceded with whitespace. | 75 | |
'+' is not followed by whitespace. | 75 | |
Method 'getQueueSize' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'getMaxPoolSize' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'getMinPoolSize' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'getThreadKeepAliveMinutes' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Method 'isUnlimitedQueue' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 |
org/apache/oodt/cas/workflow/engine/WorkflowEngineFactory.java
Violation | Message | Line |
---|---|---|
Redundant 'public' modifier. | 32 |
org/apache/oodt/cas/workflow/structs/TaskJobInput.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 66 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 79 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 89 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter in should be final. | 91 | |
Line is longer than 80 characters. | 102 | |
'cast' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 108 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Method 'getDynMetadata' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Method 'setDynMetadata' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter dynMetadata should be final. | 125 | |
'dynMetadata' hides a field. | 125 | |
Method 'getTaskConfig' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Method 'setTaskConfig' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter taskConfig should be final. | 133 | |
'taskConfig' hides a field. | 133 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter id should be final. | 137 | |
'id' hides a field. | 137 | |
Method 'getWorkflowTaskInstanceClassName' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Method 'setWorkflowTaskInstanceClassName' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter workflowTaskInstanceClassName should be final. | 146 | |
'workflowTaskInstanceClassName' hides a field. | 146 | |
Line has trailing spaces. | 152 | |
Line is longer than 80 characters. | 153 | |
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter props should be final. | 155 | |
Line has trailing spaces. | 167 | |
Must have at least one statement. | 167 | |
Line is longer than 80 characters. | 176 | |
':' is not preceded with whitespace. | 178 | |
'{' is not preceded with whitespace. | 178 | |
'cast' is not followed by whitespace. | 179 | |
Must have at least one statement. | 184 | |
'if' construct must use '{}'s. | 186 | |
Must have at least one statement. | 188 | |
'{' is not followed by whitespace. | 188 | |
'}' is not preceded with whitespace. | 188 |
org/apache/oodt/cas/workflow/engine/IterativeWorkflowProcessorThread.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 34 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 61 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 95 | |
'10L' is a magic number. | 95 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 104 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Missing a Javadoc comment. | 107 | |
Name 'CONDITION_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 115 | |
Parameter wInst should be final. | 115 | |
Parameter instRep should be final. | 116 | |
Parameter wParentUrl should be final. | 116 | |
'10' is a magic number. | 129 | |
'10' is a magic number. | 133 | |
Line has trailing spaces. | 141 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Method length is 200 lines (max allowed is 150). | 144 | |
Missing a Javadoc comment. | 144 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 170 | |
'1000' is a magic number. | 194 | |
Must have at least one statement. | 195 | |
Comment matches to-do format 'TODO:'. | 225 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 245 | |
Line has trailing spaces. | 246 | |
Line is longer than 80 characters. | 246 | |
'?' should be on a new line. | 246 | |
Avoid inline conditionals. | 246 | |
Line is longer than 80 characters. | 247 | |
':' is not preceded with whitespace. | 247 | |
':' is not followed by whitespace. | 247 | |
Line is longer than 80 characters. | 249 | |
Avoid inline conditionals. | 249 | |
'1000' is a magic number. | 273 | |
Must have at least one statement. | 274 | |
Comment matches to-do format 'TODO:'. | 278 | |
Line is longer than 80 characters. | 304 | |
Method 'getWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. | 345 | |
Missing a Javadoc comment. | 345 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Missing a Javadoc comment. | 349 | |
Method 'resume' is not designed for extension - needs to be abstract, final or empty. | 366 | |
Missing a Javadoc comment. | 366 | |
Method 'pause' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Missing a Javadoc comment. | 372 | |
Method 'isPaused' is not designed for extension - needs to be abstract, final or empty. | 381 | |
Expression can be simplified. | 382 | |
Method 'isStopped' is not designed for extension - needs to be abstract, final or empty. | 385 | |
Missing a Javadoc comment. | 385 | |
Method 'getCurrentTaskId' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Method 'setWorkflowInst' is not designed for extension - needs to be abstract, final or empty. | 400 | |
Parameter workflowInst should be final. | 400 | |
'workflowInst' hides a field. | 400 | |
Method 'getWaitforConditionSatisfy' is not designed for extension - needs to be abstract, final or empty. | 407 | |
Method 'setWaitforConditionSatisfy' is not designed for extension - needs to be abstract, final or empty. | 415 | |
Parameter waitforConditionSatisfy should be final. | 415 | |
Method 'getInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Method 'setInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 430 | |
Parameter instRep should be final. | 430 | |
Method 'getRClient' is not designed for extension - needs to be abstract, final or empty. | 437 | |
Method 'setRClient' is not designed for extension - needs to be abstract, final or empty. | 445 | |
Parameter client should be final. | 445 | |
Method 'getWmgrParentUrl' is not designed for extension - needs to be abstract, final or empty. | 456 | |
Method 'setWmgrParentUrl' is not designed for extension - needs to be abstract, final or empty. | 464 | |
Parameter wmgrParentUrl should be final. | 464 | |
'wmgrParentUrl' hides a field. | 464 | |
Missing a Javadoc comment. | 468 | |
Parameter task should be final. | 468 | |
Parameter dynMetadata should be final. | 469 | |
Missing a Javadoc comment. | 494 | |
Parameter taskId should be final. | 494 | |
Missing a Javadoc comment. | 506 | |
Parameter conditionList should be final. | 506 | |
Parameter taskId should be final. | 506 | |
'}' should be on the same line. | 522 | |
'}' should be on the same line. | 530 | |
Missing a Javadoc comment. | 549 | |
Must have at least one statement. | 556 | |
Missing a Javadoc comment. | 561 | |
Missing a Javadoc comment. | 570 | |
Parameter instance should be final. | 570 | |
Parameter met should be final. | 570 | |
Parameter cfg should be final. | 571 | |
Parameter taskName should be final. | 571 | |
Missing a Javadoc comment. | 582 | |
Parameter jobId should be final. | 582 |
org/apache/oodt/cas/workflow/examples/MailTask.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 50 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter metadata should be final. | 56 | |
Parameter config should be final. | 56 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 86 | |
Parameter met should be final. | 86 |
org/apache/oodt/cas/workflow/cli/action/GetTaskByIdCliAction.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter printer should be final. | 34 | |
Method 'setTaskId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter taskId should be final. | 50 | |
'taskId' hides a field. | 50 |
org/apache/oodt/cas/workflow/structs/exceptions/WorkflowTaskInstanceException.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
'{' is not followed by whitespace. | 31 | |
'}' is not preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter msg should be final. | 33 | |
Missing a Javadoc comment. | 37 | |
Parameter throwable should be final. | 37 | |
Missing a Javadoc comment. | 41 | |
Parameter msg should be final. | 41 | |
Parameter throwable should be final. | 41 | |
Line has trailing spaces. | 45 |
org/apache/oodt/cas/workflow/examples/LongTask.java
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter metadata should be final. | 48 | |
Parameter config should be final. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
'cast' is not followed by whitespace. | 51 | |
Avoid inline conditionals. | 51 | |
'cast' is not followed by whitespace. | 51 | |
':' is not preceded with whitespace. | 51 | |
'10L' is a magic number. | 51 | |
':' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
'+' is not preceded with whitespace. | 52 | |
'+' is not followed by whitespace. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'try' is not followed by whitespace. | 54 | |
'{' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
'*' is not preceded with whitespace. | 55 | |
'*' is not followed by whitespace. | 55 | |
'1000' is a magic number. | 55 | |
Line contains a tab character. | 56 | |
'}' should be on the same line. | 56 | |
Line contains a tab character. | 57 | |
'catch' is not followed by whitespace. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Must have at least one statement. | 57 | |
'{' is not followed by whitespace. | 57 | |
'}' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 59 |
org/apache/oodt/cas/workflow/examples/NumIncrementTask.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 43 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter metadata should be final. | 46 | |
Parameter config should be final. | 46 | |
'+' is not preceded with whitespace. | 56 | |
'+' is not followed by whitespace. | 56 | |
'+' is not preceded with whitespace. | 56 | |
'+' is not followed by whitespace. | 56 | |
'+' is not preceded with whitespace. | 58 | |
'+' is not followed by whitespace. | 58 | |
'+' is not preceded with whitespace. | 58 | |
'+' is not followed by whitespace. | 58 |
org/apache/oodt/cas/workflow/tools/InstanceRepoCleaner.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Parameter wmUrlStr should be final. | 64 | |
Method 'setInstanceRepo' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter idxPath should be final. | 68 | |
'1000' is a magic number. | 69 | |
Missing a Javadoc comment. | 72 | |
Parameter args should be final. | 72 | |
Method 'cleanRepository' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Avoid inline conditionals. | 93 | |
'<' is not preceded with whitespace. | 102 | |
'<' is not followed by whitespace. | 102 | |
'>' is not preceded with whitespace. | 102 | |
'>' is not followed by whitespace. | 102 | |
Avoid inline conditionals. | 137 |
org/apache/oodt/cas/workflow/repository/XMLWorkflowRepository.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.metadata.Metadata. | 22 | |
Unused import - org.apache.oodt.cas.workflow.structs.WorkflowTaskInstance. | 29 | |
Line is longer than 80 characters. | 31 | |
Unused import - org.apache.oodt.cas.workflow.structs.exceptions.WorkflowTaskInstanceException. | 31 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 85 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 100 | |
Parameter pathname should be final. | 101 | |
Line has trailing spaces. | 112 | |
Parameter uris should be final. | 117 | |
Line has trailing spaces. | 129 | |
Line is longer than 80 characters. | 130 | |
Method 'getRegisteredEvents' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Line has trailing spaces. | 138 | |
Line is longer than 80 characters. | 139 | |
Method 'getWorkflowTaskById' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter taskId should be final. | 141 | |
Line has trailing spaces. | 148 | |
Line is longer than 80 characters. | 149 | |
Method 'getWorkflowConditionById' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter conditionId should be final. | 151 | |
Line has trailing spaces. | 158 | |
Line is longer than 80 characters. | 159 | |
Method 'getWorkflowByName' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter workflowName should be final. | 161 | |
Line has trailing spaces. | 177 | |
Line is longer than 80 characters. | 178 | |
Method 'getWorkflowById' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Parameter workflowId should be final. | 180 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 188 | |
Method 'getWorkflows' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Missing a Javadoc comment. | 190 | |
Line has trailing spaces. | 196 | |
Line is longer than 80 characters. | 197 | |
Method 'getTasksByWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter workflowId should be final. | 199 | |
Line has trailing spaces. | 207 | |
Line is longer than 80 characters. | 208 | |
Method 'getTasksByWorkflowName' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Missing a Javadoc comment. | 210 | |
Parameter workflowName should be final. | 210 | |
Line has trailing spaces. | 218 | |
Line is longer than 80 characters. | 219 | |
Method 'getWorkflowsForEvent' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Missing a Javadoc comment. | 221 | |
Parameter eventName should be final. | 221 | |
Line has trailing spaces. | 228 | |
Line is longer than 80 characters. | 229 | |
Method 'getConditionsByTaskName' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter taskName should be final. | 231 | |
Line has trailing spaces. | 245 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 248 | |
Method 'getConditionsByTaskId' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter taskId should be final. | 248 | |
'else' construct must use '{}'s. | 252 | |
Line has trailing spaces. | 258 | |
Line is longer than 80 characters. | 259 | |
Method 'getConfigurationByTaskId' is not designed for extension - needs to be abstract, final or empty. | 261 | |
Missing a Javadoc comment. | 261 | |
Parameter taskId should be final. | 261 | |
Line has trailing spaces. | 266 | |
Line is longer than 80 characters. | 269 | |
Method 'addTask' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Parameter task should be final. | 272 | |
'if' is not followed by whitespace. | 274 | |
'{' is not preceded with whitespace. | 274 | |
'for' is not followed by whitespace. | 275 | |
':' is not preceded with whitespace. | 275 | |
'{' is not preceded with whitespace. | 275 | |
'if' is not followed by whitespace. | 276 | |
'{' is not preceded with whitespace. | 276 | |
Line has trailing spaces. | 277 | |
Line is longer than 80 characters. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
'+' is not preceded with whitespace. | 277 | |
'+' is not followed by whitespace. | 277 | |
Line has trailing spaces. | 278 | |
Line has trailing spaces. | 280 | |
'for' is not followed by whitespace. | 281 | |
':' is not preceded with whitespace. | 281 | |
'{' is not preceded with whitespace. | 281 | |
'if' is not followed by whitespace. | 282 | |
'{' is not preceded with whitespace. | 282 | |
Line has trailing spaces. | 283 | |
Line is longer than 80 characters. | 283 | |
'+' is not preceded with whitespace. | 283 | |
'+' is not followed by whitespace. | 283 | |
'+' is not preceded with whitespace. | 283 | |
'+' is not followed by whitespace. | 283 | |
'+' is not preceded with whitespace. | 283 | |
'+' is not followed by whitespace. | 283 | |
'+' is not preceded with whitespace. | 283 | |
'+' is not followed by whitespace. | 283 | |
Line has trailing spaces. | 284 | |
Line has trailing spaces. | 287 | |
Line has trailing spaces. | 288 | |
'?' should be on a new line. | 288 | |
Avoid inline conditionals. | 288 | |
':' is not preceded with whitespace. | 289 | |
':' is not followed by whitespace. | 289 | |
Line has trailing spaces. | 293 | |
Line is longer than 80 characters. | 296 | |
Method 'addWorkflow' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Missing a Javadoc comment. | 298 | |
Parameter workflow should be final. | 299 | |
Line is longer than 80 characters. | 301 | |
'if' is not followed by whitespace. | 301 | |
'{' is not preceded with whitespace. | 301 | |
Line is longer than 80 characters. | 302 | |
'+' is not preceded with whitespace. | 302 | |
'+' is not followed by whitespace. | 302 | |
'+' is not preceded with whitespace. | 302 | |
'+' is not followed by whitespace. | 302 | |
Line has trailing spaces. | 304 | |
'for' is not followed by whitespace. | 305 | |
':' is not preceded with whitespace. | 305 | |
'<' is not preceded with whitespace. | 305 | |
'<' is not followed by whitespace. | 305 | |
'>' is not preceded with whitespace. | 305 | |
'>' is not followed by whitespace. | 305 | |
'cast' is not followed by whitespace. | 305 | |
'{' is not preceded with whitespace. | 305 | |
'if' is not followed by whitespace. | 306 | |
'{' is not preceded with whitespace. | 306 | |
Line is longer than 80 characters. | 307 | |
'+' is not preceded with whitespace. | 307 | |
'+' is not followed by whitespace. | 307 | |
'+' is not preceded with whitespace. | 307 | |
'+' is not followed by whitespace. | 307 | |
'+' is not preceded with whitespace. | 307 | |
'+' is not followed by whitespace. | 307 | |
'+' is not preceded with whitespace. | 307 | |
'+' is not followed by whitespace. | 307 | |
Line has trailing spaces. | 309 | |
'if' is not followed by whitespace. | 311 | |
'{' is not preceded with whitespace. | 311 | |
Line is longer than 80 characters. | 312 | |
'for' is not followed by whitespace. | 312 | |
':' is not preceded with whitespace. | 312 | |
'<' is not preceded with whitespace. | 312 | |
'<' is not followed by whitespace. | 312 | |
'>' is not preceded with whitespace. | 312 | |
'>' is not followed by whitespace. | 312 | |
'cast' is not followed by whitespace. | 312 | |
'{' is not preceded with whitespace. | 312 | |
'if' is not followed by whitespace. | 313 | |
'{' is not preceded with whitespace. | 313 | |
Line is longer than 80 characters. | 314 | |
'+' is not preceded with whitespace. | 314 | |
'+' is not followed by whitespace. | 314 | |
'+' is not preceded with whitespace. | 314 | |
'+' is not followed by whitespace. | 314 | |
'+' is not preceded with whitespace. | 314 | |
'+' is not followed by whitespace. | 314 | |
'+' is not preceded with whitespace. | 314 | |
'+' is not followed by whitespace. | 314 | |
Line has trailing spaces. | 319 | |
Line contains a tab character. | 321 | |
Line is longer than 80 characters. | 322 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line is longer than 80 characters. | 328 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line has trailing spaces. | 330 | |
Line contains a tab character. | 330 | |
Line has trailing spaces. | 331 | |
Line has trailing spaces. | 332 | |
Line is longer than 80 characters. | 334 | |
Method 'getConditionsByWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Missing a Javadoc comment. | 336 | |
'<' is not preceded with whitespace. | 337 | |
'<' is not followed by whitespace. | 337 | |
'>' is not preceded with whitespace. | 337 | |
Parameter workflowId should be final. | 337 | |
'if' construct must use '{}'s. | 339 | |
Line has trailing spaces. | 339 | |
'if' is not followed by whitespace. | 339 | |
'+' should be on a new line. | 340 | |
Line contains a tab character. | 341 | |
'+' is not preceded with whitespace. | 341 | |
'+' is not followed by whitespace. | 341 | |
'+' is not preceded with whitespace. | 341 | |
'+' is not followed by whitespace. | 341 | |
Line has trailing spaces. | 342 | |
'cast' is not followed by whitespace. | 343 | |
Line has trailing spaces. | 344 | |
Line has trailing spaces. | 345 | |
Line is longer than 80 characters. | 348 | |
Method 'getTaskById' is not designed for extension - needs to be abstract, final or empty. | 350 | |
Missing a Javadoc comment. | 350 | |
Parameter taskId should be final. | 351 | |
'cast' is not followed by whitespace. | 352 | |
Line has trailing spaces. | 353 | |
Parameter args should be final. | 358 | |
Expected @param tag for 'args'. | 358 | |
Expected @throws tag for 'RepositoryException'. | 358 | |
'+' is not preceded with whitespace. | 417 | |
'+' is not preceded with whitespace. | 418 | |
'+' is not followed by whitespace. | 418 | |
Line has trailing spaces. | 420 | |
'<' is not preceded with whitespace. | 422 | |
'<' is not followed by whitespace. | 422 | |
'>' is not preceded with whitespace. | 422 | |
'>' is not followed by whitespace. | 422 | |
'<' is not preceded with whitespace. | 422 | |
'<' is not followed by whitespace. | 422 | |
'?' is not preceded with whitespace. | 422 | |
'>' is not preceded with whitespace. | 422 | |
'?' is not followed by whitespace. | 422 | |
'>' is not followed by whitespace. | 422 | |
Line is longer than 80 characters. | 425 | |
Missing a Javadoc comment. | 438 | |
Parameter dirUris should be final. | 438 | |
Line is longer than 80 characters. | 466 | |
Line is longer than 80 characters. | 480 | |
Missing a Javadoc comment. | 487 | |
Parameter dirUris should be final. | 487 | |
Line is longer than 80 characters. | 512 | |
Line is longer than 80 characters. | 513 | |
Line is longer than 80 characters. | 532 | |
Missing a Javadoc comment. | 539 | |
Parameter dirUris should be final. | 539 | |
Line is longer than 80 characters. | 560 | |
Line has trailing spaces. | 568 | |
Line is longer than 80 characters. | 569 | |
'if' is not followed by whitespace. | 569 | |
'{' is not preceded with whitespace. | 569 | |
Line has trailing spaces. | 570 | |
Line is longer than 80 characters. | 570 | |
Line is longer than 80 characters. | 571 | |
Line is longer than 80 characters. | 580 | |
Line is longer than 80 characters. | 593 | |
Missing a Javadoc comment. | 600 | |
Parameter dirUris should be final. | 600 | |
Line is longer than 80 characters. | 624 | |
Line is longer than 80 characters. | 641 | |
Line is longer than 80 characters. | 663 | |
Missing a Javadoc comment. | 670 | |
Parameter xmlFile should be final. | 670 | |
Line has trailing spaces. | 702 | |
Line is longer than 80 characters. | 703 | |
Missing a Javadoc comment. | 703 | |
Parameter workflowName should be final. | 703 | |
Parameter workflowId should be final. | 703 | |
Parameter conditions should be final. | 703 | |
'<' is not preceded with whitespace. | 703 | |
'<' is not followed by whitespace. | 703 | |
'>' is not preceded with whitespace. | 703 | |
'{' is not preceded with whitespace. | 703 | |
'+' is not preceded with whitespace. | 707 | |
'+' is not followed by whitespace. | 707 | |
'+' is not preceded with whitespace. | 708 | |
'+' is not followed by whitespace. | 708 |
org/apache/oodt/cas/workflow/engine/TaskRunner.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 50 | |
Line has trailing spaces. | 54 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Parameter taskQuerier should be final. | 68 | |
'taskQuerier' hides a field. | 68 | |
Parameter runner should be final. | 68 | |
'runner' hides a field. | 68 | |
Line has trailing spaces. | 76 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line is longer than 80 characters. | 87 | |
Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setRunning' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter running should be final. | 115 | |
'running' hides a field. | 115 | |
Method 'extractTaskFromProcessor' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter taskProcessor should be final. | 119 | |
Line is longer than 80 characters. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter nextTaskProcessor should be final. | 132 | |
Parameter msg should be final. | 132 | |
Comment matches to-do format 'TODO:'. | 138 |
org/apache/oodt/cas/workflow/structs/WorkflowStatus.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
interfaces should describe a type and hence have methods. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Line has trailing spaces. | 46 |
org/apache/oodt/cas/workflow/structs/FILOPrioritySorter.java
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 48 | |
Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter candidates should be final. | 53 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
'>' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 57 | |
Parameter o1 should be final. | 61 | |
Parameter o2 should be final. | 61 |
org/apache/oodt/cas/workflow/cli/action/StopWorkflowInstCliAction.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 29 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter printer should be final. | 32 | |
Method 'setInstanceId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter instanceId should be final. | 47 | |
'instanceId' hides a field. | 47 |
org/apache/oodt/cas/workflow/system/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/instrepo/DataSourceWorkflowInstanceRepositoryFactory.java
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository. | 23 | |
Redundant import from the same package - org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepositoryFactory. | 24 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
First sentence should end with a period. | 58 | |
Expected @throws tag for 'Exception'. | 63 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 93 | |
'20' is a magic number. | 95 | |
Line has trailing spaces. | 102 | |
Line is longer than 80 characters. | 103 | |
Method 'createInstanceRepository' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 |
org/apache/oodt/cas/workflow/examples/ExternScriptTaskInstance.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 56 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter metadata should be final. | 59 | |
Parameter config should be final. | 59 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 108 | |
Must have at least one statement. | 117 |
org/apache/oodt/cas/workflow/tools/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/workflow/engine/runner/AsynchronousLocalEngineRunnerFactory.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.workflow.instrepo.WorkflowInstanceRepository. | 20 | |
Unused import - org.apache.oodt.cas.workflow.util.GenericWorkflowObjectFactory. | 21 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Method 'createEngineRunner' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'setNumThreads' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter numThreads should be final. | 47 | |
'numThreads' hides a field. | 47 |