Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Refactoring Support: All Methods of a Class
Refactoring Support: All Methods of a Class [message #154742] Fri, 16 April 2004 17:44 Go to next message
Eclipse UserFriend
Can I add single line of System.out to all Java Methods using Refactoring
Support instead of going and adding it for Each Method Manually? Thanks.
Re: Refactoring Support: All Methods of a Class [message #154767 is a reply to message #154742] Fri, 16 April 2004 18:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: akiezun.to.reply.remove.whats.unneeded.mit.edu

rohitsoftware wrote:
> Can I add single line of System.out to all Java Methods using Refactoring
> Support instead of going and adding it for Each Method Manually? Thanks.
>

no, unless you write your own refactoring
a.
Re: Refactoring Support: All Methods of a Class [message #154976 is a reply to message #154742] Mon, 19 April 2004 15:55 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

rohitsoftware wrote:

> Can I add single line of System.out to all Java Methods using Refactoring
> Support instead of going and adding it for Each Method Manually? Thanks.
>

Aspect-oriented techniques are useful for this kind of thing.
http://aosd.net/

You can investigate the AspectJ plug-in to learn more.
http://eclipse.org/aspectj/

HTH,
Eric
--
Most people are about as happy as they make up their minds to be.
Previous Topic:CVS Newbie Question: re-use information from different projects & CVS.
Next Topic:Why my action doesn't work like showed in Eclipse help?
Goto Forum:
  


Current Time: Sat Jul 19 04:31:53 EDT 2025

Powered by FUDForum. Page generated in 0.06997 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top