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'd like to have a @NonNullByDefault annotation, to replace an annotation from FindBugs.
I'm looking to replace FindBugs because it is dormant and their annotations don't work in GitHub Actions.
The text was updated successfully, but these errors were encountered:
In the Nullness Checker, @NonNull is the default. Therefore, there is no need for a @NonNullByDefault annotation, which would have no effect. You can just remove @NonNullByDefault annotations when switching to a more modern set of annotations such as those of the Checker Framework.
I'd like to have a
@NonNullByDefault
annotation, to replace an annotation from FindBugs.I'm looking to replace FindBugs because it is dormant and their annotations don't work in GitHub Actions.
The text was updated successfully, but these errors were encountered: