/SoftwareAnalyzer

Primary LanguageSmalltalkMIT LicenseMIT

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 ]