Activities in Collect and Compile Source
4 activities · 1 phase
| # | Name | Abbrev. | Guidance | Dependencies | Actions |
|---|---|---|---|---|---|
|
Data Preparation
4
|
|||||
| 1 | Extract variable usage slots | CSE-1 | For each variable usage location (excluding declarations), check that at least one other type-compatible variable … | ||
| 1 | Filter compilable projects | CSE-1 | Compile each project using language tooling (Roslyn for C#). Discard projects that cannot be fully … | ||
| 1 | Scrape target repositories | CSE-1 | Select top-starred non-fork repositories from GitHub in the target language (C# in the original paper). … | ||
| 1 | Split dataset by file | CSE-1 | Partition into train/validation/test splits along source file boundaries — all examples from one file must … | ||