Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 110639

Summary: [1.5][assist] Type argument of parameterized type declaration should be proposed first while completing in allocation expression
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: CoreAssignee: David Audel <david_audel>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Frederic Fusier CLA 2005-09-26 13:23:19 EDT
In simple following test case:
Set<String> set = new Set<St|>();

I would expect completion proposal "String" to be the first one. Instead I get
"StreamCorruptedException"...

Second following test cases (not as simple as first one):
List<String> list = new ArrayList<Str|>();
or
Test<String> gen = new SubTest<Str|>(); // where SubTest<T> extends Test<T>
Comment 1 Eclipse Genie CLA 2020-04-20 17:58:15 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.