]> source.dussan.org Git - aspectj.git/commitdiff
242797: npe in TypeVariable after deserialization since interfacebounds not correctly...
authoraclement <aclement>
Tue, 19 Aug 2008 18:06:43 +0000 (18:06 +0000)
committeraclement <aclement>
Tue, 19 Aug 2008 18:06:43 +0000 (18:06 +0000)
tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
tests/src/org/aspectj/systemtest/ajc162/ajc162.xml

index 17139b7186585940cca41b3b52ca59d6b0f7f212..cbe3909642374255984281f92d4cf98c15c614f3 100644 (file)
@@ -21,6 +21,7 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
        // AspectJ1.6.2 
        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 testParamAnnosPipelining_pr241847() { runTest("param annos pipelining");}
 //     public void testParamAnnoInner_pr241861() { runTest("param annotation inner class"); }
        public void testAnnotationDecp_pr239441() { runTest("annotation decp"); }
index 6536b01e875189197e7599e7ec43d1cebc48822b..594fe018b9d33c12f6651ab737d1a36403f0b72d 100644 (file)
         <compile files="ClassUtils.java CMEFinder.java Finder.java H2Deployment.java Localized.java LocalizedFinder.java OnetElement.java OnetFinder.java Partitioned.java PartitionedFinder.java" options="-1.5">
         </compile>
     </ajc-test> 
+    
+    <ajc-test dir="bugs162/pr242797/case2" title="generic itds - 2">
+        <compile files="GenericMethodAspect.aj GenericMethodInterface.java GenericMethodImpl.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">