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 239000 - Instant Rename popup in 8.0 doesn't work for renaming classes/methods-argument
Summary: Instant Rename popup in 8.0 doesn't work for renaming classes/methods-argument
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks: 215138
  Show dependency tree
 
Reported: 2013-11-30 14:18 UTC by markiewb
Modified: 2016-07-07 07:17 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 markiewb 2013-11-30 14:18:54 UTC
* place the at a class name
* invoke Ctrl-Shift-R -> floating rename popup opens
* rename the class, press RETURN

ACTUAL: Instant Rename popup in 8.0 doesn't work for renaming classes, class is not renamed
EXPECTED: renaming works (OR the renaming popup is disabled for this specific case and the former dialog is shown)



Product Version: NetBeans IDE Dev (Build 201311280002)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 markiewb 2013-11-30 15:19:35 UTC
Sometimes it also doesn't work for method arguments.

    private static final void method(String f|oo) { //place caret at |
        System.out.println("exp = " + foo);
    }


I also saw the exception in the IDE log
INFO [org.netbeans.modules.refactoring.java.plugins.InstantRefactoringPerformer]: org.netbeans.modules.refactoring.api.AbstractRefactoring$ProgressL@21001014 called start multiple times
Comment 2 Ralph Ruijs 2014-01-07 23:19:57 UTC
The instant rename popup has been disabled in 8.0 (bug 215138, comment 7)
Comment 3 Martin Balin 2016-07-07 07:17:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss