[ 
http://jira.codehaus.org/browse/MASPECTJ-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252344#action_252344
 ] 

Marvin Froeder commented on MASPECTJ-90:
----------------------------------------

The LinkedHashSet also keep the pom original order...

{quote}
Hash table and linked list implementation of the Set interface, with 
predictable iteration order. This implementation differs from HashSet in that 
it maintains a doubly-linked list running through all of its entries. This 
linked list defines the iteration ordering, which is the order in which 
elements were inserted into the set (insertion-order). Note that insertion 
order is not affected if an element is re-inserted into the set. (An element e 
is reinserted into a set s if s.add(e) is invoked when s.contains(e) would 
return true immediately prior to the invocation.) 
{quote}

> Classhpath on aspectJ plugin doesn't respect the dependencies order
> -------------------------------------------------------------------
>
>                 Key: MASPECTJ-90
>                 URL: http://jira.codehaus.org/browse/MASPECTJ-90
>             Project: Mojo AspectJ Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2, 1.3, 1.4
>         Environment: *
>            Reporter: Marvin Froeder
>            Assignee: Robert Scholte
>             Fix For: 1.4
>
>
> AspectJ classpath is completely out of order.
> The usage of TreeSet and HashSet on AjcHelper is causing that.
> Patch for it attached

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to