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 - [68cat] No nested type argument completion
Summary: [68cat] No nested type argument completion
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 09:14 UTC by matthies
Modified: 2016-07-18 20:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.