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 199457 - Display refactored Method in Popup when 'Introduce Method' is used
Summary: Display refactored Method in Popup when 'Introduce Method' is used
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-16 11:22 UTC by tomzi
Modified: 2011-06-16 11:22 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 tomzi 2011-06-16 11:22:43 UTC
When I use Refactor/Introduce Method I would want to see the actual head of the method in the popup to see which parameters are coming in and which one is going out, something like


private Map<..,..>  myRefactoredMethod(String in, int in)

this would spare me the search myself and helps naming the method :)