Field accessed in both 'synchronized' and unsynchronized contexts
Reports non-final fields that are accessed in both synchronized and non-synchronized contexts. volatile fields as well as accesses in constructors and initializers are ignored by this inspection.
Such "partially synchronized" access is often the result of a coding oversight and may lead to unexpectedly inconsistent data structures.
Example:
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
FieldAccessedSynchronizedAndUnsynchronized- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Use the option to specify if simple getters and setters are counted as accesses too.
Inspection ID: FieldAccessedSynchronizedAndUnsynchronized
Inspection options
Here you can find the description of settings available for the Field accessed in both 'synchronized' and unsynchronized contexts inspection, and the reference of their default values.
- Simple getters and setters are considered field accesses too
Option ID:
countGettersAndSettersDefault value:
Not selected
Suppressing Inspection
You can suppress this inspection by placing the following comment marker before the code fragment where you no longer want messages from this inspection to appear:
More detailed instructions as well as other ways and options that you have can be found in the product documentation:
Inspection Details | |
|---|---|
By default bundled with: |