Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3
-
None
Description
The ctor Javadoc says it "Creates an all-features-enabled instance."
However, that is not the case, as several flags are not included:
REGISTER
LEXICAL
LEXICAL_SHADE
FAT_ARROW
CONST_CAPTURE
(RESERVED is also omitted, but it is not a feature flag - it only indicates reservedNames is non-empty)
If these are intentional omissions, they should be documented as such.
Attachments
Issue Links
- is fixed by
-
JEXL-408 Using JexlFeatures is tedious
- Resolved