Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
10.3.1.4
-
None
-
None
Description
Encountered a NPE that doesn't make it to the application/end-user when debugging test jdbcapi/DataSourceTest in one of my eclipse workspaces;
org/apache/derby/client/am/ProductLevel
constructor;
versionLevel_ = Integer.parseInt(productID.substring(3,5));
NPE because productID was null
Attachments
Issue Links
- is related to
-
DERBY-3407 Incorrectly specifying database name with JDBC protocol causes unhelpful error message in client data sources
- Closed
- relates to
-
DERBY-2492 convert checkDataSource, checkDataSource30 and checkDriver.java to junit
- Closed