Bug 78650 - [1.5] ITypeBinding.isUpperBound wrong
Summary: [1.5] ITypeBinding.isUpperBound wrong
Status: RESOLVED DUPLICATE of bug 78649
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 14:03 EST by Martin Aeschlimann CLA
Modified: 2004-11-15 14:44 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***