Package edu.umd.cs.findbugs.detect
Class FindRefComparison.WarningWithProperties
java.lang.Object
edu.umd.cs.findbugs.detect.FindRefComparison.WarningWithProperties
- Enclosing class:
FindRefComparison
A BugInstance and its WarningPropertySet.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BugInstance
(package private) final Location
(package private) final WarningPropertySet
<WarningProperty> (package private) final SourceLineAnnotation
-
Constructor Summary
ConstructorsConstructorDescriptionWarningWithProperties
(BugInstance warning, WarningPropertySet<WarningProperty> propertySet, SourceLineAnnotation sourceLine, Location location) -
Method Summary
-
Field Details
-
instance
-
sourceLine
-
propertySet
-
location
-
-
Constructor Details
-
WarningWithProperties
WarningWithProperties(BugInstance warning, WarningPropertySet<WarningProperty> propertySet, SourceLineAnnotation sourceLine, Location location)
-