Hi Stojce,

> Do you see something wrong with promoting the Integer to Long in
> 'o.a.h.i.DefaultHttpParams#getLongParameter' ?

Yes I do. The whole point of storing objects rather than for example
strings is that we do NOT have to do run-time type conversions. And
instanceof checks are expensive.

cheers,
  Roland


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

Reply via email to