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

fix: npe for custom void definition #474

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

CarstenWickner
Copy link
Member

@CarstenWickner CarstenWickner commented Sep 12, 2024

Fixes: #473

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Health Quality Gates: OK

Change in average Code Health of affected files: -0.04 (9.88 -> 9.84)

  • Declining Code Health: 1 findings(s) 🚩

View detailed results in CodeScene

Comment on lines +62 to +65
if (javaType == null) {
// since 4.37.0: not for void methods
return null;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ New issue: Complex Method
provideCustomSchemaDefinition has a cyclomatic complexity of 9, threshold = 9

Suppress

@CarstenWickner CarstenWickner merged commit cdf5aff into main Sep 12, 2024
11 checks passed
@CarstenWickner CarstenWickner deleted the void-definition-fix branch September 12, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant