Ali
Ali

Reputation: 267077

Eclipse Autocomplete shows 'Problems During Content Assist' popups

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?

Upvotes: 0

Views: 751

Answers (2)

McDowell
McDowell

Reputation: 108879

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.

Upvotes: 2

Yuval Adam
Yuval Adam

Reputation: 165242

I get those as well from time to time. Bug in Eclipse, I believe.

Check out the content assist bug list. If nothing there is relevant to your specific situation you can open a bug.

Upvotes: 0

Related Questions