Possible HashMap update

Doug Lea dl at cs.oswego.edu
Wed Aug 14 11:02:39 UTC 2013


On 08/13/13 17:18, Joe Darcy wrote:

>> While I haven't touched it lately (I've been distracted with a
>> lot of other things), last I left it, it seemed integratable.
>> I haven't seen any list traffic that seems applicable,
>> except for Remi's, that I ought to reply to...
>
> Have you seen the patch from Dan Smith which would revolve all the javac lint
> warnings in HashMap?
>

I don't think any of these apply.

Courtesy of Martin, we now screen every build/commit for lint and
doclint warnings. I just reran with current version and doclint picked
up a ">" in a "pre". Now fixed.

Aside: What's up with doclint complaining about no comments
on package declarations? Who puts doc comments on package
declarations?


     [javac] /home/dl/concurrent/src/main/java/util/HashMap.java:26: warning: no 
comment
     [javac] package java.util;

-Doug




More information about the core-libs-dev mailing list