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
The Eclipse compiler offers the possibility to do Null analysis. For this custom Nullable and NonNull annotations exist.
We should change the existing Nullable annotations to come from the eclipse jdt package and enable the analysis.
The text was updated successfully, but these errors were encountered:
The Eclipse compiler offers the possibility to do Null analysis. For this custom
Nullable
andNonNull
annotations exist.We should change the existing
Nullable
annotations to come from the eclipse jdt package and enable the analysis.The text was updated successfully, but these errors were encountered: