You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing, I came across issue with small numbers, first list works fine: Arrays.asList(".3", "0.6", "0.7", "0.8", "0.9", "1.0", "1.0b", "1.0c", "1.1", "1.2", "1.3");
However, adding .00003 as first number breaks the sorting and returns:
While testing, I came across issue with small numbers, first list works fine:
Arrays.asList(".3", "0.6", "0.7", "0.8", "0.9", "1.0", "1.0b", "1.0c", "1.1", "1.2", "1.3");
However, adding
.00003
as first number breaks the sorting and returns:The text was updated successfully, but these errors were encountered: