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

Summary: Display refactored Method in Popup when 'Introduce Method' is used
Product: java Reporter: tomzi <tomzi>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

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 :)