Skip to content

End of Degree Project - Call tree and metrics for code analysis

Notifications You must be signed in to change notification settings

iakigarci/BytecodeAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


End of Degree Project

Call tree and metrics for code analysis

Connect with me:

iakigarci iakigarci

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License

About The Project

(back to top)

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)

Built With

The technologies used for this project are as follows:

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

End of Degree Project - Call tree and metrics for code analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages