rspec/rules/S2789/java/message.adoc

8 lines
242 B
Plaintext
Raw Normal View History

=== Message
* Remove this null-check of an "Optional".
* Methods with an "Optional" return type should never return null.
* Methods with an "Optional" return type should not be "@Nullable".
* "Optional" variables should not be "@Nullable".