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 178152

Summary: [68cat] No nested type argument completion
Product: java Reporter: matthies <matthies>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description matthies 2009-12-04 09:14:08 UTC
Example: "new HashSe" completes to "new HashSet<[further completion]>", but then selecting "List<E>" completes only to "new HashSet<List>", not to "new HashSet<List<[further completion]>>". While it's possible that "new HashSet<List>" is what the programmer intended, it's much more likely that List should be parameterized too.
Comment 1 Max Sauer 2009-12-07 05:58:51 UTC
Dusane, please have a look, thanks.
Comment 2 Martin Balin 2016-07-07 07:18:56 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 matthies 2016-07-18 20:34:58 UTC
Still reproducable in current dev build.