Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1-beta-1
-
None
-
None
Description
For this list:
def x = [1, 2, 3, 1, 2, 3, null, 'a', null]
Both these throw NPE:
println x.unique() println x.sort()