Sciweavers

COMPSAC
2005
IEEE

Searching Design Patterns in Source Code

13 years 10 months ago
Searching Design Patterns in Source Code
Maintenance is a time consuming activity within software development and it requires a good understanding of the system in question. It is hard or even impossible to understand poorly documented legacy systems. Nevertheless, developers try to understand unknown object oriented systems by analysing the source code to recover the architecture of the system, which is a hard task since the dependencies between the classes cannot be recovered good enough. Here, the knowledge about design patterns can help developers to understand the underlying architecture faster. We analysed existing pattern search approaches and compared them by their recall and precision values, metrics out of the Information Retrieval domain. As a result we developed own pattern search algorithms for the 23 design pattern described by Gamma et al. [1]. This fast abstract briefly explains the basics of our pattern search and describes first results of the search algorithms developed as a Java plug-in for the Together I...
Detlef Streitferdt, Christian Heller, Ilka Philipp
Added 24 Jun 2010
Updated 24 Jun 2010
Type Conference
Year 2005
Where COMPSAC
Authors Detlef Streitferdt, Christian Heller, Ilka Philippow
Comments (0)