Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.4
-
Fix Version/s: 1.5.6, 1.6-beta-1
-
Component/s: parser
-
Labels:None
-
Environment:ubuntun 6.10/AMD64
Mac OSX 10.4/PPC
-
Testcase included:yes
Description
org.codehaus.groovy.ast.expr.PropertyExpression is lacking column/line information. E.g. getLineNumber() and getColumnNumber() returns -1 in all of my testcases. Some of them are simple like this:
class TestClass {
public int pField = 1
}
TestClass tc = new TestClass()
tc.pField = 9
Issue Links
- is related to
-
GROOVY-2615
Patches for line / colum information for various AST Nodes
-
this issue is related to http://jira.codehaus.org/browse/GROOVY-2615