01Discovers common Smalltalk implementation patterns and idioms.
02Assesses the impact of method signature changes by counting implementors and references.
03Filters method references by the specific implementation being called.
04Identifies duplicate or similar code to find refactoring opportunities.
05Traces method implementations across entire class hierarchies.
061 GitHub stars