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 - DialogFragment - SDK @Override Methods #19181

Open ParaskP7 opened 1 year ago

ParaskP7 commented 1 year ago

Parent #18911

This issue is about adding the missing nullability annotations (@Nullable & @NonNull) to all SDK @Override related methods to as many Java-related DialogFragment classes as possible.

FYI: As a reference , an example would be to add the missing @Nullable annotation to the Bundle savedInstanceState parameter of the @Override onCreateDialog(...) method. The missing @Nullable or @NonNull nullability annotation of the parameter (or return value) on any @Override method can known by simply going to the super method and seeing its signature.


### Tasks (`Vertical Approach (Safe)`)
- [ ] TODO
- [ ] TODO
- [ ] TODO
### Tasks (`Vertical Approach (Risky)`)
- [ ] TODO
- [ ] TODO
- [ ] TODO
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