Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HHH-19739 Don't unintentionally deduplicate attributes by property name #10824

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

Open
beikov wants to merge 1 commit into hibernate:7.1
base: 7.1
Choose a base branch
Loading
from beikov:HHH-19739-7.1

Conversation

Copy link
Member

@beikov beikov commented Aug 27, 2025
edited by hibernate-github-bot bot
Loading

[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.


https://hibernate.atlassian.net/browse/HHH-19739

private String name;

@Embeddable
public class CarOptionalPK implements Serializable {

Check warning

Code scanning / CodeQL

Serializable inner class of non-serializable class Warning test

Serializable inner class of non-serializable class
MultipleInheritanceTest
Loading
. Consider making the class static or implementing readObject() and writeObject().
Serializable inner class of non-serializable class CarOptional. Consider making the class static or implementing readObject() and writeObject().
@JoinColumn(name = "CAR_ID_1", referencedColumnName = "CAR_ID_1", insertable = false, updatable = false)
CarPart parts ;
}

Check warning

Code scanning / CodeQL

Field masks field in super class Warning test

This field shadows another field called
parts
Loading
in a superclass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /