Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.5, 2.0-beta-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When creating sets using e.g. [] as Set Groovy should default to a LinkedHashSet. Users can still do 'as HashSet' to obtain the slightly more efficient but less deterministic HashSet.