Skip to content
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

DBConfiguration.getTestConnectionConfigs is not static #1233

Closed
eugeneRover opened this issue Sep 20, 2022 · 0 comments
Closed

DBConfiguration.getTestConnectionConfigs is not static #1233

eugeneRover opened this issue Sep 20, 2022 · 0 comments

Comments

@eugeneRover
Copy link

Method DBConfiguration.getTestConnectionConfigs is single not static method in the class, while others are all static.
There is no reason for it to be instance-method, since it uses only static members/methods.
Even more, the class is assumed to be utils class, with all members static.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants