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

Bug 124848

Summary: [infer type arguments] infers ? if function call
Product: [Eclipse Project] JDT Reporter: Benno Baumgartner <benno.baumgartner>
Component: UIAssignee: Markus Keller <markus.kell.r>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: max.gilead
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Benno Baumgartner CLA 2006-01-23 07:56:45 EST
Version: 3.2.0
Build id: I20060119-0800

Given:
public class A {
	public void foo() {
		List l= newList();
	}
	private List<String> newList() {
		return new ArrayList<String>();
	}
}
Expected:
		List<String> l= newList();
Is:
		List<?> l= newList();
Comment 1 Benno Baumgartner CLA 2006-03-02 08:03:49 EST
*** Bug 127367 has been marked as a duplicate of this bug. ***
Comment 2 Eclipse Genie CLA 2020-02-25 03:53:34 EST
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.