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

(JAVA-W1039) Anonymous classes should not contain unused non-overridden methods #2734

Closed
yurake opened this issue Oct 6, 2022 · 0 comments
Closed

Comments

@yurake
Copy link
Owner

yurake commented Oct 6, 2022

Description

A non-overridden method is defined within an anonymous class, which is not used within that class at all. Such a method cannot be called outside of the anonymous class in most cases, meaning it is a useless declaration.

Occurrences

There are 6 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/yurake/k8s-3tier-webapp/issue/JAVA-W1039/occurrences/

@issuelabeler issuelabeler bot added the java Pull requests that update Java code label Oct 6, 2022
@yurake yurake added the quarkus someone for quarkus label Oct 6, 2022
@github-actions github-actions bot added this to To do in Feature request Oct 6, 2022
@yurake yurake added the security vulnerability Security vulnerability detected by WhiteSource label Oct 25, 2022
@github-actions github-actions bot removed java Pull requests that update Java code quarkus someone for quarkus security vulnerability Security vulnerability detected by WhiteSource labels Feb 7, 2023
@yurake yurake closed this as completed Feb 14, 2023
Feature request automation moved this from To do to Done Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant