PMD Results

The following document contains the results of PMD 5.0.5.

Files

org/andromda/ant/task/AndroMDAGenTask.java

Violation Line
Found non-transient, non-static member. Please mark as transient or provide accessors. 38
A catch statement should never catch throwable since it includes errors. 79
An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type. 86
New exception is thrown in catch block, original stack trace may be lost 88
Avoid reassigning parameters such as 'string' 109
Avoid reassigning parameters such as 'string' 109
Local variable 'entry' could be declared final 115
Avoid reassigning parameters such as 'string' 142

org/andromda/ant/task/AndroMDAServerStartTask.java

Violation Line
Found non-transient, non-static member. Please mark as transient or provide accessors. 34
A catch statement should never catch throwable since it includes errors. 82
An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type. 89
New exception is thrown in catch block, original stack trace may be lost 91

org/andromda/ant/task/AndroMDAServerStopTask.java

Violation Line
Found non-transient, non-static member. Please mark as transient or provide accessors. 34
A catch statement should never catch throwable since it includes errors. 80
An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type. 87
New exception is thrown in catch block, original stack trace may be lost 89