Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Nightly Builds
-
None
Description
Twice in TreeBidiMap there is an entrySet variable that is not used. Rather the entrySet() method returns a new TreeView every time.
We should either:
a) Delete the variable.
b) Use the variable and always return the same TreeView.
I'm thinking a).
[Found via http://opensource.fortifysoftware.com/ ]