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

chore: Reenable disabled tests and clean up #19443

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

david-mackessy
Copy link
Contributor

No description provided.

@@ -288,7 +289,7 @@
@Override
public <T> T nonNullStagePostCondition(@CheckForNull T value) throws CancellationException {
observer.run();
if (value == null) throw cancellationException(true);
if (value instanceof ObjectBundleResult) if (value == null) throw cancellationException(true);

Check warning

Code scanning / CodeQL

Useless null check Warning

This check is useless.
value
cannot be null at this check, since it is guarded by
...instanceof...
.
Copy link

sonarcloud bot commented Dec 11, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
9 New issues
2 New Bugs (required ≤ 0)
7 New Code Smells (required ≤ 0)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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