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 SqlUtils & Model classes as possible, including fields, arguments, parameters, and return values.
PS: Although the main focus is on Java-related SqlUtils & Model classes, this issue will cover the whole persistence and model packages.
Parent #2795
This issue is about adding missing nullability annotations (
@Nullable
&@NonNull
) to as many Java-relatedSqlUtils
&Model
classes as possible, including fields, arguments, parameters, and return values.PS: Although the main focus is on Java-related
SqlUtils
&Model
classes, this issue will cover the wholepersistence
andmodel
packages.Search:
class .*SqlUtils
(file mask:*.java
)Search:
implements InsertMapper
(file mask:*.java
)Search:
class .*Model
(file mask:*.java
)plugin
model packagenetwork
packageTasks
The text was updated successfully, but these errors were encountered: