Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 477999 - [search][refs] Trying to search the workspace logs hundreds of exceptions
Summary: [search][refs] Trying to search the workspace logs hundreds of exceptions
Status: RESOLVED WORKSFORME
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 10.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 471947
  Show dependency tree
 
Reported: 2015-09-21 17:02 EDT by Michael Rennie CLA
Modified: 2015-10-07 14:33 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2015-09-21 17:02:52 EDT
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
Comment 1 Michael Rennie CLA 2015-10-07 14:33:06 EDT
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.