codecharta
codecharta copied to clipboard
CodeCharta visualizes multiple code metrics using 3D tree maps.
## Code Style Rule Update and Correction Closes: #3608 ## Description Update `.editorconfig` and styling plugins to enable a code style similar to the previous one. - [ ] Add...
# Implement 3MF export for multi-color 3D printing of maps ## Description This PR implements a 3MF export in addition to the already existing STL export. This allows to print...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
*this PR is a copy of #3616 from a local branch instead of fork* # Implement 3MF export for multi-color 3D printing of maps ## Description This PR implements a...
# 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 ```sh...
# 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 ```sh git clone [email protected]:SonarSource/sonarqube.git ```...
# Bug This bug is interesting. I thought the previous parsing issues had some relation to the amount of code, but microhttp only has about 1800 RLoC. ## Expected Behavior...
# Bug ## Expected Behavior GIVEN ```sh git clone [email protected]:JabRef/jabref.git ``` WHEN ```sh ccsh sourcecodeparser jabref/ -o jabref.src.cc.json ``` THEN I get a valid jabref.src.cc.json ## Actual Behavior * seemingly...
# Bug ## Expected Behavior GIVEN ```sh git clone [email protected]:jenkinsci/jenkins.git ``` WHEN ```sh ccsh sourcecodeparser jenkins/ -o jenkins.src.cc.json ``` THEN I get a valid jenkins.src.cc.json ## Actual Behavior * At...
# Bug ## Expected Behavior GIVEN ```sh git clone [email protected]:junit-team/junit5.git ``` WHEN ```sh ccsh sourcecodeparser junit5 -o junit5.src.cc.json ``` THEN I get a valid junit5.src.cc.json ## Actual Behavior At 8%...