Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.6
-
Fix Version/s: 1.5.7, 1.6-beta-2
-
Component/s: parser
-
Labels:None
-
Number of attachments :
Description
When simple range is parsed (I attached the whole snippet to be accurate, but problem is not related to list):
(5..8).a [1,2].a
The name of the ClassNode is "groovy.lang.Range", but its clazz is java.lang.Object and isInterface() method returns false (which I think is incorrect).
Issue Links
- is duplicated by
-
GROOVY-3052
RangeExpression wrong line, column data
-
Sorry, most likely false alarm. I'll evaluate in more depth.