Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 398967

Summary: nonnlsTool: Can not get results from nonnlsSearchUtil.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: Simon Kaegi <simon.kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: malgorzata.tomczyk
Version: 1.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 382492    

Description libing wang CLA 2013-01-24 08:18:51 EST
To fix and test bug 397618, I need the nonnlsSearchUtil to return a list of json objects but it is not working currently.

I created a folder and put one file with contents like below:
var foo = "bar"  //$NON-NLS-0$
var bar = "foo";

Then I selected the folder and took the "string externalizer" action.
The page hangs there with "Searching for non externalized strings..."
I set a break point at line 55 @ searchResults.js but the break point is never reached.
Then I set a break point at line 167 @ nonnlsSearhUtils.js and restarted. I could see that the string was detected.


The test of the new replace model APIs will be blocked by this breakage.
Comment 1 libing wang CLA 2013-01-24 08:21:22 EST
Sorry when I mentioned bug 397618 in the last comments, I really meant Bug 382492.
Comment 2 libing wang CLA 2013-01-31 16:47:59 EST
This one was fixed by Simon last friday when he did undojo stuff.