MaibornWolff / codecharta

CodeCharta visualizes multiple code metrics using 3D tree maps.
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
178 stars 30 forks source link

Sourcecodeparser can't parse Sonarqube #3628

Open Richargh opened 1 month ago

Richargh commented 1 month ago

Bug

Love this bug. Sourcecodeparse used to be based on the sonar-java-importer so it's weird that it can't parse sonarqube.

Expected Behavior

GIVEN

git clone git@github.com:SonarSource/sonarqube.git

WHEN

ccsh sourcecodeparser sonarqube/ -o sonarqube.src.cc.json

THEN I get a valid sonarqube.src.cc.json

Actual Behavior

And CodeCharta Visualization says the file is "empty or invalid"

Specifications