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
I'm going to fix a potential NPE in the code base. I thought it would be helpful to annotate the potentially-null-variable as @Nullable. I see you don't do this anywhere yet. Do you have any plans to do this? Did you explicitly not do this?
The text was updated successfully, but these errors were encountered:
back when the library was developed there was no preferred way of annotating arguments with @nullable nor @NotNull. I'm currently in the process of rewriting the library in Kotlin, so I believe that will fix the problem here
I'm going to fix a potential NPE in the code base. I thought it would be helpful to annotate the potentially-null-variable as
@Nullable
. I see you don't do this anywhere yet. Do you have any plans to do this? Did you explicitly not do this?The text was updated successfully, but these errors were encountered: