Bug 73414 - [1.5] Illegal Forward Reference
Summary: [1.5] Illegal Forward Reference
Status: CLOSED DUPLICATE of bug 74420
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal with 1 vote (vote)
Target Milestone: 3.1 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 18:55 EDT by Bart Geraci CLA
Modified: 2004-10-04 14:03 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 Bart Geraci CLA 2004-09-07 18:55:37 EDT
 
Comment 1 Bart Geraci CLA 2004-09-07 18:59:49 EDT
Using 3.1M1 and Java 1.5 Release Candidate, 

***********
interface Kollection<E> {
  public <T extends E> boolean addAll(Kollection<T> c);
}
************
An error shows up saying
 Illegal forward Reference to type parameter E
Comment 2 Kent Johnson CLA 2004-09-23 17:32:58 EDT

*** This bug has been marked as a duplicate of 74420 ***
Comment 3 Frederic Fusier CLA 2004-09-24 05:38:39 EDT
Verified for 3.1 M2 with build I200409231635.
Comment 4 Bart Geraci CLA 2004-10-04 14:03:45 EDT
This works now, so I'll close this bug.