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

[K2] Java nested classed are shown in inheritors #3363

Closed
atyrin opened this issue Nov 22, 2023 · 1 comment · Fixed by #3397
Closed

[K2] Java nested classed are shown in inheritors #3363

atyrin opened this issue Nov 22, 2023 · 1 comment · Fixed by #3397
Assignees
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Milestone

Comments

@atyrin
Copy link
Contributor

atyrin commented Nov 22, 2023

JavaParent.java

public class JavaParent {
    public static class NestedJavaParent{}
}

child.kt

class Child: JavaParent()

As a result, on the Child page NestedJavaParent is shown. Not happened in K1


image

Installation

  • Dokka version: 1.9.20

Parent: #3328

@atyrin atyrin added bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888 labels Nov 22, 2023
@vmishenev vmishenev added the upstream bug An issue that appears due to an upstream dependency bug, such as kotlin-compiler label Dec 4, 2023
@vmishenev vmishenev linked a pull request Dec 4, 2023 that will close this issue
@vmishenev
Copy link
Member

vmishenev commented Dec 4, 2023

@vmishenev vmishenev self-assigned this Mar 11, 2024
@vmishenev vmishenev removed the upstream bug An issue that appears due to an upstream dependency bug, such as kotlin-compiler label Mar 15, 2024
@IgnatBeresnev IgnatBeresnev added this to the Dokka 2.0.0 milestone Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants