Bug 78649 - [1.5] ITypeBinding.isUpperBound wrong
Summary: [1.5] ITypeBinding.isUpperBound wrong
Status: VERIFIED FIXED
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:
: 78650 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-15 14:02 EST by Martin Aeschlimann CLA
Modified: 2004-12-14 09: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:02:52 EST
20041015

In the following code

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

the type bidning of the wildcard type answers 'isUpperBound' with false

should be true
Comment 1 Olivier Thomann CLA 2004-11-15 14:24:18 EST
Fixed and released in HEAD.
Regression tests added in ASTConverterTest15.test0067 and test0068
Comment 2 Olivier Thomann CLA 2004-11-15 14:44:40 EST
*** Bug 78650 has been marked as a duplicate of this bug. ***
Comment 3 Jerome Lanneluc CLA 2004-12-14 09:44:20 EST
Verified in I200412140010 that the 2 tests are asserting that isUpperBound()
returns true.