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 Dec 8, 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: [4d78d25, fdc39de, fe763f8, 2275f61, c4c14ca]

› This message was automatically generated.

@gavinking gavinking marked this pull request as ready for review December 8, 2025 21:23
*/
public static <T> void parseInto(
final Graph<T> graph,
public static void parseInto(

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method GraphParser.parseInto(..) could be confused with overloaded method
parseInto
, since dispatch depends on static types.
@SuppressWarnings("unchecked")
public static <T> void parseInto(
final EntityGraph<T> graph,
public static void parseInto(

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method GraphParser.parseInto(..) could be confused with overloaded method
parseInto
, since dispatch depends on static types.
Method GraphParser.parseInto(..) could be confused with overloaded method
parseInto
, since dispatch depends on static types.
@SuppressWarnings("unchecked")
public static <T> void parseInto(
final Subgraph<T> graph,
public static void parseInto(

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method GraphParser.parseInto(..) could be confused with overloaded method
parseInto
, since dispatch depends on static types.
Method GraphParser.parseInto(..) could be confused with overloaded method
parseInto
, since dispatch depends on static types.
@gavinking gavinking merged commit 7f34241 into hibernate:main Dec 8, 2025
26 of 28 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.

1 participant