Uses of Class
org.codenarc.results.FileResults
Packages that use FileResults
-
Uses of FileResults in org.codenarc.ant
Fields in org.codenarc.ant with type parameters of type FileResultsModifier and TypeFieldDescriptionprivate final ConcurrentMap
<String, List<FileResults>> AntFileSetSourceAnalyzer.resultsMap
Methods in org.codenarc.ant with parameters of type FileResultsModifier and TypeMethodDescriptionprivate void
AntFileSetSourceAnalyzer.addToResultsMap
(String parentPath, FileResults results) -
Uses of FileResults in org.codenarc.report
Methods in org.codenarc.report with parameters of type FileResultsModifier and TypeMethodDescriptionprotected groovy.lang.Closure
BaselineXmlReportWriter.buildFileElement
(FileResults results) protected groovy.lang.Closure
XmlReportWriter.buildFileElement
(FileResults results) protected void
TextReportWriter.writeFileViolations
(Writer writer, FileResults results)