Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 723 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 723 Bytes

featdiag

Over time, Java classes can become large and require refactoring. With existing tools it can be difficult to determine which class members are tightly coupled and which can be refactored.

Feature Diagrams are a graphical representation of these relationships. The concept was conceived by Micheal Feathers. Implemented as a plug-in for Eclipse IDE, the intention was to have a manipulative graph, and to automate changes to Java source code by manipulating a diagram.

Click the thumbnail below to see a video demo.

Feature Diagrams in Eclipse IDE

Exported from code.google.com/p/featdiag