org.codenarc.report.ReportWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CodeNarc Show documentation
Show all versions of CodeNarc Show documentation
The CodeNarc project provides a static analysis tool for Groovy code.
package org.codenarc.report;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public interface ReportWriter
{
void writeReport(org.codenarc.AnalysisContext analysisContext, org.codenarc.results.Results results);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy