Re: NSArray toString() different in WO 5.4.3
Re: NSArray toString() different in WO 5.4.3
- Subject: Re: NSArray toString() different in WO 5.4.3
- From: "Mr. Pierre Frisch" <email@hidden>
- Date: Wed, 6 May 2009 09:08:37 -0700
This was made to make debug output more readable in eclipse.
Pierre
--
Pierre Frisch
email@hidden
On May 5, 2009, at 15:08, Ricardo J. Parada wrote:
On May 5, 2009, at 6:03 PM, Chuck Hill wrote:
On May 5, 2009, at 2:59 PM, Ricardo J. Parada wrote:
Hi All,
Another issue we discovered with WO 5.4.3:
This code:
NSArray array = new NSArray(new Object[] {"86309", "", "6.4000",
"6.4000"});
System.out.println(array.toString());
Outputs the following:
5.3.3 :
( "86309", "", "6.4000", "6.4000" )
5.4.4 :
( 86309,
,
6.4000,
6.4000 )
We relied on NSArray toString() method to generate the plist
format for an NSArray.
That was a mistake. That is the job of NSPropertyListSerialization.
I realize that now! :-)
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden