| Issue 122: | WorksheetRowImpl.getColumns() does not guarantee a properly ordered iterator | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Ran JMesa build 2. WorksheetRowTest failed What version of the product are you using? On what operating system? SVN trunk Attaching a patch that changes the underlying collection from HashMap to LinkedHashMap to maintain order.
Jul 22, 2008
Which JDK version did you build with? This is a very valid patch but I want to try and reproduce it myself. -Jeff
Jul 22, 2008
[echo] You are using java version 1.6.0_07
Jul 22, 2008
I was able to reproduce this with a 1.5.0_15 JDK. I also verified that your patch works! Thank you :).
Status:
Fixed
|
953 bytes View Download