Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 10/18/2010
Components: Language, CF Component
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Minor / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 1
Problem:
[ANeff]
ER for: accessors="myVar" .. writeDump(variables.myVar);
Currently, auto-generated setters mix properties into variables scope. This ER is to allow us to use existing accessors attribute to specify name of structure to contain property data. This way we can simply/cleanly get property data without other variables/methods mixed in.
Example: accessors="instance" and then writeDump(variables.instance);
accessors="yes|true|no|false" would continue to behave the same (mixing property data into variables scope). This ER is just to allow other strings to indicate the name of the property data structure to be used by auto-generated setters.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3042494
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: 3D1D17B03C844EBF992001AC
External Test Config: 10/18/2010
Attachments:
Comments: