Search code examples
Writing a specific Clang-tidy check to avoid passing an expression into std::vector::reserve()...


c++static-analysisclang-tidyclang-static-analyzer

Read More
How do I get mypy to recognize that an argument of a function needs to be a subclass of a particular...


pythonstatic-analysistype-hintingmypyduck-typing

Read More
Is it possible to statically distinguish between fully qualified names and nested class types?...


javaabstract-syntax-treestatic-analysisjavaparserfully-qualified-naming

Read More
How to immediately see Swift errors in AppCode?...


swiftcompiler-errorsstatic-analysisjetbrains-ideappcode

Read More
How to mark a variable as initialized at the language level?...


c++initializationstatic-analysislegacy-code

Read More
Why does CppCheck flag static constexpr members as unusedStructMember, when it is used later in the ...


c++c++17static-analysiscppcheck

Read More
Infer Error: External Error: *** capture failed to execute: exited with code 65...


iospython-3.xfacebookstatic-analysisxcodebuild

Read More
Property 'foo' does not exist on type '{}' when using new Proxy({}), .....)...


javascriptvisual-studio-codestatic-analysis

Read More
Closed type classes...


haskelltypesstatic-analysistypeclass

Read More
Pseudocode algorithm for variables' signs static analysis - Check the sign of each operation...


algorithmhaskellocamlstatic-analysis

Read More
Prevent null forgiving operator usage...


c#nullablestatic-analysiseditorconfig

Read More
How to avoid 'Method is never used' message?...


c#visual-studio-2013resharperstatic-analysisresharper-9.1

Read More
What does "C6011 dereferencing null pointer" mean in my program?...


cpointerscompiler-warningsstatic-analysisnull-pointer

Read More
Using scan-build command for clang code analysis...


clangstatic-analysis

Read More
Can I generate warnings when we try to compare Java boxed primitives with "==" instead of ...


javastatic-analysisprimitiveautoboxing

Read More
Function returns lock by value...


gostatic-analysis

Read More
How to run Spotbugs via Maven?...


javamavencontinuous-integrationstatic-analysisspotbugs

Read More
Is there a way to determine code coverage without running the code?...


code-coveragecode-analysisstatic-analysisncover

Read More
IntelliJ-Idea disable inspection: Actual value of parameter is always...


javaintellij-ideastatic-analysis

Read More
How do I exclude java standard libraries from call graphs generated by Soot?...


javastatic-analysiscall-graphsoot

Read More
Clang++ SCOPED_CAPABILITY produces "warning: releasing mutex 'locker' that was not held...


c++multithreadingclangmutexstatic-analysis

Read More
How can I get all modulo(%) operation in my C source code...


cstatic-analysislexical-analysis

Read More
SAST of Raw code is better or compile code...


securitystatic-analysisstatic-code-analysis

Read More
VSC highlighted lint errors...


pythonvisual-studio-codehighlightstatic-analysis

Read More
Dart: Don't rename parameters of overridden methods (avoid_renaming_method_parameters)...


flutterdartstatic-analysis

Read More
"No implementation for org.sonatype.ossindex.maven.common.ComponentReportAssistant was bound&qu...


mavensonarqubemaven-pluginstatic-analysis

Read More
Why error messages shouldn't end with a punctuation mark in Go?...


goerror-handlingstatic-analysis

Read More
Search for place where variable is given value...


javascriptvisual-studio-codestatic-analysis

Read More
Why does PC-Lint complain about redeclaration (Error 18)?...


cstatic-analysislintpc-lint

Read More
Break down C++ code size...


c++static-analysis

Read More
BackNext