Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 844 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 844 Bytes

SoftwareAnalyzer

CI

Coverage

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

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