A new release (milestone 2) of Transmogrify is available. This release features the beginnings of a lint tool and a code twiddler (code changes that aren't refactorings) in addition to the original refactoring functionality. The analytics core (symbol table, etc.) has also been packaged separately for convenience.
The first release of Transmogrify, a refactoring plug-in for Java IDEs, is available. M1 includes (almost) complete understanding of the Java language, and the following refactorings:
* Rename Symbol
* Extract Method
* Pull Up Field
* Inline Temp
* Replace Temp with Query