You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/02/25 19:09:30 UTC

DO NOT REPLY [Bug 27231] - [collections] Change to HashEntry inner class of AbstractHashedMap

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27231>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27231

[collections] Change to HashEntry inner class of AbstractHashedMap

heuermh@acm.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Change to HashEntry inner   |[collections] Change to
                   |class of AbstractHashedMap  |HashEntry inner class of
                   |                            |AbstractHashedMap



------- Additional Comments From heuermh@acm.org  2004-02-25 18:09 -------
Added [collections] to bug summary.

Does changing HashEntry from a protected static inner class to a public inner
interface break binary compatibility?  Perhaps if you were to introduce an inner
interface called something other than HashEntry and have the existing HashEntry
class implement it, that would work.

see
> http://www.eclipse.org/eclipse/development/java-api-evolution.html

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org