Quantcast
Channel: Modeling Tools
Viewing all articles
Browse latest Browse all 1733

CodeMR Static Code Analyser

$
0
0
Date Updated: 
Mon, 2020-04-20 13:20
CodeMR Software Solution
Date Created: 
Thu, 2018-06-14 20:53

CodeMR Summary

CodeMR is a multi-language (Java and C++) software quality and static code analysis tool.

  • You can measure your software metrics and high-level quality attributes: coupling, cohesion, complexity, size
  • You can visualise your projects in Package Structure, TreeMap, Sunburst, Dependency and Graph Views. 
  • You can analyze your software classes and their relationship with CodeMR graphs.

CodeMR has different filtering options and supports custom queries. It visualizes high-level Object Oriented quality attributes and low-level metrics. Quality attributes are derived from the combinations of several metrics. You can also create different HTML reports for the project. 

With Community Edition you can extract up to 50 source files and 60 classes. You can download a trial license or buy a license from CodeMR website to analyse more files. Once you download and activate the license on a development machine, the plugin validates the license for this machine via the license management server. CodeMR plugin analyse your source code on your machine and save model/graph files on your local working directory under the "codemr" folder. It does not upload or expose your source code to any third-party server. 

 

For more information, please visit https://www.codemr.co.uk and follow us on Twitter @CodeMR_
 

Better Code, Better Quality!

 

Requirements

  • Eclipse 2018 or an upper version

  • Eclipse Java

  • Optional Eclipse CDT C/C++ Development Tooling to use C++ analyzer

 

Software metrics and statistics which are supported by CodeMR

Project Metrics

  • Project Total Lines of Code
  • Number of Packages
  • Number of External Packages
  • Number of External Entities
  • Number of Problematic Classes
  • Number of Highly Problematic Classes

Package Metrics

  • Package Total Lines of Code
  • Efferent Coupling
  • Afferent Coupling
  • Number of Interfaces
  • Number of Classes
  • Number of Entities
  • Abstractness
  • Instability
  • Normalized Distance

Class Metrics

  • Lines of Code
  • Weighted Method Count
  • Depth of Inheritance Tree
  • Number of Children
  • Coupling Between Object Classes (CBO)
  • Response For a Class (RFC)
  • Lack of Cohesion of Methods (LCOM)
  • Cohesion Among Methods(CAM)
  • Number of Fields
  • Number of Methods
  • Number of Static Fields
  • Number of Static Methods
  • Number of Overridden Methods
  • Specialization Index
  • Access to Foreign Data
  • Lack of Tight Class Cohesion

Method Metrics

  • McCabe Cyclomatic Complexity
  • Nested Block Depth
  • Method Lines of Code
  • Number of Parameters
  • Number of Methods Called
  • Number of Accessed Fields

 


Viewing all articles
Browse latest Browse all 1733

Trending Articles