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

Alexey Pavlyutkin duke at openjdk.org
Mon May 22 15:04:07 UTC 2023


On Mon, 22 May 2023 07:53:38 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)
>
> Alexey Pavlyutkin has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - Merge branch 'backport-0dfb3a7' of https://github.com/apavlyutkin/jdk17u-dev into backport-0dfb3a7
>  - Backport 0dfb3a705d2ad0ce4ac0f7dd18fb65d7ae735f16
>  - Backport 0dfb3a705d2ad0ce4ac0f7dd18fb65d7ae735f16

fixed

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

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


More information about the jdk-updates-dev mailing list