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
A lot of places now have @nonnull and @nullable annotations to provide hints to static analyses tools, but this doesn't add any value in runtime conditions.
It would be nice if Simple Java Mail implemented defensive null/empty checks on all required parameters, so we can Fail Fast.
Annotations
The text was updated successfully, but these errors were encountered:
A lot of places now have @nonnull and @nullable annotations to provide hints to static analyses tools, but this doesn't add any value in runtime conditions.
It would be nice if Simple Java Mail implemented defensive null/empty checks on all required parameters, so we can Fail Fast.
Annotations
The text was updated successfully, but these errors were encountered: