dead-code
Are unused classes compiled by Xcode when building an app?
If something is not used in C++, it\'s not compiled at all. Is the same true for iPhone? If I compile a program and there are unused classes or o开发者_C百科ther stuff, will it be compiled or ignored?[详细]
2023-04-03 08:41 分类:问答Unreachable statement in java while loop
While loking up \"dead code\" thread here dead code warning in eclipse I tried the following simple java code:[详细]
2023-04-02 13:43 分类:问答What is AST,CFG,CLANG, how can we use it in deadcode removal algorithm? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-31 04:35 分类:问答Dead code with Xcode anaylser
i wanted to analyse my projet, and xcode analyser find some Dead Code in my rootcontroller Xcode tell me that :[详细]
2023-03-25 08:41 分类:问答.NET find dead code across multiple solutions
We have a product with ~15 solutions with each a number of projects. The question is quite simple: Which tool will enable us to search the entire codebase for dead code?[详细]
2023-03-08 01:25 分类:问答Xcode -- finding dead methods in a project
I am curious if there are any tools that provide partial solutions for this.It is a tricky problem b开发者_如何学Pythonecause of performSelector . . . but a tool ought to at least be able to come up w[详细]
2023-02-06 15:08 分类:问答Java: Dead code elimination
I\'d like to know how Java would handle the following scenario: Suppose I have a class called Debug, which looks like this:[详细]
2023-02-05 17:21 分类:问答How can you tell if a PL/SQL Package, Procedure, or Function is being used?
How can you tell if a PL/SQL Package, Procedure, or Function is being used? Is there an Oracle table or view that contains statistics on PL/SQL Package, Procedure, or Fun开发者_开发百科ction usage?You[详细]
2023-02-03 16:39 分类:问答Detect dead code in C#
How can I detect dead code in my C# applicat开发者_如何学Pythonion?ReSharper can handle that. You could also check out NDepend.[详细]
2023-01-28 14:28 分类:问答Using GCC to find unreachable functions ("dead code")
I was looking for a way of finding statically unreachable functions in a (very) big C++ project. I had tried using doxygen开发者_如何学运维 and other static analysis tools suggested here but it seemed[详细]
2023-01-25 03:24 分类:问答