Re: RFR: 8287333: Clean up ParamTaglet and ThrowsTaglet [v3]

2022-06-07 Thread Jonathan Gibbons
On Tue, 7 Jun 2022 00:35:56 GMT, Pavel Rappo wrote: >> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ParamTaglet.java >> line 92: >> >>> 90: ? utils.getTypeParamTrees(ee) >>> 91: : utils.getParamTrees(ee); >>> 92: List

Re: RFR: 8287333: Clean up ParamTaglet and ThrowsTaglet [v3]

2022-06-06 Thread Pavel Rappo
On Mon, 6 Jun 2022 21:27:25 GMT, Jonathan Gibbons wrote: >> Pavel Rappo has updated the pull request incrementally with three additional >> commits since the last revision: >> >> - Remove upper-bounded wildcard >> >>This change simplifies code without any disadvantages: >> >>

Re: RFR: 8287333: Clean up ParamTaglet and ThrowsTaglet [v3]

2022-06-06 Thread Jonathan Gibbons
On Fri, 3 Jun 2022 14:47:13 GMT, Pavel Rappo wrote: >> A cleanup to facilitate fixing bugs like JDK-6509045: `{@inheritDoc}` only >> copies one instance of the specified exception. > > Pavel Rappo has updated the pull request incrementally with three additional > commits since the last

Re: RFR: 8287333: Clean up ParamTaglet and ThrowsTaglet [v3]

2022-06-03 Thread Pavel Rappo
> A cleanup to facilitate fixing bugs like JDK-6509045: `{@inheritDoc}` only > copies one instance of the specified exception. Pavel Rappo has updated the pull request incrementally with three additional commits since the last revision: - Remove upper-bounded wildcard This change