Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7-beta-1
-
None
-
all. tested on WinXP
Description
Duplicate nodes are created in the AST Viewer sometimes. FOr an example, view :
println "Hello"
The first node is a BLockStatement, the first child of that BlockStatement is the exact same BlockStatement, then the rest of the AST is correct. The same thing happens when viewing initialValue nodes of Parameter types. This seems to be an issue with ScriptToTreeNodeAdapter.make
I'll get to fixing this eventually if no one else gets to it first.