mcimadamore [Thu, 03 Mar 2011 17:34:58 +0000] rev 8628
7022054: Invalid compiler error on covariant overriding methods with the same erasure
Summary: Rules for method clash use notion of subsignature, which is sometimes too strict and incompatible with JDK 6
Reviewed-by: jjg
mcimadamore [Thu, 03 Mar 2011 17:32:35 +0000] rev 8627
7023703: Valid code doesn't compile
Summary: leftovers cause problems when analyzing loops in Flow.java
Reviewed-by: jjg
mcimadamore [Thu, 03 Mar 2011 09:43:24 +0000] rev 8626
7023233: False positive for -Xlint:try with nested try with resources blocks
Summary: Wrong lint warning issued about unused resource when nested try-with-resource blocks are found
Reviewed-by: jjg
jjg [Wed, 02 Mar 2011 21:13:55 -0800] rev 8625
6639645: Modeling type implementing missing interfaces
Reviewed-by: darcy, mcimadamore
jjg [Wed, 02 Mar 2011 21:06:17 -0800] rev 8624
6986892: confusing warning given after errors in annotation processing
Reviewed-by: darcy
jjg [Wed, 02 Mar 2011 14:03:38 -0800] rev 8623
6986895: compiler gives misleading message for no input files
Reviewed-by: darcy
mcimadamore [Wed, 02 Mar 2011 10:56:39 +0000] rev 8622
6541876: "Enclosing Instance" error new in 1.6
Summary: unqualified 'this' should not be selected in a qualified super() call in a default constructor
Reviewed-by: jjg
jjg [Tue, 01 Mar 2011 12:00:06 -0800] rev 8621
7021183: 269: assertion failure getting enclosing element of an undefined name
Reviewed-by: mcimadamore
jjg [Mon, 28 Feb 2011 13:42:24 -0800] rev 8620
7022711: compiler crash in try-with-resources
Reviewed-by: mcimadamore
jjg [Mon, 28 Feb 2011 13:37:48 -0800] rev 8619
7022741: warning counts are wrong after anno processing
Reviewed-by: mcimadamore
jjg [Mon, 28 Feb 2011 12:19:18 -0800] rev 8618
7022337: repeated warnings about bootclasspath not set
Reviewed-by: mcimadamore
mcimadamore [Mon, 28 Feb 2011 11:50:56 +0000] rev 8617
7015715: lub gets stuck on type with complex supertype
Summary: lub should not scan supertypes unnecessarily
Reviewed-by: jjg, dlsmith
mcimadamore [Mon, 28 Feb 2011 11:48:53 +0000] rev 8616
7015430: Incorrect thrown type determined for unchecked invocations
Summary: Thrown types do not get updated after 15.12.2.8, and do not get erased as per 15.12.2.6
Reviewed-by: jjg, dlsmith
jjg [Fri, 25 Feb 2011 12:19:00 -0800] rev 8615
7022310: test/tools/javac/diags/Example: args added twice
Reviewed-by: mcimadamore