aspectwerkz docs typo
---------------------

                 Key: CDV-715
                 URL: https://jira.terracotta.org/jira//browse/CDV-715
             Project: Community Development
          Issue Type: Bug
            Reporter: Taylor Gautier
            Assignee: Issue Review Board


The docs say:

--------------------
Subtype patterns

It is possible to pick out all subtypes of a type with the "+" wildcard. The 
"+" wildcard follows immediately a type name pattern. So, while

* foo.Bar.*(..)

picks out all method call join points where an instance of exactly type Foo is 
constructed,

* foo.Bar+.*(..)

picks out all method call join points where an instance of any subtype of Foo 
(including Foo itself) is constructed.

Note that in the previous sample, foo.Bar can be wether a class (a super class) 
or an interface.

--------------------

but I think they meant to say "instance of exactly type Bar, or foo.Bar, but 
not Foo




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to