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 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
Not selected
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |