diff options
Diffstat (limited to 'tests/model/expected/pr77269_3.txt')
-rw-r--r-- | tests/model/expected/pr77269_3.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/model/expected/pr77269_3.txt b/tests/model/expected/pr77269_3.txt new file mode 100644 index 000000000..02f10cfa1 --- /dev/null +++ b/tests/model/expected/pr77269_3.txt @@ -0,0 +1,29 @@ +=== MODEL STATUS REPORT ========= After a batch build +<root> [java source file] + pack [package] + pr77269c.aj [java source file] TEST_SANDBOX\pack\pr77269c.aj:1: + import declarations [import reference] + Test [class] TEST_SANDBOX\pack\pr77269c.aj:3: + testMethod() [method] TEST_SANDBOX\pack\pr77269c.aj:5: + new Runnable() {..} [class] TEST_SANDBOX\pack\pr77269c.aj:6: + run() [method] TEST_SANDBOX\pack\pr77269c.aj:7: + method-call(void pack.Test.someMethod()) [code] TEST_SANDBOX\pack\pr77269c.aj:8: + someMethod() [method] TEST_SANDBOX\pack\pr77269c.aj:13: + A [aspect] TEST_SANDBOX\pack\pr77269c.aj:17: + declare warning: "blah blah blah" [declare warning] TEST_SANDBOX\pack\pr77269c.aj:18: +=== END OF MODEL REPORT ========= +=== RELATIONSHIPS REPORT ========= After a batch build +(targets=1) <pack*pr77269c.aj}A`declare warning (matched by) <pack*pr77269c.aj[Test~testMethod[new Runnable() {..}~run?method-call(void pack.Test.someMethod()) +(targets=1) <pack*pr77269c.aj[Test~testMethod[new Runnable() {..}~run?method-call(void pack.Test.someMethod()) (matches declare) <pack*pr77269c.aj}A`declare warning +=== END OF RELATIONSHIPS REPORT == +=== Properties of the model and relationships map ===== +method=3 +import reference=1 +aspect=1 +code=1 +declare warning=1 +class=2 +RelationshipMapSize=2 +FileMapSize=1 +package=1 +java source file=2 |