netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Add support for clearing NB cache for certain project and scan it again

Open PavelTurk opened this issue 1 year ago • 19 comments

Description

Unfortunately it is very often when NB doesn't see serious changes in code. For example, there is a Project A that depends on Project B. Project A is compiled without any errors and NB shows no error in the project and its packages.

Now, we do serious changes in Project B and compile it. NB shows errors in Project A, although Project A is again compiled without any errors.

Restarting NB doesn't help. The only solution is to clear NB cache. If there is another ways, please tell me, but I didn't find. That's why I suggest to add functionality that will clear NB cache for certain project and make NB scan this project again.

Use case/motivation

No response

Related issues

No response

Are you willing to submit a pull request?

No

PavelTurk avatar Nov 25 '23 09:11 PavelTurk