Bug 73414

Summary: [1.5] Illegal Forward Reference
Product: [Eclipse Project] JDT Reporter: Bart Geraci <BJGeraci>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.