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

src.samples.java.ex.ACEM_Sample Maven / Gradle / Ivy

Go to download

An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself.

There is a newer version: 7.6.8
Show newest version
package ex;

public abstract class ACEM_Sample implements Foo {

    public static final Runnable fpNOP283 = () -> {
    };

    public void test() {
    }

    public int test1() {
        throw new UnsupportedOperationException("Not implemented");
    }

    @Override
    public void doFPFoo() {
    }

}

interface Foo {
    void doFPFoo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy