-
When running the code checker in Java some changes could be automatically fixed:
- `SingleLineJavadoc Single-line Javadoc comment should be multi-line.`
- `NeedBraces 'if' construct must use '{}'s.`…
-
We can do some very fancy things with this tool.
Some Ideas:
- newline at the end of every file
- documentation
- indentation
- Copyright header
- get authors with
git log FILE
plus some fi…
-
**The problem is the following**
The user would like to analyze his project always into a new report directory incrementally.
We assume that the user is not able to keep and store a full report dire…
-
Similar to issue: [#44 ](https://github.com/codecheckers/codecheck/issues/44)
We need a landing page and a link on the main website to redirect users to registers filter by codehecker
At the mom…
-
I am trying to do a static analysis of a C++ project which uses Tup. In general, some analyzers as Coverity and Codechecker, log the compiler calls that are done through the build system. I built the …
-
## Windows port requirements and limitations
## Dependencies
- Python [available](https://www.python.org/downloads/windows/)
- Psycopg2 [available](https://pypi.python.org/pypi/psycopg2/2.6.2)
-…
-
After reviewing the code, I've come across a number of empty code blocks that serve no purpose. Perhaps, at some earlier time, they were used but have gradually been trimmed down over time until they …
-
Both GCC and Clang do not report any warning from system headers (those which are included with the "-isystem" option). Users of -isystem typically want to suppress noise from third party libraries, e…
-
**Is your enhancement proposal related to a problem? Please describe.**
As it is using `compile_commands.json`, CodeChecker always runs checks against all files, where it would be better to have it…
-
Something's wrong with the definition of the subplugin....
![image](https://github.com/user-attachments/assets/aa213db7-b941-44b5-8361-bf7bf6002c09)