PMD Results

The following document contains the results of PMD 4.1.

Files

pl/edu/agh/cast/data/Activator.java

Violation Line
Overriding method merely calls super 152 - 154

pl/edu/agh/cast/data/importer/data/xls/AbstractXlsDataImporter.java

Violation Line
Avoid unnecessary temporaries when converting primitives to Strings 67
Avoid unnecessary temporaries when converting primitives to Strings 71
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. 71

pl/edu/agh/cast/data/ui/importer/wizard/ImportPage.java

Violation Line
Avoid empty catch blocks 305 - 307
Avoid unnecessary return statements 371

pl/edu/agh/cast/data/ui/importer/wizard/ImportWizard.java

Violation Line
Avoid empty if statements 352 - 354
These nested if statements could be combined 455 - 458

pl/edu/agh/cast/data/ui/importer/wizard/ValidationPageComposite.java

Violation Line
Avoid empty catch blocks 900 - 903

pl/edu/agh/cast/data/ui/importer/wizard/provider/ColumnNumberColumnLabelProvider.java

Violation Line
Avoid unused imports such as 'pl.edu.agh.cast.rawdata.stat.BrokenRowInfo' 24

pl/edu/agh/cast/data/ui/template/ComboBoxTableCreator.java

Violation Line
Avoid unused private fields such as 'combos'. 48

pl/edu/agh/cast/data/ui/template/ModelInfo.java

Violation Line
Avoid unused private fields such as 'modelId'. 41

pl/edu/agh/cast/data/ui/template/NewTemplateComposite.java

Violation Line
Avoid unnecessary return statements 281

pl/edu/agh/cast/data/ui/template/NewTemplateWizardPage.java

Violation Line
Avoid empty catch blocks 249 - 251
Avoid empty catch blocks 256 - 258

pl/edu/agh/cast/data/ui/utils/TableViewerHelper.java

Violation Line
These nested if statements could be combined 105 - 107
These nested if statements could be combined 224 - 226