8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
![]() |
=== 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".
|
||
|
|