Content deleted Content added
No edit summary Tags: Visual edit Mobile edit Mobile web edit |
Adding short description: "Methods of software reconstruction" |
||
Line 1:
{{Short description|Methods of software reconstruction}}
'''Software architecture recovery''' is a set of methods for the extraction of architectural information from lower level representations of a [[software]] system, such as source code. The abstraction process to generate architectural elements frequently involves clustering source code entities (such as files, classes, functions etc.) into subsystems according to a set of criteria that can be application dependent or not. Architecture recovery from [[legacy system]]s is motivated by the fact that these systems do not often have an architectural documentation, and when they do, this documentation is many times out of synchronization with the implemented system.
|