Closed GoogleCodeExporter closed 8 years ago
Note: IntelliJ doesn't actually compile anything. It tries to highlight things
in red
that it thinks are bad syntax, but it has numerous bugs and already flags quite
a few
things our library as being errors. So we can set aside the issue of IntelliJ
when
pondering this.
Original comment by kevin...@gmail.com
on 30 Oct 2009 at 6:05
The shim copyOf() methods are gone, and the sorted collections' copyOf()
methods now
accept non-Comparable parameters. Like TreeSet/TreeMap, they can now throw
ClassCastException. We're no longer taking advantage of a contested spec
interpretation, so OpenJDK 7 should compile the code now.
Original comment by cpov...@google.com
on 9 Nov 2009 at 10:47
Original issue reported on code.google.com by
cpov...@google.com
on 30 Oct 2009 at 5:54