atom feed3 messages in net.java.dev.rococoa.dev[Patch] Crash if string return value ...
FromSent OnAttachments
David KocherMay 31, 2009 12:58 pm.patch
Duncan McGregorJun 2, 2009 3:55 am 
David KocherJun 2, 2009 6:44 am.java, .java
Subject:[Patch] Crash if string return value is nil
From:David Kocher (dkoc@cyberduck.ch)
Date:May 31, 2009 12:58:17 pm
List:net.java.dev.rococoa.dev
Attachments:

Attached a patch for the StringTypeConverter which crashes if the return value of a method declared as (NSString *)something; returns nil. The patch file includes my prevously posted fix for the NSObjectTypeConverter minus the reformatting.

Let me know if you want this in the issue tracker instead.

-David