Daniel-Peder commented on issue #4620:
URL: https://github.com/apache/netbeans/issues/4620#issuecomment-1416168760

   Confirmed still happens. Hard to isolate. Somtimes happens, sometimes not. 
Mostly for newly created classes, not yet referenced from other files. 
   
   The issue dissapears once the "reference" gets created. For example:
   
   $o = new myclass();
   $o->some_method();
   
   Then click some_method and use navigate to the declaration. Since then, the 
file can be refactored without issues.
   
   --
   
   Also after the issue occurs, there still appears the old file (before 
rename) in the list of files (sorry not where ATM) but it disappears from the 
above list after netbeans close-open. The point is, the issue leaves the 
reference of the old file somewhere.


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