Bükki Dániel

Results 5 issues of 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...

Kind: Enhancement :star2:
Plugin: C++
Plugin: Metrics

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....

Kind: Enhancement :star2:
Target: WebGUI
Level: Moderate (2)

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...

Kind: Bug :warning:
Plugin: C++
Plugin: Metrics

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...

Kind: Bug :warning:
Plugin: C++
Plugin: Metrics

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...

Kind: Enhancement :star2:
Plugin: C++
Plugin: Metrics