Uses of Class
org.codenarc.results.FileResults
-
Packages that use FileResults Package Description org.codenarc.ant org.codenarc.report -
-
Uses of FileResults in org.codenarc.ant
Fields in org.codenarc.ant with type parameters of type FileResults Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.String,java.util.List<FileResults>>
AntFileSetSourceAnalyzer. resultsMap
Methods in org.codenarc.ant with parameters of type FileResults Modifier and Type Method Description private void
AntFileSetSourceAnalyzer. addToResultsMap(java.lang.String parentPath, FileResults results)
-
Uses of FileResults in org.codenarc.report
Methods in org.codenarc.report with parameters of type FileResults Modifier and Type Method Description protected groovy.lang.Closure
BaselineXmlReportWriter. buildFileElement(FileResults results)
protected groovy.lang.Closure
XmlReportWriter. buildFileElement(FileResults results)
protected void
TextReportWriter. writeFileViolations(java.io.Writer writer, FileResults results)
-