RE: 8157682: @inheritDoc doesn't work with @exception

2019-09-27 Thread Yano, Masanori
r, > is that correct? > > I'll sponsor your change, filing an issue, posting a webrev and getting > a review. > > -- Jon > > On 9/25/19 6:41 PM, Yano, Masanori wrote: > > Hello. > > > > TagletManager registers a SimpleTaglet for handling @exception tags. &

8157682: @inheritDoc doesn't work with @exception

2019-09-25 Thread Yano, Masanori
Hello. TagletManager registers a SimpleTaglet for handling @exception tags. But because inherit() method of SimpleTaglet handles only the first encountered tag, two or more @exception tags cannot be handled by this way. In addition, this method cannot inherit description from @throws tags of supe