Closed
Bug 256389
Opened 21 years ago
Closed 21 years ago
Proper CompilerEnvirons.isXmlAvailable()
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6R1
People
(Reporter: igor, Assigned: igor)
Details
Attachments
(1 file)
Currently CompilerEnvirons.isXmlAvailable() always return true ignoring
Context.FEATURE_E4X flag. The method should return proper result and the class
should also provide a public setter to allow to customize CompilerEnvirons
without using Context instance, for example, when using ClassCompiler.
Assignee | ||
Comment 1•21 years ago
|
||
The patch implements sensitivity to Context.FEATURE_E4X and adds missing public
getters and setters for xmlAvailable, reservedKeywordAsIdentifier and
allowMemberExprAsFunctionName.
Assignee | ||
Comment 2•21 years ago
|
||
I committed the fix
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.5R6
You need to log in
before you can comment on or make changes to this bug.
Description
•