RefactorInsight icon indicating copy to clipboard operation
RefactorInsight copied to clipboard

An IntelliJ IDEA plugin that detects refactorings in Git commits

Results 23 RefactorInsight issues
Sort by recently updated
recently updated
newest added

fix #86 - update Gradle version to `7.4` - update plugin `org.jetbrains.intellij` to `1.8.0` - update dependence `mockito-core` to `4.7.0`, So I test `org.jetbrains.research.refactorinsight.utils.UtilsTest#calculateSignature` without error - fix diff refactoring...

https://mvnrepository.com/artifact/com.github.tsantalis/refactoring-miner/2.1.0

refactorings.xml file is rather big. For example, generated from that repository, it weights 1MB

Currently, we do not highlight the right side of the diff window for such kinds of refactorings. It seems the green color could make it clear that there was added...

Dear Team I've read the doc, but I can't find a feature for generating activity summary refactoring in vcs. It would be great to add a feature to show the...

I've noticed potential issues with the `RefactoringHistoryToolbar`: 1. New instance of `VcsLogUi` is created on every double click on the leaf node with `RefactoringInfo`, this is not good performance-wise. 2....

As far as I see in the code, `MiningService` only works and keeps commits for a single repository.

IntelliJ has an embedded PR support, however the diff window which is very nice, does not benefit from this kind of insight.