aboutsummaryrefslogtreecommitdiffstats
path: root/tests/model/expected/pr132130.txt
blob: b82043dd1d9c5ff091802860db3af1ea276daef9 (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
=== MODEL STATUS REPORT ========= After a batch build
<root>  [java source file] 
    [package] 
    pr132130.aj  [java source file] TEST_SANDBOX\pr132130.aj:1:
        [import reference] 
      basic  [aspect] TEST_SANDBOX\pr132130.aj:1:
        declare @method: * debit(..) : @Secured(role = "supervisor")  [declare @method] TEST_SANDBOX\pr132130.aj:3:
        declare @constructor: BankAccount+.new(..) : @Secured(role = "supervisor")  [declare @constructor] TEST_SANDBOX\pr132130.aj:4:
      BankAccount  [class] TEST_SANDBOX\pr132130.aj:7:
        BankAccount(java.lang.String,int)  [constructor] TEST_SANDBOX\pr132130.aj:9:
        debit(long,long)  [method] TEST_SANDBOX\pr132130.aj:11:
      Secured  [annotation] TEST_SANDBOX\pr132130.aj:15:
=== END OF MODEL REPORT =========
=== RELATIONSHIPS REPORT ========= After a batch build
(targets=1) <*pr132130.aj'basic`declare \@method (annotates) <*pr132130.aj[BankAccount~debit~J~J
(targets=1) <*pr132130.aj[BankAccount~debit~J~J (annotated by) <*pr132130.aj'basic`declare \@method
(targets=1) <*pr132130.aj'basic`declare \@constructor (annotates) <*pr132130.aj[BankAccount~BankAccount~QString;~I
(targets=1) <*pr132130.aj[BankAccount~BankAccount~QString;~I (annotated by) <*pr132130.aj'basic`declare \@constructor
=== END OF RELATIONSHIPS REPORT ==
=== Properties of the model and relationships map =====
method=1
import reference=1
aspect=1
declare @method=1
constructor=1
declare @constructor=1
class=1
annotation=1
RelationshipMapSize=4
FileMapSize=1
package=1
java source file=2