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

HHH-15831 Support non-basic values in aggregate components #8383

Merged
merged 1 commit into from
May 23, 2024

Conversation

beikov
Copy link
Contributor

@beikov beikov commented May 14, 2024

options
)
);
appender.append( subValue.toString() );

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
subValue
may be null at this access as suggested by
this
null guard.
Variable
subValue
may be null at this access as suggested by
this
null guard.
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@beikov beikov merged commit ed2fdce into hibernate:main May 23, 2024
22 of 24 checks passed
@beikov beikov deleted the HHH-15831 branch May 23, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant