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

Project: https://github.com/JetBrains/Arend Commit: 7a22759be067534970e82d854f605310abad6f34 Stacktrace: ```java Cannot invoke "String.length()" because "suffix" is null java.lang.NullPointerException: Cannot invoke "String.length()" because "suffix" is null at java.base/java.lang.String.endsWith(String.java:2315) at org.jetbrains.research.refactorinsight.ui.DiffHintLineMarkerProvider.fromSameFile(DiffHintLineMarkerProvider.java:124) at org.jetbrains.research.refactorinsight.ui.DiffHintLineMarkerProvider.lambda$getRefactoringInfos$3(DiffHintLineMarkerProvider.java:116) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at...

bug

It is possible to run refactoring detection in code changes before a user makes a commit. See: [RefactoringMiner documentation](https://github.com/JetBrains-Research/RefactorInsight/commit/54e8633e151fc1ec5795bd17d8bed6c5cd0b5678). **This feature will come in next release of RefactoringMiner.** Currently, we...

Feature