8020278: NPE in javadoc

Reviewed-by: mcimadamore, vromero
This commit is contained in:
Jonathan Gibbons 2013-07-12 13:11:12 -07:00
parent 617386d568
commit 9dd2fe90d4
4 changed files with 32 additions and 1 deletions

View 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;