You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2019/09/03 20:54:54 UTC

[GitHub] [cxf] rmannibucau edited a comment on issue #577: cxf-rt-rs-client: use ArrayList in ClientProxyImpl

rmannibucau edited a comment on issue #577: cxf-rt-rs-client: use ArrayList in ClientProxyImpl
URL: https://github.com/apache/cxf/pull/577#issuecomment-527635776
 
 
   2 Agree
   
   
   1 ArrayList is not sized as far as i can see - can't be without visiting parameters in current state - so assumption is random, no? A max can be stored building the request and propagated (plain int) or linkedlist sounds saner since we dont control param count here and it can be a lot. Wdyt?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services