Bükki Dániel
Bükki Dániel
Fixes #684 ### Formula The _bumpy road_ metric of a function is computed as the function's _total bumpiness_ divided by the number of statements considered. The _total bumpiness_ of a...
The old web UI was able to display several important metadata about components of the selected class or function that the new web UI does not currently have support for....
Fixes #735 In accordance with the diagnosis outlined in https://github.com/Ericsson/CodeCompass/issues/735#issuecomment-2078918431 , the following fixes have been made: 1. A new `CppAstNodeMetricsFileView` db view has been added to manage the AST...
As the name suggests, parsing anything in incremental mode (without a full re-parse) crashes CodeCompass with a segmentation fault. The issue was first signaled in https://github.com/Ericsson/CodeCompass/pull/714#issuecomment-2078781513 but was found to...
Fixes #733 Added parallelization support to the C++ metrics parser plugin: - Using `getFilterPathsQuery`, we can now perform the same check as what `cc::util::isRootedUnderAnyOf` used to do, but on the...