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 182190

Summary: [69cat] [editor] Fix Imports while Scanning Projects
Product: java Reporter: stefan79 <stefan79>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: -S1S-   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Snapshot while scanning projects and started fix import.
An other Snapshot.

Description stefan79 2010-03-17 11:58:51 UTC
While Scanning project the Fix-Imports - Action is blocked I can see (and cancel) the "lengthy operation" - Dialog.
But I think this dialog isn´t the resolution for the problem, that I can´t finish my work.

Is it really necessary, to block this Action?

Reproduce-Steps:
-) Start NetBeans
-) Open a File and press Fix Imports

I´ll attach a Snapshot

---
Product Version = NetBeans IDE Dev (Build 201003160201)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_18
Runtime = Java HotSpot(TM) Client VM 16.0-b13
Comment 1 stefan79 2010-03-17 14:17:11 UTC
Created attachment 95299 [details]
Snapshot while scanning projects and started fix import.
Comment 2 stefan79 2010-03-18 08:35:02 UTC
Created attachment 95353 [details]
An other Snapshot.
Comment 3 Dusan Balek 2010-03-24 10:51:29 UTC
Requires transactional index. Scanning should behave like a transaction - other threads should be able to continue seamlessly using old data until new data is
provided by the scanning thread.

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