Java Mailing List Archive

http://www.java2.5341.com/

Home » issues.maven »

[jira] Created: (MNG-3805) Prefer LinkedHashMap over HashMap in
ArtifactUtils

Jan Bartel (JIRA)

2008-10-28

Replies: Find Java Web Hosting

Author LoginPost Reply
Prefer LinkedHashMap over HashMap in ArtifactUtils
--------------------------------------------------

          Key: MNG-3805
          URL: http://jira.codehaus.org/browse/MNG-3805
        Project: Maven 2
      Issue Type: Improvement
      Components: Artifacts and Repositories, Dependencies
  Affects Versions: 2.1.0-M1, 2.0.9
       Reporter: Benjamin Bentmann
       Priority: Trivial
     Attachments: deterministic-map-ordering.patch

Sometimes order is important, Maven is learning that the hard way (MNG-1412, MNG-3118, SUREFIRE-61, ...). Methods that don't know for sure that ordering is irrelevant should follow "better safe than sorry" and keep the ordering of input collections.

This is basically a clone of MARTIFACT-9, this time aimed at the 2.0.x and 2.1.x branches.

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

   
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.