Does anybody know the reason why the this keyword (Java) is marked as static final in the content assist in Eclipse? final makes sense to me, but why static?
The screenshot was made with Eclipse 2020-03, but I'm observing this behavior since many years.
