Lately I’ve been getting these 2 strange error messages in Eclipse. These happen the first time i press . , such as in MyClass.myMethod(), pressing the . causes these messages to popup. They show up only the first time after Eclipse is started and don’t show up again until next restart.
First error:
Second error:
These might be related to some new updates that I installed on Eclipse. Any ideas how to get rid of them?


Any Eclipse errors should be logged, so see if you can see them in the Error Log view. Open it either by pressing Ctrl+Shift+Q, L or using the menu Window > Show View > Error Log.
As Yuval A suggests, either find the existing bug (and read any workarounds) or report a new one in bugzilla – you’ll be helping out Eclipse developers and users (not to mention yourself) by reporting the problem.