The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 35 | 0 | 0 | 1362 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 |
| Violation | Message | Line |
|---|---|---|
| Unused Javadoc tag. | 39 | |
| Unused Javadoc tag. | 46 | |
| Unused Javadoc tag. | 53 | |
| Line is longer than 80 characters. | 60 | |
| Unused Javadoc tag. | 60 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Unused Javadoc tag. | 67 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Unused Javadoc tag. | 74 | |
| Line is longer than 80 characters. | 81 | |
| Unused Javadoc tag. | 81 | |
| Unused Javadoc tag. | 87 | |
| Line has trailing spaces. | 90 |
| Violation | Message | Line |
|---|---|---|
| Unused Javadoc tag. | 41 | |
| Unused Javadoc tag. | 48 | |
| Line is longer than 80 characters. | 55 | |
| Unused Javadoc tag. | 55 | |
| Line is longer than 80 characters. | 62 | |
| Unused Javadoc tag. | 62 | |
| Unused Javadoc tag. | 69 | |
| Line is longer than 80 characters. | 76 | |
| Unused Javadoc tag. | 76 | |
| Unused Javadoc tag. | 82 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| Line is longer than 80 characters. | 30 | |
| '}' is not preceded with whitespace. | 41 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 72 | |
| First sentence should end with a period. | 87 | |
| First sentence should end with a period. | 92 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 23 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter type should be final. | 51 | |
| 'type' hides a field. | 51 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter id should be final. | 69 | |
| 'id' hides a field. | 69 | |
| Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter destination should be final. | 87 | |
| 'destination' hides a field. | 87 | |
| Method 'isShowBusyCursor' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Method 'setShowBusyCursor' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter showBusyCursor should be final. | 105 | |
| 'showBusyCursor' hides a field. | 105 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| '}' is not preceded with whitespace. | 33 | |
| First sentence should end with a period. | 37 | |
| '}' is not preceded with whitespace. | 40 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.lang.annotation.ElementType. | 23 | |
| First sentence should end with a period. | 28 | |
| '}' is not preceded with whitespace. | 34 | |
| Line has trailing spaces. | 50 | |
| Comment matches to-do format 'TODO:'. | 58 | |
| Line has trailing spaces. | 58 | |
| '}' is not preceded with whitespace. | 60 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.sun.mirror.declaration.*. | 3 | |
| Using the '.*' form of import should be avoided - java.util.*. | 9 | |
| First sentence should end with a period. | 12 | |
| Utility classes should not have a public or default constructor. | 18 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Parameter typeName should be final. | 27 | |
| Parameter annotations should be final. | 27 | |
| 'if' construct must use '{}'s. | 29 | |
| First sentence should end with a period. | 36 | |
| Line is longer than 80 characters. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| Parameter annotation should be final. | 46 | |
| Expected @throws tag for 'IntrospectionException'. | 46 | |
| Expected @throws tag for 'IllegalArgumentException'. | 46 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 46 | |
| Expected @throws tag for 'IllegalAccessException'. | 46 | |
| Expected @throws tag for 'InvocationTargetException'. | 46 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '>' is not followed by whitespace. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 73 | |
| '<' is not preceded with whitespace. | 73 | |
| '<' is not followed by whitespace. | 73 | |
| ',' is not followed by whitespace. | 73 | |
| '>' is not preceded with whitespace. | 73 | |
| Parameter declaration should be final. | 73 | |
| Parameter annotationClassName should be final. | 73 | |
| Line is longer than 80 characters. | 75 | |
| First sentence should end with a period. | 82 | |
| Line is longer than 80 characters. | 89 | |
| '<' is not preceded with whitespace. | 89 | |
| '<' is not followed by whitespace. | 89 | |
| '>' is not preceded with whitespace. | 89 | |
| Parameter declaration should be final. | 89 | |
| Parameter type should be final. | 89 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '>' is not followed by whitespace. | 91 | |
| Line is longer than 80 characters. | 92 | |
| '<' is not preceded with whitespace. | 92 | |
| '<' is not followed by whitespace. | 92 | |
| '>' is not preceded with whitespace. | 92 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 102 | |
| Avoid inline conditionals. | 102 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 111 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| '>' is not preceded with whitespace. | 111 | |
| Parameter type should be final. | 111 | |
| Parameter values should be final. | 111 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| '>' is not preceded with whitespace. | 111 | |
| Line is longer than 80 characters. | 113 | |
| 'if' construct must use '{}'s. | 117 | |
| '<' is not preceded with whitespace. | 131 | |
| '<' is not followed by whitespace. | 131 | |
| ',' is not followed by whitespace. | 131 | |
| '>' is not preceded with whitespace. | 131 | |
| Parameter mirror should be final. | 131 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| ',' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| ',' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| '>' is not followed by whitespace. | 133 | |
| Line is longer than 80 characters. | 134 | |
| '<' is not preceded with whitespace. | 134 | |
| '<' is not followed by whitespace. | 134 | |
| '>' is not preceded with whitespace. | 134 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 141 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '<' is not preceded with whitespace. | 146 | |
| '<' is not followed by whitespace. | 146 | |
| '>' is not preceded with whitespace. | 146 | |
| '>' is not followed by whitespace. | 146 | |
| '(' is followed by whitespace. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 150 | |
| 'if' construct must use '{}'s. | 152 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 153 | |
| 'else' construct must use '{}'s. | 154 | |
| ',' is not followed by whitespace. | 162 | |
| Line is longer than 80 characters. | 165 | |
| Line has trailing spaces. | 170 | |
| Line is longer than 80 characters. | 176 | |
| Parameter environment should be final. | 176 | |
| Parameter name should be final. | 176 | |
| 'if' construct must use '{}'s. | 181 | |
| Line is longer than 80 characters. | 184 | |
| '<' is not preceded with whitespace. | 184 | |
| '<' is not followed by whitespace. | 184 | |
| '>' is not preceded with whitespace. | 184 | |
| 'if' construct must use '{}'s. | 188 | |
| Line has trailing spaces. | 197 | |
| Parameter comment should be final. | 202 | |
| Parameter level should be final. | 202 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 30 | |
| '}' is not preceded with whitespace. | 44 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 70 | |
| First sentence should end with a period. | 74 | |
| Line is longer than 80 characters. | 80 | |
| First sentence should end with a period. | 84 | |
| First sentence should end with a period. | 89 | |
| Line has trailing spaces. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| '}' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 41 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 25 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter name should be final. | 53 | |
| 'name' hides a field. | 53 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter packageName should be final. | 71 | |
| 'packageName' hides a field. | 71 | |
| Method 'getBusinessPackage' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Method 'setBusinessPackage' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter businessPackage should be final. | 89 | |
| 'businessPackage' hides a field. | 89 | |
| Method 'isInclude' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Parameter include should be final. | 99 | |
| 'include' hides a field. | 99 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 23 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Parameter type should be final. | 40 | |
| 'type' hides a field. | 40 | |
| Parameter value should be final. | 40 | |
| 'value' hides a field. | 40 | |
| Line has trailing spaces. | 44 | |
| Parameter type should be final. | 52 | |
| 'type' hides a field. | 52 | |
| Parameter value should be final. | 52 | |
| 'value' hides a field. | 52 | |
| Parameter comment should be final. | 52 | |
| 'comment' hides a field. | 52 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter type should be final. | 72 | |
| 'type' hides a field. | 72 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter value should be final. | 90 | |
| 'value' hides a field. | 90 | |
| Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter comment should be final. | 108 | |
| 'comment' hides a field. | 108 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| First sentence should end with a period. | 26 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| Missing a Javadoc comment. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 | |
| '>' is not followed by whitespace. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter pkgName should be final. | 53 | |
| Expected @param tag for 'pkgName'. | 53 | |
| '(' is followed by whitespace. | 54 | |
| '(' is followed by whitespace. | 55 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter name should be final. | 70 | |
| Parameter clazz should be final. | 70 | |
| Must have at least one statement. | 76 | |
| Method 'getRegistry' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| '<' is not preceded with whitespace. | 89 | |
| '<' is not followed by whitespace. | 89 | |
| '>' is not preceded with whitespace. | 89 | |
| Method 'getImports' 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 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.lang.annotation.ElementType. | 23 | |
| First sentence should end with a period. | 28 | |
| '}' is not preceded with whitespace. | 34 | |
| Line has trailing spaces. | 40 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 23 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Method 'getDelegate' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Method 'setDelegate' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter delegate should be final. | 49 | |
| 'delegate' hides a field. | 49 | |
| Method 'getBusinessPackage' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Method 'setBusinessPackage' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter businessPackage should be final. | 67 | |
| 'businessPackage' hides a field. | 67 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 5 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'name' must be private and have accessor methods. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Variable 'packageName' must be private and have accessor methods. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'commandPackage' must be private and have accessor methods. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Variable 'eventPackage' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'event' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'include' must be private and have accessor methods. | 18 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter name should be final. | 34 | |
| 'name' hides a field. | 34 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Parameter packageName should be final. | 52 | |
| 'packageName' hides a field. | 52 | |
| Method 'isInclude' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter include should be final. | 62 | |
| 'include' hides a field. | 62 | |
| Method 'getCommandPackage' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Method 'setCommandPackage' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter commandPackage should be final. | 80 | |
| 'commandPackage' hides a field. | 80 | |
| Method 'getEventPackage' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Method 'setEventPackage' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter eventPackage should be final. | 98 | |
| 'eventPackage' hides a field. | 98 | |
| Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Method 'setEvent' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Parameter event should be final. | 116 | |
| 'event' hides a field. | 116 | |
| Line has trailing spaces. | 118 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 28 | |
| Line is longer than 80 characters. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 42 | |
| Method 'getProcessorFor' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Parameter declarations should be final. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| Expected @param tag for 'declarations'. | 42 | |
| Parameter env should be final. | 42 | |
| Expected @param tag for 'env'. | 42 | |
| First sentence should end with a period. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Method 'supportedAnnotationTypes' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 | |
| First sentence should end with a period. | 74 | |
| Method 'supportedOptions' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| '<' is not preceded with whitespace. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| '>' is not preceded with whitespace. | 79 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 25 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter name should be final. | 55 | |
| 'name' hides a field. | 55 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Parameter packageName should be final. | 73 | |
| 'packageName' hides a field. | 73 | |
| Method 'getConstant' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Method 'setConstant' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter constant should be final. | 92 | |
| 'constant' hides a field. | 92 | |
| Method 'isInclude' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter include should be final. | 103 | |
| 'include' hides a field. | 103 | |
| Method 'getEventPackage' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Method 'setEventPackage' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Parameter eventPackage should be final. | 122 | |
| 'eventPackage' hides a field. | 122 | |
| Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Method 'setEvent' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter event should be final. | 140 | |
| 'event' hides a field. | 140 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 23 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter name should be final. | 49 | |
| 'name' hides a field. | 49 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter type should be final. | 67 | |
| 'type' hides a field. | 67 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 3 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.lang.annotation.ElementType. | 23 | |
| First sentence should end with a period. | 28 | |
| '}' is not preceded with whitespace. | 34 | |
| '}' is not preceded with whitespace. | 41 | |
| '}' is not preceded with whitespace. | 46 | |
| Line has trailing spaces. | 47 | |
| '}' is not preceded with whitespace. | 51 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.lang.annotation.ElementType. | 23 | |
| First sentence should end with a period. | 28 | |
| '}' is not preceded with whitespace. | 34 | |
| First sentence should end with a period. | 38 | |
| Line has trailing spaces. | 39 | |
| '}' is not preceded with whitespace. | 41 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 30 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '>' is not followed by whitespace. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| '>' is not followed by whitespace. | 41 | |
| 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 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '>' is not followed by whitespace. | 42 | |
| Missing a Javadoc comment. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| '>' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Parameter name should be final. | 109 | |
| 'name' hides a field. | 109 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter packageName should be final. | 127 | |
| 'packageName' hides a field. | 127 | |
| Method 'isInclude' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Parameter include should be final. | 138 | |
| 'include' hides a field. | 138 | |
| Method 'getProjectName' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Method 'setProjectName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Parameter projectName should be final. | 156 | |
| 'projectName' hides a field. | 156 | |
| Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Parameter namespace should be final. | 174 | |
| 'namespace' hides a field. | 174 | |
| Method 'getCommandPackage' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Method 'setCommandPackage' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Parameter commandPackage should be final. | 192 | |
| 'commandPackage' hides a field. | 192 | |
| Method 'getControlPackage' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Method 'setControlPackage' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Parameter controlPackage should be final. | 210 | |
| 'controlPackage' hides a field. | 210 | |
| Method 'getEventPackage' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Method 'setEventPackage' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Parameter eventPackage should be final. | 228 | |
| 'eventPackage' hides a field. | 228 | |
| Method 'getBusinessPackage' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Method 'setBusinessPackage' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Parameter businessPackage should be final. | 246 | |
| 'businessPackage' hides a field. | 246 | |
| Method 'getModelPackage' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Method 'setModelPackage' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Parameter modelPackage should be final. | 264 | |
| 'modelPackage' hides a field. | 264 | |
| Method 'getViewPackage' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Method 'setViewPackage' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| Parameter viewPackage should be final. | 282 | |
| 'viewPackage' hides a field. | 282 | |
| Method 'getVoPackage' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Method 'setVoPackage' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Parameter voPackage should be final. | 300 | |
| 'voPackage' hides a field. | 300 | |
| Method 'getBusinessDelegates' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| '<' is not preceded with whitespace. | 309 | |
| '<' is not followed by whitespace. | 309 | |
| '>' is not preceded with whitespace. | 309 | |
| Line is longer than 80 characters. | 318 | |
| Method 'setBusinessDelegates' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Parameter businessDelegates should be final. | 318 | |
| '<' is not preceded with whitespace. | 318 | |
| '<' is not followed by whitespace. | 318 | |
| '>' is not preceded with whitespace. | 318 | |
| 'businessDelegates' hides a field. | 318 | |
| Method 'addBusinessDelegate' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Parameter businessDelegateInfo should be final. | 322 | |
| Method 'getCommandsWithDelegate' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| '<' is not preceded with whitespace. | 331 | |
| '<' is not followed by whitespace. | 331 | |
| '>' is not preceded with whitespace. | 331 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 340 | |
| Method 'setCommandsWithDelegate' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Parameter commandsWithDelegate should be final. | 340 | |
| '<' is not preceded with whitespace. | 340 | |
| '<' is not followed by whitespace. | 340 | |
| '>' is not preceded with whitespace. | 340 | |
| 'commandsWithDelegate' hides a field. | 340 | |
| Line is longer than 80 characters. | 344 | |
| Method 'addCommandWithDelegate' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Missing a Javadoc comment. | 344 | |
| Parameter commandWithDelegateTag should be final. | 344 | |
| Method 'getCommandsWithoutDelegate' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| '<' is not preceded with whitespace. | 353 | |
| '<' is not followed by whitespace. | 353 | |
| '>' is not preceded with whitespace. | 353 | |
| Line is longer than 80 characters. | 360 | |
| Line is longer than 80 characters. | 362 | |
| Method 'setCommandsWithoutDelegate' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| Parameter commandsWithoutDelegate should be final. | 362 | |
| '<' is not preceded with whitespace. | 362 | |
| '<' is not followed by whitespace. | 362 | |
| '>' is not preceded with whitespace. | 362 | |
| 'commandsWithoutDelegate' hides a field. | 362 | |
| Line is longer than 80 characters. | 366 | |
| Method 'addCommandWithoutDelegate' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| Missing a Javadoc comment. | 366 | |
| Parameter commandWithoutDelegateInfo should be final. | 366 | |
| Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| '<' is not preceded with whitespace. | 375 | |
| '<' is not followed by whitespace. | 375 | |
| '>' is not preceded with whitespace. | 375 | |
| Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Parameter events should be final. | 384 | |
| '<' is not preceded with whitespace. | 384 | |
| '<' is not followed by whitespace. | 384 | |
| '>' is not preceded with whitespace. | 384 | |
| 'events' hides a field. | 384 | |
| Method 'addEvent' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Missing a Javadoc comment. | 388 | |
| Parameter eventInfo should be final. | 388 | |
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| '<' is not preceded with whitespace. | 397 | |
| '<' is not followed by whitespace. | 397 | |
| '>' is not preceded with whitespace. | 397 | |
| Method 'setServices' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| Parameter services should be final. | 406 | |
| '<' is not preceded with whitespace. | 406 | |
| '<' is not followed by whitespace. | 406 | |
| '>' is not preceded with whitespace. | 406 | |
| 'services' hides a field. | 406 | |
| Method 'addService' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| Missing a Javadoc comment. | 410 | |
| Parameter serviceInfo should be final. | 410 | |
| Method 'addImport' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| Missing a Javadoc comment. | 414 | |
| Parameter value should be final. | 414 | |
| Method 'getImports' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| '<' is not preceded with whitespace. | 423 | |
| '<' is not followed by whitespace. | 423 | |
| '>' is not preceded with whitespace. | 423 | |
| Method 'setImports' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| Parameter imports should be final. | 432 | |
| '<' is not preceded with whitespace. | 432 | |
| '<' is not followed by whitespace. | 432 | |
| '>' is not preceded with whitespace. | 432 | |
| 'imports' hides a field. | 432 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| '+' should be on a new line. | 438 | |
| '+' should be on a new line. | 439 | |
| '+' should be on a new line. | 440 | |
| '+' should be on a new line. | 441 | |
| '+' should be on a new line. | 442 | |
| '+' should be on a new line. | 443 | |
| '+' should be on a new line. | 444 | |
| '+' should be on a new line. | 445 | |
| '+' should be on a new line. | 446 | |
| '+' should be on a new line. | 447 | |
| '+' should be on a new line. | 448 | |
| '+' should be on a new line. | 449 | |
| '+' should be on a new line. | 450 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.lang.annotation.ElementType. | 23 | |
| First sentence should end with a period. | 28 | |
| '}' is not preceded with whitespace. | 34 | |
| Line has trailing spaces. | 52 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.lang.annotation.ElementType. | 23 | |
| First sentence should end with a period. | 28 | |
| '}' is not preceded with whitespace. | 34 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 | |
| '}' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 84 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 92 | |
| First sentence should end with a period. | 108 | |
| First sentence should end with a period. | 113 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - com.sun.mirror.declaration.*. | 25 | |
| Using the '.*' form of import should be avoided - de.aixcept.flex2.annotations.metadata.*. | 30 | |
| Using the '.*' form of import should be avoided - java.util.*. | 48 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 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 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '>' is not followed by whitespace. | 62 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Missing a Javadoc comment. | 130 | |
| '<' is not preceded with whitespace. | 130 | |
| '<' is not followed by whitespace. | 130 | |
| '>' is not preceded with whitespace. | 130 | |
| '<' is not preceded with whitespace. | 130 | |
| '<' is not followed by whitespace. | 130 | |
| '>' is not preceded with whitespace. | 130 | |
| '>' is not followed by whitespace. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Missing a Javadoc comment. | 131 | |
| '<' is not preceded with whitespace. | 131 | |
| '<' is not followed by whitespace. | 131 | |
| '>' is not preceded with whitespace. | 131 | |
| '<' is not preceded with whitespace. | 131 | |
| '<' is not followed by whitespace. | 131 | |
| '>' is not preceded with whitespace. | 131 | |
| '>' is not followed by whitespace. | 131 | |
| Missing a Javadoc comment. | 133 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| '<' is not preceded with whitespace. | 133 | |
| '<' is not followed by whitespace. | 133 | |
| '>' is not preceded with whitespace. | 133 | |
| '>' is not followed by whitespace. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Missing a Javadoc comment. | 134 | |
| '<' is not preceded with whitespace. | 134 | |
| '<' is not followed by whitespace. | 134 | |
| '>' is not preceded with whitespace. | 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 is longer than 80 characters. | 135 | |
| Missing a Javadoc comment. | 135 | |
| '<' is not preceded with whitespace. | 135 | |
| '<' is not followed by whitespace. | 135 | |
| '>' is not preceded with whitespace. | 135 | |
| '<' is not preceded with whitespace. | 135 | |
| '<' is not followed by whitespace. | 135 | |
| '>' is not preceded with whitespace. | 135 | |
| '>' is not followed by whitespace. | 135 | |
| Missing a Javadoc comment. | 137 | |
| Parameter env should be final. | 137 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Method 'process' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Line is longer than 80 characters. | 149 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| '>' is not preceded with whitespace. | 149 | |
| Line is longer than 80 characters. | 150 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| Line is longer than 80 characters. | 161 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| Missing a Javadoc comment. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 179 | |
| '<' is not preceded with whitespace. | 179 | |
| '<' is not followed by whitespace. | 179 | |
| '>' is not preceded with whitespace. | 179 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 198 | |
| '<' is not preceded with whitespace. | 198 | |
| '<' is not followed by whitespace. | 198 | |
| '>' is not preceded with whitespace. | 198 | |
| Line is longer than 80 characters. | 212 | |
| '<' is not preceded with whitespace. | 212 | |
| '<' is not followed by whitespace. | 212 | |
| '<' is not preceded with whitespace. | 212 | |
| '<' is not followed by whitespace. | 212 | |
| '>' is not preceded with whitespace. | 212 | |
| '>' is not followed by whitespace. | 212 | |
| '>' is not preceded with whitespace. | 212 | |
| '<' is not preceded with whitespace. | 212 | |
| '<' is not followed by whitespace. | 212 | |
| '<' is not preceded with whitespace. | 212 | |
| '<' is not followed by whitespace. | 212 | |
| '>' is not preceded with whitespace. | 212 | |
| '>' is not followed by whitespace. | 212 | |
| '>' is not preceded with whitespace. | 212 | |
| '>' is not followed by whitespace. | 212 | |
| Line is longer than 80 characters. | 214 | |
| '<' is not preceded with whitespace. | 214 | |
| '<' is not followed by whitespace. | 214 | |
| '>' is not preceded with whitespace. | 214 | |
| '<' is not preceded with whitespace. | 214 | |
| '<' is not followed by whitespace. | 214 | |
| '>' is not preceded with whitespace. | 214 | |
| '>' is not followed by whitespace. | 214 | |
| '<' is not preceded with whitespace. | 217 | |
| '<' is not followed by whitespace. | 217 | |
| '>' is not preceded with whitespace. | 217 | |
| '<' is not preceded with whitespace. | 217 | |
| '<' is not followed by whitespace. | 217 | |
| '>' is not preceded with whitespace. | 217 | |
| '>' is not followed by whitespace. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 229 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '>' is not followed by whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '<' is not preceded with whitespace. | 229 | |
| '<' is not followed by whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '>' is not followed by whitespace. | 229 | |
| '>' is not preceded with whitespace. | 229 | |
| '>' is not followed by whitespace. | 229 | |
| Line is longer than 80 characters. | 231 | |
| '<' is not preceded with whitespace. | 231 | |
| '<' is not followed by whitespace. | 231 | |
| '>' is not preceded with whitespace. | 231 | |
| '<' is not preceded with whitespace. | 231 | |
| '<' is not followed by whitespace. | 231 | |
| '>' is not preceded with whitespace. | 231 | |
| '>' is not followed by whitespace. | 231 | |
| '<' is not preceded with whitespace. | 234 | |
| '<' is not followed by whitespace. | 234 | |
| '>' is not preceded with whitespace. | 234 | |
| '<' is not preceded with whitespace. | 234 | |
| '<' is not followed by whitespace. | 234 | |
| '>' is not preceded with whitespace. | 234 | |
| '>' is not followed by whitespace. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 260 | |
| '<' is not preceded with whitespace. | 260 | |
| '<' is not followed by whitespace. | 260 | |
| '>' is not preceded with whitespace. | 260 | |
| '<' is not preceded with whitespace. | 260 | |
| '<' is not followed by whitespace. | 260 | |
| '>' is not preceded with whitespace. | 260 | |
| '>' is not followed by whitespace. | 260 | |
| '<' is not preceded with whitespace. | 263 | |
| '<' is not followed by whitespace. | 263 | |
| '>' is not preceded with whitespace. | 263 | |
| '<' 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. | 295 | |
| Parameter event should be final. | 295 | |
| Parameter info should be final. | 295 | |
| Line is longer than 80 characters. | 305 | |
| Missing a Javadoc comment. | 305 | |
| Parameter attributesDeclarations should be final. | 305 | |
| '<' is not preceded with whitespace. | 305 | |
| '<' is not followed by whitespace. | 305 | |
| '>' is not preceded with whitespace. | 305 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 311 | |
| '<' is not preceded with whitespace. | 311 | |
| '<' is not followed by whitespace. | 311 | |
| '>' is not preceded with whitespace. | 311 | |
| Line is longer than 80 characters. | 321 | |
| '3' is a magic number. | 321 | |
| Line is longer than 80 characters. | 323 | |
| '3' is a magic number. | 323 | |
| '4' is a magic number. | 323 | |
| Line is longer than 80 characters. | 328 | |
| Line is longer than 80 characters. | 341 | |
| Line is longer than 80 characters. | 356 | |
| Line is longer than 80 characters. | 363 | |
| 'if' construct must use '{}'s. | 370 | |
| Missing a Javadoc comment. | 386 | |
| Parameter declarations should be final. | 386 | |
| '<' is not preceded with whitespace. | 386 | |
| '<' is not followed by whitespace. | 386 | |
| '>' is not preceded with whitespace. | 386 | |
| Line is longer than 80 characters. | 392 | |
| '<' is not preceded with whitespace. | 392 | |
| '<' is not followed by whitespace. | 392 | |
| '>' is not preceded with whitespace. | 392 | |
| Line is longer than 80 characters. | 398 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Line is longer than 80 characters. | 419 | |
| Line is longer than 80 characters. | 426 | |
| '<' is not preceded with whitespace. | 426 | |
| '<' is not followed by whitespace. | 426 | |
| '>' is not preceded with whitespace. | 426 | |
| Line is longer than 80 characters. | 429 | |
| '<' is not preceded with whitespace. | 429 | |
| '<' is not followed by whitespace. | 429 | |
| '>' is not preceded with whitespace. | 429 | |
| Line is longer than 80 characters. | 431 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 436 | |
| Line is longer than 80 characters. | 437 | |
| Line is longer than 80 characters. | 440 | |
| Must have at least one statement. | 445 | |
| Must have at least one statement. | 453 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 471 | |
| Missing a Javadoc comment. | 471 | |
| Parameter property should be final. | 471 | |
| Parameter values should be final. | 471 | |
| '<' is not preceded with whitespace. | 471 | |
| '<' is not followed by whitespace. | 471 | |
| '>' is not preceded with whitespace. | 471 | |
| Line is longer than 80 characters. | 486 | |
| Missing a Javadoc comment. | 490 | |
| Parameter info should be final. | 490 | |
| '<' is not preceded with whitespace. | 493 | |
| '<' is not followed by whitespace. | 493 | |
| '>' is not preceded with whitespace. | 493 | |
| Line is longer than 80 characters. | 495 | |
| Line is longer than 80 characters. | 498 | |
| Line is longer than 80 characters. | 502 | |
| 'if' construct must use '{}'s. | 503 | |
| Line is longer than 80 characters. | 517 | |
| Missing a Javadoc comment. | 517 | |
| Parameter actionScriptInfo should be final. | 517 | |
| Parameter clazz should be final. | 517 | |
| '<' is not preceded with whitespace. | 521 | |
| '<' is not followed by whitespace. | 521 | |
| '>' is not preceded with whitespace. | 521 | |
| Line is longer than 80 characters. | 528 | |
| Line is longer than 80 characters. | 530 | |
| Line is longer than 80 characters. | 531 | |
| Line is longer than 80 characters. | 533 | |
| Line is longer than 80 characters. | 534 | |
| '<' is not preceded with whitespace. | 534 | |
| '<' is not followed by whitespace. | 534 | |
| '>' is not preceded with whitespace. | 534 | |
| Line is longer than 80 characters. | 537 | |
| Line is longer than 80 characters. | 540 | |
| Missing a Javadoc comment. | 555 | |
| 'if' construct must use '{}'s. | 556 | |
| Missing a Javadoc comment. | 560 | |
| Line is longer than 80 characters. | 571 | |
| Line is longer than 80 characters. | 575 | |
| '<' is not preceded with whitespace. | 575 | |
| '<' is not followed by whitespace. | 575 | |
| '>' is not preceded with whitespace. | 575 | |
| '<' is not preceded with whitespace. | 575 | |
| '<' is not followed by whitespace. | 575 | |
| '>' is not preceded with whitespace. | 575 | |
| '>' is not followed by whitespace. | 575 | |
| Line is longer than 80 characters. | 578 | |
| Line is longer than 80 characters. | 583 | |
| Line is longer than 80 characters. | 585 | |
| Missing a Javadoc comment. | 602 | |
| Line is longer than 80 characters. | 613 | |
| Line is longer than 80 characters. | 617 | |
| '<' is not preceded with whitespace. | 617 | |
| '<' is not followed by whitespace. | 617 | |
| '>' is not preceded with whitespace. | 617 | |
| '<' is not preceded with whitespace. | 617 | |
| '<' is not followed by whitespace. | 617 | |
| '>' is not preceded with whitespace. | 617 | |
| '>' is not followed by whitespace. | 617 | |
| Line is longer than 80 characters. | 620 | |
| Line is longer than 80 characters. | 625 | |
| Missing a Javadoc comment. | 641 | |
| Parameter info should be final. | 641 | |
| Line is longer than 80 characters. | 652 | |
| Line is longer than 80 characters. | 654 | |
| '<' is not preceded with whitespace. | 654 | |
| '<' is not followed by whitespace. | 654 | |
| '>' is not preceded with whitespace. | 654 | |
| '<' is not preceded with whitespace. | 654 | |
| '<' is not followed by whitespace. | 654 | |
| '>' is not preceded with whitespace. | 654 | |
| '>' is not followed by whitespace. | 654 | |
| Line is longer than 80 characters. | 658 | |
| Line is longer than 80 characters. | 659 | |
| Line is longer than 80 characters. | 663 | |
| Line is longer than 80 characters. | 668 | |
| Line is longer than 80 characters. | 670 | |
| Missing a Javadoc comment. | 686 | |
| Line is longer than 80 characters. | 698 | |
| Line is longer than 80 characters. | 701 | |
| '<' is not preceded with whitespace. | 701 | |
| '<' is not followed by whitespace. | 701 | |
| '>' is not preceded with whitespace. | 701 | |
| '<' is not preceded with whitespace. | 701 | |
| '<' is not followed by whitespace. | 701 | |
| '>' is not preceded with whitespace. | 701 | |
| '>' is not followed by whitespace. | 701 | |
| Line is longer than 80 characters. | 705 | |
| Line is longer than 80 characters. | 706 | |
| Line is longer than 80 characters. | 709 | |
| Line is longer than 80 characters. | 714 | |
| Line is longer than 80 characters. | 716 | |
| Missing a Javadoc comment. | 732 | |
| Line is longer than 80 characters. | 743 | |
| Line is longer than 80 characters. | 744 | |
| Line is longer than 80 characters. | 747 | |
| '<' is not preceded with whitespace. | 747 | |
| '<' is not followed by whitespace. | 747 | |
| '>' is not preceded with whitespace. | 747 | |
| '<' is not preceded with whitespace. | 747 | |
| '<' is not followed by whitespace. | 747 | |
| '>' is not preceded with whitespace. | 747 | |
| '>' is not followed by whitespace. | 747 | |
| Line is longer than 80 characters. | 751 | |
| Line is longer than 80 characters. | 756 | |
| Line is longer than 80 characters. | 757 | |
| Line is longer than 80 characters. | 762 | |
| Line is longer than 80 characters. | 764 | |
| Line is longer than 80 characters. | 781 | |
| Line is longer than 80 characters. | 782 | |
| Line is longer than 80 characters. | 784 | |
| '<' is not preceded with whitespace. | 784 | |
| '<' is not followed by whitespace. | 784 | |
| '>' is not preceded with whitespace. | 784 | |
| '<' is not preceded with whitespace. | 784 | |
| '<' is not followed by whitespace. | 784 | |
| '>' is not preceded with whitespace. | 784 | |
| '>' is not followed by whitespace. | 784 | |
| Line is longer than 80 characters. | 788 | |
| Line is longer than 80 characters. | 789 | |
| Line is longer than 80 characters. | 792 | |
| Line is longer than 80 characters. | 797 | |
| Line is longer than 80 characters. | 799 | |
| Missing a Javadoc comment. | 815 | |
| Line is longer than 80 characters. | 826 | |
| Line is longer than 80 characters. | 828 | |
| '<' is not preceded with whitespace. | 828 | |
| '<' is not followed by whitespace. | 828 | |
| '>' is not preceded with whitespace. | 828 | |
| '<' is not preceded with whitespace. | 828 | |
| '<' is not followed by whitespace. | 828 | |
| '>' is not preceded with whitespace. | 828 | |
| '>' is not followed by whitespace. | 828 | |
| Line is longer than 80 characters. | 831 | |
| Line is longer than 80 characters. | 836 | |
| Missing a Javadoc comment. | 851 | |
| Parameter type should be final. | 851 | |
| Missing a Javadoc comment. | 855 | |
| Parameter typeName should be final. | 855 | |
| Line is longer than 80 characters. | 870 | |
| Missing a Javadoc comment. | 881 | |
| Parameter typeName should be final. | 881 | |
| Comment matches to-do format 'TODO:'. | 884 | |
| Comment matches to-do format 'TODO:'. | 891 | |
| Line is longer than 80 characters. | 892 | |
| Line is longer than 80 characters. | 906 | |
| Line is longer than 80 characters. | 913 | |
| Line is longer than 80 characters. | 915 | |
| Line is longer than 80 characters. | 917 | |
| Line is longer than 80 characters. | 919 | |
| Must have at least one statement. | 923 | |
| Missing a Javadoc comment. | 934 | |
| Parameter type should be final. | 934 | |
| Parameter value should be final. | 934 | |
| Line is longer than 80 characters. | 977 | |
| Line is longer than 80 characters. | 979 | |
| Line is longer than 80 characters. | 980 | |
| Line is longer than 80 characters. | 986 | |
| Missing a Javadoc comment. | 1026 | |
| Parameter map should be final. | 1026 | |
| '<' is not preceded with whitespace. | 1026 | |
| '<' is not followed by whitespace. | 1026 | |
| '>' is not preceded with whitespace. | 1026 | |
| Line is longer than 80 characters. | 1028 | |
| Line is longer than 80 characters. | 1030 | |
| Missing a Javadoc comment. | 1044 | |
| Parameter map should be final. | 1044 | |
| '<' is not preceded with whitespace. | 1044 | |
| '<' is not followed by whitespace. | 1044 | |
| '>' is not preceded with whitespace. | 1044 | |
| Line is longer than 80 characters. | 1046 | |
| Missing a Javadoc comment. | 1050 | |
| Parameter map should be final. | 1050 | |
| '<' is not preceded with whitespace. | 1050 | |
| '<' is not followed by whitespace. | 1050 | |
| '>' is not preceded with whitespace. | 1050 | |
| Line is longer than 80 characters. | 1052 | |
| Missing a Javadoc comment. | 1056 | |
| Parameter map should be final. | 1056 | |
| '<' is not preceded with whitespace. | 1056 | |
| '<' is not followed by whitespace. | 1056 | |
| '>' is not preceded with whitespace. | 1056 | |
| Line is longer than 80 characters. | 1058 | |
| Missing a Javadoc comment. | 1062 | |
| Parameter root should be final. | 1062 | |
| Parameter name should be final. | 1062 | |
| Line is longer than 80 characters. | 1064 | |
| Line is longer than 80 characters. | 1072 | |
| Missing a Javadoc comment. | 1072 | |
| Parameter info should be final. | 1072 | |
| Parameter params should be final. | 1072 | |
| '<' is not preceded with whitespace. | 1072 | |
| '<' is not followed by whitespace. | 1072 | |
| '>' is not preceded with whitespace. | 1072 | |
| Parameter templateName should be final. | 1072 | |
| Parameter packageName should be final. | 1072 | |
| Parameter fileName should be final. | 1072 | |
| Line is longer than 80 characters. | 1083 | |
| '<' is not preceded with whitespace. | 1085 | |
| '<' is not followed by whitespace. | 1085 | |
| '>' is not preceded with whitespace. | 1085 | |
| '<' is not preceded with whitespace. | 1085 | |
| '<' is not followed by whitespace. | 1085 | |
| '>' is not preceded with whitespace. | 1085 | |
| '>' is not followed by whitespace. | 1085 | |
| Line is longer than 80 characters. | 1091 | |
| Line is longer than 80 characters. | 1097 | |
| Line is longer than 80 characters. | 1098 | |
| Line is longer than 80 characters. | 1103 | |
| Line is longer than 80 characters. | 1105 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Missing a Javadoc comment. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| '<' 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 is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '<' 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. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '>' is not followed by whitespace. | 48 | |
| Line has trailing spaces. | 49 | |
| Method 'addTagAttribute' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter property should be final. | 50 | |
| 'if' construct must use '{}'s. | 51 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| Method 'isInclude' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter include should be final. | 70 | |
| 'include' hides a field. | 70 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter name should be final. | 80 | |
| 'name' hides a field. | 80 | |
| Method 'isManageable' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Method 'setManageable' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Parameter manageable should be final. | 98 | |
| 'manageable' hides a field. | 98 | |
| Method 'isBindable' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Method 'setBindable' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Parameter bindable should be final. | 116 | |
| 'bindable' hides a field. | 116 | |
| Method 'isRemoteObject' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Method 'setRemoteObject' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Parameter remoteObject should be final. | 134 | |
| 'remoteObject' hides a field. | 134 | |
| Method 'isExternalizable' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Method 'setExternalizable' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Parameter externalizable should be final. | 152 | |
| 'externalizable' hides a field. | 152 | |
| Method 'isInherit' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Method 'setInherit' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Parameter inherit should be final. | 170 | |
| 'inherit' hides a field. | 170 | |
| Method 'isCreateToString' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| Method 'setCreateToString' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Parameter createToString should be final. | 188 | |
| 'createToString' hides a field. | 188 | |
| Method 'isExtendable' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Method 'setExtendable' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Parameter extendable should be final. | 207 | |
| 'extendable' hides a field. | 207 | |
| Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Parameter comment should be final. | 225 | |
| 'comment' hides a field. | 225 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Parameter packageName should be final. | 235 | |
| 'packageName' hides a field. | 235 | |
| Method 'getDeclaredType' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| Method 'setDeclaredType' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Parameter declaredType should be final. | 253 | |
| 'declaredType' hides a field. | 253 | |
| Method 'getValueObject' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Method 'setValueObject' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| Parameter valueObject should be final. | 271 | |
| 'valueObject' hides a field. | 271 | |
| Method 'getSkipAttributes' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| '<' is not preceded with whitespace. | 280 | |
| '<' is not followed by whitespace. | 280 | |
| '>' is not preceded with whitespace. | 280 | |
| Line has trailing spaces. | 283 | |
| Method 'addSkipAttribute' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| Missing a Javadoc comment. | 284 | |
| Parameter name should be final. | 284 | |
| 'name' hides a field. | 284 | |
| Method 'getSuperClass' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| Method 'setSuperClass' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Parameter superClass should be final. | 302 | |
| 'superClass' hides a field. | 302 | |
| Method 'getInterfaces' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Line has trailing spaces. | 312 | |
| '(' is followed by whitespace. | 319 | |
| '(' is followed by whitespace. | 326 | |
| Method 'getImports' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| '<' is not preceded with whitespace. | 339 | |
| '<' is not followed by whitespace. | 339 | |
| '>' is not preceded with whitespace. | 339 | |
| '<' is not preceded with whitespace. | 340 | |
| '<' is not followed by whitespace. | 340 | |
| '>' is not preceded with whitespace. | 340 | |
| '<' is not preceded with whitespace. | 340 | |
| '<' is not followed by whitespace. | 340 | |
| '>' is not preceded with whitespace. | 340 | |
| '>' is not followed by whitespace. | 340 | |
| '<' is not preceded with whitespace. | 341 | |
| '<' is not followed by whitespace. | 341 | |
| '>' is not preceded with whitespace. | 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 | |
| '(' is followed by whitespace. | 345 | |
| '(' is followed by whitespace. | 348 | |
| Method 'setImports' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Parameter imports should be final. | 378 | |
| '<' is not preceded with whitespace. | 378 | |
| '<' is not followed by whitespace. | 378 | |
| '>' is not preceded with whitespace. | 378 | |
| 'imports' hides a field. | 378 | |
| Method 'addImport' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Missing a Javadoc comment. | 382 | |
| Parameter value should be final. | 382 | |
| Method 'getConstants' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| '<' is not preceded with whitespace. | 391 | |
| '<' is not followed by whitespace. | 391 | |
| '>' is not preceded with whitespace. | 391 | |
| Method 'setConstants' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| Parameter constants should be final. | 400 | |
| '<' is not preceded with whitespace. | 400 | |
| '<' is not followed by whitespace. | 400 | |
| '>' is not preceded with whitespace. | 400 | |
| 'constants' hides a field. | 400 | |
| Method 'addConstant' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| Missing a Javadoc comment. | 404 | |
| Parameter field should be final. | 404 | |
| Parameter typeValue should be final. | 404 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter name should be final. | 58 | |
| 'name' hides a field. | 58 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Method 'isBindable' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Method 'setBindable' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter bindable should be final. | 76 | |
| 'bindable' hides a field. | 76 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 84 | |
| Method 'isManaged' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Method 'setManaged' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter managed should be final. | 95 | |
| 'managed' hides a field. | 95 | |
| Method 'isRead' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Method 'setRead' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Parameter read should be final. | 114 | |
| 'read' hides a field. | 114 | |
| Method 'isWrite' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Method 'setWrite' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Parameter write should be final. | 132 | |
| 'write' hides a field. | 132 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Line has trailing spaces. | 147 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter type should be final. | 150 | |
| 'type' hides a field. | 150 | |
| Method 'getJavaType' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Method 'setJavaType' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Parameter javaType should be final. | 168 | |
| 'javaType' hides a field. | 168 | |
| Method 'isUseDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Method 'setUseDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Parameter useDefaultValue should be final. | 186 | |
| 'useDefaultValue' hides a field. | 186 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Parameter defaultValue should be final. | 204 | |
| 'defaultValue' hides a field. | 204 | |
| Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Line has trailing spaces. | 219 | |
| Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Parameter comment should be final. | 222 | |
| 'comment' hides a field. | 222 | |
| Method 'isExtendable' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Method 'setExtendable' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Parameter extendable should be final. | 241 | |
| 'extendable' hides a field. | 241 |