Ensure ExamplesTable preserves ordering of columns

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.

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 15, 2010 at 5:22 PM
Updated October 20, 2010 at 5:58 PM
Resolved October 20, 2010 at 5:58 PM