codecharta
codecharta copied to clipboard
CodeCharta visualizes multiple code metrics using 3D tree maps.
# Bug ## Expected Behavior WHEN Zooming in/out or rotating the map THEN The building labels keep a scale comparable to the building scales ## Actual Behavior The scaling changes...
# Question Currently in delta mode the age in weeks metric of deleted files is handled in a confusing way. The following screenshot shows a file that was 266 weeks...
# Bug ## Expected Behavior WHEN Clicking on part of a building that has the label of another building behind it THEN The building in the foreground gets selected ##...
# Bug ## Expected Behavior WHEN Turning off this global option and reloading the page THEN The camera returns to the last position and orientation ## Actual Behavior Camera gets...
# Feature request Currently in delta mode it is not clear which edges belong to the comparison map and which belong to the reference map. This should be change. Three...
# Bug When selecting a building after a building with edge metrics is already selected, the highlighting of the 'connected' buildings does not get removed ## Expected Behavior WHEN Selecting...
# Bug ## Expected Behavior WHEN Clicking on the field in the 'cube' in the top right corner to view the map from top down THEN The map shows from...
Out of memory exception for the git log parser where the repository has a lot of movement/renaming
# Bug ## Expected Behavior The git log parser should succeed in reading the git log. ## Actual Behavior ``` at de.maibornwolff.codecharta.importer.gitlogparser.converter.ProjectConverter.addRootToEdgePaths(ProjectConverter.kt:48) at de.maibornwolff.codecharta.importer.gitlogparser.converter.ProjectConverter.addVersionControlledFile(ProjectConverter.kt:32) at de.maibornwolff.codecharta.importer.gitlogparser.converter.ProjectConverter.convert(ProjectConverter.kt:68) at de.maibornwolff.codecharta.importer.gitlogparser.GitLogProjectCreator.parse(GitLogProjectCreator.kt:26) at de.maibornwolff.codecharta.importer.gitlogparser.GitLogParser.createProjectFromLog(GitLogParser.kt:128)...
# Bug When opening the web version on a mobile device, the map cannot be rotated ## Expected Behavior WHEN I swipe across the screen in the main area THEN...
# Bug ## Expected Behavior WHEN using GitLogParser to calculate number_of_authors metric THEN the metric should be increased accordingly for files that have been modified by a merge commit ##...