-
Bug
-
Resolution: Fixed
-
P5
-
None
-
None
-
b82
- Properties should be defined as constants but currently are handled via __noSuchProperty__ and thus easy to override
- Not the whole set of properties is supported (leftContext, rightContext, multiline are missing)
- Properties are handled though a hidden property in RegExp constructor which can be accessed and modified by scripts
- Properties behaviour differs from Spidermonkey and V8 regarding default value, when they are set, etc.
- is blocked by
-
JDK-8007627 Support @Getter annotation on constructor
- Closed