Hi Jan

> On 10 Jul 2015, at 23:05, Jan Tosovsky <j.tosov...@email.cz> wrote:
> 
>> https://issues.apache.org/jira/browse/FOP-1760
> 
> In the original patch there is used Vector for storing ChangeBars
> collection. 
> 
> http://stackoverflow.com/questions/1386275/why-is-java-vector-class-consider
> ed-obsolete-or-deprecated
> 
> I'd suggest replacing it with LinkedList (the order of entries should be
> kept to handle nesting properly). 

Sure, sounds good.

> Or is there any reason for using Vector?

The only "reason" I can think of is that the creator of the patch was used to 
using that instead of ArrayList or LinkedList.



KR

Andreas

Reply via email to