What steps will reproduce the problem?
1. Persist a StringSequenceProperty with these two strings: "hello, world",
"test"
2. Load the Configuration. Look into the Sequence after loading it, it'll
now be "hello", " world" and "test"
What is the expected output? What do you see instead?
The StringSequenceProperty getStringValue/setStringValue methods should not
just add a comma and split on comma. They should probably also preserve
existing commas.
Original issue reported on code.google.com by per.dahl...@gmail.com on 23 Nov 2008 at 10:20
Original issue reported on code.google.com by
per.dahl...@gmail.com
on 23 Nov 2008 at 10:20