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 168032

Summary: A lot of unresolved identifiers in the modified file
Product: cnd Reporter: soldatov <soldatov>
Component: EditorAssignee: Vladimir Voskresensky <vv159170>
Status: VERIFIED FIXED    
Severity: blocker CC: sustaining
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2009-07-02 13:37:57 UTC
Sometimes (it is not a stable problem) I see a lot of unresolved identifiers in the modified file.

Scenario:
- Create new Freeway project
- Open maniac.cc file
==> file have not unresolved identifiers
- Modify it
==> A lot of unresolved identifiers in file
Comment 1 Vladimir Voskresensky 2009-07-02 13:41:21 UTC
I have seen it on several computers for different users. 
Comment 2 Vladimir Voskresensky 2009-07-02 13:43:12 UTC
it occurs when HL clients starts to recalculate themselves and users press Save on this time and file was reparsed
concurrently. The issue is in cached "false" states
Comment 3 Vladimir Voskresensky 2009-07-02 13:44:34 UTC
fixed:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=660421c2960b
Comment 4 soldatov 2009-07-03 10:02:52 UTC
verified in latest build
Comment 5 pgebauer 2009-07-03 12:30:19 UTC
The fix has been ported into the release67_fixes repository.
http://hg.netbeans.org/release67_fixes/rev/bf57fd01852a
Comment 6 dnikitin 2009-07-15 17:05:56 UTC
verified in IDE 6.7.1 RC (Build 200907150227)