Search code examples
How to find dead code in a large react project?...


javascriptreactjsrefactoringdead-code

Read More
How can I know which parts in the code are never used?...


c++optimizationdead-code

Read More
Dead code warning when setting color dynamically...


flutterdartdead-code

Read More
Compiler optimization of if statements where the condition is always true/false...


c++if-statementgcccompiler-optimizationdead-code

Read More
How to detect functions, that are only called from unused functions using cppcheck?...


c++static-analysiscppcheckdead-code

Read More
Does GCC LTO perform cross-file dead code elimination?...


gccdead-codelto

Read More
How can you find unused functions in Python code?...


pythonrefactoringdead-code

Read More
React is not being used, yet is still pulled in into a bundle...


reactjsviterollupdead-code

Read More
javac code elimination capabilities...


javacompiler-constructionjavacdead-codecode-elimination

Read More
How to understand a line of dead code in a python function?...


pythonplydead-code

Read More
dead code is not detected/reported in golang, by design?...


godead-code

Read More
How can I remove dead JS code sent to the browser by PHP?...


javascriptphpdead-code

Read More
Resolve undefined reference by stripping unused code...


cundefined-referencedead-code

Read More
List all python functions within a vscode workspace that are uncalled?...


pythonvisual-studio-codedead-code

Read More
Add ts-prune to lint-staged...


package.jsonhuskydead-codelint-staged

Read More
Find out which code is never called in C++ project in Visual Studio 2012...


c++visual-studiocode-analysisdead-code

Read More
Are unused classes compiled by Xcode when building an app?...


iphoneobjective-cdead-code

Read More
Dead code in eclipse when trying to find the sum of an array...


javaloopsdead-code

Read More
check unreachable code in most simple way in python...


pythonpython-3.xpython-2.7dictionarydead-code

Read More
How to annotate a program to detect dead-code with z3-solver?...


code-coveragez3z3pydead-codesymbolic-execution

Read More
Android studio code inspection shell script for integration in CI pipeline...


androidshellandroid-studiocode-inspectiondead-code

Read More
Dead code warning in Eclipse - is this a bug in Eclipse? Or me overlooking something obvious?...


javaeclipsecompiler-warningssuppress-warningsdead-code

Read More
Why is rust complaining about an unused function when it is only used from tests?...


rustwarningsdead-code

Read More
Remove unused variables in Python source code...


pythonpython-3.xabstract-syntax-treedead-code

Read More
Java. Handle dead code (by application logic) in catch block...


javaexceptiondead-code

Read More
GCC deadcode elimination...


ccompilationdead-code

Read More
Rust book unit test example results in dead code warning - why?...


unit-testingrustdead-code

Read More
Remove dead code when linking static library into dynamic library...


cgccshared-librariesstatic-librariesdead-code

Read More
Identifying if/else statements in R and extracting expressions from them...


rdead-code

Read More
if(false) vs. while(false): unreachable code vs. dead code...


javadead-codeunreachable-code

Read More
BackNext