Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 298322 checked into trunk - NPE for ElementCollection mapping with Map type in MapContainerPolicy.compareKeys

https://bugs.eclipse.org/bugs/show_bug.cgi?id=298322

Fix avoids a possible NPE by doing a null check before attempting a .equals check

Setting bug to P1 for 2.1.1, so it will be included in 2.1.1 when the stream
opens.

Reviewed by: Tom Ware - reviewed community-submitted fix

Add mapping and test to Inherited model and tested with JPA and Core LRG


Back to the top