Skip to content

Removed 5 unnecessary stubbings in PerforceBlameCommandTest.java#28

Open
ARUS2023 wants to merge 1 commit intoperforce:masterfrom
ARUS2023:remove-unnecessary-stubbings
Open

Removed 5 unnecessary stubbings in PerforceBlameCommandTest.java#28
ARUS2023 wants to merge 1 commit intoperforce:masterfrom
ARUS2023:remove-unnecessary-stubbings

Conversation

@ARUS2023
Copy link

@ARUS2023 ARUS2023 commented Oct 6, 2023

In our analysis of the project, we observed that

  1. 5 stubbing are created in PerforceBlameCommandTest.testBlameSubmittedFile but never executed.

Unnecessary stubbings are stubbed method calls that were never realized during test execution. Mockito recommends to remove unnecessary stubbings (https://www.javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/exceptions/misusing/UnnecessaryStubbingException.html).

We propose below a solution to remove the unnecessary stubbings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant