Title:
Bug 86202:-(Watson Migration Closure)There is in my opinion a language error in the system component C:\ColdFusion9\wwwroot\CFIDE\componentutils\cfcexplorer
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): A. Bakia / A. Bakia (A. Bakia)
Created: 02/06/2011
Components: Language, CF Component
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,1,274733 / 292293
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
There is in my opinion a language error in the system component C:\ColdFusion9\wwwroot\CFIDE\componentutils\cfcexplorer.cfc. Its method getCFCMetaData has return type struct, whereas there are occasions when the return type wont be a struct.
Method:
There is a try-catch within the getCFCMetaData of C:\ColdFusion9\wwwroot\CFIDE\componentutils\cfcexplorer.cfc. Suppose then that an exeception of type coldfusion.runtime.CfJspPage$NoSuchTemplateException occurs while ColdFusion is using this method to explore a custom component. There is no return statement within the catch block, which means the returntype is void. This doesn't tally with struct. Code execution will then proceed to the cfcatch blo
Result:
No particular error message
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043297
External Customer Info:
External Company:
External Customer Name: A. Bakia
External Customer Email: 4E2913DC4455DE13992016B6
External Test Config: 02/06/2011
Attachments:
Comments: