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 - Improve "introduce function" refactoring in case function has exactly one out variable
Summary: Improve "introduce function" refactoring in case function has exactly one out...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 10:38 UTC by Alexander Simon
Modified: 2015-07-23 10:50 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 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.