Bug 93075 - Invalid source ranges for nested ParameterizedTypes
Summary: Invalid source ranges for nested ParameterizedTypes
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 04:23 EDT by Markus Keller CLA
Modified: 2005-05-13 09:19 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2005-04-28 04:23:32 EDT
I20050426-1700

Invalid source ranges for nested ParameterizedTypes:

Vector< ? super java.util.Collection<? super java.lang.Number> > lhs= null;
- outermost ParameterizedType: ends  ^ here, should end         ^ here
- WildcardType in Vector ends       ^ here, should end        ^ here
Comment 1 Olivier Thomann CLA 2005-05-10 09:40:08 EDT
Do you need this for M7?
Comment 2 Markus Keller CLA 2005-05-10 11:24:54 EDT
No, I just saw this in the ASTView.
Comment 3 Olivier Thomann CLA 2005-05-11 22:41:20 EDT
Fixed and released in HEAD.
Regression test released in
org.eclipse.jdt.core.tests.dom.ASTConverter15Test.test0178.
Comment 4 Maxime Daniel CLA 2005-05-13 08:56:42 EDT
Verified for 3.1 M7 using build I20050512-2035 + jdt.core HEAD.