org.codehaus.mojo.findbugs.FindBugs2Proxy 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:/C:/svnWork/findbugs-maven-plugin/target/checkout/src/main/groovy/org/codehaus/mojo/findbugs/FindBugs2Proxy.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 edu.umd.cs.findbugs.BugReporter;
import edu.umd.cs.findbugs.ErrorCountingBugReporter;
import edu.umd.cs.findbugs.FindBugs2;
/**
* Helper for FindBugs2 class
*
* @author Garvin LeClaire
* @version $Id: FindBugs2Proxy.groovy 7036 2008-05-22 21:22:24Z gleclaire $
*/
public class FindBugs2Proxy
extends FindBugs2
{
private DelegateBugReporter bugReporter = null;
public void setBugReporter(DelegateBugReporter value) {
throw new InternalError("Stubbed method");
}
public void initializeProxyReporter(int thresholdParameter) {
throw new InternalError("Stubbed method");
}
public BugReporter getBugReporter() {
throw new InternalError("Stubbed method");
}
public void setBugReporter(BugReporter bugReporter) {
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");
}
}