CodeCompass icon indicating copy to clipboard operation
CodeCompass copied to clipboard

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java

Results 137 CodeCompass issues
Sort by recently updated
recently updated
newest added

Introduce `next/prev buttons` in the editor search bar: ![cc_search_icons](https://user-images.githubusercontent.com/6695818/32436456-65c88b9c-c2e4-11e7-8308-41dd3f36c43e.png)

Kind: Enhancement :star2:
Target: WebGUI
Level: Intermediate (3)

Print statistics at the end of parse.

Kind: Support :information_source:

Suggestion database doesn't work in search plugin.

Kind: Bug :warning:
Plugin: Search

The different modules which provide webgui functionality should have **separate CSS files**.

Kind: Refactor :arrows_clockwise:

In some cases, inside the Caller node's children, the same Caller node can be found recursively. Structure (shown in the image): Caller -> /filename/ -> /function/ -> Caller -> /filename/...

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

Automatically detect if a project was added to (or removed from) the workspace directory, without manually restarting the *CodeCompass_webserver* binary. Currently a new project is automatically added to the dropdown...

Kind: Enhancement :star2:
Level: Hard (5)

It seems CodeCompass handles *foreach* style `for` loops incorrectly when clicking on the enumerated variable. **How to reproduce:** - In the PCL source code click on `centroids_` in line 97....

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

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)

Currently templates are not handled properly: ```.cpp template struct S { int member; }; int main() { S s; int i = s.member; } ``` Issues: - [ ] Querying...

Kind: Bug
Plugin: C++