At 10:28 PM 7/31/00 -0700, [EMAIL PROTECTED] wrote:
>Paul and jde friends,
>
>Thanks for providing the source so quickly. There is indeed a bug
>in DelegateFactory.java and in InterfaceFactory.java. Namely,
>the res variable on line 261 is redefined inside of a loop, clobbering
>all additions except for those made on the final iteration. Since
>java.lang.Object's methods are the last in the Enumeration, they're
>the only signatures the DelegateFactory generates.
>
>While fixing these problems, I've rewritten both of these methods to use
>StringBuffer.append() instead of String concatenation for obvious reasons.
>
Thanks. I'll incorporate your fixes.
>I wish someone would provide the JDE with a CVS home so that we didn't
>have to rely on mail attachments to submit patches. Is this what
>SourceForge does?
>
A CVS repository containing the latest tested source for the JDE has
existed at Sunsite Denmark for more than a year. Sunsite Denmark also hosts
mailing lists for discussing JDE development issues and submitting patches.
See the Developer's Corner page on the JDE website for information on
accessing the repository and subscribing to the mailing lists.
- Paul