OpenAPITools / OpenAPITools/openapi-generator
Code quality analysis
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue reports repository-wide results from JetBrains Metrics Reloaded, covering complexity, dependencies, MOOD, and Chidamber–Kemerer metrics. No source files, tests, entry points, or concrete change are identified; first clarify the intended scope and acceptance criteria before selecting code to inspect.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, openapi
- Domain
- api, tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100