Performance
- Skip making a fake project if only sources are being scanned. See eclipse-lsp4mp/lsp4mp#494.
Bug Fixes
- Do not suggest method or field snippets when the cursor is outside the top level type declaration. See eclipse-lsp4mp/lsp4mp#476.
- Guard against annotation binding failing to resolve. See eclipse-lsp4mp/lsp4mp#492.
- Fix cases where the JDT component would sometimes fail to find an inner class. See eclipse-lsp4mp/lsp4mp#479, #480.