Content deleted Content added
No edit summary |
|||
Line 10:
'''Static analysis''' is a family of [[formal method]]s for automatically deriving information about the behavior of computer [[software]] (and also [[hardware]]). One possible application of static analysis is automated [[debugging]] aid, especially the finding of run-time errors -- roughly speaking, events causing program [[crash]]es.
Briefly, program analysis — including finding possible run-time errors -- is [[undecidable]]: there
There exist two main families of formal static analysis:
Line 28:
*[[Crash-only software]]
*[[Graceful degradation]]
==External links==
|