SQRA Evals | DO NOT MERGE | SLLS-533 fix: remove unused fakeNotebook variable in test#694
SQRA Evals | DO NOT MERGE | SLLS-533 fix: remove unused fakeNotebook variable in test#694sonarqube-agent[bot] wants to merge 1 commit into
Conversation
Fixed issues: - AZjRjd54592amupb0FPu for java:S1481 rule Generated by SonarQube Agent (task: 30bf1065-8418-40fc-a342-04694ee6a2e2)
SummaryRemoves an unused local variable What reviewers should knowWhat to review:
Where to start:
|
|
@sonar-review-alpha cancel |
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal removal with no risk. VersionedOpenNotebook.create() is a pure static factory — its constructor only initialises instance fields with no side effects — so dropping the call changes nothing about the test's runtime behaviour. The two other tests in this file that do reference fakeNotebook (in assertions on getContent() and getUri()) are untouched. No test coverage is lost.
|





Automated SQRA Evaluation PR DO NOT MERGE
This PR is automatically created for evaluating the SQRA. We will close this PR within next few hours after evaluation. Please DO NOT merge or review this PR. We apologise in advance for the noise created by this PR.