vote up 4 vote down star
2

Being that I'm a programmer, and programmers are lazy, I'm looking for a tool that can help me analyze code and refactor, decomposing conditionals mostly. I know that products like Resharper and Refactor Pro! can do this, but I was curious about FOSS alternatives.

A Google search turned this nifty tool that creates flowcharts, has anyone ever heard of any others like this?

Also, it would be nice if it could handle C#/VB.NET, but if not any ol' C-like language is good.

flag

stackoverflow.com/questions/221186/… – Rob Kam Jan 7 at 20:21
1  
This isn't really a dup. q221186 is very focused on gnu c refactoring tools. This question is aimed more at foss tools for .NET types. – Kev Jan 7 at 20:46
I need to add my own answer to this, so I need it reopened. – Adam Neal Jan 19 at 20:30
This isn't a duplicate??? – Austin Aug 31 at 13:09

closed as exact duplicate by gbjbaanb Jan 7 at 22:49

2 Answers

vote up 3 vote down

This one is free as in free beer: CodeRush Xpress

link|flag
vote up 0 vote down

For Java use Eclipse. For C# look at SharpDevelop.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.