Gwt NavigableSet 找不到源

Gwt NavigableSet no source found

使用NavigableSet获取TreeMap的降序键集出现如下错误:
[ERROR] [workflow] - Line 159: No source code is available for type java.util.NavigableSet<E>; did you forget to inherit a required module? [ERROR] [workflow] - Line 159: The method descendingKeySet() is undefined for the type TreeMap<Integer,String>

这是我使用的代码: NavigableSet<Integer> nmap = selectedRow.descendingMap();

有人知道错误是从哪里来的吗? (有关信息,我已经导入了正确的 class:java.util.NavigableSet)

我没有足够的代表发表评论...抱歉。您使用的是什么版本的 GWT?看来这里有一个错误:

https://code.google.com/p/google-web-toolkit/issues/detail?id=4236

已在 2.7.0 RC1 中修复