[JDK-8176402] parameter name switcharoo in ConcurrentHashMap - Java Bug System
As discovered by a new errorprone check (by examining corresponding constructor parameter names) that the order of constructor parameters in some CHM classes was inadvertently switched. But this mistake was benign, because the using classes simply called super with the wrong order - here 2 wrongs made a right. But needs fixing anyways.
Read full article from [JDK-8176402] parameter name switcharoo in ConcurrentHashMap - Java Bug System
No comments:
Post a Comment