-
In any moodle instance, use the address "/local/codechecker/?path=blocks%2Fquickmail&includewarnings=1" to run the code checker. You'll see many error to fix. (Tried on moodle 3.5 with plugin v1.7.6)
-
We need to store more information for the reports to help to understand or fix a report.
Report `Notes` and `FixIt` information should be stored. They are not `Event` or `Control` nodes because they …
gyorb updated
5 years ago
-
**Describe the bug**
The combobox for False positive/Intended/... is not shown in Chrome/Chromium, only in Firefox.
**CodeChecker version**
I'm on
commit 888903da5868f684c1e3b7bebbac3230a5880b1…
-
There are certain cases when Thrift starts to generate heavy `COMMUNICATION_ERROR`s.
# Cases
- If an _entirely_ new project is added — this means **no** CodeChecker nature.
- If an project wit…
-
Analyzer Feedback from IntelliJ
## Version information
- `IDEA IU-183.5153.8`
- `2.2.0-edge.88e6fe0f673e3d88f06fb6797103f9a9305961d9`
- `IU-183.5153.8, JRE 1.8.0_152-release-1343-b26x64 JetBra…
-
I have extended the CodeChecker project(https://github.com/Ericsson/codechecker) to support Shellcheck, however I think I may have implemented support for of the more useful interface features of Code…
-
-
I need to get information about analyzer statistics (successful, failed). At the moment I can get this information only from `metadata.json` file, right?
But what if I want to get this information …
-
if a C file is compiled with different compilaton options into different objects, still one AST dump is created per C file, which is overwritten. Probably it would be better to used the .o files' path…
-
Following the exact instructions, on archlinux I get:
$ CodeChecker check -b make -o ~/result
Traceback (most recent call last):
File "/home/test1/codechecker/build/CodeChecker/cc_bin/CodeCheck…