Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Aaron Martone / Aaron Martone (Aegis Kleais)
Created: 12/17/2013
Components: Language, CF Component
Versions: 10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 1
I love implicit setters and getters, however they are not currently capable of detecting whether component properties are being placed into a container object. For example, I use:
<cfset variables.my = {} />
I am proposing an attribute like: instancePrefix so I could write:
<cfcomponent accessors="true" instanceprefix="my" ...
And when CF goes to create Getters and Setters, it will access/mutate on variables.my rather than variables.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3685532
External Customer Info:
External Company:
External Customer Name: Aegis Kleais
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: