Software architecture recovery: Difference between revisions

Content deleted Content added
m Quick-adding category "Data recovery" (using HotCat)
Ghaag (talk | contribs)
Line 2:
 
== Approaches ==
Most approaches to software architecture recovery has been exploring the static analysis of systems. When considering object-oriented software, which employs a lot of polymorphism and dynamic binding mechanisms, dynamic analysis becomes an essential technique to comprehend the systembehaviorsystem behavior, object interactions, and hence to reconstruct its architecture. In this work, the criteria used to determine how source code entities should be clustered in architectural elements are mainly based on the dynamic analysis of the system, taking into account the occurrences of interaction patterns and types (classes and interfaces) in [[Use-case analysis| use-case realizations]].
 
== References ==