JDK-6557733 : Problem with bounds and wildcards
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P5
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2007-05-15
  • Updated: 2010-04-02
  • Resolved: 2009-03-13
Related Reports
Relates :  
Description
javac incorrectly rejects this program:

class A<B extends A<B,C>, C extends A<C,? extends A>>
{
}

Comments
EVALUATION Not reproducible since jdk 7 b40 (see 6732484)
13-03-2009