Package com.mebigfatguy.fbcontrib.detect
Class NeedlessMemberCollectionSynchronization.FieldInfo
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.NeedlessMemberCollectionSynchronization.FieldInfo
-
- Enclosing class:
- NeedlessMemberCollectionSynchronization
static class NeedlessMemberCollectionSynchronization.FieldInfo extends java.lang.Object
holds information about a field, namely the annotation and whether the collection is synchronized.
-
-
Field Summary
Fields Modifier and Type Field Description private edu.umd.cs.findbugs.FieldAnnotation
fieldAnnotation
private boolean
isSynchronized
-
Constructor Summary
Constructors Constructor Description FieldInfo(edu.umd.cs.findbugs.FieldAnnotation fa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.umd.cs.findbugs.FieldAnnotation
getFieldAnnotation()
boolean
isSynchronized()
void
setSynchronized()
-