Skip to content

Fix for Missing Override annotation#1297

Merged
derTobsch merged 1 commit into
mainfrom
finding-autofix-1
Jun 15, 2026
Merged

Fix for Missing Override annotation#1297
derTobsch merged 1 commit into
mainfrom
finding-autofix-1

Conversation

@derTobsch

Copy link
Copy Markdown
Contributor

Add the missing @Override annotation directly above getProperty in:

  • jollyday-core/src/main/java/de/focus_shift/jollyday/core/parameter/BaseManagerParameter.java (around line 30)

This is the best fix because it preserves behavior entirely, aligns with existing class conventions, and enables compiler checks for interface conformance. No method signature or logic changes are needed, and no imports/dependencies are required.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Tobias Schneider <Tobias.Schneider@Tobsch.org>
@sonarqubecloud

Copy link
Copy Markdown

@derTobsch derTobsch marked this pull request as ready for review June 15, 2026 11:49
@derTobsch derTobsch added this to the 2.12.0 milestone Jun 15, 2026
@derTobsch derTobsch added the type: bug Something isn't working label Jun 15, 2026
@derTobsch derTobsch merged commit 02cb7bf into main Jun 15, 2026
21 checks passed
@derTobsch derTobsch deleted the finding-autofix-1 branch June 15, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant