All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.mojo.codenarc.CodeNarcReportGenerator Maven / Gradle / Ivy

The newest version!
//
// Generated stub from file:/Users/garvin/gitProjects/codenarc-maven-plugin/target/checkout/src/main/groovy/org/codehaus/mojo/codenarc/CodeNarcReportGenerator.groovy
//

package org.codehaus.mojo.codenarc;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import groovy.util.slurpersupport.GPathResult;
import org.apache.maven.doxia.sink.Sink;
import org.apache.maven.doxia.tools.SiteTool;
import org.apache.maven.plugin.logging.Log;

/**
 * The reporter controls the generation of the CodeNarc report.
 *
 * @author Garvin LeClaire
 * @version $Id: CodeNarcReportGenerator.groovy Z gleclaire $
 */
public class CodeNarcReportGenerator
    extends java.lang.Object
    implements groovy.lang.GroovyObject
{
    /**
     * The key to get the value if the line number is not available.
     */
    static final private java.lang.String NOLINE_KEY = null;
    static final public java.lang.String getNOLINE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the report title from the bundle.
     */
    static final private java.lang.String REPORT_TITLE_KEY = null;
    static final public java.lang.String getREPORT_TITLE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the report link title of the Plug-In from the bundle.
     */
    static final private java.lang.String LINKTITLE_KEY = null;
    static final public java.lang.String getLINKTITLE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the report link of the Plug-In from the bundle.
     */
    static final private java.lang.String LINK_KEY = null;
    static final public java.lang.String getLINK_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the name of the Plug-In from the bundle.
     */
    static final private java.lang.String NAME_KEY = null;
    static final public java.lang.String getNAME_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the version title for CodeNarc from the bundle.
     */
    static final private java.lang.String VERSIONTITLE_KEY = null;
    static final public java.lang.String getVERSIONTITLE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the rule title from the bundle.
     */
    static final private java.lang.String RULE_KEY = null;
    static final public java.lang.String getRULE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the summary title from the bundle.
     */
    static final private java.lang.String SUMMARY_KEY = null;
    static final public java.lang.String getSUMMARY_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the package summary title from the bundle.
     */
    static final private java.lang.String PACKAGE_SUMMARY_KEY = null;
    static final public java.lang.String getPACKAGE_SUMMARY_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the files title of the Plug-In from the bundle.
     */
    static final private java.lang.String FILES_KEY = null;
    static final public java.lang.String getFILES_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the line.
     */
    static final private java.lang.String COLUMN_LINE_KEY = null;
    static final public java.lang.String getCOLUMN_LINE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the bug.
     */
    static final private java.lang.String COLUMN_BUG_KEY = null;
    static final public java.lang.String getCOLUMN_BUG_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the bugs.
     */
    static final private java.lang.String COLUMN_BUGS_KEY = null;
    static final public java.lang.String getCOLUMN_BUGS_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the category.
     */
    static final private java.lang.String COLUMN_CATEGORY_KEY = null;
    static final public java.lang.String getCOLUMN_CATEGORY_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the priority.
     */
    static final private java.lang.String COLUMN_PRIORITY_KEY = null;
    static final public java.lang.String getCOLUMN_PRIORITY_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the priority.
     */
    static final private java.lang.String COLUMN_PRIORITY_KEY1 = null;
    static final public java.lang.String getCOLUMN_PRIORITY_KEY1() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the priority.
     */
    static final private java.lang.String COLUMN_PRIORITY_KEY2 = null;
    static final public java.lang.String getCOLUMN_PRIORITY_KEY2() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the priority.
     */
    static final private java.lang.String COLUMN_PRIORITY_KEY3 = null;
    static final public java.lang.String getCOLUMN_PRIORITY_KEY3() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to get the column title for the details.
     */
    static final private java.lang.String COLUMN_DETAILS_KEY = null;
    static final public java.lang.String getCOLUMN_DETAILS_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to column title for the Class.
     */
    static final private java.lang.String COLUMN_PACKAGE_KEY = null;
    static final public java.lang.String getCOLUMN_PACKAGE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to column title for the files.
     */
    static final private java.lang.String COLUMN_FILES_KEY = null;
    static final public java.lang.String getCOLUMN_FILES_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to column title for the Bug files.
     */
    static final private java.lang.String COLUMN_BUG_FILES_KEY = null;
    static final public java.lang.String getCOLUMN_BUG_FILES_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to column title for the rule names.
     */
    static final private java.lang.String COLUMN_RULES_KEY = null;
    static final public java.lang.String getCOLUMN_RULES_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to column title for the description.
     */
    static final private java.lang.String COLUMN_DESCRIPTION_KEY = null;
    static final public java.lang.String getCOLUMN_DESCRIPTION_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The key to column title for the source line message.
     */
    static final private java.lang.String COLUMN_SOURCE_KEY = null;
    static final public java.lang.String getCOLUMN_SOURCE_KEY() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The character to separate URL tokens.
     */
    static final private java.lang.String URL_SEPARATOR = null;
    static final public java.lang.String getURL_SEPARATOR() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The sink to write the report to.
     */
    private Sink sink = null;
    public Sink getSink() {
        throw new InternalError("Stubbed method");
    }
    public void setSink(Sink value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * The bundle to get the messages from.
     */
    private ResourceBundle bundle = null;
    public ResourceBundle getBundle() {
        throw new InternalError("Stubbed method");
    }
    public void setBundle(ResourceBundle value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * The logger to write logs to.
     */
    private Log log = null;
    public Log getLog() {
        throw new InternalError("Stubbed method");
    }
    public void setLog(Log value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Location where generated html will be created.
     */
    private File outputDirectory = null;
    public File getOutputDirectory() {
        throw new InternalError("Stubbed method");
    }
    public void setOutputDirectory(File value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * "org.apache.maven.doxia.tools.SiteTool"
     */
    private SiteTool siteTool = null;
    public SiteTool getSiteTool() {
        throw new InternalError("Stubbed method");
    }
    public void setSiteTool(SiteTool value) {
        throw new InternalError("Stubbed method");
    }

    private File basedir = null;
    public File getBasedir() {
        throw new InternalError("Stubbed method");
    }
    public void setBasedir(File value) {
        throw new InternalError("Stubbed method");
    }

    private GPathResult CodeNarcResults = null;
    public GPathResult getCodeNarcResults() {
        throw new InternalError("Stubbed method");
    }
    public void setCodeNarcResults(GPathResult value) {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object totalPriority1Violations = null;
    public java.lang.Object getTotalPriority1Violations() {
        throw new InternalError("Stubbed method");
    }
    public void setTotalPriority1Violations(java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object totalPriority2Violations = null;
    public java.lang.Object getTotalPriority2Violations() {
        throw new InternalError("Stubbed method");
    }
    public void setTotalPriority2Violations(java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object totalPriority3Violations = null;
    public java.lang.Object getTotalPriority3Violations() {
        throw new InternalError("Stubbed method");
    }
    public void setTotalPriority3Violations(java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Magic constructor
     */
    private CodeNarcReportGenerator(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Default constructor.
     *
     * @param sink
           The sink to generate the report.
     * @param bundle
           The resource bundle to get the messages from.
     * @param basedir
           The project base directory.
     * @param siteTool
           Doxia SiteTool Handle.
     */
    public CodeNarcReportGenerator(Sink sink, ResourceBundle bundle, File basedir, SiteTool siteTool) {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    /**
     * Prints the top header sections of the report.
     */
    private void doHeading() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Gets the report title.
     *
     * @return The report title.
     */
    protected java.lang.String getReportTitle() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Print the Summary Section.
     */
    protected void printSummary() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Print the File Summary Section.
     */
    protected void printPackageSummary() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Print the File Detail Section.
     */
    protected void printPackageDetail() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Print the File Detail Section.
     */
    protected void printRules() {
        throw new InternalError("Stubbed method");
    }

    public void generateReport() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Converts Slashes to dots for links
     */
    protected java.lang.String slashToDot(java.lang.String string) {
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy