Skip to content

Fix NonNull and Nullable annotation links #4286

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

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

daymxn
Copy link
Member

@daymxn daymxn commented Nov 4, 2022

Per b/257285420, this fixes the @NonNull and @Nullable annotation links in the Dackka output redirecting to a 404 page.

This occurred because those annotations were being provided by androidx.annotation, wheres we don't actually have any androidx package-list files for our external links during doc generation. Looking through the source, the only public API that even uses androidx seems to be pulling from the annotation artifact- so instead of creating a new file for it, I just added a reference to androidx.annotation below our already existing android.annotation in our package-list files.

@daymxn daymxn requested review from vkryachko and rlazo November 4, 2022 17:34
@daymxn daymxn self-assigned this Nov 4, 2022
@daymxn daymxn closed this Nov 7, 2022
@daymxn daymxn reopened this Nov 7, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2022

Unit Test Results

   395 files  ±0     395 suites  ±0   18m 58s ⏱️ -44s
4 730 tests ±0  4 708 ✔️ ±0  22 💤 ±0  0 ±0 
4 746 runs  ±0  4 724 ✔️ ±0  22 💤 ±0  0 ±0 

Results for commit a906e82. ± Comparison against base commit 82dc688.

♻️ This comment has been updated with latest results.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 7, 2022

@daymxn daymxn closed this Nov 7, 2022
@daymxn daymxn reopened this Nov 7, 2022
@daymxn daymxn merged commit 31ab674 into master Nov 8, 2022
@daymxn daymxn deleted the daymon-fix-nonnull-annotation-links branch November 8, 2022 17:47
davidmotson pushed a commit that referenced this pull request Nov 28, 2022
@firebase firebase locked and limited conversation to collaborators Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants