Community
Participate
Working Groups
In the reachability example selecting a call to MethodNode.removeRecursively(Set<MethodNode>) and hitting F3 yields "Current text selectioncannot be opened in an editor" Debugging this situation it proves to be related to bug 345646: again an (unnecessary?) call to findExactMethod yields null thus leaving the SelectionNodeFound exception without a binding.
Fix seems to be simply by removing bogus code :) Just need to construct a regression test.
Fixed for 2.1 M6 via commit 9d6e99d99d57cf96b2816c9578a17d08255af210
Verified using build 2.2.0.201209221349