PMD Results
The following document contains the results of PMD 4.1.
Files
pl/edu/agh/cast/schema/Activator.java
Violation |
Line |
Overriding method merely calls super |
43 - 45 |
pl/edu/agh/cast/schema/editor/SchemaEditor.java
Violation |
Line |
Overriding method merely calls super |
201 - 203 |
pl/edu/agh/cast/schema/editpart/SchemaNodeEditPart.java
Violation |
Line |
These nested if statements could be combined |
82 - 85 |
Avoid unused method parameters such as 'newValue'. |
89 - 96 |
Avoid unused method parameters such as 'request'. |
215 - 240 |
pl/edu/agh/cast/schema/figure/SchemaNodeFigure.java
Violation |
Line |
Avoid unused constructor parameters such as 'label'. |
35 - 37 |
pl/edu/agh/cast/schema/figure/SinglePolylineConnection.java
Violation |
Line |
Avoid unused method parameters such as 'angle'. |
71 - 76 |
pl/edu/agh/cast/schema/figure/VariableThicknessPolylineConnection.java
Violation |
Line |
Avoid unused method parameters such as 'angle'. |
86 - 91 |
pl/edu/agh/cast/schema/layout/algorithm/AdvancedPeacockLayoutAlgorithm.java
Violation |
Line |
No need to import a type that lives in the same package |
25 |
pl/edu/agh/cast/schema/layout/algorithm/EnhancedCircleLayout.java
Violation |
Line |
No need to import a type that lives in the same package |
16 |
pl/edu/agh/cast/schema/layout/algorithm/GroupLayoutAlgorithm.java
Violation |
Line |
These nested if statements could be combined |
246 - 248 |
pl/edu/agh/cast/schema/layout/algorithm/Peacock3LayoutAlgorithm.java
Violation |
Line |
Avoid unused private fields such as 'adiacentTable'. |
64 |
Avoid unused method parameters such as 'positionNodes'. |
538 - 558 |
pl/edu/agh/cast/schema/policy/SchemaConnectionCreatePolicy.java
Violation |
Line |
These nested if statements could be combined |
45 - 52 |
pl/edu/agh/cast/schema/policy/SchemaLayoutEditPolicy.java
Violation |
Line |
These nested if statements could be combined |
41 - 47 |