Uses of Class
edu.umd.cs.findbugs.ba.npe.RedundantBranch
Packages that use RedundantBranch
-
Uses of RedundantBranch in edu.umd.cs.findbugs.ba.npe
Fields in edu.umd.cs.findbugs.ba.npe with type parameters of type RedundantBranchModifier and TypeFieldDescriptionprivate final List<RedundantBranch> NullDerefAndRedundantComparisonFinder.redundantBranchListMethods in edu.umd.cs.findbugs.ba.npe with parameters of type RedundantBranchModifier and TypeMethodDescriptionvoidNullDerefAndRedundantComparisonCollector.foundRedundantNullCheck(Location location, RedundantBranch redundantBranch) Subclasses should override this method to capture locations where a redundant null comparison is performed. -
Uses of RedundantBranch in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with parameters of type RedundantBranchModifier and TypeMethodDescriptionvoidFindNullDeref.foundRedundantNullCheck(Location location, RedundantBranch redundantBranch) voidNoiseNullDeref.foundRedundantNullCheck(Location location, RedundantBranch redundantBranch)