Static Analysis: Difference between revisions

From MozillaWiki
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 use of API - GC bugs.
* 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: