The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 14 | 0 | 0 | 478 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 12 | |
| Translation | 0 | |
| JavadocMethod | 78 | |
| JavadocType | 0 | |
| JavadocVariable | 13 | |
| JavadocStyle | 0 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 9 | |
| FileLength | 0 | |
| LineLength | 86 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 14 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 3 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 32 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 134 | |
| NeedBraces | 0 | |
| RightCurly | 2 | |
| AvoidInlineConditionals | 3 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 66 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 22 | |
GenericIllegalRegexp
| 1 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Parameter metaObject should be final. | 16 | |
| Parameter context should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| Method 'handleIsContainedInBusinessProcess' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 23 | |
| '&&' should be on a new line. | 23 | |
| Line is longer than 80 characters. | 24 | |
| 'cast' is not followed by whitespace. | 24 | |
| Method 'handleGetCondition' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| '{' should be on the previous line. | 33 | |
| Method 'handleIsTaskNode' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 17 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 25 | |
| '(' is preceded with whitespace. | 25 | |
| Parameter metaObject should be final. | 25 | |
| Parameter context should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| '(' is preceded with whitespace. | 27 | |
| Method 'handleGetStates' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 38 | |
| 'cast' is not followed by whitespace. | 40 | |
| '{' should be on the previous line. | 42 | |
| Method 'handleGetNodes' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 52 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 61 | |
| 'cast' is not followed by whitespace. | 61 | |
| Line is longer than 80 characters. | 62 | |
| 'cast' is not followed by whitespace. | 62 | |
| Method 'handleGetTaskNodes' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '{' should be on the previous line. | 73 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| 'cast' is not followed by whitespace. | 82 | |
| 'cast' is not followed by whitespace. | 83 | |
| Method 'handleGetTasks' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| '{' should be on the previous line. | 94 | |
| '{' should be on the previous line. | 99 | |
| 'cast' is not followed by whitespace. | 100 | |
| Method 'handleIsBusinessProcess' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| '{' should be on the previous line. | 108 | |
| Method 'handleGetSwimlanes' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| '{' should be on the previous line. | 113 | |
| '{' should be on the previous line. | 118 | |
| Method 'handleGetStartState' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| '{' should be on the previous line. | 126 | |
| '{' should be on the previous line. | 131 | |
| Method 'handleGetEndStates' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| '{' should be on the previous line. | 139 | |
| '{' should be on the previous line. | 144 | |
| Method 'handleGetDecisions' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| '{' should be on the previous line. | 152 | |
| '{' should be on the previous line. | 157 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 161 | |
| '{' should be on the previous line. | 163 | |
| Method 'handleGetForks' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| '{' should be on the previous line. | 173 | |
| '{' should be on the previous line. | 178 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 182 | |
| '{' should be on the previous line. | 184 | |
| Method 'handleGetJoins' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| '{' should be on the previous line. | 194 | |
| '{' should be on the previous line. | 199 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 203 | |
| '{' should be on the previous line. | 205 | |
| Method 'handleGetDescriptorFullPath' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| '{' should be on the previous line. | 215 | |
| '{' should be on the previous line. | 219 | |
| Line is longer than 80 characters. | 223 | |
| Method 'handleGetNodeInterfaceName' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| '{' should be on the previous line. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 235 | |
| Expected an @return tag. | 238 | |
| Method 'getFirstActivityGraph' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| '{' should be on the previous line. | 239 | |
| Line is longer than 80 characters. | 242 | |
| '{' should be on the previous line. | 244 | |
| '}' should be on the same line. | 246 | |
| '{' should be on the previous line. | 248 | |
| Line is longer than 80 characters. | 250 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 12 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Parameter metaObject should be final. | 19 | |
| Parameter context should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| Method 'handleIsContainedInBusinessProcess' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 32 | |
| 'cast' is not followed by whitespace. | 32 | |
| Line is longer than 80 characters. | 33 | |
| '}' should be on the same line. | 35 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 44 | |
| Expected an @return tag. | 47 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| '{' should be on the previous line. | 48 | |
| '{' should be on the previous line. | 52 | |
| '{' should be on the previous line. | 55 | |
| Expected an @return tag. | 66 | |
| Method 'handleIsBeforeSignal' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| '{' should be on the previous line. | 67 | |
| Expected an @return tag. | 74 | |
| Method 'handleIsAfterSignal' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '{' should be on the previous line. | 75 | |
| Expected an @return tag. | 82 | |
| Method 'handleIsNodeEnter' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| '{' should be on the previous line. | 83 | |
| Expected an @return tag. | 90 | |
| Method 'handleIsNodeLeave' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| '{' should be on the previous line. | 91 | |
| Expected an @return tag. | 98 | |
| Method 'handleIsTask' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Expected an @return tag. | 107 | |
| Method 'handleIsTimer' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| '{' should be on the previous line. | 108 | |
| Expected an @return tag. | 115 | |
| Method 'handleIsBlocking' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| '{' should be on the previous line. | 116 | |
| Line is longer than 80 characters. | 117 | |
| 'cast' is not followed by whitespace. | 117 | |
| Expected an @return tag. | 124 | |
| Method 'handleGetDueDate' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| '{' should be on the previous line. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Avoid inline conditionals. | 126 | |
| 'cast' is not followed by whitespace. | 126 | |
| Method 'handleGetTimerRepeat' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| '{' should be on the previous line. | 130 | |
| 'cast' is not followed by whitespace. | 131 | |
| Method 'handleGetTimerTransition' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| '{' should be on the previous line. | 135 | |
| Line is longer than 80 characters. | 136 | |
| 'cast' is not followed by whitespace. | 136 | |
| Expected an @return tag. | 142 | |
| Method 'handleGetClazz' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| '{' should be on the previous line. | 143 | |
| '{' should be on the previous line. | 146 | |
| '{' should be on the previous line. | 150 | |
| '{' should be on the previous line. | 155 | |
| Line is longer than 80 characters. | 158 | |
| 'cast' is not followed by whitespace. | 158 | |
| Expected an @return tag. | 169 | |
| Method 'handleGetConfigType' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| '{' should be on the previous line. | 170 | |
| Expected an @return tag. | 178 | |
| Method 'handleIsAssignment' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| '{' should be on the previous line. | 179 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 4 | |
| '{' should be on the previous line. | 10 | |
| Missing a Javadoc comment. | 12 | |
| '(' is preceded with whitespace. | 12 | |
| Parameter metaObject should be final. | 12 | |
| Parameter context should be final. | 12 | |
| '{' should be on the previous line. | 13 | |
| '(' is preceded with whitespace. | 14 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 18 | |
| '(' is preceded with whitespace. | 18 | |
| Parameter metaObject should be final. | 18 | |
| Parameter context should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| '(' is preceded with whitespace. | 20 | |
| Method 'handleGetBeforeSignal' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| 'cast' is not followed by whitespace. | 31 | |
| Method 'handleGetAfterSignal' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 48 | |
| 'cast' is not followed by whitespace. | 48 | |
| Method 'handleGetNodeEnter' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| '{' should be on the previous line. | 58 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 65 | |
| 'cast' is not followed by whitespace. | 65 | |
| Method 'handleGetNodeLeave' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 82 | |
| 'cast' is not followed by whitespace. | 82 | |
| Method 'handleGetTasks' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 99 | |
| 'cast' is not followed by whitespace. | 99 | |
| Method 'handleGetTimers' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| '{' should be on the previous line. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 116 | |
| 'cast' is not followed by whitespace. | 116 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 11 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 19 | |
| '(' is preceded with whitespace. | 19 | |
| Parameter metaObject should be final. | 19 | |
| Parameter context should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| '(' is preceded with whitespace. | 21 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 35 | |
| Expected an @return tag. | 37 | |
| Method 'handleGetClassName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 43 | |
| Expected an @return tag. | 45 | |
| Method 'handleGetSwimlane' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| '{' should be on the previous line. | 46 | |
| Method 'handleGetDecisionHandlerPackageName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| '{' should be on the previous line. | 51 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters. | 57 | |
| 'cast' is not followed by whitespace. | 57 | |
| '{' should be on the previous line. | 59 | |
| Method 'handleGetDecisionHandlerFullPath' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| '{' should be on the previous line. | 68 | |
| Method 'handleGetDecisionHandlerClassName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '{' should be on the previous line. | 73 | |
| Method 'handleGetClazz' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '{' should be on the previous line. | 78 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 85 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 18 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Parameter metaObject should be final. | 25 | |
| Parameter context should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| Method 'handleIsContainedInBusinessProcess' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 32 | |
| '&&' should be on a new line. | 32 | |
| Line is longer than 80 characters. | 33 | |
| 'cast' is not followed by whitespace. | 33 | |
| Method 'handleIsAssignmentHandler' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '{' should be on the previous line. | 38 | |
| '{' should be on the previous line. | 43 | |
| 'cast' is not followed by whitespace. | 44 | |
| Method 'handleIsActionHandler' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 52 | |
| '{' should be on the previous line. | 57 | |
| 'cast' is not followed by whitespace. | 58 | |
| Line is longer than 80 characters. | 60 | |
| '||' should be on a new line. | 60 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| '{' should be on the previous line. | 70 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 75 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 78 | |
| 'cast' is not followed by whitespace. | 78 | |
| Line is longer than 80 characters. | 80 | |
| 'cast' is not followed by whitespace. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 86 | |
| 'cast' is not followed by whitespace. | 86 | |
| '{' should be on the previous line. | 88 | |
| 'cast' is not followed by whitespace. | 89 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 101 | |
| 'cast' is not followed by whitespace. | 101 | |
| '{' should be on the previous line. | 104 | |
| '{' should be on the previous line. | 106 | |
| 'cast' is not followed by whitespace. | 107 | |
| '{' should be on the previous line. | 109 | |
| Method 'handleGetHandlerPackageName' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| '{' should be on the previous line. | 122 | |
| Method 'handleGetHandlerFullPath' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| '{' should be on the previous line. | 127 | |
| Method 'handleGetHandlerClassName' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| '{' should be on the previous line. | 132 | |
| Method 'handleGetClazz' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 137 | |
| '{' should be on the previous line. | 142 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Parameter metaObject should be final. | 17 | |
| Parameter context should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Method 'handleIsContainedInBusinessProcess' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Method 'handleGetAssignmentExpression' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 29 | |
| 'cast' is not followed by whitespace. | 29 | |
| Method 'handleGetClazz' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 38 | |
| Method 'handleGetAssignmentHandlerClassName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Method 'handleGetAssignmentHandlerPackageName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 54 | |
| '{' should be on the previous line. | 59 | |
| Method 'handleGetAssignmentHandlerFullPath' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| '{' should be on the previous line. | 67 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 11 | |
| Name 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| Line has trailing spaces. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - java.util.ArrayList. | 3 | |
| Unused import - java.util.Collection. | 4 | |
| Unused import - java.util.Iterator. | 5 | |
| Unused import - java.util.List. | 6 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 18 | |
| '(' is preceded with whitespace. | 18 | |
| Parameter metaObject should be final. | 18 | |
| Parameter context should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| '(' is preceded with whitespace. | 20 | |
| Expected an @return tag. | 26 | |
| Method 'handleIsTaskNode' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| '{' should be on the previous line. | 27 | |
| Expected an @return tag. | 34 | |
| Method 'handleGetSwimlane' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| '{' should be on the previous line. | 35 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 17 | |
| '(' is preceded with whitespace. | 17 | |
| Parameter metaObject should be final. | 17 | |
| Parameter context should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| '(' is preceded with whitespace. | 19 | |
| Line is longer than 80 characters. | 23 | |
| Expected an @return tag. | 25 | |
| Method 'handleIsContainedInBusinessProcess' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 28 | |
| 'cast' is not followed by whitespace. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Expected an @return tag. | 34 | |
| Method 'handleGetNodeClassName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Expected an @return tag. | 42 | |
| Method 'handleGetNodePackageName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Avoid inline conditionals. | 44 | |
| Method 'handleGetProcessDefinition' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '{' should be on the previous line. | 48 | |
| '{' should be on the previous line. | 53 | |
| Line is longer than 80 characters. | 54 | |
| 'cast' is not followed by whitespace. | 54 | |
| Line is longer than 80 characters. | 57 | |
| Avoid inline conditionals. | 57 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - org.andromda.metafacades.uml.EventFacade. | 4 | |
| Unused import - java.util.ArrayList. | 6 | |
| Unused import - java.util.Collection. | 7 | |
| Unused import - java.util.Iterator. | 8 | |
| Unused import - java.util.List. | 9 | |
| Line is longer than 80 characters. | 13 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 21 | |
| '(' is preceded with whitespace. | 21 | |
| Parameter metaObject should be final. | 21 | |
| Parameter context should be final. | 21 | |
| '{' should be on the previous line. | 22 | |
| '(' is preceded with whitespace. | 23 | |
| Method 'handleIsTaskNode' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Method 'handleGetSwimlane' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |