The easiest way to figure out is to turn on backtrace, click on the
error (to inspect it), then type `Debug.bugReport()` in the debugger
eval window. If you can send the output of the report, we can track
this down. Thanks!
On 2008-12-15, at 19:46EST, Lorien Henry-Wilkins wrote:
I'm porting some code from pagan-deities to OL 4.1 and I am seeing a
bunch of the following error:
INFO: makeChild.name is deprecated. Use makeChild.class instead
I can't find any place in my code where I am actually calling
makeChild, so I think this is being called internally by the
platform itself. Any idea what's causing this?
Thanks!
Lorien