Closed Bug 557051 Opened 14 years ago Closed 8 years ago

Searching for NS_DECL_NSISUPPORTSWEAKREFERENCE and NSISUPPORTSWEAKREFERENCE yield different results

Categories

(Webtools Graveyard :: DXR, defect, P3)

x86
Linux

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jdm, Assigned: carlos)

Details

More than the obvious difference in results, no uses of NS_DECL_NSISUPPORTSWEAKREFERENCE show up in the first search, whereas they do in the second.
Can you give the url for what you're doing/seeing?  Also note that we don't record callers/users of macros, since the macros are gone by the time the compiler/analysis gets the code for indexing.  I just have a hack on the preprocessor to extract macro defs:

http://scotland.proximity.on.ca/dxr/search.cgi?tree=mozilla-central&macro=NS_DECL_NSISUPPORTSWEAKREFERENCE
Note how searching for the string NS_DECL_NSISUPPORTSWEAKREFERENCE shows no results: http://scotland.proximity.on.ca/dxr/search.cgi?tree=mozilla-central&string=NS_DECL_NSISUPPORTSWEAKREFERENCE

Then, note how searching for the string NSISUPPORTSWEAKREFERENCE contains uses of NS_DECL_NSISUPPORTSWEAKREFERENCE: http://scotland.proximity.on.ca/dxr/search.cgi?tree=mozilla-central&string=NSISUPPORTSWEAKREFERENCE
Assigning it to Carlos as it is a search issue
Assignee: nobody → carlos
Severity: normal → major
Status: NEW → ASSIGNED
Priority: -- → P4
Priority: P4 → P2
Priority: P2 → P3
The problem described no longer reproduces.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.