aboutsummaryrefslogtreecommitdiffstats
path: root/tests/model/expected/pr77269_2.txt
diff options
context:
space:
mode:
authoraclement <aclement>2008-09-17 18:36:12 +0000
committeraclement <aclement>2008-09-17 18:36:12 +0000
commit8ed07c9e61d00d788e7d05d6c90bbeb3d378dcff (patch)
tree277edc2048a8453eba8d41af3b88d6122d7f4c1a /tests/model/expected/pr77269_2.txt
parent8e14f28e1ee8658507c2fa7caf2f458a1adac436 (diff)
downloadaspectj-8ed07c9e61d00d788e7d05d6c90bbeb3d378dcff.tar.gz
aspectj-8ed07c9e61d00d788e7d05d6c90bbeb3d378dcff.zip
jdt like handle fixes: anonymous inner classes
Diffstat (limited to 'tests/model/expected/pr77269_2.txt')
-rw-r--r--tests/model/expected/pr77269_2.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/model/expected/pr77269_2.txt b/tests/model/expected/pr77269_2.txt
index 99bf61cd7..87cc37b69 100644
--- a/tests/model/expected/pr77269_2.txt
+++ b/tests/model/expected/pr77269_2.txt
@@ -6,15 +6,15 @@
testMethod() [method] TEST_SANDBOX\pr77269b.aj:3:
new Runnable() {..} [class] TEST_SANDBOX\pr77269b.aj:4:
run() [method] TEST_SANDBOX\pr77269b.aj:5:
- 1$C [class] TEST_SANDBOX\pr77269b.aj:8:
+ C [class] TEST_SANDBOX\pr77269b.aj:8:
m() [method] TEST_SANDBOX\pr77269b.aj:9:
A [aspect] TEST_SANDBOX\pr77269b.aj:16:
p() [pointcut] TEST_SANDBOX\pr77269b.aj:18:
before(): p.. [advice] TEST_SANDBOX\pr77269b.aj:20:
=== END OF MODEL REPORT =========
=== RELATIONSHIPS REPORT ========= After a batch build
-(targets=1) *pr77269b.aj[Test~testMethod[1$C~m (advised by) *pr77269b.aj}A&before
-(targets=1) *pr77269b.aj}A&before (advises) *pr77269b.aj[Test~testMethod[1$C~m
+(targets=1) *pr77269b.aj}A&before (advises) *pr77269b.aj[Test~testMethod[C~m
+(targets=1) *pr77269b.aj[Test~testMethod[C~m (advised by) *pr77269b.aj}A&before
=== END OF RELATIONSHIPS REPORT ==
=== Properties of the model and relationships map =====
method=3