Uses of Class
edu.umd.cs.findbugs.ProgramPoint
-
Packages that use ProgramPoint Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.detect -
-
Uses of ProgramPoint in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type ProgramPoint Modifier and Type Field Description private java.util.Map<XMethod,java.util.Set<ProgramPoint>>FieldSummary. selfMethodsCalledFromConstructorMethods in edu.umd.cs.findbugs.ba that return types with arguments of type ProgramPoint Modifier and Type Method Description java.util.Set<ProgramPoint>FieldSummary. getCalledFromSuperConstructor(ClassDescriptor superClass, XMethod calledFromConstructor)Methods in edu.umd.cs.findbugs.ba with parameters of type ProgramPoint Modifier and Type Method Description voidFieldSummary. 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 ProgramPoint Modifier and Type Field Description (package private) java.util.Map<XField,java.util.Set<ProgramPoint>>UnreadFieldsData. assumedNonNull(package private) java.util.Map<XField,ProgramPoint>UnreadFieldsData. threadLocalAssignedInConstructor
-