Open ParaskP7 opened 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
Fails | |
---|---|
:no_entry_sign: | Please add a type label to this issue. e.g. '[Type] Enhancement' |
Generated by :no_entry_sign: dangerJS
Fails | |
---|---|
:no_entry_sign: | Please add a type label to this issue. e.g. '[Type] Enhancement' |
Generated by :no_entry_sign: dangerJS
Parent #18904
This issue is about adding missing nullability annotations (
@Nullable
&@NonNull
) to as many Java-relatedUtils
classes as possible, including fields, arguments, parameters, and return values.FYI: As a reference, few examples of such classes are AnalyticsUtils.java and ReaderHtmlUtils.java.