codecharta
codecharta copied to clipboard
CodeCharta visualizes multiple code metrics using 3D tree maps.
# Feature request ## Description As a user, I want to be asked to save custom views so that I am able to get back to them easily. ## Acceptance...
org.eclipse.equinox.preferences ver. 3.10.0, a dependency of org.sonarsource.java, references a non-existent dependency ("org.osgi.service:org.osgi.service.prefs", but should be "org.osgi:org.osgi.service.prefs"). https://repo1.maven.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.0/org.eclipse.equinox.preferences-3.10.0.pom Therefore we pinned the latest working version 3.9.100 https://repo1.maven.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom ``` implementation('org.eclipse.platform:org.eclipse.equinox.preferences') { version...
# Bug / Technical Debt Currently, there is a weird behaviour implemented in many parsers: Even if files are specified on the command line, the parser still waits 1000ms for...
# Bug As a developer I want tests to be easy to reason about and to have only deterministic effects. [codeCharta.component.ts](https://github.com/MaibornWolff/codecharta/blob/main/visualization/app/codeCharta/codeCharta.component.ts) currently starts a Promise in its constructor. This Promise...
# Bug ## Expected Behavior GIVEN loaded codecharta.cc.json map ([Demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json)) WHEN changing height scaling and margins THEN floor labels should be visible ## Actual Behavior floor labels are disappearing. ##...
# Feature request I discussed the idea of analytics tooling for this project with Richard Gross yesterday. There seems to be a need for understanding better how users are interacting...
# Rework dirty E2E bug fix E2E Tests are very flaky. In #2372 and #2382 we fixed the problem temporarily by enabling slow motion mode to stabilize `waitForSelector `calls and...
# Feature request ## Description When delta mode is enabled and only when two maps are selected, I want the new delta map to be calculated. Currently, the map is...
# Feature request / Refactoring / Developer experience As developer I want the TypeScript definitions to be as strict as possible, to have best possible support and to reduce unnecessary...
# Changelog Tool ## Description As a developer, I want to easily be able to correctly update the CHANGELOG.md each time so that PRs don't get stuck for days because...