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 237891 - [Change Method Parameter] java.util.ArrayList
Summary: [Change Method Parameter] java.util.ArrayList
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 13:43 UTC by ssazonov
Modified: 2013-11-01 13:43 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 ssazonov 2013-11-01 13:43:03 UTC
Some users would like to chose between generatin {full path / use import} for types like "java.util.ArrayList".

>> I think it may be usefull to add checkboc for choosing how to generate type of parameter

- Checked = full path (e.g java.util.ArrayList)
- Unchecked = add import java.util.ArrayList (depending on import policy) and generate only ArrayList type

(checkbox is enabled only if type contains character '.')