diff options
author | aclement <aclement> | 2008-09-24 20:05:38 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-09-24 20:05:38 +0000 |
commit | c8471429684ecfa9294075fed223568f92673efd (patch) | |
tree | 5cc36493d0de3c2188347189ab44f4bf9f566193 /tests/model/expected/pr143924.txt | |
parent | 7e2af95037db83eb79e5c51f2b48e5bd9010c34e (diff) | |
download | aspectj-c8471429684ecfa9294075fed223568f92673efd.tar.gz aspectj-c8471429684ecfa9294075fed223568f92673efd.zip |
247742:c27
Diffstat (limited to 'tests/model/expected/pr143924.txt')
-rw-r--r-- | tests/model/expected/pr143924.txt | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/tests/model/expected/pr143924.txt b/tests/model/expected/pr143924.txt index 26f8768eb..70ffad471 100644 --- a/tests/model/expected/pr143924.txt +++ b/tests/model/expected/pr143924.txt @@ -1,16 +1,17 @@ === MODEL STATUS REPORT ========= After a batch build <root> [java source file] - pr143924.aj [java source file] TEST_SANDBOX\pr143924.aj:1: - import declarations [import reference] - DeclareAnnotation [aspect] TEST_SANDBOX\pr143924.aj:1: - declare @method: * debit(..) : @Secured(role = "supervisor") [declare @method] TEST_SANDBOX\pr143924.aj:2: - BankAccount [class] TEST_SANDBOX\pr143924.aj:5: - debit(java.lang.String,long) [method] TEST_SANDBOX\pr143924.aj:7: - Secured [annotation] TEST_SANDBOX\pr143924.aj:11: + [package] + pr143924.aj [java source file] TEST_SANDBOX\pr143924.aj:1: + import declarations [import reference] + DeclareAnnotation [aspect] TEST_SANDBOX\pr143924.aj:1: + declare @method: * debit(..) : @Secured(role = "supervisor") [declare @method] TEST_SANDBOX\pr143924.aj:2: + BankAccount [class] TEST_SANDBOX\pr143924.aj:5: + debit(java.lang.String,long) [method] TEST_SANDBOX\pr143924.aj:7: + Secured [annotation] TEST_SANDBOX\pr143924.aj:11: === END OF MODEL REPORT ========= === RELATIONSHIPS REPORT ========= After a batch build -(targets=1) *pr143924.aj}DeclareAnnotation`declare @method (annotates) *pr143924.aj[BankAccount~debit~QString;~J -(targets=1) *pr143924.aj[BankAccount~debit~QString;~J (annotated by) *pr143924.aj}DeclareAnnotation`declare @method +(targets=1) <*pr143924.aj}DeclareAnnotation`declare @method (annotates) <*pr143924.aj[BankAccount~debit~QString;~J +(targets=1) <*pr143924.aj[BankAccount~debit~QString;~J (annotated by) <*pr143924.aj}DeclareAnnotation`declare @method === END OF RELATIONSHIPS REPORT == === Properties of the model and relationships map ===== method=1 @@ -21,4 +22,5 @@ class=1 annotation=1 RelationshipMapSize=2 FileMapSize=1 +package=1 java source file=2 |