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 170191 - Invoking in-place-refactoring took 40172 ms.
Summary: Invoking in-place-refactoring took 40172 ms.
Status: VERIFIED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 171335
  Show dependency tree
 
Reported: 2009-08-11 13:14 UTC by stefan79
Modified: 2009-10-09 13:09 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155224


Attachments
nps snapshot (106.84 KB, bin/nps)
2009-08-11 13:14 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2009-08-11 13:14:28 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP, 5.1, x86

User Comments:
stefan79: I pressed Ctrl-R (renaming a variable) while Scanning Projects.

stefan79: I pressed Ctrl-R (rename a variable)


Maximum slowness yet reported was 40172 ms, average is 17870
Comment 1 stefan79 2009-08-11 13:14:34 UTC
Created attachment 86091 [details]
nps snapshot
Comment 2 Exceptions Reporter 2009-08-18 21:31:18 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=155224
Comment 3 Jan Lahoda 2009-08-20 10:00:00 UTC
Reassigning all moonko's java/source bugs to myself.
Comment 4 Jan Lahoda 2009-08-28 20:20:39 UTC
Should be fixed by:
http://hg.netbeans.org/jet-main/rev/52a04ae1fc42
Comment 5 Quality Engineering 2009-08-31 20:20:50 UTC
Integrated into 'main-golden', will be available in build *200908311509* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/52a04ae1fc42
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #170191: do not block AWT Event Dispatch Thread when computing data for instant rename and go to declaration/source.
Comment 6 peter_rogge 2009-09-12 19:03:39 UTC
Product Version: NetBeans IDE Dev (Build 200909111401)
Java: 1.6.0_16; Java HotSpot(TM) Server VM 14.2-b01
System: Windows Vista version 6.0 running on x86; Cp1252; de_DE

Ctrl-R works with variablename (local, class), but not with method- or classnames.

See also http://www.netbeans.org/issues/show_bug.cgi?id=171335 or http://www.nabble.com/-68cat--editor--Refactoring-
Rename-doesn%27t-work-sometimes-with-Strg-%2B-R-td25389560.html.
Comment 7 peter_rogge 2009-09-14 18:32:53 UTC
Ctrl-R works where it should be (variables, own methods and own classes).
It seems that this bug is fixed with the new build, I'll change the issues-state to WORKSFORME. 

Product Version: NetBeans IDE Dev (Build 200909140908)
Java: 1.6.0_16; Java HotSpot(TM) Server VM 14.2-b01
System: Windows Vista version 6.0 running on x86; Cp1252; de_DE 
Comment 8 peter_rogge 2009-09-14 19:03:37 UTC
Michel Graciano wrote on
http://www.nabble.com/-68cat--editor--Refactoring-Rename-doesn%27t-work-sometimes-with-Strg-%2B-R-td25389560.html#a25440503:
"Could you mark the issue as verified? I think it helps when we need to track some regressions in the future."

So I change the resolution to VERIFIED. Good work!!