https://github.com/objectprofile/softwareanalyzer
https://github.com/objectprofile/softwareanalyzer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/objectprofile/softwareanalyzer
- Owner: ObjectProfile
- License: mit
- Created: 2020-08-20T22:07:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T08:55:19.000Z (over 4 years ago)
- Last Synced: 2025-03-12T21:34:54.420Z (10 months ago)
- Language: Smalltalk
- Size: 579 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoftwareAnalyzer
[](https://github.com/ObjectProfile/SoftwareAnalyzer/actions/workflows/runTest.yml)
[](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 ]
```