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 158436 - Override completion (with ctrl) doesn't work properly with generic classes constructors
Summary: Override completion (with ctrl) doesn't work properly with generic classes co...
Status: RESOLVED DUPLICATE of bug 142225
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 08:42 UTC by proktor
Modified: 2009-02-19 20:45 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 proktor 2009-02-12 08:42:25 UTC
When I've got:
  
Deque<Integer> stack = new ArrayDeque<Integer>();

and want to change to LinkedList implementation with override completion (with ctrl) the result is:

Deque<Integer> stack = new LinkedList<Integer><Integer>();

Looks like override completion doesn't work in this case, and I believe it should.
Comment 1 Vitezslav Stejskal 2009-02-12 09:02:22 UTC
Reproducible in trunk.
Comment 2 Dusan Balek 2009-02-12 13:02:19 UTC
Already reported. Thanks. 

*** This issue has been marked as a duplicate of 142225 ***