ThunderSOS opened a new issue, #9406: URL: https://github.com/apache/netbeans/issues/9406
### Apache NetBeans version Apache NetBeans 30 ### What happened Removing a mthod from one class that another class is using does not underline the new error in the dependent class. I upgraded from NB 27 to NB 30. It seems if I remove a method in one of my classes the IDE does notice if another class is using and correctly marks that file red in the tree view. However if I then go to that file to see where the problem is nothing is highlighted in red. Simply referencing a non-existant method or the wrong variable, that kind of thing, does correctly underline the error in red and mark the class red in the package tree; so that works fine. ### Language / Project Type / NetBeans Component Hava Maven Project. ### How to reproduce Just remove a method in one class that another class is using then double click the second class in the tree to get it into the editing window. The classes are in different packages if that makes a difference. It's not a huge project, about 180 classes so not small either. ### Did this work correctly in an earlier version? Apache NetBeans 27 ### Operating System Win 10 ### JDK java version "21.0.3" 2024-04-16 LTS Java(TM) SE Runtime Environment (build 21.0.3+7-LTS-152) Java HotSpot(TM) 64-Bit Server VM (build 21.0.3+7-LTS-152, mixed mode, sharing) ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else Seems to be all the time. ### Are you willing to submit a pull request? No -- 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
