edu.umd.cs.findbugs
Interface StatelessDetector

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
BadAppletConstructor, BadlyOverriddenAdapter, BadResultSetAccess, BadSyntaxForRegularExpression, BadUseOfReturnValue, BCPMethodReturnCheck, CloneIdiom, ConfusedInheritance, DontCatchIllegalMonitorStateException, DuplicateBranches, EmptyZipFileEntry, EqStringTest, FindBadCast, FindBadForLoop, FindFieldSelfAssignment, FindFinalizeInvocations, FindFloatEquality, FindFloatMath, FindHEmismatch, FindJSR166LockMonitorenter, FindLocalSelfAssignment2, FindMismatchedWaitOrNotify, FindNakedNotify, FindNonShortCircuit, FindOpenStream, FindRunInvocations, FindSpinLoop, FindTwoLockWait, FindUncalledPrivateMethods, FindUnconditionalWait, FindUninitializedGet, FindUselessControlFlow, IncompatMask, InefficientMemberAccess, InefficientToArray, InfiniteRecursiveLoop, InheritanceUnsafeGetResource, IteratorIdioms, LazyInit, MutableLock, PreferZeroLengthArrays, PublicSemaphores, QuestionableBooleanAssignment, ReadReturnShouldBeChecked, RedundantInterfaces, RuntimeExceptionCapture, StartInConstructor, StringConcatenation, SuperfluousInstanceOf, SuspiciousThreadInterrupted, SwitchFallthrough, UnnecessaryMath, UselessSubclassMethod, UseObjectEquals, VarArgsProblems, WaitInLoop, WrongMapIterator

public interface StatelessDetector
extends java.lang.Cloneable

is a marker interface for detectors that don't save state from one class file to the next.


Method Summary
 java.lang.Object clone()
           
 

Method Detail

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException