Uses of Interface
edu.umd.cs.findbugs.StatelessDetector
Packages that use StatelessDetector
-
Uses of StatelessDetector in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement StatelessDetectorModifier and TypeClassDescriptionclass
class
This detector is currently disabled by default.class
class
class
class
class
class
final class
Find places where ordinary (balanced) synchronization is performed on JSR166 Lock objects.class
final class
class
class
final class
A Detector to look for streams that are opened in a method, do not escape the method, and are not closed on all paths out of the method.class
class
final class
class
Detector to find private methods that are never called.class
class
class
A Detector to look for useless control flow.class
Find comparisons involving values computed with bitwise operations whose outcomes are fixed at compile time.class
class
Find occurrences of collection.toArray( new Foo[0] ); This causes another memory allocation through reflection Much better to do collection.toArray( new Foo[collection.size()] );class
class
class
final class
class
class
class
finds public classes that use 'this' as a semaphore, which can cause conflicts if clients of this class use an instance of this class as their own synchronization point.class
class
class
class
RuntimeExceptionCaptureclass
class
Find occurrences of using the String "+" or "+=" operators within a loop.class
Find occurrences of a instanceof b where it can be determined statically whether this is true or false.class
looks for calls to Thread.interrupted from a non static context, especially when that context is not 'currentThread()'.class
class
Find occurrences of Math using constants, where the result of the calculation can be determined statically.class
class
class
class