[jdk17u-dev] Integrated: 8268582: javadoc throws NPE with --ignore-source-errors option

Alexey Pavlyutkin duke at openjdk.org
Tue May 23 15:20:20 UTC 2023


On Wed, 9 Feb 2022 13:37:14 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:

> I'd like to backport JDK-8268582 to jdk17u-dev
> 
> The patch fixes javadoc NPE when using the --ignore-source-errors option with an non-existing type.
> 
> Original patch applied cleanly
> 
> Verification: `javadoc --ignore-source-errors ./Test.java` where Test.java has the following content
> 
> 
> import invalid.example.OtherClass;
> 
> public class Test<T> extends OtherClass<T> {
> 
> }
> 
> 
> Regression: langtools_javadoc (20.04/amd64)

This pull request has now been integrated.

Changeset: 17b36401
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/17b364016fe54311d8ed173abf7c42b713011fa1
Stats:     21 lines in 2 files changed: 16 ins; 0 del; 5 mod

8268582: javadoc throws NPE with --ignore-source-errors option

Backport-of: 0dfb3a705d2ad0ce4ac0f7dd18fb65d7ae735f16

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

PR: https://git.openjdk.org/jdk17u-dev/pull/152


More information about the jdk-updates-dev mailing list