From cc25c5dec6fe76ac52d12383c42cc574ee9a81e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 17 Sep 2024 16:31:49 +0200 Subject: [PATCH] api_notable_list_2024.md: 2024.3 links -> point to 242 explicitly --- topics/appendix/api_notable/api_notable_list_2024.md | 6 +++--- v.list | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/topics/appendix/api_notable/api_notable_list_2024.md b/topics/appendix/api_notable/api_notable_list_2024.md index 792ca268d..38b53cfc0 100644 --- a/topics/appendix/api_notable/api_notable_list_2024.md +++ b/topics/appendix/api_notable/api_notable_list_2024.md @@ -18,10 +18,10 @@ Dumb-aware "Highlight Usages" `ParsingTestCase`: stable PSI check : [`ParsingTestCase`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/ParsingTestCase.java) verifies that reparsing causes no changes (Parser bug). -Performance test classes and methods renamed to Benchmark +Performance test classes and methods renamed to _Benchmark_ : -- [`PerformanceTestInfo`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/PerformanceTestInfo.java) has been renamed to [`BenchmarkTestInfo`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/BenchmarkTestInfo.java) -- [`PlatformTestUtil.newPerformanceTest*()`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) methods have been renamed to [`PlatformTestUtil.newBenchmark*()`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) +- [`PerformanceTestInfo`](%gh-ic-242%/platform/testFramework/src/com/intellij/testFramework/PerformanceTestInfo.java) has been renamed to [`BenchmarkTestInfo`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/BenchmarkTestInfo.java) +- [`PlatformTestUtil.newPerformanceTest*()`](%gh-ic-242%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) methods have been renamed to [`PlatformTestUtil.newBenchmark*()`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) ### IntelliJ IDEA 2024.3 diff --git a/v.list b/v.list index 4ebea176e..b3a2abf8b 100644 --- a/v.list +++ b/v.list @@ -14,6 +14,7 @@ +