Skip to content

HHH-17355 Smoothen rough edges with array functions #7480

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

Merged
merged 19 commits into from
Nov 6, 2023

Conversation

beikov
Copy link
Member

@beikov beikov commented Oct 26, 2023

@beikov beikov force-pushed the HHH-17355 branch 2 times, most recently from 23ee740 to ec0b6e5 Compare October 31, 2023 18:01
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Oct 31, 2023

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

return getCastTypeName( type, Size.nil(), typeConfiguration );
}

public static String getCastTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getCastTypeName(..) could be confused with overloaded method [getCastTypeName](1), since dispatch depends on static types.
}
}

public static String getCastTypeName(ReturnableType<?> type, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getCastTypeName(..) could be confused with overloaded method [getCastTypeName](1), since dispatch depends on static types.
return getCastTypeName( type, Size.nil(), typeConfiguration );
}

public static String getCastTypeName(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getCastTypeName(..) could be confused with overloaded method [getCastTypeName](1), since dispatch depends on static types. Method DdlTypeHelper.getCastTypeName(..) could be confused with overloaded method [getCastTypeName](2), since dispatch depends on static types.
return getCastTypeName( (JdbcMappingContainer) type, size, typeConfiguration );
}

public static String getCastTypeName(JdbcMappingContainer type, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getCastTypeName(..) could be confused with overloaded method [getCastTypeName](1), since dispatch depends on static types. Method DdlTypeHelper.getCastTypeName(..) could be confused with overloaded method [getCastTypeName](2), since dispatch depends on static types.
return getTypeName( type, Size.nil(), typeConfiguration );
}

public static String getTypeName(ReturnableType<?> type, Size size, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getTypeName(..) could be confused with overloaded method [getTypeName](1), since dispatch depends on static types.
}
}

public static String getCastTypeName(JdbcMappingContainer type, SqlAstTranslator<?> walker) {
public static String getTypeName(ReturnableType<?> type, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getTypeName(..) could be confused with overloaded method [getTypeName](1), since dispatch depends on static types.
return getTypeName( type, Size.nil(), typeConfiguration );
}

public static String getTypeName(JdbcMappingContainer type, Size size, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getTypeName(..) could be confused with overloaded method [getTypeName](1), since dispatch depends on static types. Method DdlTypeHelper.getTypeName(..) could be confused with overloaded method [getTypeName](2), since dispatch depends on static types.
return getTypeName( (JdbcMappingContainer) type, size, typeConfiguration );
}

public static String getTypeName(JdbcMappingContainer type, TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods

Method DdlTypeHelper.getTypeName(..) could be confused with overloaded method [getTypeName](1), since dispatch depends on static types. Method DdlTypeHelper.getTypeName(..) could be confused with overloaded method [getTypeName](2), since dispatch depends on static types.
@beikov beikov merged commit c700dcd into hibernate:main Nov 6, 2023
@beikov beikov deleted the HHH-17355 branch May 22, 2024 11:41
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