Qualifier Format String truncates on error?
Qualifier Format String truncates on error?
- Subject: Qualifier Format String truncates on error?
- From: David Avendasora <email@hidden>
- Date: Mon, 17 Mar 2008 11:07:54 -0400
Hi all,
I just spent about 3 hours trying to track down an error I had in a EOQualifier.qualifierWithFormat(String format, NSArray args) call:
I was using is String:
"part = %@ and lotCodeValue = %@ amd manufacturingSchedule = %@"
Note the second "and" is actually "amd"
This did not generate any error. It just silently truncated the String to:
"part = %@ and lotCodeValue = %@"
Which is still valid, but it does not return the result set I was expecting. (Yeah, yeah Chuck. I know, contracts and JUnit).
Shouldn't it generate an error stating that the String can't be parsed? I'll be happy to file a bug, but I want to make sure that this isn't actually a "feature". :-)
Thanks,
Dave |
_______________________________________________
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