commit | 1193a4812242e891c792532e3911e9669928ac40 | [log] [tgz] |
---|---|---|
author | David Minsky <david.minsky@oracle.com> | Tue Oct 25 14:49:53 2016 -0400 |
committer | David Minsky <david.minsky@oracle.com> | Tue Oct 25 14:49:53 2016 -0400 |
tree | 012b78ad1f71cb5091973bef4ad91ff4b7645183 | |
parent | 1e8cf08545f7b27a70dcfd6b33a8b4d6ce8da4cd [diff] |
Bug 506459 - NPE in CoreAttributeGroup toStringItems when items attribute is null - Fix resolves the issue in CoreAttributeGroup.toStringItems() by adding a missing null check for the items attribute on the CoreAttributeGroup before accessing this attribute, preventing a NPE when toString() is invoked. Signed-off-by: David Minsky <david.minsky@oracle.com> Reviewed-by: Petros Splinakis <petros.splinakis@oracle.com>
The EclipseLink project's goal is to provide a complete persistence framework that is both comprehensive and universal. It will run in any Java environment and read and write objects to virtually any type of data source, including relational databases, XML, JSON, or EIS systems. EclipseLink will focus on providing leading edge support, including advanced feature extensions, for the dominant persistence standards for each target data source; Java Persistence API (JPA) for relational databases, Java API for XML Binding (JAXB) for XML, Java Connector Architecture (JCA) for EIS and other types of legacy systems, and Service Data Objects (SDO).