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

Summary: Override completion (with ctrl) doesn't work properly with generic classes constructors
Product: editor Reporter: proktor <proktor>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***