Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-beta-1
-
None
-
WinXP
Description
The line/col infos of the ClassNode representing the type of the ImportNode did not contain the whole className.
This is solved in the grammar rule 'identifierStar' where the CST is built up with correct line/col infos.
The '*' is included in the ClassNode's line/col infos as well as a possible alias clause.