tracker issue : CFB-3818777

select a category, or use search below
(searches all categories and all time range)
Title:

It crashed when I typed <. Yes, <.

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Raymond Camden / cfjedimaster (Raymond Camden)

Created: 09/04/2014

Components: General - IDE

Versions: 3.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: 3.0 Final /

Priority/Frequency: Major / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Here is the source file. I was writing code at line 24 - I had erased it and was typing:

if(idx <

and it crahsed on <.

<cfscript>

names = ["Ray", "Scott", "Todd", "Dave"];

//arguments are item, index, and whole array
unames = names.map(function(n) {
	return n.ucase();
});

/* This too
unames = arrayMap(names, function(n) {
	return n.ucase();
});
*/

lNames = names.toList();
lcNames = lNames.map(function(n) {
	return n.lcase();
});

lNames = names.toList();
//arguments are: item, index, list, delimiter, include empty fields
uLNames = lNames.map(function(n) {
	writedump(arguments);
	return n.lcase();
});

</cfscript>

<cfdump var="#unames#">
<cfoutput>#lcNames#</cfoutput>

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3818777

External Customer Info:
External Company:  
External Customer Name: cfjedimaster
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

Ugh - I thought maybe a random fluke. But - I can reproduce this at will now.
Comment by External U.
26857 | September 04, 2014 04:48:38 PM GMT