PMD Results

The following document contains the results of PMD.

Summary

Files Errors
9 14

Files

Files Violations
pl/caltha/forms/FormToolFactory.java 1
pl/caltha/forms/internal/FormsServiceImpl.java 1
pl/caltha/forms/internal/ui/NodeControlFormatted.java 1
pl/caltha/forms/internal/ui/NodeControlHTML.java 1
pl/caltha/forms/internal/ui/NodeForm.java 1
pl/caltha/forms/internal/ui/actions/Dispatch.java 2
pl/caltha/forms/internal/util/Util.java 4
pl/caltha/internal/xml/Localizer.java 2
pl/caltha/services/xml/validation/DOM4JValidationErrorCollector.java 1

pl/caltha/forms/FormToolFactory.java

Violation Line
Avoid unused private fields such as 'log' 47

pl/caltha/forms/internal/FormsServiceImpl.java

Violation Line
Avoid unused private fields such as 'reloadFormDefinitions' 55

pl/caltha/forms/internal/ui/NodeControlFormatted.java

Violation Line
Avoid empty 'if' statements 32

pl/caltha/forms/internal/ui/NodeControlHTML.java

Violation Line
Avoid empty catch blocks 96

pl/caltha/forms/internal/ui/NodeForm.java

Violation Line
Avoid unused private fields such as 'ui' 25

pl/caltha/forms/internal/ui/actions/Dispatch.java

Violation Line
Avoid unused private fields such as 'bubbles' 34
Avoid unused private fields such as 'cancelable' 35

pl/caltha/forms/internal/util/Util.java

Violation Line
Avoid empty catch blocks 187
Avoid empty catch blocks 206
Avoid empty catch blocks 273
Avoid empty catch blocks 282

pl/caltha/internal/xml/Localizer.java

Violation Line
Avoid empty catch blocks 43
Avoid empty catch blocks 65

pl/caltha/services/xml/validation/DOM4JValidationErrorCollector.java

Violation Line
Avoid unused private fields such as 'currentNode' 26