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

Summary: [Change Method Parameter] java.util.ArrayList
Product: java Reporter: ssazonov
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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 '.')