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 141802 - Code model for a project may depend on the order of the projects opened
Summary: Code model for a project may depend on the order of the projects opened
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Leonid Lenyashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-27 05:20 UTC by Vladimir Kvashin
Modified: 2008-11-20 08: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 Vladimir Kvashin 2008-07-27 05:20:56 UTC
The existence of two concepts - 
(1) single code model for a library (say, /usr/include) for all projects and 
(2) not reparsing headers 
results in the fact, that code model for a project depends on the order of the projects opened.

The situation is aggravated by the fact that libraries model persist on disk.
Comment 1 Vladimir Kvashin 2008-07-27 05:39:22 UTC
Well, I couldn't find a convincing example at once, so I'm downgrading this to P4.
(Though my intuition is that it will eventually be at least P3, as soon as we face a real-world problem with this)
Comment 2 Vladimir Voskresensky 2008-11-20 08:23:25 UTC
after changing 
(2) not reparsing headers 
into
(2) reparse headers with different models
this issue was solved