Just done another build with Eclipse showing various categories of unused
objects.

Unread/Unused arguments:
For example HTTPSampler.setConnectionHeaders() does not use URL u.
If these are in private methods, should the args be removed (and the calls
changed)?

Unused local variables and private fields:
Sometimes these are used to hold the result of a method call.
If not, they could presumably be deleted without further ado?

[There are a lot of such messaages relating to the HtmlParser code, but we
presumably should leave that alone.]

Any objections if I clean up the JMeter code?

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to