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

Dokka prints not-yet-loaded-registry warnings #2559

Closed
owengray-google opened this issue Jun 30, 2022 · 1 comment · Fixed by #2563
Closed

Dokka prints not-yet-loaded-registry warnings #2559

owengray-google opened this issue Jun 30, 2022 · 1 comment · Fixed by #2563
Labels
bug feedback: Google An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs

Comments

@owengray-google
Copy link
Contributor

Describe the bug
WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry
is printed several times.
This occurs during the generating documentation models step. It appears in bugs by other developers; I do not believe it is specific to our setup. I tested it by running base dokka (not dackka) against the androidx codebase; it appeared twelve times.
This error may be coming from com.intellij.openapi.util.registry.RegistryValue.

Expected behaviour
If dokka would produce warnings that are not actionable by clients, they are suppressed (or fixed) in the library itself.

@IgnatBeresnev IgnatBeresnev added the feedback: Google An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs label Jul 1, 2022
@owengray-google
Copy link
Contributor Author

Note: this also occurs several times when running any java-source unit test in the dackka checkout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feedback: Google An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants