forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use bindings to build out a list of possible suggestions - Handle access modifiers properly (`private`, `static`, `abstract`, ...) - Exclude members in grandparent types whose access was narrowed in parent types - Fix completion preceeding another statement eg. ```java { name.| Object myObject = null; } ``` - Fix `super.to|` - Prevent `super.|` and `super.to|` from suggesting methods that are abstract in the parent type Fixes eclipse-jdt#891 Signed-off-by: David Thompson <davthomp@redhat.com>
- Loading branch information
1 parent
319f178
commit ba647fc
Showing
3 changed files
with
216 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.