List Question
10 TechQA 2024-10-25 17:21:40How to detect functions, that are only called from unused functions using cppcheck?
4.7k views
Asked by timakro
Use static analysis tools to check null pointers and memory leaks in Linux device drivers
1k views
Asked by Napoleon
Why it is not suggested to pass hardcoded absolute path name to File object constructor File(String)
6.2k views
Asked by AudioBubble
Visual Studio - Discover if method is called by another method at some point
138 views
Asked by friartuck
False positive: precondition is redundant
1.5k views
Asked by Voo
Cppcheck GUI: Excluding a file or folder from checking
8.3k views
Asked by T M
How to get better results from LLVM's MemoryDependenceAnalysis pass?
844 views
Asked by bddicken
How to enforce static imports for some methods using checkstyle?
1.1k views
Asked by Yurii Bondarenko
Dealing with code movement when comparing static analysis reports
166 views
Asked by dja
Is there a way to find the ignored JUnit Test with the most lines of code in a large codebase?
492 views
Asked by hawkeye