Skip to content

[K2] Incorrect link for methods with parameters in Java stdlib #3355

@atyrin

Description

@atyrin
/**
 * @see [java.applet.AppletContext.showDocument] reference
 */
class X

For K1 link was: https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/applet/AppletContext.html#showDocument(java.net.URL)

For K2, the parameter is handled as nullable: https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/applet/AppletContext.html#showDocument(java.net.URL?)

That leads to incorrect navigation to javadoc.

Installation

  • Dokka version: 1.9.20

Parent: #3328

Metadata

Metadata

Assignees

Labels

bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions