FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.detect.InconsistentSyncWarningProperty

Packages that use InconsistentSyncWarningProperty
edu.umd.cs.findbugs.detect   
 

Uses of InconsistentSyncWarningProperty in edu.umd.cs.findbugs.detect
 

Fields in edu.umd.cs.findbugs.detect declared as InconsistentSyncWarningProperty
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.ANNOTATED_AS_GUARDED_BY_THIS
           
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.ANNOTATED_AS_THREAD_SAFE
           
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.BELOW_MIN_SYNC_PERCENT
          Below minimum percentage synchronized accesses.
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.MANY_BIASED_UNLOCKED
          Field is accessed unlocked most of the time, and therefore is probably not intended to be safely used from multiple threads.
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.MUTABLE_SERVLET_FIELD
           
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.NEVER_READ
          Field is never read outside constructor.
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.NEVER_WRITTEN
          Field is never written outside constructor.
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.NO_LOCAL_LOCKS
          Field is never locked in the definition of the class.
static InconsistentSyncWarningProperty InconsistentSyncWarningProperty.ONLY_UNSYNC_IN_GETTERS
          The only unlocked accesses are in getter methods.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.