Skip to content

Commit

Permalink
Update FileTracker blame test result
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Sep 18, 2024
1 parent 20e0683 commit a624176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class CodeTrackerBlameWithLocalFilesTest {
"https://github.com/hibernate/hibernate-orm/commit/8bd79b29cfa7b2d539a746dc356d60b66e1e596b, hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java, /src/test/resources/blame/blameTestWithLocalRepo8.txt",
//"https://github.com/apache/flink/commit/9e936a5f8198b0059e9b5fba33163c2bbe3efbdd, flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/DataStream.java, /src/test/resources/blame/blameTestWithLocalRepo9.txt",
"https://github.com/checkstyle/checkstyle/commit/119fd4fb33bef9f5c66fc950396669af842c21a3, src/main/java/com/puppycrawl/tools/checkstyle/TreeWalker.java, /src/test/resources/blame/blameTestWithLocalRepo10.txt",
"https://github.com/apache/commons-lang/commit/a36c903d4f1065bc59f5e6d2bb0f9d92a5e71d83, src/main/java/org/apache/commons/lang3/time/DateUtils.java, /src/test/resources/blame/blameTestWithLocalRepo11.txt",
//"https://github.com/apache/commons-lang/commit/a36c903d4f1065bc59f5e6d2bb0f9d92a5e71d83, src/main/java/org/apache/commons/lang3/time/DateUtils.java, /src/test/resources/blame/blameTestWithLocalRepo11.txt",
"https://github.com/eclipse/jgit/commit/bd1a82502680b5de5bf86f6c4470185fd1602386, org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java, /src/test/resources/blame/blameTestUntilCommitZero.txt",
"https://github.com/JetBrains/intellij-community/commit/ecb1bb9d4d484ae63ee77f8ad45bdce154db9356, java/compiler/impl/src/com/intellij/compiler/CompilerManagerImpl.java, /src/test/resources/blame/blameTestUntilCommitZero2.txt",
"https://github.com/JetBrains/intellij-community/commit/ecb1bb9d4d484ae63ee77f8ad45bdce154db9356, java/compiler/impl/src/com/intellij/compiler/actions/CompileDirtyAction.java, /src/test/resources/blame/blameTestUntilCommitZero3.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/blame/blameTestUntilCommitZero2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ d953a0609 java/compiler/impl/src/com/intellij/compiler/CompilerManagerImpl.java
d65d57207 java/compiler/impl/src/com/intellij/compiler/CompilerManagerImpl.java (Eugene Zhuravlev 2015-09-11 10:05:18 +0000 515) }
516)
7460e5ada source/com/intellij/compiler/CompilerManagerImpl.java (Maxim Shafirov 2005-01-13 20:44:30 +0000 517) private class ListenerNotificator implements CompileStatusNotification {
7c2ec369e java/compiler/impl/src/com/intellij/compiler/CompilerManagerImpl.java (nik 2012-08-27 06:50:33 +0000 518) @Nullable private final CompileStatusNotification myDelegate;
06156396f java/compiler/impl/src/com/intellij/compiler/CompilerManagerImpl.java (Alexey Kudravtsev 2017-04-25 14:19:19 +0000 518) @Nullable private final CompileStatusNotification myDelegate;
519)
7c2ec369e java/compiler/impl/src/com/intellij/compiler/CompilerManagerImpl.java (nik 2012-08-27 06:50:33 +0000 520) private ListenerNotificator(@Nullable CompileStatusNotification delegate) {
7460e5ada source/com/intellij/compiler/CompilerManagerImpl.java (Maxim Shafirov 2005-01-13 20:44:30 +0000 521) myDelegate = delegate;
Expand Down

0 comments on commit a624176

Please sign in to comment.