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 - Introduce invalidate project cache function
Summary: Introduce invalidate project cache function
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 12:01 UTC by gualtiero65
Modified: 2014-01-14 13:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.