Bug 78650

Summary: [1.5] ITypeBinding.isUpperBound wrong
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-11-15 14:03:09 EST
20041015

In the following code

private void voo(Class<? extends Object> class1) {}

the type binding of the wildcard type answers 'isUpperBound' with 'false', but
should be true
Comment 1 Olivier Thomann CLA 2004-11-15 14:43:14 EST
Fixed and released in HEAD.
Regression tests added in ASTConverterTest15.test0067 and test0068.
Comment 2 Olivier Thomann CLA 2004-11-15 14:44:28 EST
Reopen to close as duplicate.
Comment 3 Olivier Thomann CLA 2004-11-15 14:44:40 EST

*** This bug has been marked as a duplicate of 78649 ***