You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about adding missing nullability annotations (@Nullable & @NonNull) to as many Java-related Plugin sql-utils & model classes as possible, including fields, arguments, parameters, and return values.
Parent #2799
This issue is about adding missing nullability annotations (
@Nullable
&@NonNull
) to as many Java-relatedPlugin
sql-utils & model classes as possible, including fields, arguments, parameters, and return values.plugin
model packageFYI: Note that these model classes are associated with PluginSqlUtils.kt and PluginSqlUtilsWrapper.kt, which are Kotlin classes already.
The text was updated successfully, but these errors were encountered: