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
We are using Eclipse 2021-06. No matter what column I sort by, the rows don't seem to follow any logical order (neither lexicographic nor numeric).
This, for example, is not sorted (but still different from when I turn off sorting entirely for that column):
Looking at the code with current dependencies, the ViewerSorter that CSVTableSorter extends is marked as deprecated. The method TableViewer.setSorter() is deprecated as well. So perhaps the table API has changed and is not using the current sorter implementation anymore. According to the documentation the replacement is setComparator(ViewerComparator).
The text was updated successfully, but these errors were encountered:
We are using Eclipse 2021-06. No matter what column I sort by, the rows don't seem to follow any logical order (neither lexicographic nor numeric).
This, for example, is not sorted (but still different from when I turn off sorting entirely for that column):
Looking at the code with current dependencies, the
ViewerSorter
thatCSVTableSorter
extends is marked as deprecated. The methodTableViewer.setSorter()
is deprecated as well. So perhaps the table API has changed and is not using the current sorter implementation anymore. According to the documentation the replacement issetComparator(ViewerComparator)
.The text was updated successfully, but these errors were encountered: