Open
Bug 1155415
(shadow-field)
Opened 11 years ago
Updated 3 years ago
Analysis to prevent shadowed base class members and non-virtual member functions
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
NEW
People
(Reporter: bent.mozilla, Unassigned)
References
Details
Shadowing base class members and member functions is almost always a bad idea. We should prevent that!
At the very least we need to prohibit multiple nsrefcnt members!
Updated•11 years ago
|
Assignee: nobody → ehsan
Flags: needinfo?(ehsan)
Updated•10 years ago
|
Alias: shadow-flags
Flags: needinfo?(ehsan)
Updated•10 years ago
|
Alias: shadow-flags → shadow-flag
Updated•10 years ago
|
Alias: shadow-flag → shadow-field
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•6 years ago
|
Assignee: ehsan → nobody
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•