Skip to content

Conversation

@gavinking
Copy link
Member

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Jul 17, 2025

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [93c6242]

› This message was automatically generated.

@gavinking gavinking marked this pull request as ready for review July 17, 2025 13:15
@Override
public String getSignature() {
StringBuilder sig = new StringBuilder("(");
final StringBuilder sig = new StringBuilder("(");
Copy link

Choose a reason for hiding this comment

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

If the expected computed String is expected to be quite long, it could be better to initialize all the StringBuilder in this class with an initial capacity large enough to contain the average case ... ;)

@gavinking gavinking merged commit f20e659 into hibernate:main Jul 17, 2025
25 of 26 checks passed
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.

2 participants