Uses of Class
edu.umd.cs.findbugs.bcel.OpcodeStackDetector
Packages that use OpcodeStackDetector
-
Uses of OpcodeStackDetector in edu.umd.cs.findbugs.bcel
Subclasses of OpcodeStackDetector in edu.umd.cs.findbugs.bcel -
Uses of OpcodeStackDetector in edu.umd.cs.findbugs.detect
Subclasses of OpcodeStackDetector in edu.umd.cs.findbugs.detectModifier and TypeClassDescriptionclass
class
if we get from a ConcurrentHashMap and assign to a variable...class
class
class
class
Builds the database of string parameters passed from method to method unchanged.class
class
class
class
class
Finds invocations of JDK methods that rely on the default platform encoding.class
A detector that checks for lines in JUnit tests that look like `assertTrue(object instanceof Class)` and discourages them.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Find comparisons involving values computed with bitwise operations whose outcomes are fixed at compile time.class
Use whenever possible String.indexOf(int) instead of String.indexOf(String), or String.lastIndexOf(int) instead of String.lastIndexOf(String).class
class
class
class
class
class
We found a problem with the new OpenJDK that everyone is now using to compile and run java code.class
Look for calls to methods where the return value is erroneously ignored.class
class
class
class
Detector to find calls to Number constructors with base type argument in Java 5 or newer bytecode.class
Methods with "Optional" return type should never return null.class
class
class
class
class
class
RuntimeExceptionCaptureclass
class
Detector for static fields of typeCalendar
orDateFormat
and their subclasses.class
class
class
class
class
class
class
Base class for simple type checking detectors which tests if the method returns null references for specific types.class
class
equals and hashCode are blocking methods on URL's.