PMD Results
The following document contains the results of PMD 5.0.2.
Files
org/andromda/cartridges/xmlschema/XmlSchemaProfile.java
| Violation |
Line |
| Variables that are final and static should be all capitals, 'profile' is not all capitals. |
17 |
| It is a good practice to call super() in a constructor |
40 - 43 |
org/andromda/cartridges/xmlschema/metafacades/XSDAssociationEndLogicImpl.java
| Violation |
Line |
| Parameter 'context' is not assigned and could be declared final |
18 |
| Parameter 'metaObject' is not assigned and could be declared final |
18 |
| Local variable 'isMany' could be declared final |
30 |
| Local variable 'isRequired' could be declared final |
49 |
org/andromda/cartridges/xmlschema/metafacades/XSDAttributeLogicImpl.java
| Violation |
Line |
| Parameter 'context' is not assigned and could be declared final |
20 |
| Parameter 'metaObject' is not assigned and could be declared final |
20 |
| Local variable 'isMany' could be declared final |
32 |
| Local variable 'isRequired' could be declared final |
51 |
org/andromda/cartridges/xmlschema/metafacades/XSDComplexTypeLogicImpl.java
| Violation |
Line |
| Parameter 'metaObject' is not assigned and could be declared final |
16 |
| Parameter 'context' is not assigned and could be declared final |
16 |
org/andromda/cartridges/xmlschema/metafacades/XSDEnumerationTypeLogicImpl.java
| Violation |
Line |
| Parameter 'context' is not assigned and could be declared final |
16 |
| Parameter 'metaObject' is not assigned and could be declared final |
16 |