gumtree-spoon-ast-diff
gumtree-spoon-ast-diff copied to clipboard
Source position of virtual element cannot be determined
CtVirtualElement.getPosition() returns an instance of NoSourcePosition and that's why the position of such nodes can't be retrieved.
This is not a priority issue because it doesn't break any feature of the project but it can make debugging easier as we would be able to locate CtVirtualElement while manual debugging.