Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.4
-
None
-
ubuntun 6.10/AMD64
Mac OSX 10.4/PPC
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
Attachments
Issue Links
- is related to
-
GROOVY-2615 Patches for line / colum information for various AST Nodes
- Closed