DeMIMA: A Multi-layered Framework for Design Pattern Identification. Gu�h�neuc, Y. & Antoniol, G. Transactions on Software Engineering (TSE), 34(5):667–684, IEEE CS Press, September, 2008. 18 pages.
DeMIMA: A Multi-layered Framework for Design Pattern Identification [pdf]Paper  abstract   bibtex   
Design patterns are important in object-oriented programming because they offer design motifs, elegant solutions to recurrent design problems, which improve the quality of software systems. Design motifs facilitate system maintenance by helping to understand design and implementation. However, after implementation, design motifs are spread throughout the source code and are thus not directly available to maintainers. We present DeMIMA, an approach to identify semi-automatically micro-architectures that are similar to design motifs in source code and to ensure the traceability of these micro-architectures between implementation and design. DeMIMA consists of three layers: two layers to recover an abstract model of the source code, including binary class relationships, and a third layer to identify design patterns in the abstract model. We apply DeMIMA to five open-source systems and, on average, we observe 34% precision for the considered 12 design motifs. Through the use of explanation-based constraint programming, DeMIMA ensures 100% recall on the five systems. We also apply DeMIMA on 33 industrial components.

Downloads: 0