Uses of Class
edu.umd.cs.findbugs.BugAccumulator.Data
-
Packages that use BugAccumulator.Data Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs
), the object model classes for bug instances (BugInstance
,BugAnnotation
), and other miscellany. -
-
Uses of BugAccumulator.Data in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type BugAccumulator.Data Modifier and Type Field Description private java.util.Map<BugInstance,BugAccumulator.Data>
BugAccumulator. map
Methods in edu.umd.cs.findbugs with parameters of type BugAccumulator.Data Modifier and Type Method Description void
BugAccumulator. reportBug(BugInstance bug, BugAccumulator.Data d)
-