Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

RefiNym: Using Names to Refine Types

This is the repository for the code of the FSE 2018 paper RefiNym: Using Names to Refine Types. Please cite as

@inproceedings{refinym2018dash,
title={{RefiNym}: Using Names to Refine Types},
authors={Santanu Kumar Dash and Miltiadis Allamanis and Earl T. Barr},
booktitle={Foundations of Software Engineering (FSE)},
year={2018}
}

Running the Tool

The code requires Windows and Visual Studio 2017 to compile.

To extract clusters in a given solution use the CLI:

./SubtypeMiningConsole.exe cluster <PathToSln> <repositoryPath> <githubLink> <OutputJsonFileName> <typeToCluster>

To rewrite a project with the refined types, given a clustering in clusterings.json, run the CLI with:

./SubtypeMiningConsole.exe rewrite <PathToSln> <repositoryPath> <gitHubLink> <SerializedClustersJSON> <typeThasWasRefined>

About

Source code for Foundations of Software Engineering 2018 paper titled "RefiNym: Using Names To Refine Types"

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages