Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullability Annotations to Java Classes - SqlUtils & Model - Taxonomy & Term #2839

Closed
Tracked by #2799
ParaskP7 opened this issue Sep 5, 2023 · 0 comments · Fixed by #2851
Closed
Tracked by #2799

Nullability Annotations to Java Classes - SqlUtils & Model - Taxonomy & Term #2839

ParaskP7 opened this issue Sep 5, 2023 · 0 comments · Fixed by #2851
Assignees

Comments

@ParaskP7
Copy link
Contributor

ParaskP7 commented Sep 5, 2023

Parent #2799

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

FYI: Only TermModel.java model class is associated with the TaxonomySqlUtils.java sql-utils class. The TaxonomyModel.java is only associated with the TaxonomyStore.java store class.

@ParaskP7 ParaskP7 self-assigned this Sep 5, 2023
@ParaskP7 ParaskP7 changed the title Nullability Annotations to Java Classes - SqlUtils & Model - Taxonomy Nullability Annotations to Java Classes - SqlUtils & Model - Taxonomy & Term Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment