-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.3.1
-
Component/s: None
-
None
-
Fully Compatible
SafeMode constants should be frozen to protect them from being modified inadvertently. For example, the following should not be possible:
var s = SafeMode.False; s.J = true;