Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Sebastian H. / ()
Created: 01/24/2019
Components: Language, Application Framework
Versions: 2016,2018
Failure Type: Crash
Found In Build/Fixed In Build: * / CF2016U12,CF2018U5
Priority/Frequency: Normal / Not Reproducible
Locale/System: German / Mac 10 All
Vote Count: 0
Problem Description:
I'm getting an error of an undefined variable which is used nowhere in the code.
Steps to Reproduce:
{code:java}
<cfif ArrayFind([1, 3], …)>
<!--- Output 1 --->
<cfelseif ArrayFind([2, 3], …>
<!--- Output 2 --->
</cfif>
{code}
Actual Result:
Variable ___IMPLICITARRYSTRUCTVAR16 is undefined
Expected Result:
Either output 1 or output 2 should be shown
Any Workarounds:
Using ListFind('1,3', …)
Attachments:
Comments: