Anett Fekete
Anett Fekete
This issue is linked to #306 .
I tried to reproduce the error with the given example with my branch standing on de4ce6f. The crash did not happen when clicking `member` inside `main()`, the info tree gave...
@bruntib @mcserep Does anyone remember in which particular file we had this issue? I remember it was in LLVM, but not the exact file. However, I could reproduce the problem...
@mcserep Yes, it executes in less than 1 minute.
A couple issues with this: - LLVM 10 is not available to install from apt in Ubuntu 22.04. LLVM 11 to 14 are available. - LLVM 10+ had some modifications...
@Wrathan Please provide a detailed user guide in `doc/usage.md` on how to parse Java projects.
I just looked into this issue, and have one small addition: the webserver maintains `projects in the workspace * threads * plugins` number of database connections, not `threads * plugins`....
> What do plugins need this information for? It's usually that the plugin needs to run another binary on a relative path to the CC binary (e.g. the competence plugin...
> (Just a side note: if we are embedding business logic into this module that is specific to specific YAML schemae (I see Helm mentioned in the original post) then...
I added the most important modifications to the PR. It is now in a state where parsing is correct and thorough enough to provide useful functionality. I removed the WIP...