Defect HC-5371

Creating condition groups throws null pointer exception after migration to V9

Software

Customer case Applies to Corrected in
CS0132455 V9.0.1.11 9.0.1.14

Observed behavior

When creating AND conditions for the catalog filter, a null pointer exception can be thrown.

Expected behavior

The flexibility of the catalog filter tool allows for empty conditions to be created. If the first element in the snippet list being used for the AND condition is null, a null pointer exception will be raised during construction of the filter rule.

Resolution

The code was fixed to add an additional null check to ensure the exception cannot happen.