Inspectopedia
 
2024.3

Assignment to static field from instance context

Warning
New
Last modified: 03 December 2024

Reports assignment to, or modification of static fields from within an instance method.

Although legal, such assignments are tricky to do safely and are often a result of marking fields static inadvertently.

Example: