This was made to make debug output more readable in eclipse.
Pierre -- Pierre Frisch [email protected] 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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/pierre%40apple.com This email sent to [email protected]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
