Re: Netbeans outdated method references

2022-02-18 Thread Michael Bien
yes there is a cache stored somewhere :) help -> about will show where the cache directory is on your system usually you shouldn't have to worry about it. But if you think its an caching issue you could try to empty the folder (while NB is not running). -mbien On 18.02.22 17:20, Luff,

Re: Netbeans outdated method references

2022-02-18 Thread Luff, Chris
I built the whole project from the terminal, removed the cache and user dir again then reopened NetBeans - problem is gone. Really not sure what that was all about or how I could recreate it! On 18 Feb 2022, at 16:20, Luff, Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Additionally, the

Re: Netbeans outdated method references

2022-02-18 Thread Luff, Chris
Additionally, the code is good and compiles and runs all the tests that are marked as syntactically incorrect in Netbeans. There must be a cache stored somewhere?!?! On 18 Feb 2022, at 16:04, Luff, Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Thanks, but I don’t think the size of the

Re: Netbeans outdated method references

2022-02-18 Thread Luff, Chris
Thanks, but I don’t think the size of the project is the problem. Is there another place that I need to clean out to get it to allow it to read the interface correctly. The interface it’s getting wrong is in the same project. Product Version: Apache NetBeans IDE 13-rc4 Java: 17.0.2; OpenJDK

Re: Netbeans outdated method references

2022-02-18 Thread Alonso Del Arte
For what it's worth, I don't think I have ever experienced that, but it could be that it has happened to me but I just failed to notice. What's been happening to me more often is a general slow-down with no completion popup at all. NetBeans is not as heavy as IntelliJ, but sometimes I do have to

Netbeans outdated method references

2022-02-18 Thread Luff, Chris
Hi all, Curious if anyone else has experienced this behaviour and how did they correct it. I have changed some method names but in the unit tests, the old method name is in the popup completion and free typing the new name purports that it is incorrect. I have cleared the cache and the user