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

Resolve Inspection Command Bug #149

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

xGladiate
Copy link

@xGladiate xGladiate commented Nov 1, 2024

Resolve the inspection command bug mentioned in #118.

Update: To throw error message

This command could not be executed in the inspection window.
Navigate back to the main window to continue.

when attempting to use inspect command in the inspection window.

image

@xGladiate xGladiate added this to the v1.5 milestone Nov 1, 2024
@xGladiate xGladiate self-assigned this Nov 1, 2024
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...a/seedu/address/logic/commands/InspectCommand.java 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 94.87% <ø> (ø) 8.00 <0.00> (ø)
.../main/java/seedu/address/model/person/Archive.java 63.15% <100.00%> (ø) 7.00 <1.00> (ø)
...a/seedu/address/logic/commands/InspectCommand.java 47.61% <0.00%> (+47.61%) 4.00 <0.00> (+4.00)

@xGladiate xGladiate marked this pull request as ready for review November 1, 2024 05:08
@xGladiate xGladiate linked an issue Nov 1, 2024 that may be closed by this pull request
@xGladiate xGladiate merged commit de73b74 into AY2425S1-CS2103T-T12-3:master Nov 1, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inspect command bug
1 participant