code analysis

  • 1List of tools for static code analysis — This is a list of significant tools for static code analysis.Historical products* Lint the original static code analyzer of C code.Open source or Noncommercial products .NET (C#, VB.NET and all .NET compatible languages) *… …

    Wikipedia

  • 2Static code analysis — is the analysis of computer software that is performed without actually executing programs built from that software (analysis performed on executing programs is known as dynamic analysis). In most cases the analysis is performed on some version… …

    Wikipedia

  • 3Code review — is systematic examination (often as peer review) of computer source code. It is intended to find and fix mistakes overlooked in the initial development phase, improving both the overall quality of software and the developers skills. Reviews are… …

    Wikipedia

  • 4Code coverage — is a measure used in software testing. It describes the degree to which the source code of a program has been tested. It is a form of testing that inspects the code directly and is therefore a form of white box testing.[1] Code coverage was among …

    Wikipedia

  • 5Analysis — (from Greek ἀνάλυσις , a breaking up ) is the process of breaking a complex topic or substance into smaller parts to gain a better understanding of it. The technique has been applied in the study of mathematics and logic since before Aristotle,… …

    Wikipedia

  • 6Code Metrics — is a code analysis tool included in Visual Studio 2008 (Team Edition and Team Suite only) that allows code and projects to be analysed and gathers statistics such as inheritance depth, lines of code, number of classes etc. and computes a… …

    Wikipedia

  • 7Code Insight — is the name several software vendors (e.g. Borland, Oracle, Pattern Insight) use for source code autocompletion, similar to Microsoft s IntelliSense. Code Insight can also refer to source code analysis information such as annotation or revision… …

    Wikipedia

  • 8Code audit — A software code audit is a comprehensive analysis of source code in a programming project with the intent of discovering bugs, security breaches or violations of programming conventions. It is an integral part of the defensive programming… …

    Wikipedia

  • 9Code smell — In computer programming, code smell is any symptom in the source code of a program that possibly indicates a deeper problem. Often the deeper problem hinted by a code smell can be uncovered when the code is subjected to a short feedback cycle… …

    Wikipedia

  • 10Code Red II — Type Server Jamming Worm Code Red II is a computer worm similar to the Code Red worm. Released two weeks after Code Red on August 4, 2001, although similar in behavior to the original, analysis showed it to be a new worm instead of a variant. The …

    Wikipedia