AnantLabs / xerial

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

ObjectLens fails to detect PropertySetter #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a class with public Property field.
2. create an ObjectLens instance of that object
3. ObjectLens.setProperty(key, value)
4. ObjectLens.getProperty(key) returns null

What is the expected output? What do you see instead?
getProperty() must return the value set previously

Please use labels and text to provide additional information.

Original issue reported on code.google.com by taroleo on 21 Apr 2010 at 5:21

GoogleCodeExporter commented 9 years ago
This issue was closed by revision bffe208591.

Original comment by taroleo on 21 Apr 2010 at 8:42