Anett Fekete
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]`.
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...
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...
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...
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...
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...
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...
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...
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...
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....