~ubuntu-branches/ubuntu/natty/aspectj/natty

« back to all changes in this revision

Viewing changes to org.aspectj/modules/tests/model/expected/pr160469_1.txt

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-10-04 16:37:23 UTC
  • mfrom: (1.1.3 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091004163723-ck4y7j7fhjxskkie
Tags: 1.6.6+dfsg-1
* New upstream release.
  - Update 02_use_gjdoc.diff patch
* Update my email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=== MODEL STATUS REPORT ========= After a batch build
2
 
<root>  [java source file] 
3
 
  test  [package] 
4
 
    Simple.java  [java source file] TEST_SANDBOX\Simple.java:1:
5
 
      import declarations  [import reference] 
6
 
      Simple  [class] TEST_SANDBOX\Simple.java:3:
7
 
        Simple()  [constructor] TEST_SANDBOX\Simple.java:5:
8
 
  pkg  [package] 
9
 
    AbstractBeanConfigurerAspect.class (binary)  [class] TEST_SANDBOX\aspects.jar!pkg\AbstractBeanConfigurerAspect.class:1:
10
 
      import declarations  [import reference] 
11
 
      AbstractBeanConfigurerAspect  [aspect] TEST_SANDBOX\aspects.jar!pkg\AbstractBeanConfigurerAspect.class:1:
12
 
        beanCreation()  [pointcut] TEST_SANDBOX\aspects.jar!pkg\AbstractBeanConfigurerAspect.class:1:
13
 
        afterReturning(): beanCreation..  [advice] TEST_SANDBOX\aspects.jar!pkg\AbstractBeanConfigurerAspect.class:6:
14
 
        before(): beanCreation..  [advice] TEST_SANDBOX\aspects.jar!pkg\AbstractBeanConfigurerAspect.class:11:
15
 
=== END OF MODEL REPORT =========
16
 
=== RELATIONSHIPS REPORT ========= After a batch build
17
 
(targets=1) <pkg[AbstractBeanConfigurerAspect.class (binary)}AbstractBeanConfigurerAspect&afterReturning (advises) <test{Simple.java[Simple~Simple
18
 
(targets=1) <pkg[AbstractBeanConfigurerAspect.class (binary)}AbstractBeanConfigurerAspect&before (advises) <test{Simple.java[Simple~Simple
19
 
(targets=2) <test{Simple.java[Simple~Simple (advised by) <pkg[AbstractBeanConfigurerAspect.class (binary)}AbstractBeanConfigurerAspect&afterReturning
20
 
(targets=2) <test{Simple.java[Simple~Simple (advised by) <pkg[AbstractBeanConfigurerAspect.class (binary)}AbstractBeanConfigurerAspect&before
21
 
=== END OF RELATIONSHIPS REPORT ==
22
 
=== Properties of the model and relationships map =====
23
 
import reference=2
24
 
aspect=1
25
 
constructor=1
26
 
class=2
27
 
advice=2
28
 
pointcut=1
29
 
RelationshipMapSize=3
30
 
FileMapSize=1
31
 
package=2
32
 
java source file=2