Integrated: 8251123: doclint warnings about missing javadoc tags and comments

2020-10-06 Thread Sergey Bylokhov
On Fri, 25 Sep 2020 21:45:39 GMT, Sergey Bylokhov wrote: > We have a number of missing javadoc tags and comments in the desktop module. > Most of the missing comments are related to the serialized form. > > The fix: > - Adds missing comments to the non-static/non-transient fields(even > priva

Re: RFR: 8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly

2020-10-06 Thread Roger Riggs
On Mon, 5 Oct 2020 22:23:56 GMT, Ian Graves wrote: > The `java.util.Formatter` format specifies support for field widths, argument > indexes, or precision lengths of a field > that relate to the variadic arguments supplied to the formatter. These > numbers are specified by integers, sometimes >

Re: RFR: 8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly

2020-10-06 Thread Ian Graves
On Tue, 6 Oct 2020 13:55:55 GMT, Roger Riggs wrote: >> The `java.util.Formatter` format specifies support for field widths, >> argument indexes, or precision lengths of a field >> that relate to the variadic arguments supplied to the formatter. These >> numbers are specified by integers, someti