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