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
NullAway complains about the sInstances.get(), but it should complain about the synchronized (sInstances), since that's the first line that would throw a NPE if sInstances were null.
The text was updated successfully, but these errors were encountered:
(not very important bug figured it's worth an issue).
For the following code snippet:
NullAway complains about the
sInstances.get()
, but it should complain about thesynchronized (sInstances)
, since that's the first line that would throw a NPE ifsInstances
werenull
.The text was updated successfully, but these errors were encountered: