Closed
Bug 385918
Opened 18 years ago
Closed 6 years ago
identifier parsing corruption
Categories
(Webtools Graveyard :: MXR, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
The best corruption I've found is: ConstructArrayTest
actual results:
Defined as a variable in:
* js/src/xpconnect/tests/components/xpctest_module.cpp (View change log or Blame annotations)
o line Vxpctest
o line 72
expected results:
Defined as a function in:
* js/src/xpconnect/tests/components/xpctest_array.cpp, line 364, as member of class xpctest
(the actual formatting is not expected, but it's reproduced as lxr has it)
I'm uncertain as to whether Length truly suffers from corruption, I think it does
actual results (note that I believe morkStream is a good hit, so here it's that nsContentList is missing):
Defined as a function in:
* db/mork/src/morkStream.cpp (View change log or Blame annotations)
o line 341
* extensions/xforms/nsXFormsXPathScanner.cpp (View change log or Blame annotations)
o line 72, as member of class nsXFormsXPathScanner
* intl/unicharutil/src/nsRangeCharsList.cpp (View change log or Blame annotations)
o line 55, as member of class nsRangeCharsList
* intl/unicharutil/src/nsStringCharsList.cpp (View change log or Blame annotations)
o line 54, as member of class nsStringCharsList
reference results (note nsContentList):
Defined as a function in:
* content/base/src/nsContentList.cpp, line 368, as member of class nsContentList
* extensions/xforms/nsXFormsXPathScanner.cpp, line 72, as member of class nsXFormsXPathScanner
* intl/unicharutil/src/nsRangeCharsList.cpp, line 55, as member of class nsRangeCharsList
* intl/unicharutil/src/nsStringCharsList.cpp, line 54, as member of class nsStringCharsList
I need to get this sorted out before I try to land in CVS. Although it clearly isn't a major thing as I've never heard anyone complain about it.
Comment 1•6 years ago
|
||
mxr is gone, mass closing.
https://searchfox.org/ is a much better alternative.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•