]> source.dussan.org Git - aspectj.git/commitdiff
242797: crappy bounds checking in TypeVariable
authoraclement <aclement>
Tue, 19 Aug 2008 20:44:06 +0000 (20:44 +0000)
committeraclement <aclement>
Tue, 19 Aug 2008 20:44:06 +0000 (20:44 +0000)
tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
tests/src/org/aspectj/systemtest/ajc162/ajc162.xml

index cbe3909642374255984281f92d4cf98c15c614f3..5fd23b0277a3194dbca475d57adbe004466374ea 100644 (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"); }
index 594fe018b9d33c12f6651ab737d1a36403f0b72d..8d71164b464f58da4517023e0d7e157edd68e939 100644 (file)
         <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">