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 104909 - Ability to inline-rename generic types
Summary: Ability to inline-rename generic types
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-26 22:04 UTC by _ tboudreau
Modified: 2013-09-02 14:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2007-05-26 22:04:51 UTC
Say that I have the line:

Map <ExecutableElement, Set <Integer>> result = new HashMap <ExecutableElement,
Set <Integer>> ();

I would like to be able to put the caret in the first occurance of the word
"Set" (perhaps to change it to Collection or List) and have it automatically
also rename the second occurance.  Right now it tries to rename java.lang.Set.