Re: GNU Emacs as a lightweight Java IDE - 2 (Refactoring)

Eric Ludlam <[email protected]> Sun, 1 Dec 2019 16:46:46 -0500
Newsgroups gmane.emacs.semantic
Message-ID <[email protected]>
Hi Anand,

Looks good!  It is nice to see the tools let you work across langauges 
as well.  These are the types of tools cedet was meant to support, even 
though I never got that far.

It would be nice to share the tools in broader circles in case others 
can adapt to even more languages.  I'm not sure how many are left on 
this mailing list.

Eric

On 12/1/19 3:55 AM, Anand Tamariya wrote:
> Hi,
> I've implemented following refactoring commands for Java.
> - Extract method
> - Extract interface
> - Implement interface
> - Pull up method
> - Find references
> - Rename variables and methods
> 
> The video also demonstrates power of CEDET semantic. Same command is 
> used to extract method both from Java and Lisp code. It might still be 
> rough around the edges. Patches and feedback are welcome.
> 
> Demo:
> https://youtu.be/zmRac_BNbv0
> 
> Regards,
> Anand
> 
> 
> _______________________________________________
> cedet-semantic mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cedet-semantic
>