Uses of Class
edu.umd.cs.findbugs.ProgramPoint
Packages that use ProgramPoint
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of ProgramPoint in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type ProgramPointModifier and TypeFieldDescriptionprivate final Map<XMethod, Set<ProgramPoint>> FieldSummary.selfMethodsCalledFromConstructorMethods in edu.umd.cs.findbugs.ba that return types with arguments of type ProgramPointModifier and TypeMethodDescriptionFieldSummary.getCalledFromSuperConstructor(ClassDescriptor superClass, XMethod calledFromConstructor) Methods in edu.umd.cs.findbugs.ba with parameters of type ProgramPointModifier and TypeMethodDescriptionvoidFieldSummary.setCalledFromSuperConstructor(ProgramPoint from, XMethod calledFromConstructor) -
Uses of ProgramPoint in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect with type parameters of type ProgramPointModifier and TypeFieldDescription(package private) final Map<XField, Set<ProgramPoint>> UnreadFieldsData.assumedNonNull(package private) final Map<XField, ProgramPoint> UnreadFieldsData.threadLocalAssignedInConstructor