dbalek opened a new pull request #3475:
URL: https://github.com/apache/netbeans/pull/3475


   After using code completion for e.g. `System.out`, a syntax error due to 
unfinished statement is usually reported. At the same time VSCode client asks 
for all available CodeActions (Hints) at the current line. One of the hints 
offers creating a static import for `System.out` and therefore a diff 
computation for such change touches the `ErroneousTree` representing the 
unfinished statement. Change to the `CasualDiff` was necessary to correctly 
handle this situation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to