Community
Participate
Working Groups
Place the caret in the last ff() call expression and activate the References > Workspace command. /** ff in a comment */function f(){} function g() {return {ff: f}} g().ff(); the exception that is reported: (anonymous function) @ gSearchClient.js:118 settleDeferred @ Deferred.js:70 notify @ Deferred.js:144 run @ Deferred.js:28 Mutation (async) (anonymous function) @ Deferred.js:46 enqueue @ Deferred.js:58 _reject @ Deferred.js:156 Deferred.reject @ Deferred.js:243 _messageHandler @ pluginregistry.js:391 _channelHandler @ pluginregistry.js:1200 (anonymous function) @ pluginregistry.js:1210 _messageHandler @ pluginregistry.js:1208 postMessage (async) _publish @ plugin.js:67 promiseOrResult.then._notify.responseId @ plugin.js:257 settleDeferred @ Deferred.js:70 notify @ Deferred.js:144 run @ Deferred.js:28 Mutation (async) (anonymous function) @ Deferred.js:46 enqueue @ Deferred.js:58 _reject @ Deferred.js:156 Deferred.reject @ Deferred.js:243 (anonymous function) @ xhr.js:162 XMLHttpRequest.send (async) _xhr @ xhr.js:175 _xhr @ fileImpl.js:95 FileServiceImpl.read @ fileImpl.js:468 _callMethod @ plugin.js:242 _handleMessage @ plugin.js:295 . In one run, the aforementioned exception was logged ~700 times
I have not been able to reproduce this with the latest refactoring of the refs support. I'm going to close this worksforme. I will reopen if I see it again.