aboutsummaryrefslogtreecommitdiff
path: root/test/tools/javac/cast
AgeCommit message (Expand)Author
2013-12-248029230: Update copyright year to match last edit in jdk8 langtools repositor...ksrini
2013-09-236499673: Assertion check for TypeVariable.getUpperBound() fails.emc
2013-09-236386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()alundblad
2013-01-238006694: temporarily workaround combo tests are causing time out in several p...vromero
2013-01-218006566: Remove transient lambda-related guards from JavacParsermcimadamore
2013-01-088005167: execution time of combo tests in javac should be improvedvromero
2012-12-218005282: Use @library tag with non-relative path for javac testsdarcy
2012-11-308002099: Add support for intersection types in cast expressionmcimadamore
2012-08-027175911: Simplify error reporting API in Check.CheckContext interfacemcimadamore
2012-04-117154127: Inference cleanup: remove bound check analysis from visitors in Type...mcimadamore
2012-03-267151492: Encapsulate check logic into Attr.ResultInfomcimadamore
2012-01-127123100: javac fails with java.lang.StackOverflowErrormcimadamore
2012-01-117126754: Generics compilation failure casting List<? extends Set...> to List<...mcimadamore
2010-12-286962318: Update copyright yearjdk7-b124ohair
2010-12-107005671: Regression: compiler accepts invalid cast from X[] to primitive arraymcimadamore
2010-12-097005095: Cast: compile reject sensible cast from final class to interfacemcimadamore
2010-11-046714835: Safe cast is rejected (with warning) by javacmcimadamore
2010-08-236932571: Compiling Generics causing Inconvertible typesmcimadamore
2010-05-256943119: Rebrand source copyright noticesohair
2010-03-106933914: fix missing newlinesjjg
2009-08-276875336: some tests should use /nodynamiccopyright/jjg
2009-05-276843761: Update langtools tests to remove unncessary -source and -target optionsdarcy
2009-03-09Mergejdk7-b51tbell
2009-03-096814575: Update copyright yearxdono
2009-03-056467183: javac fails to raise unchecked warning on cast of parameterized gene...mcimadamore
2009-02-136769027: Source line should be displayed immediately after the first diagnost...mcimadamore
2009-01-296557182: Unchecked warning *and* inconvertible typesmcimadamore
2009-01-206795580: parser confused by square brackets in qualified generic castmcimadamore
2009-01-136558559: Extra "unchecked" diagnosticmcimadamore
2009-01-136665356: Cast not allowed when both qualifying type and inner class are param...mcimadamore
2008-10-236548436: Incorrect inconvertible types errormcimadamore
2008-10-096586091: javac crashes with StackOverflowErrormcimadamore
2007-12-01Initial loadjdk7-b24duke