Skip to content

Test fix for null alert method

Pre-release
Pre-release
Compare
Choose a tag to compare
@thc202 thc202 released this 25 Aug 15:19
0f345d6
Initialise Alert's method to an empty string

The change prevents NullPointerException when testing for equality,
doing comparisons or obtaining the hash code if the alert no longer has
a message (thus the method was not being set to a non-null value).