Skip to content

Add quickfix for methods reducing visibility #442

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

Closed
fbricon opened this issue Nov 17, 2017 · 2 comments
Closed

Add quickfix for methods reducing visibility #442

fbricon opened this issue Nov 17, 2017 · 2 comments

Comments

@fbricon
Copy link
Contributor

fbricon commented Nov 17, 2017

Handle the following cases in QuickFixProcessor:

case IProblem.InheritedMethodReducesVisibility:
case IProblem.MethodReducesVisibility:
case IProblem.OverridingNonVisibleMethod:
    ModifierCorrectionSubProcessor.addChangeOverriddenModifierProposal(context,problem, proposals, 
    ModifierCorrectionSubProcessor.TO_VISIBLE);
@fbricon
Copy link
Contributor Author

fbricon commented Sep 16, 2019

@NikolasKomonen please see if it can be implemented with the current state of jdt.core

@fbricon
Copy link
Contributor Author

fbricon commented Sep 24, 2019

Thanks @NikolasKomonen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant