CSC/ECE 517 Fall 2009/wiki1a 9 mk: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
====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====


   "hi" =~ /is/
   hi
  >>2


====.NET Refactoring Tool, Visual Studio IDE====
====.NET Refactoring Tool, Visual Studio IDE====
  "hi"
==Academic Underpinning==
==Academic Underpinning==
==Improvement for Current Refactoring Tools==
==Improvement for Current Refactoring Tools==

Revision as of 18:48, 6 September 2009

Research in Refactoring Tools

Introduction

Fundamentals

Current Automated Refactoring Tools

Features of some Refactoring Tools

Java Refactoring Tool, Eclipse

Ruby Refactoring Tool, Aptana

 hi

.NET Refactoring Tool, Visual Studio IDE

Academic Underpinning

Improvement for Current Refactoring Tools

Conclusion

See Also

References