You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "rpuch (via GitHub)" <gi...@apache.org> on 2023/05/10 06:53:26 UTC

[GitHub] [ignite-3] rpuch commented on pull request #2040: IGNITE-19437 Add @NotNull checks for generated messages

rpuch commented on PR #2040:
URL: https://github.com/apache/ignite-3/pull/2040#issuecomment-1541446928

   https://cwiki.apache.org/confluence/display/IGNITE/Java+Code+Style+Guide
   
   Rule 2.1 prohibits using `@NotNull` as anything not annotated with `@Nullable` should be treated as non-null.
   
   If this change is really needed, code style guide has to be updated first, probably.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org