CSC/ECE 517 Fall 2009/wiki1a 9 mk: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
===Features of some Refactoring Tools=== | ===Features of some Refactoring Tools=== | ||
====Java Refactoring Tool, Eclipse==== | ====Java Refactoring Tool, Eclipse==== | ||
"This is a string" =~ /is/ | |||
>> 2 | |||
"This is a string" =~ /hello/ | |||
>> nil | |||
====Ruby Refactoring Tool, Aptana==== | ====Ruby Refactoring Tool, Aptana==== | ||
====.NET Refactoring Tool, Visual Studio IDE==== | ====.NET Refactoring Tool, Visual Studio IDE==== |
Revision as of 18:42, 6 September 2009
Research in Refactoring Tools
Introduction
Fundamentals
Current Automated Refactoring Tools
Features of some Refactoring Tools
Java Refactoring Tool, Eclipse
"This is a string" =~ /is/ >> 2 "This is a string" =~ /hello/ >> nil