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] Replace org.jetbrains with androidx annotations #2804

Merged

Conversation

ParaskP7
Copy link
Contributor

@ParaskP7 ParaskP7 commented Aug 9, 2023

Parent #2795
Closes #2803

This PR replaces:

  • All occurrences of org.jetbrains.annotations.Nullable with the androidx.annotation.Nullable annotation, and
  • All occurrences of org.jetbrains.annotations.NotNull with the androidx.annotation.NonNull annotation.

To test:

  1. There is nothing much to test here.
  2. Verifying that all the CI checks are successful should be enough.
  3. However, if you really want to be thorough, quickly smoke test the example app and see if it is working as expected.

Copy link
Contributor

@mkevins mkevins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job tracking these down Petros! 👍

@ParaskP7 ParaskP7 merged commit 57ef814 into trunk Aug 11, 2023
12 checks passed
@ParaskP7 ParaskP7 deleted the analysis/replace-org.jetbrains-with-androidx-annotations branch August 11, 2023 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nullability Annotations to Java Classes - Replace org.jetbrains with androidx Annotations
2 participants