Skip to content

Obfuscated DB2ConnectionConfiguration$Builder renders unusable in IntelliJ #4

Description

@mp911de

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions