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

org.codehaus.mojo.findbugs.FindBugs2Proxy Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
//
// 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");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy