Category Archives: Eclipse

Bad auto-completions in Eclipse

Eclipse recently has suffered increasing numbers of questionable autocompletions β€” sometimes auto-wrongly replacing  perfectly good code typed by the developer.

While there might be a few underlying issues, I found replacing β€œmap.put()” with β€œmap.compute()” particularly annoying and went to investigate. Here’s the solution.

Continue reading β†’