Integrated: 8332039: Cannot invoke "com.sun.source.util.DocTreePath.getTreePath()" because "path" is null

Hannes Wallnöfer hannesw at openjdk.org
Tue Jun 4 17:24:03 UTC 2024


On Thu, 23 May 2024 10:39:52 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> Please review a patch to fix a NPE thrown when a `@since` tag inherited by a nested class contains a nested inline tag. The solution is to make `CommentHelper.getDocTreePath(DocTree)` able to handle block tags inherited by nested classes.

This pull request has now been integrated.

Changeset: a706e35b
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a706e35b12addff987b489059be8f240c60fae75
Stats:     68 lines in 2 files changed: 49 ins; 3 del; 16 mod

8332039: Cannot invoke "com.sun.source.util.DocTreePath.getTreePath()" because "path" is null

Reviewed-by: jjg

-------------

PR: https://git.openjdk.org/jdk/pull/19363


More information about the javadoc-dev mailing list