edu.umd.cs.findbugs

Interface StatelessDetector

public interface StatelessDetector extends Cloneable

is a marker interface for detectors that don't save state from one class file to the next. If a detector implements this interface, a clone will be generated for each element it is applied to. The idea of using this interface is questionable. Better for people writing stateless detectors to just not keep around state they don't need, rather than depending on cloning and garbage collection.
Method Summary
Objectclone()

Method Detail

clone

public Object clone()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.