@inproceedings{06ea6ec2583641af9fe770d1a18549f2,
title = "Design pattern detection in Java systems: A dynamic analysis based approach",
abstract = "In the context of reverse engineering, the recognition of design patterns provides additional information related to the rationale behind the design. This paper presents our approach to the recognition of the behavioral design patterns based on dynamic analysis of Java software systems. The idea behind our solution is to identify a set of rules capturing information necessary to identify a design pattern instance. Rules are characterized by weights indicating their importance in the detection of a specific design pattern. The core behavior of each design pattern may be described through a subset of these rules forming a macrorule. Macrorules define the main traits of a pattern. JADEPT (JAva DEsign Pattern deTector) is our software for design pattern identification based on this idea. It captures static and dynamic aspects through a dynamic analysis of the software by exploiting the JPDA (Java Platform Debugger Architecture). The extracted information is stored in a database. Queries to the database implement the rules defined to recognize the design patterns. The tool has been validated with positive results on different implementations of design patterns and on systems such as JADEPT itself. {\textcopyright} 2010 Springer-Verlag.",
author = "F. Arcelli and F. Perin and C. Raibulet and S. Ravani",
year = "2010",
doi = "10.1007/978-3-642-14819-4_12",
language = "English",
series = "Communications in Computer and Information Science",
pages = "163--179",
booktitle = "Evaluation of Novel Approaches to Software Engineering - 3rd and 4th International Conferences, ENASE 2008/2009, Revised Selected Papers",
note = "3rd and 4th International Conferences on Evaluation of Novel Approaches to Software Engineering, ENASE 2008/2009 ; Conference date: 09-05-2009 Through 10-05-2009",
}