tracker issue : CFB-4130082

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

Mapped CFC Variable not working when line contains var

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Phill Nacelli / Phill Nacelli (Phill Nacelli)

Created: 03/18/2016

Components: General - IDE

Versions: 2016

Failure Type:

Found In Build/Fixed In Build: Alpha_v31 / Update 1

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win All

Vote Count: 1

Problem Description:

The following line doesn’t show the hyperlink navigation option to the "someMethod()" method:

var someVariale = mappedCFCObject.someMethod();

But then I noticed that removing the var, it works:

someVariable = mappedCFCObject.someMethod();

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

Watson Bug ID:	4130082

External Customer Info:
External Company: About Web
External Customer Name: Phill Nacelli
External Customer Email: PNACELLI@ABOUTWEB.COM
External Test Config:

Attachments:

Comments:

Added By:sjayaram Note Added: The bug has been marked "To Fix " for Hot fix 1 Date Added :2016-03-06 06:26:59.0 Added By: PreRelease User User Name:Phill Nacelli Note Added: Entered Bug. Date Added :2015-12-09 16:41:18.0
Comment by CFwatson U.
26524 | March 18, 2016 05:27:01 AM GMT
+1 - I’ve verified that. The mapped variable’s ctrl+click hyperlink doesn’t appear when in an expression w/ the var keyword. I also noticed, after removing the var keyword, that ctrl+clicking the hyperlink doesn’t even do anything. I created a variable mapping for APPLICATION.foo that points to foo.cfc (containing a bar() method) in the root, and ctrl+clicking "APPLICATION.foo.bar() doesn’t do anything. Looks like a handy feature if it worked - never tried/used it before :)
Vote by Aaron N.
26528 | March 18, 2016 05:57:00 PM GMT
The issue is fixed, and fix will be available via updates. Thanks, Priya (Comment added from ex-user id:prk)
Comment by Adobe D.
26525 | March 22, 2016 04:39:04 AM GMT
recheck the hyperlink feature for var statements again. internal design has been changed.
Comment by Milan C.
26526 | April 11, 2016 07:01:59 AM GMT
The issue is fixed and fix will be available in Update 1 (Comment added from ex-user id:prk)
Comment by Adobe D.
26527 | April 13, 2016 12:21:10 AM GMT