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 13: Line 13:
====Ruby Refactoring Tool, Aptana====
====Ruby Refactoring Tool, Aptana====


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


====.NET Refactoring Tool, Visual Studio IDE====
====.NET Refactoring Tool, Visual Studio IDE====

Revision as of 18:46, 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

Ruby Refactoring Tool, Aptana

 "hi" =~ /is/
 >>2

.NET Refactoring Tool, Visual Studio IDE

"hi"

Academic Underpinning

Improvement for Current Refactoring Tools

Conclusion

See Also

References