Community
Participate
Working Groups
Created attachment 239100 [details] exception stack trace Exception occurs sometimes during using autocompletion. There is nothing notable in editor, it's only in error log. After that, some navigation keys stop working (Home, End, Ctrl+Up, Ctrl+Down, maybe others). Only restart helps. Although there is no "recommenders" in stack trace, it does not happen in Eclipse without Recommenders installed. Using Eclipse 4.3.1.
FWIW, I recently had to override isValidPrefix(String prefix) in EmptyCompletionProposal to cause a NPE from appearing (See Bug 425005). Maybe we can solve this in a general fashion.
I installed plugin from "Head" update site (version 2.0.5.v20140116-1301) and after a while got exactly the same exception.
Thanks for testing with the current head. I was able to reproduce this problem. The proposed fix is in Gerrit [1]. [1] <https://git.eclipse.org/r/#/c/20866/1>
Fix is deployed on the head update site. Please close as fixed (or re-open).
Closing for now.
A little late, but... Running latest version for serveral days, no exception happened so far. I guess, it's closed.
(In reply to Roman Dawydkin from comment #6) > A little late, but... Running latest version for serveral days, no exception > happened so far. I guess, it's closed. No problem. Glad that this solves your problem. Will release the fix as part of 2.0.5 tomorrow.