Maurizio Cimadamore
|
bafc1f6d00
|
6450290: Capture of nested wildcards causes type error
A missing capture conversion makes javac to think that some expressions are well-formed even when they aren't
Reviewed-by: jjg
|
2008-04-09 14:45:50 +01:00 |
|
Maurizio Cimadamore
|
70bdf8ae8d
|
6481655: Parser confused by combination of parens and explicit type args
Bug in the parser caused by the fact that explicit type arguments are disabled when parsing parenthesized expressions
Reviewed-by: jjg
|
2008-04-09 14:05:24 +01:00 |
|
Maurizio Cimadamore
|
11b40a75ac
|
6365166: javac (generic) unable to resolve methods
Unignore regression test as this bug has been fixed by CR 6278587
Reviewed-by: jjg
|
2008-04-09 13:53:45 +01:00 |
|
Maurizio Cimadamore
|
3c80eb1a9e
|
5009937: hiding versus generics versus binary compatibility
Missing implementation of JLS 8.4.8.3 (different arguments with same erasure not always triggering a compiler error)
Reviewed-by: jjg
|
2008-04-09 13:41:45 +01:00 |
|
Maurizio Cimadamore
|
2daecbb697
|
6531075: Missing synthetic casts when accessing fields/methods of intersection types including type variables
Bug when javac generates code involving intersection types
Reviewed-by: jjg
|
2008-04-09 13:19:01 +01:00 |
|
Maurizio Cimadamore
|
1be460dbdd
|
6531090: Cannot access methods/fields of a captured type belonging to an intersection type
Fixed lookup of field/methods on intersection types
Reviewed-by: jjg
|
2008-04-02 11:44:23 +01:00 |
|
Maurizio Cimadamore
|
70bcd151a0
|
6569789: Compiler test lang/TYPE/type153/type15304/type15304.html fails since jdk7 b05
Improved glb on type-inference
Reviewed-by: jjg
|
2008-04-02 11:20:52 +01:00 |
|
Maurizio Cimadamore
|
00c5620740
|
6660289: declared bound in inner class referring a type variable of the outer class
NPE caused by a defect in type-variable attribution
Reviewed-by: jjg
|
2008-03-04 13:00:08 +00:00 |
|
Maurizio Cimadamore
|
9e5259f792
|
6611449: Internal Error thrown during generic method/constructor invocation
Type-inference should fail since lub is not defined for primitive types
Reviewed-by: jjg
|
2008-03-04 12:14:13 +00:00 |
|
J. Duke
|
f57b87e8f6
|
Initial load
|
2007-12-01 00:00:00 +00:00 |
|