execute method of CommandHandler is not abstract #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
Environment
c42dc09c0eSummary
The execute method of the abstract CommandHandler class is not abstract.
Expected Behavior
As a implementation of this method is required, it should be abstract. This also allows IDEs like VSCode to auto generate method stubs.
Actual Behavior
Not overriding the execute method is valid.
Steps to Reproduce
Not applicable.
Stack Trace / Error Message
Possible Cause / Notes
Not applicable.
Checklist
created branch
fix/64-execute-method-of-commandhandler-is-not-abstractto address this issueassigned to @lars.winzer
mentioned in merge request !91
added 2m of time spent at 2026-04-09 12:00:00 +0200
mentioned in commit
983d31c963