andreihh / metanalysis-srb

Analyzer for Single-Responsibility breakers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metanalysis-SRB

Build Status codecov License

Features

  • a Single Responsibility Breaker analysis based on the metanalysis code metadata model

Using Metanalysis-SRB

Environment requirements

In order to use metanalysis-srb you need to have JDK 1.8 or newer.

Using the command line

Download the most recently released distribution from here and run the executable from the bin directory: ./metanalysis-srb --help.

In order to visualize the graph corresponding to one of the inspected source files, open the index.html file with the graph.json file from the .metanalysis-srb directory saved as file.json in the same directory as the index.html file.

Licensing

The code is available under the Apache V2.0 License.

About

Analyzer for Single-Responsibility breakers.

License:Apache License 2.0


Languages

Language:Kotlin 86.0%Language:HTML 14.0%