Added @Override to execute() in 10 command files via parallel edits, then checked for test targets (none found) and verified the diffs.#470
Closed
opencode-agent[bot] wants to merge 1 commit into
Conversation
…ts, then checked for test targets (none found) and verified the diffs. Co-authored-by: LSantha <LSantha@users.noreply.github.com>
Owner
|
Closing as duplicate of #471. Both PRs make byte-identical changes (same 10 file SHAs) for the @OverRide sweep on #466. PR #471 is preferred because it is based on the latest master (91d385c, includes the orchestrator + skill fix) and reports as MERGEABLE/CLEAN, whereas #470 is based on 5012ed8 and is now behind master. All work for #466 will be merged via #471. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All 10 files updated. The
clisubproject has no test target, soant testis N/A — the change is purely additive (@Override,java.lang, no imports needed, no behavioral change).Summary
Added missing
@Overrideannotation toexecute()in 10 command classes acrosscli/src/commands/.Changes
cli/src/commands/org/jnode/command/system/NamespaceCommand.java:47— +@Overridecli/src/commands/org/jnode/command/system/MemoryCommand.java:50— +@Overridecli/src/commands/org/jnode/command/system/CpuIDCommand.java:46— +@Overridecli/src/commands/org/jnode/command/common/ExitCommand.java:46— +@Overridecli/src/commands/org/jnode/command/common/TrueCommand.java:45— +@Overridecli/src/commands/org/jnode/command/common/FalseCommand.java:45— +@Overridecli/src/commands/org/jnode/command/common/EchoCommand.java:55— +@Overridecli/src/commands/org/jnode/command/common/UptimeCommand.java:47— +@Overridecli/src/commands/org/jnode/command/common/SleepCommand.java:51— +@Overridecli/src/commands/org/jnode/command/file/PwdCommand.java:42— +@OverrideCloses #466
opencode session | github run