Uses of Interface
edu.umd.cs.findbugs.ba.type.ExtendedTypes
-
Packages that use ExtendedTypes Package Description edu.umd.cs.findbugs.ba.type edu.umd.cs.findbugs.detect -
-
Uses of ExtendedTypes in edu.umd.cs.findbugs.ba.type
Classes in edu.umd.cs.findbugs.ba.type that implement ExtendedTypes Modifier and Type Class Description class
BottomType
Special "bottom" type.class
DoubleExtraType
Special type used to represent the "extra" part of a double value.class
ExceptionObjectType
Special ReferenceType representing the type of a caught exception.class
LongExtraType
Special type used to represent the "extra" part of a long value.class
NullType
Special type representing the null value.class
StandardTypeMerger
A TypeMerger which applies standard Java semantics when merging Types.class
TopType
Special "top" type. -
Uses of ExtendedTypes in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement ExtendedTypes Modifier and Type Class Description class
FindRefComparison
Find suspicious reference comparisons.
-