Closed
Bug 530166
Opened 16 years ago
Closed 12 years ago
xpcom analysis type-printer.js qualified member problem
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: redicke, Assigned: redicke)
References
(Blocks 1 open bug)
Details
(Keywords: student-project)
Attachments
(1 file)
389 bytes,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
Build Identifier: mozilla-central
Trying "<objdir>/xpcom/analysis classapi" ends with an error. Upon viewing "<objdir>/xpcom/analysis/classapi.out" one sees that "Member name not qualified?" is being thrown.
Reproducible: Always
Steps to Reproduce:
On a static analysis-build of Mozilla:
1. Type "make <objsrc>/xpcom/analysis classapi"
Actual Results:
Throws "Member name not qualified?"
Expected Results:
Generate docs
Assignee | ||
Updated•16 years ago
|
Depends on: 529978
Keywords: student-project
Updated•16 years ago
|
Assignee: nobody → redicke
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•16 years ago
|
||
This is the resulting classapi.out when the error occures.
Updated•16 years ago
|
Attachment #413686 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Comment 2•16 years ago
|
||
I recently discovered that this was not an issue when doing static analysis on external strings, yet it is an issue with internal strings.
Comment 3•12 years ago
|
||
Dehydra and treehydra are no longer maintained by Mozilla.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•