<compile files="InterfaceInitializerOrder.java"/>
<run class="InterfaceInitializerOrder"/>
</ajc-test>
-
- <ajc-test
- dir="bugs/invalidAbsoluteTypeName"
- pr="65925"
- title="Valid but inaccessible type names should not be flagged by XLint:invalidAbsoluteTypeName">
- <compile files="False_InvalidAbsoluteTypeName.java">
- <message kind="warning" line="17"/>
- </compile>
- <run class="False_InvalidAbsoluteTypeName"/>
- </ajc-test>
<ajc-test dir="pureJava" title="assert coverage tests [requires 1.4]"
keywords="from-14tests,purejava">
// public void test028_itdsAndInitializers() {
// runTest("resolution of IT field inits");
// }
+
+ public void test029_falseInvalidAbsoluteTypeName() {
+ runTest("Valid but inaccessible type names should not be flagged by XLint:invalidAbsoluteTypeName");
+ }
}
</compile>
</ajc-test>
- <ajc-test dir="bugs/oxford" pr="65319"
+ <ajc-test dir="bugs/oxford" pr="65319"
title="ajc crashes when compiling the following program (binding this() and target())">
<compile files="PR65319.java">
<message kind="error" line="7" text="Cannot use target() to match at this"/>
<message kind="error" line="15" text="Ambiguous binding of type Test"/>
</compile>
</ajc-test>
+
<!--
<ajc-test dir="bugs/oxford" pr="62475"
title="resolution of IT field inits">
<message kind="error" line="14" />
</compile>
</ajc-test>
--->
\ No newline at end of file
+-->
+
+ <ajc-test
+ dir="bugs/invalidAbsoluteTypeName"
+ pr="65925"
+ title="Valid but inaccessible type names should not be flagged by XLint:invalidAbsoluteTypeName">
+ <compile files="False_InvalidAbsoluteTypeName.java">
+ <message kind="warning" line="17"/>
+ </compile>
+ <run class="False_InvalidAbsoluteTypeName"/>
+ </ajc-test>