Hi Martin,

Thanks for your reply.

If i understand well, if i'm using trunk, i don't have to care about
dispose warnings emitted by qx.*, but only dispose warnings related to my
own code ? or should i don't care about every dispose warnings ?

Franck




2013/5/21 Martin Wittemann <martin.wittem...@1und1.de>

> Hi Franck,
> > For information, i've got this when i'm using a json store
> (debug.dispose.level = 2)
> This level has often false positives because it warns on every reference
> still available after the dispose process. But modern garbage collectors
> don't need any reference to be removed. In this case, its not necessary to
> do anything else we already do in the destructor of the AbstractRequest:
> The transport is disposed and with that, ready to get collected itself, the
> response is only a string and the headers is a map of strings.
>
> Regards,
> Martin
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to