Skip to content

[java] Improve isOverridden in ASTMethodDeclaration #3749

@oowekyala

Description

@oowekyala

AFAICT, there are FPs due to overridden methods that don't have an @Override annotation. We're anyway using ASTMethodDeclaration::isOverridden, which I'd like to improve to do the same thing as MissingOverride in a resolution pass after parsing. This will suppress FPs in more rules, and we don't need to fix it in this PR

Originally posted by @oowekyala in #3731 (review)

Metadata

Metadata

Assignees

Labels

in:astAbout the AST structure or API, the parsing step

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions