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 102319 - IDE frozen when invoking refactoring while indexing
Summary: IDE frozen when invoking refactoring while indexing
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 101787
Blocks:
  Show dependency tree
 
Reported: 2007-04-24 12:36 UTC by Jiri Prox
Modified: 2007-08-01 22:01 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 Jiri Prox 2007-04-24 12:36:48 UTC
NetBeans IDE Dev (Build 20070424-0311)
1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8

IDE is frozen when calling any refactoring and the background indexing is
running. Some detection and information dialog is probably needed.

Steps to reproduce:
1) start IDE with fresh userdir
2) open project 
-> indexing is started
3) from Refactoring menu select any item
-> menu stays opened, progress bar in the bottom right corner is frozen until
indexing is finished - it can take quite a long time
Comment 1 Jan Becicka 2007-06-08 10:16:12 UTC
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/JavaRefactoringActionsProvider.java,v
 <--  JavaRefactoringActionsProvider.java
new revision: 1.13; previous revision: 1.12
done
Checking in ui/RefactoringActionsProvider.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/RefactoringActionsProvider.java,v
 <--  RefactoringActionsProvider.java
new revision: 1.32; previous revision: 1.31
done
Checking in RetoucheUtils.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/RetoucheUtils.java,v
 <--  RetoucheUtils.java
new revision: 1.21; previous revision: 1.20
done
Checking in Bundle.properties;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Comment 2 Jiri Prox 2007-08-01 22:01:04 UTC
v.