Uses of Class
edu.umd.cs.findbugs.detect.InconsistentSyncWarningProperty
Packages that use InconsistentSyncWarningProperty
-
Uses of InconsistentSyncWarningProperty in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as InconsistentSyncWarningPropertyModifier and TypeFieldDescriptionstatic final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.ANNOTATED_AS_GUARDED_BY_THISstatic final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.ANNOTATED_AS_THREAD_SAFEstatic final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.BELOW_MIN_SYNC_PERCENTBelow minimum percentage synchronized accesses.static final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.MANY_BIASED_UNLOCKEDField is accessed unlocked most of the time, and therefore is probably not intended to be safely used from multiple threads.static final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.MUTABLE_SERVLET_FIELDstatic final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.NEVER_READField is never read outside constructor.static final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.NEVER_WRITTENField is never written outside constructor.static final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.NO_LOCAL_LOCKSField is never locked in the definition of the class.static final InconsistentSyncWarningPropertyInconsistentSyncWarningProperty.ONLY_UNSYNC_IN_GETTERSThe only unlocked accesses are in getter methods.