[ 
http://jira.codehaus.org/browse/JBEHAVE-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi updated JBEHAVE-364:
---------------------------------

    Description: 
Currently the ExampleTable does not guarantee order of the columns since the 
row is returned as a HashMap.

In some cases, the preserving the order of the textual table may be useful in 
the implementation of the step.  Using LinkedHashMap would preserve the 
ordering, at a small cost of performance. 





  was:
Currently the ExampleTable does not guarantee order of the columns since the 
row is returned as a Map.

In some cases, the preserving the order of the textual table may be useful in 
the implementation of the step. 



        Summary: Ensure ExamplesTable preserves ordering of columns  (was: 
Order-preserving ExamplesTable)

> Ensure ExamplesTable preserves ordering of columns
> --------------------------------------------------
>
>                 Key: JBEHAVE-364
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-364
>             Project: JBehave
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Mauro Talevi
>            Priority: Minor
>             Fix For: 3.1
>
>
> Currently the ExampleTable does not guarantee order of the columns since the 
> row is returned as a HashMap.
> In some cases, the preserving the order of the textual table may be useful in 
> the implementation of the step.  Using LinkedHashMap would preserve the 
> ordering, at a small cost of performance. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to