jdk-24/langtools/test/tools/javac/staticImport
Maurizio Cimadamore b267c3b746 6695838: javac does not detect cyclic inheritance involving static inner classes after import clause
Javac fails to detect some errors due to the order in which a class' static imports are entered

Reviewed-by: jjg
2008-08-08 15:16:25 +01:00
..
6665223 6665223: Static import of inherited protected method causes compiler exception 2008-05-30 10:29:27 +01:00
6695838 6695838: javac does not detect cyclic inheritance involving static inner classes after import clause 2008-08-08 15:16:25 +01:00
Ambig1.java Initial load 2007-12-01 00:00:00 +00:00
ImportInherit.java Initial load 2007-12-01 00:00:00 +00:00
ImportPrivate.java Initial load 2007-12-01 00:00:00 +00:00
PrivateStaticImport.java Initial load 2007-12-01 00:00:00 +00:00
Shadow.java Initial load 2007-12-01 00:00:00 +00:00
StaticImport2.java Initial load 2007-12-01 00:00:00 +00:00
StaticImport.java Initial load 2007-12-01 00:00:00 +00:00