PMD Results

The following document contains the results of PMD.

Summary

Files Errors
6 10

Files

Files Violations
net/sf/jhunlang/jmorph/analysis/AnalyserContext.java 1
net/sf/jhunlang/jmorph/analysis/CompoundControl.java 3
net/sf/jhunlang/jmorph/cl/Cl.java 2
net/sf/jhunlang/jmorph/factory/JMorphFactory.java 1
net/sf/jhunlang/jmorph/parser/AbstractReader.java 2
net/sf/jhunlang/jmorph/sword/parser/EnglishAffixReader.java 1

net/sf/jhunlang/jmorph/analysis/AnalyserContext.java

Violation Line
Avoid unused imports such as 'AffixEntry' 3

net/sf/jhunlang/jmorph/analysis/CompoundControl.java

Violation Line
Avoid empty catch blocks 92
Avoid empty catch blocks 105
Avoid empty catch blocks 118

net/sf/jhunlang/jmorph/cl/Cl.java

Violation Line
Avoid unused local variables such as 'start' 109
Avoid unused local variables such as 'now' 111

net/sf/jhunlang/jmorph/factory/JMorphFactory.java

Violation Line
Avoid empty catch blocks 149

net/sf/jhunlang/jmorph/parser/AbstractReader.java

Violation Line
Avoid empty catch blocks 63
Avoid empty catch blocks 90

net/sf/jhunlang/jmorph/sword/parser/EnglishAffixReader.java

Violation Line
Avoid unused imports such as 'Collection' 3