Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There is a chance that a conflated value causes in NPE during gii for ha region queue.
The following line should probably have a check to make sure val is not null.
if (val.getEventId() != null) { // bug #44959 null event ID caused NPE