8177280: @see {@link} syntax should allow generic types

8237826: DocTrees should provide getType(DocTreePath) method

Reviewed-by: jjg
This commit is contained in:
Hannes Wallnöfer 2020-05-29 14:28:13 +02:00
parent c0a1a4e4fc
commit b43f356288
15 changed files with 371 additions and 191 deletions

View file

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 8004832 8020556 8002154 8200432
* @bug 8004832 8020556 8002154 8200432 8177280
* @summary Add new doclint package
* @modules jdk.compiler/com.sun.tools.doclint
* @build DocLintTester