Niklas Kneißl
Niklas Kneißl
Similar things happen when swapping from one workspace to another. All applications which are not minimized have a similar artifact border, all application that were minimized when opening the overview...
There are two places in the code where the suffix is added (metricChooser.component.html and filderMetricDataByDearchTerm.pipe.ts) and one test (metricChooser.component.spec.ts). Searching for "formerly" in the codebase shows them.
I think all these points should be addressed before merging this issue. i further found that we include other metrics that talk about mcc (the sourceMonitor has max_function_mcc and average_function_mcc)...
All the previously found issues should be resolved. Additionally, the metrics "complexity" and "sonar_complexity" will include (formerly mcc) in their display name in the search (and are also findable my...
This is blocked by flaky tests that we think are caused by a bug in kotters testing library (we created an issue for that: https://github.com/varabyte/kotter/issues/114)
This is blocked until #3609 is finished
After trying this out, there are some problems that prevent us from reactivating it: - MG requires node v.20 in their package.json while we only require node v.18. - MG...
@bitspittle friendly poke in case your email settings are still swallowing issues ^^
For now, we decided to disable caching for all tasks in https://github.com/MaibornWolff/codecharta/pull/3633. This could however be revisited in the future as having the cache did save time during development when...
These issues seem to be caused by 'newer' java language features (v.15 and onward). The sourcecodeparser internally uses a sonar-java instance with version [6.8.0.23379](https://github.com/SonarSource/sonar-java/releases/tag/6.8.0.23379), released was September 2020 and does...