Browse Source

242797: crappy bounds checking in TypeVariable

tags/V162DEV_M1
aclement 16 years ago
parent
commit
62e39dad3a

+ 1
- 0
tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java View File

@@ -22,6 +22,7 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testGenericDecp_pr241047() { runTest("generic decp"); }
public void testGenericItds_pr242797_1() { runTest("generic itds - 1"); }
public void testGenericItds_pr242797_2() { runTest("generic itds - 2"); }
public void testGenericItds_pr242797_3() { runTest("generic itds - 3"); }
// public void testParamAnnosPipelining_pr241847() { runTest("param annos pipelining");}
// public void testParamAnnoInner_pr241861() { runTest("param annotation inner class"); }
public void testAnnotationDecp_pr239441() { runTest("annotation decp"); }

+ 5
- 0
tests/src/org/aspectj/systemtest/ajc162/ajc162.xml View File

@@ -33,6 +33,11 @@
<compile files="GenericMethodAspect.aj GenericMethodInterface.java GenericMethodImpl.java" options="-1.5">
</compile>
</ajc-test>

<ajc-test dir="bugs162/pr242797/case3" title="generic itds - 3">
<compile files="GenericMethodAspect.aj GenericMethodInterface.java GenericMethodImpl.java GenericMethodImpl2.java Type1.java Type2.java" options="-1.5">
</compile>
</ajc-test>
<ajc-test dir="bugs162/pr241847" title="param annos pipelining">
<compile files="Asp.aj Ann.java CC.java II.java LongLong.java" options="-1.5 -showWeaveInfo">

Loading…
Cancel
Save