• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: EOCustomObject valueForKey avoiding infinite recursion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EOCustomObject valueForKey avoiding infinite recursion


  • Subject: Re: EOCustomObject valueForKey avoiding infinite recursion
  • From: Ray Kiddy <email@hidden>
  • Date: Thu, 11 Sep 2014 10:05:10 -0700

On Thu, 11 Sep 2014 14:55:16 +0100
John Pollard <email@hidden> wrote:

> Hi List,
>
> In some debugging within takeValueForKey() I want to find out if the
> key already has a value set. If I call valueForKey() or
> storedValueForKey() and the value isn't already set I get infinite
> recursion as it triggers a fault and tries to load with
> takeValueForKey() and so on.
>
> I am trying to debug where a value is being set to null, but
> apparently not going via validateXXX() or setXXX() methods, so I want
> to trap the case where the takeValueForKey() is passed null when the
> key value was previously non-null and log a stack trace.
>
> Thanks
> John

One way to prevent the recursion you are talking about is to actually
look at the stack trace inside the method. Call the static method in
Wonder, ERXUtilities.stackTrace(), and look at what is in it. If you
find the method you are in, you have already been called.

Without Wonder, you can instantiate a Throwable and get the stack trace
from that.

Doing this is a smell. You do not want to leave this in your code.

But since you are putting this in to find something, having this check
there temporarily can be useful.

- ray



 _______________________________________________
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


  • Follow-Ups:
    • Re: EOCustomObject valueForKey avoiding infinite recursion
      • From: John Pollard <email@hidden>
References: 
 >EOCustomObject valueForKey avoiding infinite recursion (From: John Pollard <email@hidden>)

  • Prev by Date: Re: maven.wocommunity.org is down
  • Next by Date: Re: EOCustomObject valueForKey avoiding infinite recursion
  • Previous by thread: EOCustomObject valueForKey avoiding infinite recursion
  • Next by thread: Re: EOCustomObject valueForKey avoiding infinite recursion
  • Index(es):
    • Date
    • Thread