Beedraz / recovered-from-google-code

Automatically exported from code.google.com/p/beedraz
0 stars 0 forks source link

Throw IllegalEditException when null is no acceptable goal #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an object of class that has a property of type
EditableStringBeed. Suppose that null is not an acceptable value for this
property.
2. Create a StringEdit object for this property, and set the goal to null.
3. Perform the edit object.

What is the expected output? What do you see instead?
What I expect is that the perform method signals an IllegalEditException,
since the goal is not acceptable. But nothing is done, since the goal value
is equal to the current value of the property.

Original issue reported on code.google.com by nelesmee...@gmail.com on 31 May 2007 at 9:28

GoogleCodeExporter commented 8 years ago
Also need to check this with other kinds of beeds

Original comment by jandockx on 3 Jul 2007 at 7:53