Anett Fekete

Results 18 issues of Anett Fekete

Multiple plugins need to know the absolute path of the CodeCompass binary that is being run, in places where they don't reach `argv[0]`.

Kind: Enhancement

Log messages are currently written solely to the console. This is the case in both the parser and the web service. CC should also be able to direct log messages...

Kind: Enhancement
Level: Beginner (1)

When getting the InfoTree for a function, the return type field displays the same reference to the type multiple times. Perhaps it would be nice to display the references only...

Kind: Bug :warning:
Target: WebGUI
Level: Intermediate (3)

When clicking the back button in the browser, the former content of the File Manager gets "stuck", and shows the current and the former files and directories as well. This...

Kind: Bug :warning:
Target: WebGUI
Level: Moderate (2)

This is a new language plugin to extend CC with. Ericsson products have been transforming their projects from monolithic to service oriented software architecture so they are now built up...

Kind: Enhancement :star2:
Plugin: YAML
Status: At risk :rotating_light:

Currently there is only one workflow in the GitHub CI that is responsible for building and testing CC. Building and parsing should be separated into multiple dependent workflows that form...

Kind: Enhancement
Target: Developer environment
Level: Beginner (1)

Currently there is only one job in the GitHub workflow that is responsible for building and testing CC. There should be another job that is runs a coding convention check...

Kind: Enhancement :star2:
Target: Developer environment
Level: Moderate (2)

The official support for C# static analysis. Uses the Roslyn Semantic API to parse source code. This plugin has been made by @Borisz42 as his TDK thesis. Thanks Dávid for...

Kind: Enhancement :star2:
Plugin: C#

Right now, the service of every plugin is loaded for all projects anytime the webserver is started. This is redundant, e.g. if the metrics parser was not run on a...

Kind: Refactor :arrows_clockwise:
Level: Intermediate (3)
Target: Webserver

If you click on a node inside a lambda expression, the lambda declaration will be highlighted and marked (showing the lambda in the info tree) instead of the node itself....

Kind: Bug
Plugin: C++
Level: Intermediate (3)