Marco-
Marco-

Reputation: 563

Eclipse warning: "problems during content assist"

Every time I start Eclipse and press Ctrl + Space I get the following 3 warning popups.

https://i.sstatic.net/CUsy7.jpg

They are only appearing the first time I press Ctrl + Space. I get these warnings since i reinstalled the jdk.

I already tried to re-install eclipse, but as soon as I import my old projects the warnings seems to reappear. I currently have the following java versions installed:

JVE 7_u7 32bit;  
JVE 7_u7 64bit;  
JDK 7_u7 64bit;  
JDK 7_u7 32bit.

I added all of them in the PATH variable in the same order as listed above. I also have eclipse set to use the JDK 7_u7 64bit (btw I'm using eclipse 64bit).

I hope somebody knows a solution for my problem and excuse me for my bad english, I am not an native English speaker. ;)

Upvotes: 9

Views: 20174

Answers (4)

bmck
bmck

Reputation: 229

I would like to share my experience for those who have this problem in the future. If you changed the theme of your editor recently, first change it back to the classic theme and then restart Eclipse. Then switch back to the theme(maybe dark theme) you want to use and restart Eclipse again. This is how my problem was solved.

Upvotes: 0

mkebri
mkebri

Reputation: 2137

You can resolve this issue by turning off Subwords-Completion in: Window > Preferences > Code Recommenders > Completions: ==> incheck(Subwords-Completion)

enter image description here

Upvotes: 7

rajeev pani..
rajeev pani..

Reputation: 5637

I got the similar type of warning is eclipse spring tool suite(sts) .I unchecked CodeRecommendors Proposals(addons) which is present 2 times in the above list and below list and it worked.To do it go to window-->preferences-->java-->editor-->Content Assist-->advanced.see the screenshot.enter image description here

Upvotes: 4

Anshu
Anshu

Reputation: 7853

You can configure content assist and disable the triggers in content assist. This link provides information on setting content assist preference.

enter image description here

Upvotes: 0

Related Questions