Skip to content
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

Nullability fixer for interface implementations #26833

Closed
jcouv opened this issue May 14, 2018 · 1 comment
Closed

Nullability fixer for interface implementations #26833

jcouv opened this issue May 14, 2018 · 1 comment

Comments

@jcouv
Copy link
Member

jcouv commented May 14, 2018

When a declaration and an implementation disagree on nullability, a warning is produced.
Given It would be convenient to have a one-click solution to either:

  • change the declaration to match this implementation (this would be especially convenient because navigating to the declaration isn't easy at the moment),
  • change this implementation to match the declaration.

image

There is a similar situation with overrides, but at least there, you can easily GoToDefinition to find the declaration.

Note: this fixer should not have a FixAll.

@CyrusNajmabadi
Copy link
Member

Closing due to lack of feedback.

@CyrusNajmabadi CyrusNajmabadi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants