This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #9380] Latest Modifications:
Changes by:
David Ayers <[EMAIL PROTECTED]>
'Date:
Fri 06/18/2004 at 17:24 (Europe/Vienna)
------------------ Additional Follow-up Comments ----------------------------
I fully agree and I think you can commit that as obvious.
/**************************************************************************/
[bugs #9380] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9380>
Project: GNUstep
Submitted by: Manuel Guesdon
On: Fri 06/18/2004 at 14:04
Category: Base/Foundation
Severity: 3 - Ordinary
Item Group: Bug
Resolution: None
Assigned to: None
Status: Open
Summary: KVC Exception info dict
Original Submission: When the key or value is nil, infoDictionary is empty or
incomplete in -handleQueryWithUnboundKey: and handleTakeValue: forUnboundKey:
Should be replace by something like
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
(anObject ? anObject : @"(nil)"),
@"NSTargetObjectUserInfoKey",
(aKey ? aKey : @"(nil)"),
@"NSUnknownUserInfoKey",
nil];
Follow-up Comments
------------------
-------------------------------------------------------
Date: Fri 06/18/2004 at 17:24 By: ayers
I fully agree and I think you can commit that as obvious.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9380>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-gnustep