【问题标题】:TableSorter.java is missing in the Package org/eclipse/ui/views/markers/internal for Eclipse 3.7.2 [closed]Eclipse 3.7.2 的包 org/eclipse/ui/views/markers/internal 中缺少 TableSorter.java [关闭]
【发布时间】:2013-12-11 07:09:37
【问题描述】:
我正在尝试将我的项目中的 eclipse 从 3.2.2 更新到 3.7.2。发现包org/eclipse/ui/views/markers/internal中缺少TableSorter.java。我试图在谷歌上搜索它,但没有找到与这个主题相关的东西。有人可以告诉我 TableSorter.java 3.7.2 的替代方案是什么。
【问题讨论】:
标签:
java
eclipse
tablesorter
eclipse-indigo
【解决方案1】:
包org/eclipse/ui/views/markers/internal 是一个内部包,不是Eclipse API 的一部分(参见Eclipse API Rules of Engagement)。因此,如有更改,恕不另行通知,这就是发生的事情。
经过快速检查,TableSorter 已在 3.4 版中删除,并再次替换为 TableComparator,这是一个内部类。