diff options
author | aclement <aclement> | 2008-06-04 21:27:36 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-04 21:27:36 +0000 |
commit | 5dd6c0eb63ad669253e64fcb969beac8b47794c0 (patch) | |
tree | f4515ad31cee882974554bdc0976071da5e5c828 /weaver/testdata/AroundAndOthersHelloWorld.txt | |
parent | 9c2055688d87b9d38c5705ce26334f4794ae84f2 (diff) | |
download | aspectj-5dd6c0eb63ad669253e64fcb969beac8b47794c0.tar.gz aspectj-5dd6c0eb63ad669253e64fcb969beac8b47794c0.zip |
231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code
Diffstat (limited to 'weaver/testdata/AroundAndOthersHelloWorld.txt')
-rw-r--r-- | weaver/testdata/AroundAndOthersHelloWorld.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/weaver/testdata/AroundAndOthersHelloWorld.txt b/weaver/testdata/AroundAndOthersHelloWorld.txt index ba9460b69..483a00f4c 100644 --- a/weaver/testdata/AroundAndOthersHelloWorld.txt +++ b/weaver/testdata/AroundAndOthersHelloWorld.txt @@ -1,6 +1,6 @@ public class HelloWorld extends java.lang.Object: public void <init>(): - ALOAD_0 // HelloWorld this (line 5) + ALOAD_0 // LHelloWorld; this (line 5) INVOKESPECIAL java.lang.Object.<init> ()V constructor-execution(void HelloWorld.<init>()) | RETURN @@ -15,15 +15,15 @@ public class HelloWorld extends java.lang.Object: | ASTORE_2 | method-call(void java.io.PrintStream.println(java.lang.String)) | | INVOKESTATIC Aspect.ajc_before_method_execution ()V - | | BIPUSH 2 + | | ICONST_2 | | ANEWARRAY java.lang.Object | | ASTORE 4 | | ALOAD 4 - | | BIPUSH 0 + | | ICONST_0 | | ALOAD_2 | | AASTORE | | ALOAD 4 - | | BIPUSH 1 + | | ICONST_1 | | ALOAD_1 | | AASTORE | | NEW HelloWorld$AjcClosure3 @@ -46,15 +46,15 @@ public class HelloWorld extends java.lang.Object: static final void println_aroundBody2(java.io.PrintStream, String): INVOKESTATIC Aspect.ajc_before_method_execution ()V - BIPUSH 2 + ICONST_2 ANEWARRAY java.lang.Object ASTORE_2 ALOAD_2 - BIPUSH 0 + ICONST_0 ALOAD_0 AASTORE ALOAD_2 - BIPUSH 1 + ICONST_1 ALOAD_1 AASTORE NEW HelloWorld$AjcClosure1 @@ -80,11 +80,11 @@ public class HelloWorld$AjcClosure1 extends org.aspectj.runtime.internal.AroundC GETFIELD org.aspectj.runtime.internal.AroundClosure.state [Ljava/lang/Object; ASTORE_2 ALOAD_2 - BIPUSH 0 + ICONST_0 AALOAD CHECKCAST java.io.PrintStream ALOAD_2 - BIPUSH 1 + ICONST_1 AALOAD CHECKCAST java.lang.String INVOKESTATIC HelloWorld.println_aroundBody0 (Ljava/io/PrintStream;Ljava/lang/String;)V @@ -106,11 +106,11 @@ public class HelloWorld$AjcClosure3 extends org.aspectj.runtime.internal.AroundC GETFIELD org.aspectj.runtime.internal.AroundClosure.state [Ljava/lang/Object; ASTORE_2 ALOAD_2 - BIPUSH 0 + ICONST_0 AALOAD CHECKCAST java.io.PrintStream ALOAD_2 - BIPUSH 1 + ICONST_1 AALOAD CHECKCAST java.lang.String INVOKESTATIC HelloWorld.println_aroundBody2 (Ljava/io/PrintStream;Ljava/lang/String;)V |