Uses of Class
edu.umd.cs.findbugs.Project.WorkListItem
-
Packages that use Project.WorkListItem 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 Project.WorkListItem in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type Project.WorkListItem Modifier and Type Field Description private java.util.LinkedList<Project.WorkListItem>
Project.WorkList. itemList
Methods in edu.umd.cs.findbugs that return Project.WorkListItem Modifier and Type Method Description Project.WorkListItem
Project.WorkList. getNextItem()
Get the next item in the worklist.Methods in edu.umd.cs.findbugs with parameters of type Project.WorkListItem Modifier and Type Method Description boolean
Project.WorkList. add(Project.WorkListItem item)
Add a worklist item.
-