Title:
Bug 73882:When you cfdump a cfc instance, cfdump now reports your properties
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 12/01/2008
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 217681
Priority/Frequency: Normal / Unknown
Locale/System: English / Mac 10 All
Vote Count: 0
Problem:
When you cfdump a cfc instance, cfdump now reports your properties. However, it only shows the name. When you getMetadata() on a CFC you get a lot of info on the property (if it exists), like type, for example. cfdump on the cfc itself should show this as well.
Method:
Compare:
<cfset foo = createObject("component", "alpha")>
<cfdump var="#foo#">
<cfdump var="#getMetadata(foo)#">
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3036908
External Customer Info:
External Company:
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 12/01/2008
Attachments:
Comments: