I'm working with someone else's Git repository and resolving any issues with null type safety as they appear as warnings to me in Eclipse before adding any of my own features. The author of this code ...
The current fix avoid skipping current type from completions processing if the original expected type is an Array. And for primitives remove unwanted conditions which checks for long computing and ...