Hey,
well, you have to remove every connection of an object to the global / local
scope and to the DOM. If you find any connection still available, no matter
what namespace it came from, you should take care of it. Either report it or
fix it if its in your code. :) I know thats not as easy as it might sound but
thats basically the challenge.
Regards,
Martin
Am 21.05.2013 um 09:18 schrieb franck34
<franck....@gmail.com<mailto:franck....@gmail.com>>:
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<mailto: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<mailto:qooxdoo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
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