Title:
Bug 84406:(Watson Migration Closure)[ANeff] Bug for: Tag vs CFScript wrt CF exception line#When error is thrown in nested if, CF exception indicates correct line number for tag, but incorrect line number for CFScript
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 09/27/2010
Components: Language, Exception Handling
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
[ANeff] Bug for: Tag vs CFScript wrt CF exception line#When error is thrown in nested if, CF exception indicates correct line number for tag, but incorrect line number for CFScript.<cfif structKeyExists({myKey=''}, "myKey")> <cfif myStruct.nonExistentKey></cfif><!--- CF exception correctly indicates error occurred on this line ---></cfif><cfscript>if(structKeyExists({myKey=''}, "myKey")) {//CF exception incorrectly indicates error occurred on this lineif(myStruct.nonExistentKey) {}}</cfscript>
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3042270
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: 3D1D17B03C844EBF992001AC
External Test Config: 09/27/2010
Attachments:
Comments: