Tuesday, Jan 21, 2003, 7:03 PM
Another C# Refactoring Tool
Here. A VS.NET add-in that provides the following C# refactoring operations:
-Encapsulate Field
-Extract Method
-Inline Temp
-Introduce Explaining Variable
-Move Method new
-Rename Field
-Rename Method
-Rename Property
-Rename Local Variable
-Rename Parameter
-Replace Magic Number with Symbolic Constant
-Replace Temp with Query
It seems to be implemented in Java and then ported to .NET via J# and the web site has the coolest little visitor counter control.
2 comments
on this post
rogelio morrell:
What is this? How can I buy a product if they only give you this little information about them.
"About Us
.NET Refactoring is a company on the Internet.
We are developing refactoring tool. "
Ivan:
I've tried it several months ago (the trial) and it did not work at all.
comment on this post