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 223603 - Code completion database gets unusable
Summary: Code completion database gets unusable
Status: RESOLVED DUPLICATE of bug 221537
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 13:57 UTC by shiretu
Modified: 2012-12-10 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shiretu 2012-12-10 13:57:57 UTC
I have a large project containing 10+ C/C++ sub-projects. My project has svn as the repository backend. I have normal structure on the svn: trunk, branches, tags.

I have a netbeans project group containing the projects from trunk and another few groups containing the projects from branches and tags.

Whenever I switch between groups inside netbeans, the autocompletion database gets corrupted and becomes unusable. I have to manually delete al the files in 

/Users/shiretu/Library/Application Support/NetBeans/7.3beta2/var

to make it work again. 

As far as I see, the completion database is done globally. All project groups share the same code completion database. IMHO, each project group should have a completely separate storage for the code completion
Comment 1 Vladimir Voskresensky 2012-12-10 14:25:28 UTC
thanks for the report.
looks like the same problems as in issue 221537. 
And to fix it dependent issue 221835 should be fixed

*** This bug has been marked as a duplicate of bug 221537 ***