Re: [cp-patches] FYI: XMLEncoder - less dependencies bugfix

2006-01-29 Thread Mark Wielaard
Hi Robert, On Tue, 2006-01-24 at 18:07 +0100, Robert Schuster wrote: The funny thing is that the whole behavior depends on three places. Two of them were implemented already because they are part of the spec. The final component consists only of one line (calling super.inititialize() in

Re: [cp-patches] FYI: XMLEncoder - less dependencies bugfix

2006-01-29 Thread Robert Schuster
Hi Mark, This cleans up the code very nicely. Good catch! 2006-01-24 Robert Schuster [EMAIL PROTECTED] * java/beans/XMLEncoder.java: (writeExpression): Added early return (fixes PR #25941). * java/beans/Encoder: Removed unused imports.

[cp-patches] FYI: XMLEncoder - less dependencies bugfix

2006-01-24 Thread Robert Schuster
Hi, I spend some time finding out how the JDK makes it possible that a PersistenceDelegate registered for AbstractMap is used for all its subclasses. The funny thing is that the whole behavior depends on three places. Two of them were implemented already because they are part of the spec. The

Re: [cp-patches] FYI: XMLEncoder - less dependencies bugfix

2006-01-24 Thread Robert Schuster
Hi, the changelog was missing the info about the changes in DefaultPersistenceDelegate. Fixed that. 2006-01-24 Robert Schuster [EMAIL PROTECTED] * java/beans/XMLEncoder.java: (writeExpression): Added early return (fixes PR #25941). * java/beans/Encoder: Removed unused