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: