mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8020278: NPE in javadoc
Reviewed-by: mcimadamore, vromero
This commit is contained in:
parent
617386d568
commit
9dd2fe90d4
4 changed files with 32 additions and 1 deletions
13
langtools/test/tools/doclint/BadPackageCommentTest.java
Normal file
13
langtools/test/tools/doclint/BadPackageCommentTest.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* @test /nodynamiccopyright/
|
||||
* @bug 8020278
|
||||
* @summary NPE in javadoc (bad handling of bad tag in package-info.java)
|
||||
* @build DocLintTester
|
||||
* @run main DocLintTester -ref BadPackageCommentTest.out BadPackageCommentTest.java
|
||||
*/
|
||||
|
||||
/**
|
||||
* abc.
|
||||
* @@@
|
||||
*/
|
||||
package p;
|
Loading…
Add table
Add a link
Reference in a new issue