Uses of Class
edu.umd.cs.findbugs.BugInstance
Packages that use BugInstance
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 BugInstance in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return BugInstanceModifier and TypeMethodDescriptionBugInstance.add
(BugAnnotation annotation) BugInstance.addAnnotations
(Collection<? extends BugAnnotation> annotationCollection) Add a Collection of BugAnnotations.BugInstance.addCalledMethod
(XMethod m) BugInstance.addCalledMethod
(DismantleBytecode visitor) Add a method annotation for the method which has been called by the method currently being visited by given visitor.BugInstance.addCalledMethod
(String className, String methodName, String methodSig, boolean isStatic) Add a method annotation.BugInstance.addCalledMethod
(org.apache.bcel.generic.ConstantPoolGen cpg, org.apache.bcel.generic.InvokeInstruction inv) Add a method annotation for the method which is called by given instruction.BugInstance.addCalledMethod
(org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InvokeInstruction inv) Add a method annotation for the method which is called by given instruction.BugInstance.addClass
(ClassDescriptor classDescriptor) Add a class annotation.BugInstance.addClass
(PreorderVisitor visitor) Add a class annotation for the class that the visitor is currently visiting.Add a class annotation.Add a class annotation.BugInstance.addClass
(org.apache.bcel.classfile.JavaClass jclass) Add a class annotation.BugInstance.addClass
(org.objectweb.asm.tree.ClassNode classNode) Add a class annotation for the classNode.BugInstance.addClassAndMethod
(XMethod xMethod) BugInstance.addClassAndMethod
(MethodDescriptor methodDescriptor) BugInstance.addClassAndMethod
(MethodAnnotation methodAnnotation) Add class and method annotations for given method.BugInstance.addClassAndMethod
(PreorderVisitor visitor) Add a class annotation and a method annotation for the class and method which the given visitor is currently visiting.BugInstance.addClassAndMethod
(org.apache.bcel.classfile.JavaClass javaClass, org.apache.bcel.classfile.Method method) Add class and method annotations for given class and method.BugInstance.addClassAndMethod
(org.apache.bcel.generic.MethodGen methodGen, String sourceFile) Add class and method annotations for given method.BugInstance.addEqualsMethodUsed
(ClassDescriptor expectedClass) BugInstance.addEqualsMethodUsed
(Collection<XMethod> equalsMethods) BugInstance.addField
(FieldVariable field) Add a field annotation for a FieldVariable matched in a ByteCodePattern.Add a field annotation for an XField.BugInstance.addField
(FieldDescriptor fieldDescriptor) Add a field annotation for a FieldDescriptor.BugInstance.addField
(FieldAnnotation fieldAnnotation) Add a field annotationBugInstance.addField
(PreorderVisitor visitor) Add a field annotation.Add a field annotation.BugInstance.addFieldOrMethodValueSource
(OpcodeStack.Item item) BugInstance.addFoundAndExpectedType
(String foundType, String expectedType) BugInstance.addFoundAndExpectedType
(org.apache.bcel.generic.Type foundType, org.apache.bcel.generic.Type expectedType) BugInstance.addInt
(int value) Add an integer annotation.BugInstance.addMethod
(JavaClassAndMethod classAndMethod) Add a method annotation.Add a MethodAnnotation from an XMethod.BugInstance.addMethod
(MethodDescriptor method) Add a MethodAnnotation from an MethodDescriptor.BugInstance.addMethod
(MethodAnnotation methodAnnotation) Add a method annotation.BugInstance.addMethod
(PreorderVisitor visitor) Add a method annotation for the method which the given visitor is currently visiting.Add a method annotation.Add a method annotation.BugInstance.addMethod
(org.apache.bcel.classfile.JavaClass javaClass, org.apache.bcel.classfile.Method method) Add a method annotation.Add a method annotation.BugInstance.addOptionalAnnotation
(BugAnnotation annotation) BugInstance.addOptionalAnnotation
(BugAnnotation annotation, String role) BugInstance.addOptionalField
(XField xfield) Add a field annotation for an XField.BugInstance.addOptionalLocalVariable
(DismantleBytecode dbc, OpcodeStack.Item item) Local variable addersBugInstance.addOptionalUniqueAnnotations
(BugAnnotation... annotations) BugInstance.addOptionalUniqueAnnotationsWithFallback
(BugAnnotation fallback, BugAnnotation... annotations) BugInstance.addParameterAnnotation
(int index, String role) Add an annotation about a parameterBugInstance.addReferencedField
(FieldAnnotation fa) Add a field annotation for the field referenced by the FieldAnnotation parameterBugInstance.addReferencedField
(DismantleBytecode visitor) Add a field annotation for the field which has just been accessed by the method currently being visited by given visitor.BugInstance.addSomeSourceForTopTwoStackValues
(ClassContext classContext, org.apache.bcel.classfile.Method method, Location location) BugInstance.addSourceForTopStackValue
(ClassContext classContext, org.apache.bcel.classfile.Method method, Location location) BugInstance.addSourceLine
(ClassContext classContext, PreorderVisitor visitor, int pc) Add a source line annotation for instruction whose PC is given in the method that the given visitor is currently visiting.BugInstance.addSourceLine
(ClassContext classContext, org.apache.bcel.classfile.Method method, Location location) Add source line annotation for given Location in a method.BugInstance.addSourceLine
(ClassContext classContext, org.apache.bcel.classfile.Method method, org.apache.bcel.generic.InstructionHandle handle) Add source line annotation for given Location in a method.BugInstance.addSourceLine
(ClassContext classContext, org.apache.bcel.generic.MethodGen methodGen, String sourceFile, org.apache.bcel.generic.InstructionHandle handle) Add a source line annotation for the given instruction in the given method.BugInstance.addSourceLine
(ClassContext classContext, org.apache.bcel.generic.MethodGen methodGen, String sourceFile, org.apache.bcel.generic.InstructionHandle start, org.apache.bcel.generic.InstructionHandle end) Add a source line annotation describing a range of instructions.BugInstance.addSourceLine
(BytecodeScanningDetector visitor) Add a source line annotation for instruction currently being visited by given visitor.BugInstance.addSourceLine
(BytecodeScanningDetector visitor, int pc) Add a source line annotation for instruction whose PC is given in the method that the given visitor is currently visiting.BugInstance.addSourceLine
(MethodDescriptor methodDescriptor, Location location) Add source line annotation for given Location in a method.BugInstance.addSourceLine
(SourceLineAnnotation sourceLine) Add a source line annotation.BugInstance.addSourceLineRange
(ClassContext classContext, PreorderVisitor visitor, int startPC, int endPC) Add a source line annotation describing the source line numbers for a range of instructions in the method being visited by the given visitor.BugInstance.addSourceLineRange
(BytecodeScanningDetector visitor, int startPC, int endPC) Add a source line annotation describing the source line numbers for a range of instructions in the method being visited by the given visitor.BugInstance.addString
(char c) Add a String annotation.Add a String annotation.BugInstance.addSuperclass
(PreorderVisitor visitor) Add a class annotation for the superclass of the class the visitor is currently visiting.BugInstance.addType
(ClassDescriptor c) Add a type annotation.BugInstance.addType
(org.apache.bcel.generic.Type type) BugInstance.addTypeOfNamedClass
(String typeName) BugInstance.addUnknownSourceLine
(String className, String sourceFile) Add a non-specific source line annotation.BugInstance.addValueSource
(OpcodeStack.Item item, DismantleBytecode dbc) BugInstance.addValueSource
(OpcodeStack.Item item, org.apache.bcel.classfile.Method method, int pc) BugInstance.addVisitedField
(PreorderVisitor visitor) Add a field annotation for the field which is being visited by given visitor.Add a description to the most recently added bug annotation.SortedBugCollection.getMatching
(BugInstance bugInstance) BugCollection.lookupFromUniqueId
(String uniqueId) Deprecated.SortedBugCollection.lookupFromUniqueId
(String uniqueId) Deprecated.BugInstance.lowerPriorityIfDeprecated()
static BugInstance
Obfuscate.obfuscate
(BugInstance b) BugInstance.setProperty
(String name, String value) Set value of given property.Methods in edu.umd.cs.findbugs that return types with arguments of type BugInstanceModifier and TypeMethodDescriptionBugCollection.getCollection()
Return the Collection storing the BugInstance objects.SortedBugCollection.getCollection()
BugCollection.iterator()
Return an Iterator over all the BugInstance objects in the BugCollection.SortedBugCollection.iterator()
Iterable<? extends BugInstance>
BugAccumulator.uniqueBugs()
Methods in edu.umd.cs.findbugs with parameters of type BugInstanceModifier and TypeMethodDescriptionvoid
BugAccumulator.accumulateBug
(BugInstance bug, ClassContext classContext, org.apache.bcel.classfile.Method method, Location location) void
BugAccumulator.accumulateBug
(BugInstance bug, ClassContext classContext, org.apache.bcel.generic.MethodGen methodGen, String sourceFile, Location location) void
BugAccumulator.accumulateBug
(BugInstance bug, BytecodeScanningDetector visitor) Accumulate a warning at source location currently being visited by given BytecodeScanningDetector.void
BugAccumulator.accumulateBug
(BugInstance bug, SourceLineAnnotation sourceLine) Accumulate a warning at given source location.boolean
BugCollection.add
(BugInstance bugInstance) Add a BugInstance to this BugCollection.boolean
BugCollection.add
(BugInstance bugInstance, boolean updateActiveTime) Add a BugInstance to this BugCollection.boolean
SortedBugCollection.add
(BugInstance bugInstance) Add a BugInstance to this BugCollection.boolean
SortedBugCollection.add
(BugInstance bugInstance, boolean updateActiveTime) void
ProjectStats.addBug
(BugInstance bug) Called when a bug is reported.void
PackageStats.addError
(BugInstance bug) protected void
TextUIBugReporter.checkBugInstance
(BugInstance bugInstance) For debugging: check a BugInstance to make sure it is valid.int
FuzzyBugComparator.compare
(BugInstance lhs, BugInstance rhs) int
SloppyBugComparator.compare
(BugInstance lhs, BugInstance rhs) int
SortedBugCollection.BugInstanceComparator.compare
(BugInstance lhs, BugInstance rhs) int
SortedBugCollection.MultiversionBugInstanceComparator.compare
(BugInstance lhs, BugInstance rhs) int
VersionInsensitiveBugComparator.compare
(BugInstance lhs, BugInstance rhs) int
WarningComparator.compare
(BugInstance lhs, BugInstance rhs) int
BugInstance.compareTo
(BugInstance other) boolean
SortedBugCollection.contains
(BugInstance bugInstance) void
ProjectPackagePrefixes.countBug
(BugInstance b) protected abstract void
AbstractBugReporter.doReportBug
(BugInstance bugInstance) Subclasses must override this.void
BugCollectionBugReporter.doReportBug
(BugInstance bugInstance) protected void
EmacsBugReporter.doReportBug
(BugInstance bugInstance) protected void
PrintingBugReporter.doReportBug
(BugInstance bugInstance) void
SortingBugReporter.doReportBug
(BugInstance bugInstance) void
XDocsBugReporter.doReportBug
(BugInstance bugInstance) static int
BugRanker.findRank
(BugInstance bug) SortedBugCollection.getMatching
(BugInstance bugInstance) Iterable<? extends SourceLineAnnotation>
BugAccumulator.locations
(BugInstance bug) boolean
ClassWarningSuppressor.match
(BugInstance bugInstance) boolean
FieldWarningSuppressor.match
(BugInstance bugInstance) boolean
MethodWarningSuppressor.match
(BugInstance bugInstance) boolean
PackageWarningSuppressor.match
(BugInstance bugInstance) boolean
ParameterWarningSuppressor.match
(BugInstance bugInstance) protected abstract void
QueryBugAnnotations.match
(BugInstance bugInstance, String filename) Called when a bug instance contains a query keyword.boolean
SuppressionMatcher.match
(BugInstance b) boolean
WarningSuppressor.match
(BugInstance bugInstance) protected void
AbstractBugReporter.notifyObservers
(BugInstance bugInstance) This should be called when a bug is reported by a subclass.static BugInstance
Obfuscate.obfuscate
(BugInstance b) protected void
EmacsBugReporter.printBug
(BugInstance bugInstance) protected void
TextUIBugReporter.printBug
(BugInstance bugInstance) Print bug in one-line format.protected void
XDocsBugReporter.printBug
(BugInstance bugInstance) boolean
SortedBugCollection.remove
(BugInstance bugInstance) final void
AbstractBugReporter.reportBug
(BugInstance bugInstance) void
BugAccumulator.reportBug
(BugInstance bug, edu.umd.cs.findbugs.BugAccumulator.Data d) void
BugReporter.reportBug
(BugInstance bugInstance) Report a bug.void
BugReporterObserver.reportBug
(BugInstance bugInstance) Called when a BugReporter reports a bug.void
CategoryFilteringBugReporter.reportBug
(BugInstance bugInstance) void
DelegatingBugReporter.reportBug
(BugInstance bugInstance) void
ExcludingHashesBugReporter.reportBug
(BugInstance bugInstance) void
FilterBugReporter.reportBug
(BugInstance bugInstance) void
BugInstance.setHistory
(BugInstance from) void
XDocsBugReporter.toElement
(BugInstance bugInstance) Method parameters in edu.umd.cs.findbugs with type arguments of type BugInstanceModifier and TypeMethodDescriptionvoid
SortedBugCollection.addAll
(Collection<BugInstance> collection) Add a Collection of BugInstances to this BugCollection object.void
SortedBugCollection.addAll
(Collection<BugInstance> collection, boolean updateActiveTime) Add a Collection of BugInstances to this BugCollection object.static void
SortedBugCollection.cloneAll
(Collection<BugInstance> dest, Collection<BugInstance> source) Clone all of the BugInstance objects in the source Collection and add them to the destination Collection.Constructor parameters in edu.umd.cs.findbugs with type arguments of type BugInstanceModifierConstructorDescriptionSortedBugCollection
(ProjectStats projectStats, Comparator<BugInstance> comparator) Constructor.SortedBugCollection
(ProjectStats projectStats, Comparator<BugInstance> comparator, Project project) SortedBugCollection
(Comparator<BugInstance> comparator) Constructor. -
Uses of BugInstance in edu.umd.cs.findbugs.bugReporter
Methods in edu.umd.cs.findbugs.bugReporter with parameters of type BugInstanceModifier and TypeMethodDescriptionvoid
MaxRankDecorator.reportBug
(BugInstance bugInstance) void
SuppressionDecorator.reportBug
(BugInstance bugInstance) -
Uses of BugInstance in edu.umd.cs.findbugs.cloud
Methods in edu.umd.cs.findbugs.cloud that return BugInstanceMethods in edu.umd.cs.findbugs.cloud with parameters of type BugInstanceModifier and TypeMethodDescriptionvoid
AbstractCloud.addDateSeen
(BugInstance b, long when) void
BugCollectionStorageCloud.addDateSeen
(BugInstance b, long when) void
Cloud.addDateSeen
(BugInstance b, long when) void
DoNothingCloud.addDateSeen
(BugInstance b, long when) void
BugCollectionStorageCloud.bugFiled
(BugInstance b, Object bugLink) void
Cloud.bugFiled
(BugInstance b, Object bugLink) Note that we've initiated or completed a request to file a bug;void
DoNothingCloud.bugFiled
(BugInstance b, Object bugLink) boolean
AbstractCloud.canSeeCommentsByOthers
(BugInstance bug) boolean
AbstractCloud.canStoreUserAnnotation
(BugInstance bugInstance) boolean
Cloud.canStoreUserAnnotation
(BugInstance bugInstance) Is this bug one that gets persisted to the cloud? We may decide that we don't persist low confidence issues to the database to avoid overloading itboolean
DoNothingCloud.canStoreUserAnnotation
(BugInstance bugInstance) boolean
AbstractCloud.claim
(BugInstance b) boolean
Cloud.claim
(BugInstance b) Claim the bugboolean
DoNothingCloud.claim
(BugInstance b) AbstractCloud.claimedBy
(BugInstance b) Cloud.claimedBy
(BugInstance b) Get the user who has claimed a bug; null if no one hasDoNothingCloud.claimedBy
(BugInstance b) BugFiler.file
(BugInstance b) AbstractCloud.fileBug
(BugInstance bug) Cloud.fileBug
(BugInstance b) DoNothingCloud.fileBug
(BugInstance b) boolean
AbstractCloud.getBugIsUnassigned
(BugInstance b) boolean
Cloud.getBugIsUnassigned
(BugInstance b) does the issue have an unassigned issue in the bug trackerboolean
DoNothingCloud.getBugIsUnassigned
(BugInstance b) AbstractCloud.getBugLink
(BugInstance b) Cloud.getBugLink
(BugInstance b) Get link for bug, either to file one or to view itDoNothingCloud.getBugLink
(BugInstance b) AbstractCloud.getBugLinkStatus
(BugInstance b) Cloud.getBugLinkStatus
(BugInstance b) get the bug filing status for a bug instanceDoNothingCloud.getBugLinkStatus
(BugInstance b) AbstractCloud.getBugLinkType
(BugInstance instance) Cloud.getBugLinkType
(BugInstance instance) DoNothingCloud.getBugLinkType
(BugInstance instance) BugFilingCommentHelper.getBugPatternExplanation
(BugInstance b) BugFilingCommentHelper.getBugReportHead
(BugInstance b) BugFilingCommentHelper.getBugReportSourceCode
(BugInstance b) BugFilingCommentHelper.getBugReportSummary
(BugInstance b) BugFilingCommentHelper.getBugReportTail
(BugInstance b) BugFilingCommentHelper.getBugReportText
(BugInstance b) AbstractCloud.getBugStatus
(BugInstance b) Cloud.getBugStatus
(BugInstance b) A textual description of the bug status (e.g., FIX_LATER, ASSIGNED, OBSOLETE, WILL_NOT_FIX)DoNothingCloud.getBugStatus
(BugInstance b) double
AbstractCloud.getClassificationDisagreement
(BugInstance b) double
Cloud.getClassificationDisagreement
(BugInstance b) double
DoNothingCloud.getClassificationDisagreement
(BugInstance b) double
AbstractCloud.getClassificationScore
(BugInstance b) double
Cloud.getClassificationScore
(BugInstance b) double
DoNothingCloud.getClassificationScore
(BugInstance b) double
AbstractCloud.getClassificationVariance
(BugInstance b) double
Cloud.getClassificationVariance
(BugInstance b) double
DoNothingCloud.getClassificationVariance
(BugInstance b) AbstractCloud.getCloudReport
(BugInstance b) Cloud.getCloudReport
(BugInstance b) DoNothingCloud.getCloudReport
(BugInstance b) AbstractCloud.getCloudReportWithoutMe
(BugInstance b) Cloud.getCloudReportWithoutMe
(BugInstance b) DoNothingCloud.getCloudReportWithoutMe
(BugInstance b) AbstractCloud.getConsensusDesignation
(BugInstance b) Cloud.getConsensusDesignation
(BugInstance b) DoNothingCloud.getConsensusDesignation
(BugInstance b) long
AbstractCloud.getFirstSeen
(BugInstance b) long
Cloud.getFirstSeen
(BugInstance b) long
DoNothingCloud.getFirstSeen
(BugInstance b) long
DoNothingCloud.getFirstSeenFromVersion
(BugInstance b) boolean
AbstractCloud.getIWillFix
(BugInstance b) boolean
Cloud.getIWillFix
(BugInstance b) has the user said they will fix this bugboolean
DoNothingCloud.getIWillFix
(BugInstance b) protected abstract Iterable<BugDesignation>
AbstractCloud.getLatestDesignationFromEachUser
(BugInstance bd) protected Iterable<BugDesignation>
BugCollectionStorageCloud.getLatestDesignationFromEachUser
(BugInstance bd) BugFilingCommentHelper.getLineTerminatedUserEvaluation
(BugInstance b) long
AbstractCloud.getLocalFirstSeen
(BugInstance b) int
AbstractCloud.getNumberReviewers
(BugInstance b) int
Cloud.getNumberReviewers
(BugInstance b) int
DoNothingCloud.getNumberReviewers
(BugInstance b) double
AbstractCloud.getPortionObsoleteClassifications
(BugInstance b) double
double
DoNothingCloud.getPortionObsoleteClassifications
(BugInstance b) BugCollectionStorageCloud.getPrimaryDesignation
(BugInstance b) Cloud.getPrimaryDesignation
(BugInstance b) Get the most recent BugDesignation from the current userDoNothingCloud.getPrimaryDesignation
(BugInstance b) AbstractCloud.getReviewers
(BugInstance b) Cloud.getReviewers
(BugInstance b) DoNothingCloud.getReviewers
(BugInstance b) AbstractCloud.getSourceLink
(BugInstance b) Cloud.getSourceLink
(BugInstance b) URL to view the source for a bug instanceDoNothingCloud.getSourceLink
(BugInstance b) AbstractCloud.getSourceLinkToolTip
(BugInstance b) Cloud.getSourceLinkToolTip
(BugInstance b) Tool tip text for "view source" buttonDoNothingCloud.getSourceLinkToolTip
(BugInstance b) AbstractCloud.getUserDate
(BugInstance b) Cloud.getUserDate
(BugInstance b) DoNothingCloud.getUserDate
(BugInstance b) AbstractCloud.getUserDesignation
(BugInstance b) BugCollectionStorageCloud.getUserDesignation
(BugInstance b) Cloud.getUserDesignation
(BugInstance b) Get the user's designation for the bugDoNothingCloud.getUserDesignation
(BugInstance b) AbstractCloud.getUserEvaluation
(BugInstance b) BugCollectionStorageCloud.getUserEvaluation
(BugInstance b) Cloud.getUserEvaluation
(BugInstance b) Get free text evaluation of the bugDoNothingCloud.getUserEvaluation
(BugInstance b) long
AbstractCloud.getUserTimestamp
(BugInstance b) long
BugCollectionStorageCloud.getUserTimestamp
(BugInstance b) long
Cloud.getUserTimestamp
(BugInstance b) Return the time the user last changed their evaluation of this buglong
DoNothingCloud.getUserTimestamp
(BugInstance b) boolean
AbstractCloud.getWillNotBeFixed
(BugInstance b) boolean
Cloud.getWillNotBeFixed
(BugInstance b) has the issue been marked "will not be fixed" in a bug trackerboolean
DoNothingCloud.getWillNotBeFixed
(BugInstance b) boolean
AbstractCloud.hasVoted
(BugInstance bug) boolean
BugCollectionStorageCloud.isInCloud
(BugInstance b) boolean
Cloud.isInCloud
(BugInstance b) returns whether the bug is stored remotely or not.boolean
DoNothingCloud.isInCloud
(BugInstance b) void
Cloud.CloudListener.issueUpdated
(BugInstance bug) AbstractCloud.notInCloudMsg
(BugInstance b) boolean
AbstractCloud.overallClassificationIsNotAProblem
(BugInstance b) boolean
boolean
DoNothingCloud.overallClassificationIsNotAProblem
(BugInstance b) void
AbstractCloud.setBugLinkOnCloudAndStoreIssueDetails
(BugInstance b, String viewUrl, String linkType) void
Cloud.setBugLinkOnCloudAndStoreIssueDetails
(BugInstance b, String viewUrl, String linkType) void
DoNothingCloud.setBugLinkOnCloudAndStoreIssueDetails
(BugInstance b, String viewUrl, String linkType) void
BugCollectionStorageCloud.storeUserAnnotation
(BugInstance bugInstance) void
Cloud.storeUserAnnotation
(BugInstance bugInstance) Update user designation and evaluation from information in bug instance and push to databasevoid
DoNothingCloud.storeUserAnnotation
(BugInstance bugInstance) void
AbstractCloud.updateBugStatusCache
(BugInstance b, String status) void
Cloud.updateBugStatusCache
(BugInstance b, String status) Updates the local cache of bug reporting status.void
DoNothingCloud.updateBugStatusCache
(BugInstance b, String status) void
AbstractCloud.updatedIssue
(BugInstance bug) Method parameters in edu.umd.cs.findbugs.cloud with type arguments of type BugInstanceModifier and TypeMethodDescriptionvoid
AbstractCloud.printCloudSummary
(PrintWriter w, Iterable<BugInstance> bugs, String[] packagePrefixes) void
Cloud.printCloudSummary
(PrintWriter w, Iterable<BugInstance> bugs, String[] packagePrefixes) void
DoNothingCloud.printCloudSummary
(PrintWriter w, Iterable<BugInstance> bugs, String[] packagePrefixes) -
Uses of BugInstance in edu.umd.cs.findbugs.config
Methods in edu.umd.cs.findbugs.config with parameters of type BugInstanceModifier and TypeMethodDescriptionboolean
ProjectFilterSettings.displayWarning
(BugInstance bugInstance) Return whether or not a warning should be displayed, according to the project filter settings. -
Uses of BugInstance in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect that return BugInstanceModifier and TypeMethodDescriptionCheckExpectedWarnings.makeWarning
(String bugPattern, Object descriptor, int priority, ClassDescriptor cd) Methods in edu.umd.cs.findbugs.detect with parameters of type BugInstanceModifier and TypeMethodDescriptionprotected abstract void
BuildUnconditionalParamDerefDatabase.reportBug
(BugInstance bug) void
FindBugsSummaryStats.reportBug
(BugInstance bug) protected void
NoteUnconditionalParamDerefs.reportBug
(BugInstance bug) protected void
TrainUnconditionalDerefParams.reportBug
(BugInstance bug) Method parameters in edu.umd.cs.findbugs.detect with type arguments of type BugInstanceModifier and TypeMethodDescriptionvoid
CheckExpectedWarnings.checkAnnotation
(String bugCode, Collection<BugInstance> warnings, boolean expectWarnings, int priority, Integer rank, Integer num, Object methodDescriptor, int minPriority, ClassDescriptor cd) -
Uses of BugInstance in edu.umd.cs.findbugs.filter
Methods in edu.umd.cs.findbugs.filter with parameters of type BugInstanceModifier and TypeMethodDescriptionboolean
AndMatcher.match
(BugInstance bugInstance) boolean
BugMatcher.match
(BugInstance bugInstance) boolean
ClassMatcher.match
(BugInstance bugInstance) boolean
ConfidenceMatcher.match
(BugInstance bugInstance) boolean
DesignationMatcher.match
(BugInstance bugInstance) boolean
FieldMatcher.match
(BugInstance bugInstance) boolean
Filter.match
(BugInstance bugInstance) boolean
FirstVersionMatcher.match
(BugInstance bugInstance) boolean
LastVersionMatcher.match
(BugInstance bugInstance) boolean
LocalMatcher.match
(BugInstance bugInstance) boolean
Matcher.match
(BugInstance bugInstance) Determine whether or not the given BugInstance has the feature this Matcher tests for.boolean
MethodMatcher.match
(BugInstance bugInstance) boolean
NotMatcher.match
(BugInstance bugInstance) boolean
OrMatcher.match
(BugInstance bugInstance) boolean
PriorityMatcher.match
(BugInstance bugInstance) boolean
RankMatcher.match
(BugInstance bugInstance) boolean
SourceMatcher.match
(BugInstance bugInstance) boolean
TypeMatcher.match
(BugInstance bugInstance) -
Uses of BugInstance in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as BugInstanceMethods in edu.umd.cs.findbugs.gui2 that return BugInstanceMethods in edu.umd.cs.findbugs.gui2 with parameters of type BugInstanceModifier and TypeMethodDescriptionboolean
SuppressionMatcher.add
(BugInstance bugInstance) Deprecated.MainFrameComponentFactory.bugSummaryComponent
(String str, BugInstance bug) Creates bug summary component.protected void
CloudCommentsPane.changeDesignationOfBugRightNow
(BugInstance bug, String designationKey) void
SourceCodeDisplay.displaySource
(BugInstance bug, SourceLineAnnotation source) abstract String
Sortables.getFrom
(BugInstance bug) BugTreeModel.getPathToBug
(BugInstance b) BugTreeModel.getPathToNewlyUnsuppressedBug
(BugInstance b) static Matcher
FilterFactory.makeMatcher
(Collection<Sortables> sortables, BugInstance bug) boolean
CompoundMatcher.match
(BugInstance bugInstance) Deprecated.boolean
FilterMatcher.match
(BugInstance bugInstance) Deprecated.boolean
StackedFilterMatcher.match
(BugInstance bugInstance) Deprecated.boolean
SuppressionMatcher.match
(BugInstance bugInstance) Deprecated.void
CloudCommentsPane.setBugInstance
(BugInstance bugInstance) boolean
ViewFilter.show
(BugInstance b) boolean
ViewFilter.showIgnoringPackagePrefixes
(BugInstance b) -
Uses of BugInstance in edu.umd.cs.findbugs.props
Methods in edu.umd.cs.findbugs.props with parameters of type BugInstanceModifier and TypeMethodDescriptionvoid
WarningPropertySet.decorateBugInstance
(BugInstance bugInstance) Decorate given BugInstance with properties.