Closed
Bug 572976
Opened 14 years ago
Closed 14 years ago
mxr ident searches returning nonsense results
Categories
(Webtools Graveyard :: MXR, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nelson, Assigned: timeless)
References
Details
(Keywords: regression)
Go visit any of these links:
http://mxr.mozilla.org/security/ident?i=common_DecodeDerSig
http://mxr.mozilla.org/security/ident?i=CERT_AddExtension
http://mxr.mozilla.org/security/ident?i=CK_C_INITIALIZE_ARGS
http://mxr.mozilla.org/security/ident?i=NSC_Initialize
http://mxr.mozilla.org/security/ident?i=PK11_GenerateKeyPairWithOpFlags
http://mxr.mozilla.org/security/ident?i=nsCertOverrideEntry
and you'll notice a common pattern. The lines that follow and of the
headers that start with the word "Defined", such as
Defined as a function in:
Defined as a function prototype in:
Defined as a type in:
Defined as a struct type in:
Defined as a variable in:
Defined as a class in:
are nonsense. They MAY be in the right file, but they're not even CLOSE to
the right lines, not even in the same functions. This makes MXR significantly less than useful. :-(
ok, the cause is
http://hg.mozilla.org/webtools/mxr/rev/566cc6e21318
and i have a fix.
Assignee: server-ops → timeless
Status: NEW → ASSIGNED
Component: Server Operations → MXR
Keywords: regression
Product: mozilla.org → Webtools
QA Contact: mrz → mxr
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
The links in comment 0 do appear to be fixed. (timeless asked me to go around and verify various fixed MXR bugs.)
Status: RESOLVED → VERIFIED
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
•