On Fri, 2005-12-30 at 08:32 -0500, Davanum Srinivas wrote: > Sanjiva, > > Just to explain a bit :) > > A leak is when the method is finished the memory cannot be GC'ed. > "consuming the memory unnecessarily" means that during a method's > execution, it's taking more than appropriate what is needed :) Example > http://issues.apache.org/jira/browse/AXIS2-264 is not a leak.
Ah ok.. thanks .. now I consider myself more educated about what it means to be leaking instead of being wasteful! Sanjiva.