5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
Assigning a value to a ``++static++`` field in a constructor could cause unreliable behavior at runtime since it will change the value for all instances of the class.
|
|
|
|
|
|
Instead remove the field's ``++static++`` modifier, or initialize it statically.
|