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

Goetz Lindenmaier goetz at openjdk.org
Mon May 22 06:55:58 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)

Hi @apavlyutkin 
please enable pre-submit tests and merge head to restart the testing.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/152#issuecomment-1556638614


More information about the jdk-updates-dev mailing list