Javadoc nit Throwable#getStackTraceElement
Bernd
ecki at zusammenkunft.net
Sun Mar 22 08:47:26 UTC 2015
Oh yes, sorry of course. My report was about the wrong % entity escape. The
expression should be >= like before.
Greetings
Bernd
David Holmes <david.holmes at oracle.com> schrieb am So., 22. Mär. 2015 09:37:
> On 22/03/2015 9:54 AM, Bernd Eckenfels wrote:
> > There is an typo in the javadoc,
> >
> > * @throws IndexOutOfBoundsException if <tt>index %lt; 0 ||
> > * index >= getStackTraceDepth() </tt>
> >
> > Maybe using {@code index < 0 || index > getStackTraceDepth()} would be
> > better here?
>
> Don't we index from zero to getStackTraceDepth()-1 ? So >= would be
> correct.
>
> David
>
> > Gruss
> > Bernd
> >
>
More information about the core-libs-dev
mailing list