Prefer LinkedHashMap over HashMap --------------------------------- Key: MARTIFACT-9 URL: http://jira.codehaus.org/browse/MARTIFACT-9 Project: Maven Artifact Issue Type: Improvement 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 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