Re: Implement interface wizard.

2003-08-04 Thread Paul Kinnucan
Ole Arndt writes: Andy, Eric, Paul, [EMAIL PROTECTED] writes: I'd like to point out that if a method from an interface has no javadoc, the javadoc program will copy the documentation from the interface itself. Consequently, it might be a reasonable default to generate no javadoc

RE: Implement interface wizard.

2003-08-04 Thread Eric . D . Friedman
Sounds good to me. -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 10:16 AM To: Ole Arndt Cc: jde Subject: Re: Implement interface wizard. Ole Arndt writes: Andy, Eric, Paul, [EMAIL PROTECTED] writes: I'd like to point out

Re: Implement interface wizard.

2003-08-04 Thread Ole Arndt
Hi, Paul Kinnucan [EMAIL PROTECTED] writes: The @see tag seems redundant to me. Also please note that @inheritDoc will not work for JDK releases earlier than JDK 1.4. So I'd like to offer an alternative proposal: If the JDK version used to generate the skeleton method implementation is

Re: Implement Interface wizard

2001-09-10 Thread Paul Kinnucan
Hi Javier, I cannot reproduce the unbalanced parentheses problem when using the interface wizard. Furthermore, your fix breaks the usage of the interface wizard in the JDE new class template. You or Rafe should provide an explicit example where the interface wizard fails. Regards, - Paul