SourceMeter

From Wikipedia, the free encyclopedia
SourceMeter
Developer(s)FrontEndART Ltd.
Stable release
8.2 / December 16, 2016; 7 years ago (2016-12-16)
Written inC, C++
Operating systemCross-platform
LicenseEULA
Websitewww.sourcemeter.com

SourceMeter is a source code analyzer tool, which can perform deep static program analysis of the source code of complex programs in C, C++, Java, Python, C#, and RPG (AS/400).[1] FrontEndART has developed SourceMeter based on the Columbus technology[2] researched and developed at the Department of Software Engineering of the University of Szeged.[3][4]

Background[edit]

During the static analysis, an abstract semantic graph (ASG) is constructed from the language elements of the source code. This ASG is then processed by the different tools in the package to calculate product metrics[5] like LLOC,[6] NLE or NOA, identify duplicate code (copy-pasted code; clones), coding rule violations, etc.

SourceMeter can analyze source code conforming to Java 8 and earlier versions, C/C++, RPG III and RPG IV versions (including free-form), C# 6.0 and earlier versions and Python 2.7.8 and earlier versions. In the case of C/C++, SourceMeter supports the ISO/IEC 14882:2011 international standard[7] extended with several new features from ISO/IEC 14882:2014, and C language defined by the ANSI/ISO 9899:1990, ISO/IEC 9899:1999 and ISO/IEC 9899:2011 standards. Besides the standard features, several GCC and Microsoft specific extensions are also supported.

Features[edit]

  • Precise and deep static analysis, building full semantic graphs, containing semantic edges (calls, references), comments, etc.
  • 60+ source code metrics (complexity, coupling, cohesion, inheritance, etc.), on different levels (package, namespace, class, method, etc.)
  • Type-2 duplications regarding syntax boundaries
  • Code duplication metrics (stability, embeddedness, dispersion, etc.)
  • Detecting inconsistent changes of duplications
  • Checking coding rules (Differences between PMD rule violations and FaultHunter rule violations)
  • Detecting security vulnerabilities based on data-flow (SQL injection, XSS, etc.)
  • Checking metric-based rule violations
  • Checking Android specific rule violations
  • Detecting runtime exceptions by means of symbolic code execution, for Java only

SonarQube plug-in[edit]

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. The plug-in is open-source, and provides all the usual SonarQube code analysis results, extended with many additional metrics and issue detectors provided by the SourceMeter tool. The plug-in supports the C/C++, Java, C#, Python and RPG languages.[8]

References[edit]

  1. ^ Szőke, Gábor; Nagy, Csaba; Ferenc, Rudolf; Gyimóthy, Tibor (2014). "A Case Study of Refactoring Large-Scale Industrial Systems to Efficiently Improve Source Code Quality" (PDF). Computational Science and its Applications – ICCSA 2014. Lecture Notes in Computer Science. Vol. 8583. pp. 524–540. doi:10.1007/978-3-319-09156-3_37. ISBN 978-3-319-09155-6.
  2. ^ Árpád Beszédes, Rudolf Ferenc, Tibor Gyimóthy: "Columbus: A reverse engineering approach"
  3. ^ Department of Software Engineering
  4. ^ University of Szeged
  5. ^ Source code metrics reference
  6. ^ István Siket, Árpád Beszédes, John Taylor: "Differences in the Definition and Calculation of the LOC Metric in Free Tools"
  7. ^ SourceMeter at ISO C++ standard
  8. ^ Ferenc R., Langó L., Siket I., Gyimóthy T.: "Source Meter Sonar Qube Plug-in" In Proceedings of the 14th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2014). Victoria, British Columbia, Canada, pages 77-82. September 28–29, 2014]

External links[edit]