tracker issue : CF-3755346

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

[ANeff] Bug for: myList.filter() not implemented

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 05/05/2014

Components: Language

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: PublicBeta /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win All

Vote Count: 1

Duplicate ID:	CF-3752316

The filter() member function has not been implemented for lists.

Steps to Reproduce:

<cfscript>
  myVar = "1,2,3";
  writeOutput(listFilter(myVar, function(){return true;}));//returns "1,2,3" (good)
  writeOutput(myVar.filter(function(){return true;}));//throws exception "The filter method was not found." (bad)
</cfscript>

I also tried myVar.listFilter(), but that also threw "not found" exception.

Found in CF11 Final, but bugbase.adobe.com doesn't list that as an option.

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

Watson Bug ID:	3755346

External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments:

Related thread: http://prerelease.adobe.com/r/?233d1d208b034856977de9be1a50497a
Comment by External U.
12306 | May 05, 2014 10:26:50 PM GMT
+1. /////////////////////////
Vote by External U.
12308 | September 01, 2014 03:32:25 AM GMT
This has been implemented as listfilter() member function and will close this and track this on bug no:CF-3752316
Comment by Suchika S.
12307 | September 02, 2014 06:29:11 AM GMT