Static Analysis: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
* Clean up uses of obsolete API. [[Gecko:Obsolete API]] | * Clean up uses of obsolete API. [[Gecko:Obsolete API]] | ||
* Automatically identify unused code. | * Automatically identify unused code. | ||
* Enforce correct | * Enforce correct API usage - GC bugs. | ||
* Unit tracking for layout | * Unit tracking for layout | ||
Revision as of 23:59, 21 November 2006
Possible applications for oink static analysis tools in Mozilla:
- Automate part of deCOMtamination. Gecko:DeCOMtamination Algorithm
- Clean up uses of obsolete API. Gecko:Obsolete API
- Automatically identify unused code.
- Enforce correct API usage - GC bugs.
- Unit tracking for layout