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
Multiple properties of the Jira domain classes in io/github/mojira/arisa/domain are marked as nullable.
It would be good to verify whether all of properties are correctly marked as nullable / non-null to avoid NullPointerExceptions at runtime and to avoid redundant null checks.
Currently it appears for multiple properties marked as nullable, modules assume they are always non-null.
The text was updated successfully, but these errors were encountered:
The Problem
Multiple properties of the Jira domain classes in
io/github/mojira/arisa/domain
are marked as nullable.It would be good to verify whether all of properties are correctly marked as nullable / non-
null
to avoidNullPointerException
s at runtime and to avoid redundantnull
checks.Currently it appears for multiple properties marked as nullable, modules assume they are always non-
null
.The text was updated successfully, but these errors were encountered: