Skip to content

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 8, 2025

Testing the change for #2414

@@ -527,313 +544,313 @@
// covariance

@Override
public ReactiveQuerySqmImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {
public ReactiveSqmQueryImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.applyGraph(..) could be confused with overloaded method
applyGraph
, since dispatch depends on static types.
super.setHibernateLockMode( lockMode );
return this;
}

@Override
public ReactiveQuerySqmImpl<R> setTimeout(int timeout) {
public ReactiveSqmQueryImpl<R> setTimeout(int timeout) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.setTimeout(..) could be confused with overloaded method
SqmQueryImpl.setTimeout
, since dispatch depends on static types.
@DavideD DavideD force-pushed the fix-parameters-bind branch from 6b25007 to 240cc36 Compare August 14, 2025 14:48
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