|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.props.AbstractWarningProperty
edu.umd.cs.findbugs.detect.InconsistentSyncWarningProperty
public class InconsistentSyncWarningProperty
Warning properties for inconsistent synchronization detector.
| Field Summary | |
|---|---|
static InconsistentSyncWarningProperty |
ANNOTATED_AS_GUARDED_BY_THIS
|
static InconsistentSyncWarningProperty |
ANNOTATED_AS_THREAD_SAFE
|
static InconsistentSyncWarningProperty |
BELOW_MIN_SYNC_PERCENT
Below minimum percentage synchronized accesses. |
static 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 |
MUTABLE_SERVLET_FIELD
|
static InconsistentSyncWarningProperty |
NEVER_READ
Field is never read outside constructor. |
static InconsistentSyncWarningProperty |
NEVER_WRITTEN
Field is never written outside constructor. |
static InconsistentSyncWarningProperty |
NO_LOCAL_LOCKS
Field is never locked in the definition of the class. |
static InconsistentSyncWarningProperty |
ONLY_UNSYNC_IN_GETTERS
The only unlocked accesses are in getter methods. |
| Method Summary |
|---|
| Methods inherited from class edu.umd.cs.findbugs.props.AbstractWarningProperty |
|---|
getName, getPriorityAdjustment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final InconsistentSyncWarningProperty MANY_BIASED_UNLOCKED
public static final InconsistentSyncWarningProperty NEVER_WRITTEN
public static final InconsistentSyncWarningProperty NEVER_READ
public static final InconsistentSyncWarningProperty NO_LOCAL_LOCKS
public static final InconsistentSyncWarningProperty BELOW_MIN_SYNC_PERCENT
public static final InconsistentSyncWarningProperty ONLY_UNSYNC_IN_GETTERS
public static final InconsistentSyncWarningProperty ANNOTATED_AS_GUARDED_BY_THIS
public static final InconsistentSyncWarningProperty MUTABLE_SERVLET_FIELD
public static final InconsistentSyncWarningProperty ANNOTATED_AS_THREAD_SAFE
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||