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. resultsMapMethods in org.codenarc.ant with parameters of type FileResults Modifier and Type Method Description private voidAntFileSetSourceAnalyzer. 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.ClosureBaselineXmlReportWriter. buildFileElement(FileResults results)protected groovy.lang.ClosureXmlReportWriter. buildFileElement(FileResults results)protected voidTextReportWriter. writeFileViolations(java.io.Writer writer, FileResults results)
-