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

Summary: Code model for a project may depend on the order of the projects opened
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Code ModelAssignee: Leonid Lenyashin <lsl239>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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