rossluk commented on PR #5900:
URL: https://github.com/apache/netbeans/pull/5900#issuecomment-1534488403

   > I looked at only changes of `FixUsesPerformer.java`. I don't understand 
what the changes are doing yet at the moment. (Large changes and complicated.)
   
   If you add some unimported class to the file and put cursor on it you'll see 
the bulb with suggestion to add new "use" for the class (previously it didn't 
work properly for classes, but for constants) and when you click "Generate use 
NS/YourClass" it will add it to the "uses" (previously it wasn't respect the 
options and order and tried to add the value to the end of "uses" list, but now 
it even tries to regroup old uses due to options selected).


-- 
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