Class FieldMatcher
java.lang.Object
edu.umd.cs.findbugs.filter.MemberMatcher
edu.umd.cs.findbugs.filter.FieldMatcher
- All Implemented Interfaces:
Matcher
-
Field Summary
Fields inherited from class MemberMatcher
name, role, signature -
Constructor Summary
ConstructorsConstructorDescriptionFieldMatcher(String name) FieldMatcher(String name, String type) FieldMatcher(String name, String type, String role) -
Method Summary
Methods inherited from class MemberMatcher
equals, hashCode
-
Constructor Details
-
FieldMatcher
-
FieldMatcher
-
FieldMatcher
-
-
Method Details
-
toString
- Overrides:
toStringin classMemberMatcher
-
match
Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for. -
writeXML
- Specified by:
writeXMLin interfaceMatcher- Throws:
IOException
-