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
With Kotlin, you shouldn't get unchecked NullPointerExceptions or the related IllegalArgumentException. However, sometimes, Colors and Teams aren't initialised even though they should be, resulting in exceptions that shouldn't exist.
anarchuser
changed the title
Color initialisation fails in some places, leading to obscure IllegalArgumentExceptionsColor, ITeam and Team don't get initialised when they should be
Sep 22, 2020
anarchuser
changed the title
Color, ITeam and Team don't get initialised when they should be
Color, ITeam and Team don't get initialised when they should be
Sep 22, 2020
Potential reason: XStream doesn't serialise them properly
anarchuser
changed the title
Color, ITeam and Team don't get initialised when they should be
Color and Team don't get initialised when they should be
Sep 22, 2020
With Kotlin, you shouldn't get unchecked
NullPointerException
s or the relatedIllegalArgumentException
. However, sometimes, Colors and Teams aren't initialised even though they should be, resulting in exceptions that shouldn't exist.7042b6b (#294) fails due to this.
The text was updated successfully, but these errors were encountered: