Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7-beta-1
-
Fix Version/s: 1.6.1, 1.5.8, 1.7-beta-1
-
Component/s: Compiler
-
Labels:None
-
Number of attachments :
Description
The following setters should be added:
- ForStatement.setLoopBlock()
- WhileStatement.setLoopBlock()
- DoWhileStatement.setLoopBlock()
- TryCatchStatement.setFinallyStatement()
- CaseStatement.setCode()
This will make it much easier for AST transformations to replace individual statements.
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.5.8 [ 14630 ] | |
| Fix Version/s | 1.6.1 [ 14852 ] |
Peter Niederwieser
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
I think this change can go into 1.5.x and 1.6.x as well