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 classBottomTypeSpecial "bottom" type.classDoubleExtraTypeSpecial type used to represent the "extra" part of a double value.classExceptionObjectTypeSpecial ReferenceType representing the type of a caught exception.classLongExtraTypeSpecial type used to represent the "extra" part of a long value.classNullTypeSpecial type representing the null value.classStandardTypeMergerA TypeMerger which applies standard Java semantics when merging Types.classTopTypeSpecial "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 classFindRefComparisonFind suspicious reference comparisons.
-