You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
toCodeForSuffix and toCode
methods declare that they accept null as "suffix" and "prefix"
yet they fail to guard it use into String#startsWith and it gloriosly fail.
I've been using the empty string and not the null string to achieve the same
the constants resolution happily - after 2 or 3 years after finding the small bug only today managed to create this issue (two in a row, that's why).