Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code quality analysis #9744

Open
KiziridisK opened this issue Jun 10, 2021 · 1 comment
Open

Code quality analysis #9744

KiziridisK opened this issue Jun 10, 2021 · 1 comment
Labels
Announcement Project/release related announcements

Comments

@KiziridisK
Copy link

Hello ,

my name is Konstantinos Kiziridis and i' m a pre-graduate computer science student at the Aristotele University of Thessaloniki (AUTh). We were assinged a project in a class called "Analysis of Informative Systems" to conduct a code quality analysis for an open source project. I chose this repository's code to be my base code for the analysis.

I used a tool by JetBrains called "Metrics Reloaded" as a plugin to the IntelliJ IDE and calculated the following metrics:

  • Complexity metrics.
  • Dependency metrics
  • MOOD metrics
  • Chidamber and Kemerer metrics.

Overall the values of the metrics were satisfying, but i made the following observations:

In the MOOD metrics the percentage calculated for the AHF and MHF metrics was a little low meaning that
there could be more private methods and attributes instead of public ones.

In the Chidamber and Kemerer metrics the conclution was made that the cohesion between the classes and how
they interact with each other should be greater.

Thank you in advance for reading my issue. If you would like more information on my research please contact me and i ll share more!

Kiziridis Konstantinos

@KiziridisK KiziridisK added the Announcement Project/release related announcements label Jun 10, 2021
@iafilius
Copy link

iafilius commented Aug 3, 2021

You just looked at the code itself right? Not it’s functionality, code quality generated, and correctness completeness of it.
What is “code quality”, without those?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Announcement Project/release related announcements
Projects
None yet
Development

No branches or pull requests

2 participants