Uses of Class
edu.hm.hafner.analysis.parser.pmd.Violation
-
Packages that use Violation Package Description edu.hm.hafner.analysis.parser.pmd PMD parser. -
-
Uses of Violation in edu.hm.hafner.analysis.parser.pmd
Methods in edu.hm.hafner.analysis.parser.pmd that return types with arguments of type Violation Modifier and Type Method Description Collection<Violation>File. getViolations()Returns all violations of this file.Methods in edu.hm.hafner.analysis.parser.pmd with parameters of type Violation Modifier and Type Method Description voidFile. addViolation(Violation violation)Adds a new violation to this file.
-