Skip to content

False positive in overridden_fields #57481

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
alexeieleusis opened this issue Mar 16, 2017 · 2 comments
Closed

False positive in overridden_fields #57481

alexeieleusis opened this issue Mar 16, 2017 · 2 comments
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead.

Comments

@alexeieleusis
Copy link
Contributor

The rule is not verifying that the base class field has the @virtual annotation which allows the field to be overridden in strong mode.

@zoechi
Copy link
Contributor

zoechi commented Mar 17, 2017

AFAIK @virtual is deprecated and shouldn't be needed anymore

#28117 (see Cleanup tasks)

See also #28589

@alexeieleusis
Copy link
Contributor Author

Thanks for the heads up!

@devoncarew devoncarew added devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. labels Nov 18, 2024
@devoncarew devoncarew transferred this issue from dart-archive/linter Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead.
Projects
None yet
Development

No branches or pull requests

3 participants