public void testNoErrorForAtDecpInNormalClass_pr169428() { runTest( "no error for atDecp in normal class");}
public void testJarsZipsNonStandardSuffix_pr186673() { runTest("jars and zips with non-standard suffix");}
- //public void testGenericTypeParameterizedWithArrayType_pr167197() { runTest("generic type parameterized with array type");}
public void testItdOnGenericInnerInterface_pr203646() { runTest("npe with itd on inner generic interface");}
<compile options="-1.5" files="AspectJBugTestCase.java"/>
</ajc-test>
- <ajc-test dir="bugs154/pr167197" title="generic type parameterized with array type">
- <compile options="-1.5" files="AspectBreaker.java"/>
- </ajc-test>
-
<ajc-test dir="bugs154/pr186673" title="jars and zips with non-standard suffix">
<compile options="-1.5" files="Apple.java" outjar="apple.jar.0"/>
<compile options="-1.5" files="Orange.java" outjar="orange.zipfoo"/>