Opened 14 years ago
#332 new defect
VariableReferenceNode names aren't getting set
| Reported by: | zirkel | Owned by: | stachnik |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ast | Version: | |
| Keywords: | Cc: |
Description
Whenever a VariableReferenceNode is created, the name should be set. This can be done in one of two ways. Either the setName() method can be used, or the appropriate IdentifierNodeIF can be passed as the second argument to the constructor. Right now, sometimes a VariableReferenceNode will have the referent set, but not the name.
Note:
See TracTickets
for help on using tickets.
