uni-bremen-agst / SEE

Collaborative Software Visualization with SEE (Software Engineering Experience)
https://see.uni-bremen.de
MIT License
19 stars 3 forks source link

704 generate a codecity via git repository #730

Closed lilSander closed 3 months ago

lilSander commented 4 months ago

We want to generate a CodeCity from a specific commit in a given git repository without a static code analysis. This was possible via LibGit2Sharp. We also added a number of different metrics to the nodes of the generated city. We support metrics for c#, java and c++ files. More specifically, we added lines of code, McCabe complexity and a few different halstead metrics to the nodes. It is also possible to generate a city for specific file types, via path globbing.

koschke commented 3 months ago

I approved this PR. There is still one open conversation. If it is resolved, we can merge this PR from my point of view.