An open API service indexing awesome lists of open source software.

https://github.com/objectprofile/softwareanalyzer


https://github.com/objectprofile/softwareanalyzer

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# SoftwareAnalyzer

[![CI](https://github.com/ObjectProfile/SoftwareAnalyzer/actions/workflows/runTest.yml/badge.svg)](https://github.com/ObjectProfile/SoftwareAnalyzer/actions/workflows/runTest.yml)

[![Coverage](https://github.com/ObjectProfile/SoftwareAnalyzer/actions/workflows/coverage.yml/badge.svg)](https://github.com/ObjectProfile/SoftwareAnalyzer/actions/workflows/coverage.yml)

Tool suite to do software analysis. It provides the necesary to analyze Java, C, and Pharo applications.

```Smalltalk
[ Metacello new
baseline: 'SoftwareAnalyzer';
repository: 'github://ObjectProfile/SoftwareAnalyzer';
load. ] on: MCMergeOrLoadWarning do: [:warning | warning load ]
```