Jump to content

CodePeer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bgwhite (talk | contribs) at 04:52, 18 June 2014 (Do general fixes and cleanup. - using AWB (10242)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

CodePeer is an open source static analysis tool, which identifies constructs that are likely to lead to run-time errors such as buffer overflows, and it flags legal but suspect code, typical of logic errors [1] in Ada programs. CodePeer also produces a detailed analysis of each subprogram, including pre- and post-conditions, making it easier to find potential bugs and vulnerabilities early.[2]

CodePeer is produced by AdaCore, a computer software company with North American headquarters in New York and European headquarters in Paris.

See also

References

  1. ^ Cole, Bernard. "AdaCore releases new CodePeer static analysis tool". Embedded. Retrieved 17 June 2014.
  2. ^ Walsh, Trudy. "CodePeer spots Ada code errors early". GCN. Retrieved 17 June 2014.