This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 240215

Summary: Introduce invalidate project cache function
Product: java Reporter: gualtiero65
Component: SourceAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description gualtiero65 2014-01-10 12:01:43 UTC
It sometimes necessary to clear the project cache when NetBeans get confused , for example when significant external changes are performed (like git actions on command line).

Today the only solution is to manually delete the cache dir completely, which also remove other information like maven repository indexes.

It would be nice to have a function (menu or popup) to delete and rebuild from scratch selected project cache.
Comment 1 Milos Kleint 2014-01-13 11:49:51 UTC
java related? I suppose by project cache, the scanned jars/source root indexes are meant.
Comment 2 gualtiero65 2014-01-14 13:09:40 UTC
(In reply to Milos Kleint from comment #1)
> java related? I suppose by project cache, the scanned jars/source root
> indexes are meant.

Yes. I'm referring to Java based projects.