org.codehaus.mojo.findbugs.XDocsReporter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of findbugs-maven-plugin Show documentation
Show all versions of findbugs-maven-plugin Show documentation
This Plug-In generates reports based on the FindBugs Library
//
// Generated stub from file:/Users/garvin/gitProjects/findbugs-maven-plugin/target/checkout/src/main/groovy/org/codehaus/mojo/findbugs/XDocsReporter.groovy
//
package org.codehaus.mojo.findbugs;
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.plugin.logging.Log;
import groovy.xml.StreamingMarkupBuilder;
/**
* The reporter controls the generation of the FindBugs report.
*
* @author Garvin LeClaire
* @version $Id: XDocsReporter.groovy 15967 2012-02-15 16:18:40Z gleclaire $
*/
public class XDocsReporter
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 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");
}
/**
* The threshold of bugs severity.
*/
private java.lang.String threshold = null;
public java.lang.String getThreshold() {
throw new InternalError("Stubbed method");
}
public void setThreshold(java.lang.String value) {
throw new InternalError("Stubbed method");
}
/**
* The used effort for searching bugs.
*/
private java.lang.String effort = null;
public java.lang.String getEffort() {
throw new InternalError("Stubbed method");
}
public void setEffort(java.lang.String value) {
throw new InternalError("Stubbed method");
}
/**
* The output Writer stream.
*/
private Writer outputWriter = null;
public Writer getOutputWriter() {
throw new InternalError("Stubbed method");
}
public void setOutputWriter(Writer value) {
throw new InternalError("Stubbed method");
}
private GPathResult findbugsResults = null;
public GPathResult getFindbugsResults() {
throw new InternalError("Stubbed method");
}
public void setFindbugsResults(GPathResult value) {
throw new InternalError("Stubbed method");
}
private List bugClasses = null;
public List getBugClasses() {
throw new InternalError("Stubbed method");
}
public void setBugClasses(List value) {
throw new InternalError("Stubbed method");
}
/**
* The directories containing the sources to be compiled.
*/
private List compileSourceRoots = null;
public List getCompileSourceRoots() {
throw new InternalError("Stubbed method");
}
public void setCompileSourceRoots(List value) {
throw new InternalError("Stubbed method");
}
private List testSourceRoots = null;
public List getTestSourceRoots() {
throw new InternalError("Stubbed method");
}
public void setTestSourceRoots(List value) {
throw new InternalError("Stubbed method");
}
private java.lang.String outputEncoding = null;
public java.lang.String getOutputEncoding() {
throw new InternalError("Stubbed method");
}
public void setOutputEncoding(java.lang.String value) {
throw new InternalError("Stubbed method");
}
/**
* Magic constructor
*/
private XDocsReporter(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
throw new InternalError("Stubbed method");
}
/**
* Default constructor.
*
* @param bundle - The Resource Bundle to use
*/
public XDocsReporter(ResourceBundle bundle, Log log, java.lang.String threshold, java.lang.String effort, java.lang.String outputEncoding) {
this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
throw new InternalError("Stubbed method");
}
/**
* Returns the threshold string value for the integer input.
*
* @param thresholdValue
The ThresholdValue integer to evaluate.
* @return The string valueof the Threshold object.
*/
protected java.lang.String evaluateThresholdParameter(java.lang.String thresholdValue) {
throw new InternalError("Stubbed method");
}
/**
* Gets the Findbugs Version of the report.
*
* @return The Findbugs Version used on the report.
*/
protected java.lang.String getFindBugsVersion() {
throw new InternalError("Stubbed method");
}
public void generateReport() {
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");
}
}