Bug 488263 - support sorting by rank when rank is not a base 10 number
Summary: support sorting by rank when rank is not a base 10 number
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 3.19   Edit
Assignee: Sam Davis CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2016-02-22 18:17 EST by Sam Davis CLA
Modified: 2016-02-23 17:26 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Davis CLA 2016-02-22 18:17:49 EST
Some repositories represent rank using strings that are not numbers in base 10. TaskComparator currently only compares ranks that can be parsed as doubles, but it should fall back to string comparison for non-numerical strings.
Comment 1 Eclipse Genie CLA 2016-02-22 18:42:31 EST
New Gerrit change created: https://git.eclipse.org/r/67104