Package edu.umd.cs.findbugs.detect
Class FindRefComparison.WarningWithProperties
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.FindRefComparison.WarningWithProperties
-
- Enclosing class:
- FindRefComparison
private static class FindRefComparison.WarningWithProperties extends java.lang.Object
A BugInstance and its WarningPropertySet.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BugInstance
instance
(package private) Location
location
(package private) WarningPropertySet<WarningProperty>
propertySet
(package private) SourceLineAnnotation
sourceLine
-
Constructor Summary
Constructors Constructor Description WarningWithProperties(BugInstance warning, WarningPropertySet<WarningProperty> propertySet, SourceLineAnnotation sourceLine, Location location)
-
-
-
Field Detail
-
instance
final BugInstance instance
-
sourceLine
final SourceLineAnnotation sourceLine
-
propertySet
final WarningPropertySet<WarningProperty> propertySet
-
location
final Location location
-
-
Constructor Detail
-
WarningWithProperties
WarningWithProperties(BugInstance warning, WarningPropertySet<WarningProperty> propertySet, SourceLineAnnotation sourceLine, Location location)
-
-