Uses of Class
edu.umd.cs.findbugs.Project.WorkListItem
Packages that use Project.WorkListItem
Package
Description
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.WorkListItemModifier and TypeFieldDescriptionprivate final LinkedList<Project.WorkListItem> Project.WorkList.itemListMethods in edu.umd.cs.findbugs that return Project.WorkListItemModifier and TypeMethodDescriptionProject.WorkList.getNextItem()Get the next item in the worklist.Methods in edu.umd.cs.findbugs with parameters of type Project.WorkListItemModifier and TypeMethodDescriptionbooleanProject.WorkList.add(Project.WorkListItem item) Add a worklist item.