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 AssertJ #3629

Open Richargh opened 1 month ago

Richargh commented 1 month ago

Bug

And another one. This time only 3 exceptions in total and all Syntax errors, probably related to Java 17 (records, sealed types etc.)

Expected Behavior

GIVEN

git clone git@github.com:assertj/assertj.git

WHEN

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

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

Actual Behavior

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

Specifications