]> source.dussan.org Git - aspectj.git/commitdiff
generics bugs testcases.
authoraclement <aclement>
Tue, 14 Jun 2005 14:57:24 +0000 (14:57 +0000)
committeraclement <aclement>
Tue, 14 Jun 2005 14:57:24 +0000 (14:57 +0000)
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java

index 95ff941cc74d5cc700eff33cecee08f55009f6bb..f3bf1c4183f1ba95c7a1a52a283d5f061a10d3b3 100644 (file)
@@ -174,17 +174,14 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
          runTest("Exploding compile time with if() statements in pointcut");
   }
   
-  public void testReflectNPE_pr94167() {
-         runTest("NPE in reflect implementation");
-  }
+  public void testReflectNPE_pr94167() {runTest("NPE in reflect implementation");}
+  
+  public void testStaticImports_pr84260() {runTest("static import failures");} 
   
-  public void testStaticImports_pr84260() {
-         runTest("static import failures");
-  } 
+  public void testGenerics_pr99089() {runTest("ArrayIndexOutOfBoundsException - Generics in privileged aspects");}
   
-//  public void testGenerics_pr99089() {
-//      runTest("ArrayIndexOutOfBoundsException - Generics in privileged aspects");
-//  }
+  public void testItdGenerics_pr99228() {runTest("ITD of a field into a generic class");}
+  public void testItdGenerics_pr98320() {runTest("intertype with nested generic type");}
   
   // helper methods.....