aboutsummaryrefslogtreecommitdiffstats
path: root/tests/model/expected/pr145963_2.txt
diff options
context:
space:
mode:
authoraclement <aclement>2008-09-24 20:05:38 +0000
committeraclement <aclement>2008-09-24 20:05:38 +0000
commitc8471429684ecfa9294075fed223568f92673efd (patch)
tree5cc36493d0de3c2188347189ab44f4bf9f566193 /tests/model/expected/pr145963_2.txt
parent7e2af95037db83eb79e5c51f2b48e5bd9010c34e (diff)
downloadaspectj-c8471429684ecfa9294075fed223568f92673efd.tar.gz
aspectj-c8471429684ecfa9294075fed223568f92673efd.zip
247742:c27
Diffstat (limited to 'tests/model/expected/pr145963_2.txt')
-rw-r--r--tests/model/expected/pr145963_2.txt28
1 files changed, 16 insertions, 12 deletions
diff --git a/tests/model/expected/pr145963_2.txt b/tests/model/expected/pr145963_2.txt
index 7c996f7c5..ea19d2623 100644
--- a/tests/model/expected/pr145963_2.txt
+++ b/tests/model/expected/pr145963_2.txt
@@ -7,28 +7,30 @@
declare warning: "There should be n.." [declare warning] TEST_SANDBOX\SourceAspect.aj:5:
p() [pointcut] TEST_SANDBOX\SourceAspect.aj:7:
before(): p.. [advice] TEST_SANDBOX\SourceAspect.aj:9:
- BinaryAspect.class (binary) [class] TEST_SANDBOX!pkg\BinaryAspect.class:1:
- import declarations [import reference]
- BinaryAspect [aspect] TEST_SANDBOX!pkg\BinaryAspect.class:1:
- p() [pointcut] TEST_SANDBOX!pkg\BinaryAspect.class:7:
- before(): p.. [advice] TEST_SANDBOX!pkg\BinaryAspect.class:9:
- declare warning: "There should be n.." [declare warning] TEST_SANDBOX!pkg\BinaryAspect.class:5:
pack [package]
C.java [java source file] TEST_SANDBOX\C.java:1:
import declarations [import reference]
C [class] TEST_SANDBOX\C.java:3:
method1() [method] TEST_SANDBOX\C.java:5:
field-get(java.io.PrintStream java.lang.System.out) [code] TEST_SANDBOX\C.java:6:
+ binaries [source folder]
+ pkg [package]
+ BinaryAspect.class [file] TEST_SANDBOX!pkg\BinaryAspect.class:1:
+ import declarations [import reference]
+ BinaryAspect [aspect] TEST_SANDBOX!pkg\BinaryAspect.class:1:
+ p() [pointcut] TEST_SANDBOX!pkg\BinaryAspect.class:7:
+ before(): p.. [advice] TEST_SANDBOX!pkg\BinaryAspect.class:9:
+ declare warning: "There should be n.." [declare warning] TEST_SANDBOX!pkg\BinaryAspect.class:5:
=== END OF MODEL REPORT =========
=== RELATIONSHIPS REPORT ========= After a batch build
-(targets=1) <pkg[BinaryAspect.class (binary)}BinaryAspect&before (advises) <pack{C.java[C~method1
(targets=2) <pack{C.java[C~method1 (advised by) <pkg*SourceAspect.aj}SourceAspect&before
-(targets=2) <pack{C.java[C~method1 (advised by) <pkg[BinaryAspect.class (binary)}BinaryAspect&before
+(targets=2) <pack{C.java[C~method1 (advised by) /binaries<pkg(BinaryAspect.class}BinaryAspect&before
(targets=1) <pkg*SourceAspect.aj}SourceAspect`declare warning (matched by) <pack{C.java[C~method1?field-get(java.io.PrintStream java.lang.System.out)
-(targets=1) <pkg[BinaryAspect.class (binary)}BinaryAspect`declare warning (matched by) <pack{C.java[C~method1?field-get(java.io.PrintStream java.lang.System.out)
(targets=1) <pkg*SourceAspect.aj}SourceAspect&before (advises) <pack{C.java[C~method1
(targets=2) <pack{C.java[C~method1?field-get(java.io.PrintStream java.lang.System.out) (matches declare) <pkg*SourceAspect.aj}SourceAspect`declare warning
-(targets=2) <pack{C.java[C~method1?field-get(java.io.PrintStream java.lang.System.out) (matches declare) <pkg[BinaryAspect.class (binary)}BinaryAspect`declare warning
+(targets=2) <pack{C.java[C~method1?field-get(java.io.PrintStream java.lang.System.out) (matches declare) /binaries<pkg(BinaryAspect.class}BinaryAspect`declare warning
+(targets=1) /binaries<pkg(BinaryAspect.class}BinaryAspect&before (advises) <pack{C.java[C~method1
+(targets=1) /binaries<pkg(BinaryAspect.class}BinaryAspect`declare warning (matched by) <pack{C.java[C~method1?field-get(java.io.PrintStream java.lang.System.out)
=== END OF RELATIONSHIPS REPORT ==
=== Properties of the model and relationships map =====
method=1
@@ -36,10 +38,12 @@ import reference=3
aspect=2
code=1
declare warning=2
-class=2
+file=1
+class=1
advice=2
pointcut=2
RelationshipMapSize=6
+source folder=1
FileMapSize=2
-package=2
+package=3
java source file=3