wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.97k stars 1.32k forks source link

Nullability Annotations to Java Classes - Model - List & Map & Set #19028

Open ParaskP7 opened 1 year ago

ParaskP7 commented 1 year ago

Parent #18915

This issue is about adding missing nullability annotations (@Nullable & @NonNull) to as many Java-related List & Map & Set model classes as possible, including fields, arguments, parameters, and return values.


Search: class . extends .List\<.> (file mask: `.java) Search: class .* extends .*Map\<.*\> (file mask:.java`) Search: class . extends .Set\<.> (file mask: *.java)

List (Outer):

List (Inner):

Map:

Set:

peril-wordpress-mobile[bot] commented 1 year ago
Fails
:no_entry_sign: Please add a type label to this issue. e.g. '[Type] Enhancement'

Generated by :no_entry_sign: dangerJS

peril-wordpress-mobile[bot] commented 1 year ago
Fails
:no_entry_sign: Please add a type label to this issue. e.g. '[Type] Enhancement'

Generated by :no_entry_sign: dangerJS

peril-wordpress-mobile[bot] commented 1 year ago
Fails
:no_entry_sign: Please add a type label to this issue. e.g. '[Type] Enhancement'

Generated by :no_entry_sign: dangerJS