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?
While loking up \"dead code\" thread here dead code warning in eclipse I tried the following simple java code:
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
i wanted to analyse my projet, and xcode analyser find some Dead Code in my rootcontroller Xcode tell me that :
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?
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
I\'d like to know how Java would handle the following scenario: Suppose I have a class called Debug, which looks like this:
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
How can I detect dead code in my C# applicat开发者_如何学Pythonion?ReSharper can handle that. You could also check out NDepend.
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