You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/02/29 14:57:28 UTC

[jira] Created: (MDEP-148) Use Set.contains() rather than manual iteration to check for containment of class in artifact

Use Set.contains() rather than manual iteration to check for containment of class in artifact
---------------------------------------------------------------------------------------------

                 Key: MDEP-148
                 URL: http://jira.codehaus.org/browse/MDEP-148
             Project: Maven 2.x Dependency Plugin
          Issue Type: Improvement
          Components: analyze
    Affects Versions: 2.0
            Reporter: Benjamin Bentmann
            Assignee: Brian Fox
            Priority: Trivial
         Attachments: set-containment-check.patch

The usual {{java.util.Set}} implementations use data structures that are optimized for containment checks.

-- 
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

        

[jira] Closed: (MDEP-148) Use Set.contains() rather than manual iteration to check for containment of class in artifact

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox closed MDEP-148.
--------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

> Use Set.contains() rather than manual iteration to check for containment of class in artifact
> ---------------------------------------------------------------------------------------------
>
>                 Key: MDEP-148
>                 URL: http://jira.codehaus.org/browse/MDEP-148
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Improvement
>          Components: analyze
>    Affects Versions: 2.0
>            Reporter: Benjamin Bentmann
>            Assignee: Brian Fox
>            Priority: Trivial
>             Fix For: 2.1
>
>         Attachments: set-containment-check.patch
>
>
> The usual {{java.util.Set}} implementations use data structures that are optimized for containment checks.

-- 
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