Skip to content

[java] MissingOverride rule warns of method with name 'method'. No error reported. #3027

Answered by oowekyala
linusjf asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, as a user you don't need to care about that warning. The rule is not telling you that the method is badly named or anything. It reports this warning when hitting an implementation limitation, or when the class file on the classpath for the current file is out of sync with the source. I think, the warning should probably be logged with a finer log level in the future, and other mechanisms should be used to take care of reporting invalid classpath configuration.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by adangel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2007 on January 15, 2021 09:19.