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 252453

Summary: Improve "introduce function" refactoring in case function has exactly one out variable
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: EditorAssignee: Alexander Simon <alexvsimon>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Solaris   
Issue Type: ENHANCEMENT Exception Reporter:

Description Alexander Simon 2015-05-18 10:38:25 UTC
Introduce function always suggest to introduce "void" function.
If code selection has exactly one "out" variable, refactoring should suggest introduce function with return type.