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 228761 - Read-only code model cache layer can be updated at any time
Summary: Read-only code model cache layer can be updated at any time
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-19 12:06 UTC by igor_nikiforov
Modified: 2014-11-20 11:45 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 igor_nikiforov 2013-04-19 12:06:47 UTC
The following use case should work:
  1. User have some project with read-only and read-write code model layers.
  2. During pulling changes from the repository the read-only repository part could be updated to the newer one. Read-write part remains untouched.
  3. Such kind of change could happen at any time during the IDE work.

IDE should be able to deal with such situation and update/invalidate read-write part properly.
Comment 1 Alexander Simon 2014-02-13 14:13:33 UTC
Is scenario supported now?