Re: refactoring in jdee

2004-10-03 Thread Graham Bennett
version... But it was a nice start, perhaps it could be *the* refactoring tool for JDEE with the appropriate effort behind it. Hi Graham, Are you still having fun with FreeFactor? Hi Nascif, Unfortunately Freefactor hasn't been touched for quite a long time now. As you say, the error is probably

Re: refactoring in jdee

2004-10-02 Thread Suraj Acharya
Freefactor looks interesting, I like their idea of using gnuclient to allow the java process to evaluate expressions in emacs I wasn't able to get it to work though. After renaming jde-db-source-directories to jde-sourcepath and checking that gnudoit works I got this exception :

Re: refactoring in jdee

2004-10-01 Thread m0smith
By method extraction I mean, pulling a block out of a method and creating a new method with it. On Thu, 30 Sep 2004 11:03:54 -0700, Raul Acevedo [EMAIL PROTECTED] wrote: On Thu, 2004-09-30 at 12:01 -0600, m0smith wrote: Also, extracting a method woutld be very useful. Good lord that

Re: [jde] Re: refactoring in jdee

2004-10-01 Thread Phillip Lord
Raul == Raul Acevedo [EMAIL PROTECTED] writes: Raul On Thu, 2004-09-30 at 13:58 -0400, Matt Kurjanowicz wrote: The ability to change class names as well would be awesome :) Raul Yes, that would be cool also. In terms of priority, I'd Raul rather see variable and method refactoring

RE: refactoring in jdee

2004-10-01 Thread Nascif Abousalh-Neto
Another tool to consider is FreeFactor. It is in SourceForge, and it is already integrated with Emacs. It is still alpha, but is a good start for a true refactoring tool. http://sourceforge.net/projects/freefactor. A true refactoring tool needs access to the full syntactic tree of the source

RE: refactoring in jdee

2004-10-01 Thread Nascif Abousalh-Neto
: refactoring in jdee jde-usages doesn't parse any source at all, it only looks at byte-code from classes in jde-global-classpath. Suraj On Fri, 1 Oct 2004 12:36:57 -0400, Nascif Abousalh-Neto [EMAIL PROTECTED] wrote: Another tool to consider is FreeFactor. It is in SourceForge

refactoring in jdee

2004-09-30 Thread Paul Kinnucan
Raul Acevedo writes: I know this question comes up at least once a year. I figure it's about time to ask again, in case new tools have come up. How do you do refactoring in Emacs/JDEE? Are there plans to include refactoring into JDEE at some point? My plan originally was to use xref

Re: refactoring in jdee

2004-09-30 Thread Raul Acevedo
On Thu, 2004-09-30 at 13:50 -0400, Paul Kinnucan wrote: My plan originally was to use xref as a basis for factoring commands. Now it appears that jde-usages might be a better basis. I need input on what kind of factoring commands users want. I think just being able to refactor variable and

Re: refactoring in jdee

2004-09-30 Thread Matt Kurjanowicz
The ability to change class names as well would be awesome :) -Matt Kurjanowicz On Thu, 30 Sep 2004 10:54:50 -0700, Raul Acevedo [EMAIL PROTECTED] wrote: On Thu, 2004-09-30 at 13:50 -0400, Paul Kinnucan wrote: My plan originally was to use xref as a basis for factoring commands. Now it

Re: refactoring in jdee

2004-09-30 Thread Paul Kinnucan
Raul Acevedo writes: On Thu, 2004-09-30 at 13:50 -0400, Paul Kinnucan wrote: My plan originally was to use xref as a basis for factoring commands. Now it appears that jde-usages might be a better basis. I need input on what kind of factoring commands users want. I think just

Re: refactoring in jdee

2004-09-30 Thread m0smith
Also, extracting a method woutld be very useful. On Thu, 30 Sep 2004 10:54:50 -0700, Raul Acevedo [EMAIL PROTECTED] wrote: On Thu, 2004-09-30 at 13:50 -0400, Paul Kinnucan wrote: My plan originally was to use xref as a basis for factoring commands. Now it appears that jde-usages might be

Re: [jde] Re: refactoring in jdee

2004-09-30 Thread Raul Acevedo
On Thu, 2004-09-30 at 13:58 -0400, Matt Kurjanowicz wrote: The ability to change class names as well would be awesome :) Yes, that would be cool also. In terms of priority, I'd rather see variable and method refactoring first, since that's a bit more common. With jde-usages in place, adding

Re: refactoring in jdee

2004-09-30 Thread Raul Acevedo
On Thu, 2004-09-30 at 12:01 -0600, m0smith wrote: Also, extracting a method woutld be very useful. Good lord that sounds like dental work. :) What exactly is method extraction? Raul

RE: refactoring in jdee

2004-09-30 Thread Chitale, Sandip V
://www.jetbrains.com/idea/docs/help/editing/intentionactions.html ala Quick Fixes Regards, Sandip -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:51 AM To: Raul Acevedo Cc: [EMAIL PROTECTED] Subject: refactoring in jdee Raul Acevedo writes

Re: refactoring in jdee

2004-09-30 Thread Erik Curiel
Also, as long as we're writing down our Christmas wish-lists :) (it's a long list, and I certainly don't expect even a fraction of these to be done any time soon, if ever): 1) moving methods (both static and non-static) and static fields between classes 2) changing method signatures 3) making

Re: refactoring in jdee

2004-09-30 Thread Suraj Acharya
in emacs. Suraj On Thu, 30 Sep 2004 13:50:45 -0400, Paul Kinnucan [EMAIL PROTECTED] wrote: Raul Acevedo writes: I know this question comes up at least once a year. I figure it's about time to ask again, in case new tools have come up. How do you do refactoring in Emacs/JDEE

RE: refactoring in jdee

2004-09-30 Thread Paul Kinnucan
] Sent: Thursday, September 30, 2004 10:51 AM To: Raul Acevedo Cc: [EMAIL PROTECTED] Subject: refactoring in jdee Raul Acevedo writes: I know this question comes up at least once a year. I figure it's about time to ask again, in case new tools have come up. How do you do

RE: refactoring in jdee

2004-09-30 Thread Chitale, Sandip V
: refactoring in jdee Chitale, Sandip V writes: I guess we don't have to list each type of refactoring. We could get the readymade list from Eclipse or IDEA and then prioritize the list. Another cool thing in these IDEs is a notion of Quick Fixes, auto naming of local variables etc. How

refactoring in jdee

2004-09-29 Thread Raul Acevedo
I know this question comes up at least once a year. I figure it's about time to ask again, in case new tools have come up. How do you do refactoring in Emacs/JDEE? Are there plans to include refactoring into JDEE at some point? Raul