Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 847 Bytes

Concordia University

SOEN 6021 - Software Re-engineering

Converter from Scitools Understand .udb file to .ta file for lsedit

Requirement

Usage

Using Scitool's Understand to analyze a source code. This will generate a .udb file.

Open the script, modify the path to .udb file, then run the code

Example:

converter=understand_to_lsedit_converter()
converter.convert("demo\\nginx.udb", "demo\\nginx_architecture.ta")

Open the .ta file in lsedit, you will see something similar to this

nginx folder structure