]> source.dussan.org Git - aspectj.git/commitdiff
Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (give modified...
authormwebster <mwebster>
Mon, 16 Oct 2006 13:23:43 +0000 (13:23 +0000)
committermwebster <mwebster>
Mon, 16 Oct 2006 13:23:43 +0000 (13:23 +0000)
tests/bugs150/pr120474/$Proxy4.java [deleted file]
tests/bugs150/pr120474/$ProxyPr120474.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

diff --git a/tests/bugs150/pr120474/$Proxy4.java b/tests/bugs150/pr120474/$Proxy4.java
deleted file mode 100644 (file)
index 8da92d6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-public class $Proxy4 {
-  public void foo() {}
-  public static void main (String[] args) {
-         new $Proxy4().foo();
-  }
-}
diff --git a/tests/bugs150/pr120474/$ProxyPr120474.java b/tests/bugs150/pr120474/$ProxyPr120474.java
new file mode 100644 (file)
index 0000000..0556d98
--- /dev/null
@@ -0,0 +1,6 @@
+public class $ProxyPr120474 {
+  public void foo() {}
+  public static void main (String[] args) {
+         new $ProxyPr120474().foo();
+  }
+}
index 43e304401a93698e9e83a5f864ea4d194ac73b03..503eccbe86ea3eb1a5b3ff65e21a5ef80c440e91 100644 (file)
     </ajc-test>
     
     <ajc-test dir="bugs150/pr120474" pr="120474" title="Dollar classes">
-     <compile files="$Proxy4.java"/>
+     <compile files="$ProxyPr120474.java"/>
      <compile files="X.aj" options="-outxml"/>
-     <run class="$Proxy4" ltw="aop.xml">
+     <run class="$ProxyPr120474" ltw="aop.xml">
         <stdout>
         </stdout>
      </run>