Re: Xcode code analysis tool?
Re: Xcode code analysis tool?
- Subject: Re: Xcode code analysis tool?
- From: Nathan Sims <email@hidden>
- Date: Wed, 13 Apr 2011 13:00:03 -0700
On Apr 13, 2011, at 12:45 PM, Laurent Daudelin wrote:
> On Apr 13, 2011, at 12:15, Nathan Sims wrote:
>
>> Does Xcode 3.x have a static code analysis capability? I was just given a huge (250,000 lines) legacy ObjC project to modify, but without knowing what methods call which others from where, it's a bit overwhelming... A tool that can show the basic pathways of the method invocations would be awesome.
>
> There is a "Build & Analyze" function that will analyze your code and shows you potential problems but I'm not aware of a full static analyzer that will show you every possible basic pathways.
Hmm. I would think this would be a fairly simple thing to, scanning through the source code and tabulating the method invocations. The compiler must already do this, so if it could generate a report... Maybe I'll have to write my own tool, not that I have the time. What do others do in such a situation, just slog through the code manually?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden