Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-5
-
Fix Version/s: 1.1-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
if (2..<2) assert false
if (2..2) assert true
both work fine but:
'assert 2..<2' returns:
Caught: java.lang.AssertionError: Expression: <not implemented
yet for class: org.codehaus.groovy.ast.expr.RangeExpression>
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Guillaume Laforge [ guillaume ] |
blackdrag blackdrag
made changes -
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.1-beta-1 [ 13164 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Jochen Theodorou [ blackdrag ] |
implemented