-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 1.3.1
-
Component/s: None
-
None
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
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;