Java 8 RFR 8020539: Clean up doclint problems in java.util package, part 2

Brian Burkhalter brian.burkhalter at oracle.com
Thu Jul 18 21:19:35 UTC 2013


On Jul 17, 2013, at 10:07 PM, Joe Darcy wrote:

> In Random.java, I would prefer if the <font> size manipulation of the exponent was removed instead of
> 
> 373      * All 2<fontstyle="font-size:smaller;"><sup>24</sup></font> possible {@code float} values
> 
> just
> 
> 373      * All 2<sup>24</sup> possible {@code float} values.

Done.

> Also, I think the changes in Scanner would be better of the JLS-style grammar syntax was used, which is what is done in places like java.lang.*. From memory,
> 
> NonTerminal:
>    First Option of the production
>    Second Options of the production

Changes made but I'm not sure that they are exactly as expected:

http://cr.openjdk.java.net/~bpb/Scanner.html

> Offhand, I wasn't aware Dequeue and Queue were maintained in Doug's CVS, but I agree changes to those files should flow through there first.

Deque and Queue removed from the webrev:

http://cr.openjdk.java.net/~bpb/8020539/

Thanks,

Brian


More information about the core-libs-dev mailing list