HeuristicCompletion-Analyser

Description

HeuristicCompletion-Analyser analyzes software packages, identifying patterns and reporting metrics like class count and unique methods to provide insights into package structure.

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Created
Jan. 1, 2025
Updated
Jan. 13, 2026
Topics
pharo pharo-smalltalk

README excerpt

# HeuristicCompletion-Analyser 

```smalltalk

Metacello new
  githubUser: 'omarabedelkader' project: 'HeuristicCompletion-Analyser' commitish: 'main' path: 'src';
  baseline: 'ExtendedHeuristicCompletionAnalyser';
  load

```
← Back to results