Search results
Results From The WOW.Com Content Network
SonarQube is expandable with the use of plug-ins. It integrates with Eclipse, Visual Studio, Visual Studio Code, and IntelliJ IDEA development environments through SonarQube for IDE [10] plug-ins, as well as external tools such as LDAP, Active Directory, and GitHub. [11] [12]
A code searching tool with an emphasis on finding software bugs. Search patterns are written in a query language which can search the AST and graphs (CFG, DFG, etc.) of supported languages. A plugin is available for Visual Studio. ConQAT (retired) 2015-02-01 Yes; ASL 2: Ada C#, C++ Java JavaScript — — ABAP
SonarQube JaCoCo plugin — one of the defaults for coverage analyses within the code quality management platform SonarQube; EclEmma Eclipse (software) Code Coverage Plugin, was formerly EMMA based [5] Jenkins JaCoCo Plugin [6] Netbeans JaCoCo support [7] IntelliJ IDEA since v11 [4] Gradle JaCoCo Plugin [8] [9] Maven JaCoCo Plugin [10] [11]
SonarQube Server (formerly SonarQube) is an open core product for static code analysis, with additional features offered in commercial editions. SonarQube Cloud (formerly SonarCloud) offers free analysis of open source projects. SonarQube for IDE (formerly SonarLint) is a free IDE extension for static analysis.
SourceMeter plug-in for SonarQube platform is an extension of the open-source SonarQube platform for managing code quality. The plug-in executes SourceMeter from the SonarQube platform and uploads the source code analysis results of SourceMeter into the SonarQube database.
Plugins have been released for Jenkins that extend its use to projects written in languages other than Java. Plugins are available for integrating Jenkins with most version control systems and bug databases. Many build tools are supported via their respective plugins. Plugins can also change the way Jenkins looks or add new functionality.
SpotBugs is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community. In 2016, the project lead of FindBugs was inactive but there are many issues in its community so Andrey Loskutov gave an announcement [16] to its community, and some volunteers tried creating a project with support for modern Java platform and better maintainability.
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.