-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add quickfix for non accessible references #440
Comments
@NikolasKomonen can you investigate if this one is doable, or if it requires jdt.ui -> jdt.core refactoring? |
Fixes eclipse-jdtls#440 Signed-off-by: Nikolas Komonen <[email protected]>
@fbricon No refactoring was needed, I wasn't able to figure out how to trigger the quick fixes for: case IProblem.InstanceMethodDuringConstructorInvocation:
case IProblem.InstanceFieldDuringConstructorInvocation: but the other 2 work, and are tested. |
@snjeza any pointers for the 2 missing cases? Is it related to enabling some more warnings? |
@NikolasKomonen you can try the following:
Both quick fixes work. You need to create tests. |
Fixes eclipse-jdtls#440 Signed-off-by: Nikolas Komonen <[email protected]>
Fixes #440 Signed-off-by: Nikolas Komonen <[email protected]>
Fixes issue eclipse-jdtls#440 Signed-off-by: Nikolas Komonen <[email protected]>
Fixes issue #440 Signed-off-by: Nikolas Komonen <[email protected]>
Handle the following cases in QuickFixProcessor:
The text was updated successfully, but these errors were encountered: