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
The fix for #3156 works, the spring. stay within the AST and a SimpleName node is added for the $missing$ part behind the .. But the start position of the $missing$ node is the same as the start position for the QualifiedNode and the same for the SimpleNode for spring.
I think the start position for the $missing$ node should be right after the ..
As a follow-up from #3156:
For:
The fix for #3156 works, the
spring.
stay within the AST and aSimpleName
node is added for the$missing$
part behind the.
. But the start position of the$missing$
node is the same as the start position for theQualifiedNode
and the same for theSimpleNode
forspring
.I think the start position for the
$missing$
node should be right after the.
.(using
org.eclipse.jdt.core
3.40.0)(FYI: @mickaelistria and @stephan-herrmann)
The text was updated successfully, but these errors were encountered: