313
edits
Line 104: | Line 104: | ||
The key need here is a tool to automatically find call sites that ignore return values. There is a script under development (by dmandelin) that does this, but it needs to be improved to handle all the special cases, such as checking for a null return value. | The key need here is a tool to automatically find call sites that ignore return values. There is a script under development (by dmandelin) that does this, but it needs to be improved to handle all the special cases, such as checking for a null return value. | ||
Coding Task 5: Finish the ignored nsresult analysis. | |||
Once the list is in place, the calls will need manual attention. | Once the list is in place, the calls will need manual attention. |
edits