Uses of Class
edu.hm.hafner.analysis.parser.pmd.PmdError
-
Packages that use PmdError Package Description edu.hm.hafner.analysis.parser.pmd PMD parser. -
-
Uses of PmdError in edu.hm.hafner.analysis.parser.pmd
Methods in edu.hm.hafner.analysis.parser.pmd that return types with arguments of type PmdError Modifier and Type Method Description Collection<PmdError>Pmd. getErrors()Returns all errors.Methods in edu.hm.hafner.analysis.parser.pmd with parameters of type PmdError Modifier and Type Method Description voidPmd. addError(PmdError error)Adds a new error.
-