When invoking content assist (Ctrl+Space) in free-variable position (no object expression) there are a lot of low value proposals high in the list if there are static star imports or favorites (Window > Preferences >Java > Editor > Content Assist > Favorites) at play. Within a closure there are some additional proposals like delegate, directive, etc.

When invoking content assist (Ctrl+Space) in free-variable position (no object expression) there are a lot of low value proposals high in the list if there are static star imports or favorites (Window > Preferences >Java > Editor > Content Assist > Favorites) at play. Within a closure there are some additional proposals like
delegate,directive, etc.