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

Obfuscated DB2ConnectionConfiguration$Builder renders unusable in IntelliJ #4

Open
mp911de opened this issue Jul 7, 2023 · 1 comment

Comments

@mp911de
Copy link

mp911de commented Jul 7, 2023

While the code can be compiled, something seems off with the class as IntelliJ cannot access auto-complete and it seems to the IDE the class would be inaccessible:

DB2ConnectionFactory connectionFactory = new DB2ConnectionFactory(
				DB2ConnectionConfiguration.builder().database(database.getDatabase()).host(database.getHostname())
						.port(database.getPort()).username(database.getUsername()).password(database.getPassword()).build());

Bildschirmfoto 2023-07-07 um 10 45 15
Bildschirmfoto 2023-07-07 um 10 46 29
@rs-rappavu
Copy link
Contributor

The inner class is possibly obfuscated and causing the issue. Will fix this.

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

No branches or pull requests

2 participants