Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush
Description
When a pushConfiguration is not specified when a Notification is instantiated an invocation to its equals(...) method can lead to an NPE.
Added a guard for null. If both source and target are null equals results in true for this class member, otherwise if source is not null and source equals target the result is true as well. Marking this one as FIXED.