Table of Contents
Official End of Degree Project repository: https://addi.ehu.es/handle/10810/53315
The project is located within the software quality branch, specifically in software maintenance. A program has been developed to obtain the call tree of a Java project, complementing the tree with method and class metrics.
First, the source and compiled code of a Java application is analyzed and then the call tree is built and metrics are added to analyze its quality, as requested by the company. The goal of the project was to replace the manual work performed by the company with an automated and error-free process.
In order to carry out this project, a study has been made of the different options available, evaluating each one of them. The anslysis of each project has been very deep, evaluating each of the options and arguing the choice of each one of the tools used. Finally, exhaustive tests have been carried out to verify the correct operation of the program.
For more information, please refer to the Documentation (Spanish) Summarized information also included in the poster Poster (Spanish)
The technologies used for this project are as follows:
Project Link: https://github.com/iakigarci/repo_name
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.