The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
42 | 0 | 0 | 460 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 2 | ![]() |
NewlineAtEndOfFile | 4 | ![]() |
Translation | 0 | ![]() |
JavadocMethod | 102 | ![]() |
JavadocType | 18 | ![]() |
JavadocVariable | 38 | ![]() |
JavadocStyle | 24 | ![]() |
ConstantName | 10 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 40 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
LineLength | 77 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 4 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 4 | ![]() |
RedundantModifier | 15 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 40 | ![]() |
FinalClass | 3 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 1 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 64 | ![]() |
GenericIllegalRegexp
| 8 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Parameter interfaceName should be final. | 14 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Class RelationshipType should be declared as final. | 8 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Name 'Dependency' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Name 'Association' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Name 'Realization' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Name 'Composition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Name 'Generalization' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Name 'Aggregation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | Name 'Usage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Name 'Merge' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Name 'Import' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 80 |
![]() | Line is longer than 80 characters. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Redundant 'public' modifier. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | First sentence should end with a period. | 20 |
![]() | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 |
![]() | Name '_relationships' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Method 'elements' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Method 'addElement' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter element should be final. | 51 |
![]() | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter name should be final. | 66 |
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | First sentence should end with a period. | 91 |
![]() | Parameter attributeName should be final. | 119 |
![]() | First sentence should end with a period. | 126 |
![]() | Method 'relationships' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Method 'addRelationship' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter relationshipType should be final. | 143 |
![]() | Parameter client should be final. | 144 |
![]() | Parameter supplier should be final. | 145 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Method 'elementExists' is not designed for extension - needs to be abstract, final or empty. | 160 |
Violation | Message | Line |
---|---|---|
![]() | Name '_strategies' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter subject should be final. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | '200' is a magic number. | 44 |
![]() | Extra HTML tag found: </p> | 81 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 13 |
![]() | Method 'getDotString' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Parameter subject should be final. | 27 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | First sentence should end with a period. | 27 |
![]() | Name '_stack' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 |
![]() | Name '_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | First sentence should end with a period. | 37 |
![]() | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | First sentence should end with a period. | 51 |
![]() | First sentence should end with a period. | 86 |
![]() | First sentence should end with a period. | 117 |
![]() | Redundant 'public' modifier. | 121 |
![]() | Expected @param tag for 's'. | 121 |
![]() | First sentence should end with a period. | 123 |
![]() | Expected an @return tag. | 128 |
![]() | Redundant 'public' modifier. | 128 |
![]() | Expected @param tag for 's'. | 128 |
![]() | Utility classes should not have a public or default constructor. | 136 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Line is longer than 80 characters. | 151 |
![]() | 'abstract' modifier out of order with the JLS suggestions. | 164 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Name '_features' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter type should be final. | 209 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Name '_collection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Parameter s should be final. | 240 |
![]() | Missing a Javadoc comment. | 256 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Parameter s should be final. | 259 |
![]() | Parameter s should be final. | 266 |
![]() | Missing a Javadoc comment. | 272 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Parameter s should be final. | 275 |
![]() | Parameter s should be final. | 282 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Name '_text' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter text should be final. | 10 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Method 'getElementType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Parameter name should be final. | 14 |
![]() | Line has trailing spaces. | 20 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 21 |
![]() | Line is longer than 80 characters. | 26 |
![]() | 'static' modifier out of order with the JLS suggestions. | 26 |
![]() | Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Class FeatureType should be declared as final. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Unclosed HTML tag found: <i>operations<i/> compartment, identifying the the methods | 27 |
![]() | Line is longer than 80 characters. | 33 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Parameter name should be final. | 80 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 91 |
![]() | Parameter type should be final. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 |
![]() | Name '_supplier' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
![]() | Name '_client' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Parameter type should be final. | 36 |
![]() | Parameter client should be final. | 37 |
![]() | Parameter supplier should be final. | 38 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Method 'getSupplier' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'getClient' is not designed for extension - needs to be abstract, final or empty. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Method 'getDotString' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Parameter subject should be final. | 22 |
![]() | Line has trailing spaces. | 29 |
![]() | Method 'renderNameCompartment' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter se should be final. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Parameter args should be final. | 34 |
![]() | '80' is a magic number. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 143 |
Violation | Message | Line |
---|---|---|
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Parameter name should be final. | 19 |
![]() | Line has trailing spaces. | 25 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Name '_features' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter featureType should be final. | 34 |
![]() | '+' should be on a new line. | 37 |
![]() | '+' should be on a new line. | 38 |
![]() | '+' should be on a new line. | 39 |
![]() | '+' should be on a new line. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter toRender should be final. | 15 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter toRender should be final. | 30 |
![]() | Method 'renderElement' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter se should be final. | 50 |
![]() | Method 'renderNameCompartment' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter se should be final. | 72 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 5 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Name '_attributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter name should be final. | 15 |
![]() | Method 'attributes' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter attributeName should be final. | 23 |
![]() | Method 'operations' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter operationName should be final. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name '_inputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Name '_elements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name '_processed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter inputStream should be final. | 29 |
![]() | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '2000' is a magic number. | 50 |
![]() | Method 'elements' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Unused @throws tag for 'ClassCastException'. | 17 |
![]() | Redundant 'public' modifier. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Parameter name should be final. | 6 |
![]() | Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Expected an @return tag. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | First sentence should end with a period. | 20 |
![]() | Expected an @return tag. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Unused @throws tag for 'java.lang.IllegalArgumentException'. | 30 |
![]() | Expected an @return tag. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Expected @param tag for 'type'. | 35 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 5 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Redundant 'public' modifier. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Parameter name should be final. | 6 |
![]() | Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 21 |
![]() | Redundant 'public' modifier. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Unused @throws tag for 'ClassCastException'. | 8 |
![]() | Expected an @return tag. | 10 |
![]() | Method 'getDotString' is not designed for extension - needs to be abstract, final or empty. | 10 |
![]() | Parameter subject should be final. | 10 |
![]() | Expected @param tag for 'subject'. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Name '_unprocessed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Name '_model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Extra HTML tag found: </p> | 120 |
![]() | Extra HTML tag found: </p> | 123 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Redundant 'public' modifier. | 126 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Redundant 'public' modifier. | 128 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Parameter element should be final. | 133 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter element should be final. | 159 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter element should be final. | 173 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line is longer than 80 characters. | 241 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Method 'getDotString' is not designed for extension - needs to be abstract, final or empty. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter subject should be final. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Extra HTML tag found: </p> | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name '_elementCollector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name '_inputStream' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Method 'elements' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name '_text' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Name '_handlerMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Name '_model' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Method 'addClass' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter className should be final. | 30 |
![]() | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'addInterface' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter interfaceName should be final. | 38 |
![]() | First sentence should end with a period. | 42 |
![]() | Method 'addAttribute' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter name should be final. | 48 |
![]() | Parameter attribute should be final. | 49 |
![]() | Method 'addOperation' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter name should be final. | 57 |
![]() | Parameter operation should be final. | 58 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Method 'addRelationship' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter clientName should be final. | 66 |
![]() | Parameter supplierName should be final. | 66 |
![]() | Parameter relationshipType should be final. | 66 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter element should be final. | 75 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter elementName should be final. | 96 |
![]() | Missing a Javadoc comment. | 100 |
![]() | 'abstract' modifier out of order with the JLS suggestions. | 100 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Name '_builder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 |
![]() | Variable '_builder' must be private and have accessor methods. | 102 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter builder should be final. | 104 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter element should be final. | 108 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter element should be final. | 144 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter element should be final. | 159 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter builder should be final. | 177 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter builder should be final. | 188 |
![]() | Method 'addElement' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter elementName should be final. | 192 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Method 'getDotString' is not designed for extension - needs to be abstract, final or empty. | 7 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter subject should be final. | 7 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Class ElementType should be declared as final. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | First sentence should end with a period. | 60 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter name should be final. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter name should be final. | 72 |
![]() | Parameter features should be final. | 72 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name '_features' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 103 |