Problem with implement-interface wizard

2003-09-15 Thread Charles Sutton
I was trying to use the implement-interface wizard, which just looks awesome. So I went to my class, and did C-c C-v i The minibuffer read Interface name: and I entered DiscreteDistribution which is on my classpath and sourcepath. The response I got was Error: could not find

Problem with implement-interface wizard

2003-09-15 Thread Paul Kinnucan
Charles Sutton writes: I was trying to use the implement-interface wizard, which just looks awesome. So I went to my class, and did C-c C-v i The minibuffer read Interface name: and I entered DiscreteDistribution which is on my classpath and sourcepath

RE: Problem with implement-interface wizard

2003-09-15 Thread Petter Måhlén
september 2003 23:18 To: [EMAIL PROTECTED] Subject: Problem with implement-interface wizard I was trying to use the implement-interface wizard, which just looks awesome. So I went to my class, and did C-c C-v i The minibuffer read Interface name: and I entered

Re: Implement interface wizard.

2003-08-04 Thread Paul Kinnucan
at all in the implement interface wizard, or at least to make it optional. an alternative is to use the [EMAIL PROTECTED] inline tag. A combined solution would look like this: /** * [EMAIL PROTECTED] * * @see package.Class#origMethod */ The @see tag seems redundant

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

Implement Interface Wizard Not Working

2002-12-11 Thread Paul Kinnucan
Jeba Bhaskaran writes: When I try to use the Implement Interface wizard both from the JDE-Code Generation-Wizards and File-JDE New-Class options I am getting error messages. For example I created a TestIface interface in org package. I then try to implement the interface

Bug in Implement Interface Wizard

2002-12-11 Thread Alphonse Bendt
hi, i think i've found a small bug in the Implement Interface Wizard. If the implemented Interface methods contain Array Params the generated Parameternames contain a ';'. running the wizard on this interface: public interface TestI { public void example(String[] fst, String[] snd

Bug in Implement Interface Wizard

2002-12-11 Thread Paul Kinnucan
Hi Alphonse, Thanks for reporting this bug. I've fixed the wizard to generate names correctly for arrays of user-defined types, e.g. String[] stringArray. The fix will appear in the next release. Paul Alphonse Bendt writes: hi, i think i've found a small bug in the Implement Interface

Re: Implement Interface wizard

2001-09-10 Thread Paul Kinnucan
Javier Lopez [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Here is the fix for both errors. Javier -Original Message- From: Rafe Colburn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 10:01 AM To: [EMAIL PROTECTED] Subject: Implement Interface wizard