Re: Deprecated method documentation
Re: Deprecated method documentation
- Subject: Re: Deprecated method documentation
- From: Scott Anguish <email@hidden>
- Date: Tue, 11 Nov 2003 15:09:35 -0500
The release notes are the only single location of these deprecation
notices for Cocoa.
The reference docs do say if a method has been, or may be, deprecated.
You can find them by doing a search on Deprecated (Full text) in the
Documentation window in X-Code
On Nov 11, 2003, at 1:10 PM, John Timmer wrote:
I finally got around to going over the Panther Cocoa release notes in
detail. One thing I noted was that NSString's stringWithCString: has
been
deprecated in favor of a UTF method. That's fine - a find and replace
should handle updating things, but I'm now wondering if I have missed
other
deprecations, and I'm currently using methods that aren't going to be
around
for too much longer.
Is there any standing list of deprecated methods? The NSString docs
don't
even note the deprecation when stringWithCString: is covered.
If there's not any info in a single location, I'll probably file a
documentation bug, but I want to confirm this before doing so.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.