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

Check that @Override annotation is used in all appropriate places #37

Closed
cushon opened this issue Oct 31, 2014 · 4 comments
Closed

Check that @Override annotation is used in all appropriate places #37

cushon opened this issue Oct 31, 2014 · 4 comments

Comments

@cushon
Copy link
Collaborator

cushon commented Oct 31, 2014

Original issue created by eaftan@google.com on 2012-08-28 at 09:42 PM


Check that any method that overrides another method is annotated with @Override. Perhaps this shouldn't be an error but rather a warning.

@cushon
Copy link
Collaborator Author

cushon commented Oct 31, 2014

Original comment posted by eaftan@google.com on 2012-08-29 at 12:51 AM


Issue #36 has been merged into this issue.

@cushon
Copy link
Collaborator Author

cushon commented Oct 31, 2014

Original comment posted by eaftan@google.com on 2013-02-11 at 07:55 PM


(No comment entered for this change.)


Labels: -Priority-Medium, Priority-Low

@cushon
Copy link
Collaborator Author

cushon commented Jan 23, 2015

Sounds good. The style guide says @Override should always be used, unless the parent method is @Deprecated.

@nick-someone
Copy link
Member

This is in the current checker as MissingOverride

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

2 participants