Class NeedlessMemberCollectionSynchronization.FieldInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.NeedlessMemberCollectionSynchronization.FieldInfo
Enclosing class:
NeedlessMemberCollectionSynchronization

static class NeedlessMemberCollectionSynchronization.FieldInfo extends Object
holds information about a field, namely the annotation and whether the collection is synchronized.
  • Field Details

    • fieldAnnotation

      private edu.umd.cs.findbugs.FieldAnnotation fieldAnnotation
    • isSynchronized

      private boolean isSynchronized
  • Constructor Details

    • FieldInfo

      public FieldInfo(edu.umd.cs.findbugs.FieldAnnotation fa)
  • Method Details

    • setSynchronized

      public void setSynchronized()
    • getFieldAnnotation

      public edu.umd.cs.findbugs.FieldAnnotation getFieldAnnotation()
    • isSynchronized

      public boolean isSynchronized()