Concordia University
SOEN 6021 - Software Re-engineering
Converter from Scitools Understand .udb file to .ta file for lsedit
- Scitool Understand
- Python
- Follow the configuration for using Python package with Scitool here
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