blob: ea19d26231595a01e2ae98153e258fbf1d91c380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
=== MODEL STATUS REPORT ========= After a batch build
<root> [java source file]
pkg [package]
SourceAspect.aj [java source file] TEST_SANDBOX\SourceAspect.aj:1:
import declarations [import reference]
SourceAspect [aspect] TEST_SANDBOX\SourceAspect.aj:3:
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:
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=2) <pack{C.java[C~method1 (advised by) <pkg*SourceAspect.aj}SourceAspect&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*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) /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
import reference=3
aspect=2
code=1
declare warning=2
file=1
class=1
advice=2
pointcut=2
RelationshipMapSize=6
source folder=1
FileMapSize=2
package=3
java source file=3
|