Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Patch for connection NPE

I have found a bug in org.eclipse.stellation.cli.data.Connection.java when
parsing the location option. If the database type is unrecognized, the
variable _accessPoint is set to null resulting in an immediate NPE at line
107.

A patch has been created as Bugzilla #34560. This patch causes an
IOException to be thrown in this case.

Could someone please verify this patch.



Back to the top