Search results
Results From The WOW.Com Content Network
Sourcegraph Inc. is a company developing code search and code intelligence tool that semantically indexes and analyzes large codebases so that they can be searched across commercial, open-source, local, and cloud-based repositories.
OpenGrok is a source code cross-reference and search engine.It helps programmers search, cross-reference, and navigate source code trees to aid program comprehension.. It can read program file formats and version control histories such as Monotone, Subversion, Mercurial, Git, ClearCase, Perforce, AccuRev, Razor, and Bazaar.
cscope is a programming tool which works in console mode, text-based interface, that allows computer programmers or software developers to search source code of the programming language C, with some support for C++ and Java.
The Web Application Security Consortium's Static Code Analysis Tool List; SAMATE-Source Code Security Analyzers; SATE – Static Analysis Tool Exposition "A Comparison of Bug Finding Tools for Java", by Nick Rutar, Christian Almazan, and Jeff Foster, University of Maryland. Compares Bandera, ESC/Java 2, FindBugs, JLint, and PMD.
Understand is a customizable integrated development environment (IDE) that enables static code analysis through an array of visuals, documentation, and metric tools. [2] It was built to help software developers comprehend, maintain, and document their source code. [3]
This category is for search engines that search for computer program source code. Pages in category "Code search engines" The following 12 pages are in this category, out of 12 total.
The code available for searching was in various formats including tar.gz, .tar.bz2, .tar, and .zip, CVS, Subversion, git and Mercurial repositories. Google Code Search covered many open-source projects, and as such is different from the "Code Search for Google Open source projects" that was released afterwards. [1] [2]
PMD is able to detect flaws or possible flaws in source code, like: Bugs—Empty try/catch/finally/switch blocks. Dead code—Unused local variables, parameters and private methods. Empty if/while statements. Overcomplicated expressions—Unnecessary if statements, for loops that could be while loops.