refactoring-ai / predicting-refactoring-ml

Refactoring recommendation via ML
MIT License
28 stars 8 forks source link

Ignore refactorings in anonymous classes #161

Closed mauricioaniche closed 4 years ago

mauricioaniche commented 4 years ago

This PR aims to tackle issue #142. All the non-linked refactorings between RMiner and CK are related to anonymous classes.

While CK doesn't implement better names in anonymous classes, so that we could do the link, it's better to ignore it. The number of these refactorings is not significant anyways.