Open
Bug 575390
Opened 15 years ago
Updated 2 years ago
make methods that can be called on uninitialized imgContainers explicit
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
NEW
People
(Reporter: bholley, Unassigned)
References
Details
Reporter | ||
Comment 1•15 years ago
|
||
Probably the best thing to do would be to ensure that every method checks mInitialized() and returns failure, except for a select number of methods that are explicitly labeled in the interface. These methods should have a special case for being uninitialized at the beginning, after which it should be able to be assumed that they are initialized.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•