This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] More List fixes


>>>>> "Fernando" == Fernando Nasser <fnasser@redhat.com> writes:

Fernando> Properly implementing replaceItem fixes several annoyances I was
Fernando> seeing in our AWT List when compared to Sun's one.

Fernando>          * java/awt/peer/ListPeer.java: Add new method to interface.

There's been some discussion about trying to make our peers conform to
the JDK specification, even though it is undocumented.  It turns out
there are other peer implementations around, it might be useful to let
them work with our implementation.

Most of the peer interfaces can be reverse engineered pretty easily,
so this is at least mostly possible.

What do you think about the compatibility idea?
Would it be hard to fix these bugs without adding a new method here?

If so, let's just go ahead.  The patch itself is fine.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]