JDK-4942040 : improper handling of lub type for arrays, classes
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2003-10-22
  • Updated: 2005-12-30
  • Resolved: 2005-11-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
javac improperly rejects the following:

class Z {
    static <T> T f(T a, T b) {
        return a;
    }
    static Cloneable main(Cloneable a, float[] b) {
        return f(a, b);
    }
}

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon
07-09-2004

PUBLIC COMMENTS ...
07-09-2004

EVALUATION Yes. ###@###.### 2003-10-22
22-10-2003