You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
CtVirtualElement.getPosition()
returns an instance ofNoSourcePosition
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.The text was updated successfully, but these errors were encountered: