From 9fe128841d8272ce1806d4e03ac9c0c05c72c151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 13 May 2025 11:41:37 +0200 Subject: [PATCH] GH links: branches must have '-master' suffix for rechecking, use 'tree' consistently --- topics/appendix/api_notable/api_notable_list_2024.md | 4 ++-- topics/reference_guide/inspection_options.md | 2 +- v.list | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/topics/appendix/api_notable/api_notable_list_2024.md b/topics/appendix/api_notable/api_notable_list_2024.md index 321017b47..442a0dae0 100644 --- a/topics/appendix/api_notable/api_notable_list_2024.md +++ b/topics/appendix/api_notable/api_notable_list_2024.md @@ -20,8 +20,8 @@ Dumb-aware "Highlight Usages" Performance test classes and methods renamed to _Benchmark_ : -- [`PerformanceTestInfo`](%gh-ic-242%/platform/testFramework/src/com/intellij/testFramework/PerformanceTestInfo.java) has been renamed to [`BenchmarkTestInfo`](%gh-ic%/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%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) +- [`PerformanceTestInfo`](%gh-ic-242-master%/platform/testFramework/src/com/intellij/testFramework/PerformanceTestInfo.java) has been renamed to [`BenchmarkTestInfo`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/BenchmarkTestInfo.java) +- [`PlatformTestUtil.newPerformanceTest*()`](%gh-ic-242-master%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) methods have been renamed to [`PlatformTestUtil.newBenchmark*()`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) Testing: `Logger.error()` behaviour : Does not throw during tests anymore, see [issue](https://youtrack.jetbrains.com/issue/IJPL-453) for details. diff --git a/topics/reference_guide/inspection_options.md b/topics/reference_guide/inspection_options.md index 8fccfd2b5..c6dac8f9f 100644 --- a/topics/reference_guide/inspection_options.md +++ b/topics/reference_guide/inspection_options.md @@ -141,7 +141,7 @@ It returns the panel with option components that bind the provided values to the Note that since version 2023.1, this method is ignored if `InspectionProfileEntry.getOptionPane()` returns a non-empty panel. **Example:** -[`SizeReplaceableByIsEmptyInspection`](%gh-ic-223%/plugins/InspectionGadgets/src/com/siyeh/ig/style/SizeReplaceableByIsEmptyInspection.java) +[`SizeReplaceableByIsEmptyInspection`](%gh-ic-223-master%/plugins/InspectionGadgets/src/com/siyeh/ig/style/SizeReplaceableByIsEmptyInspection.java) in version 2022.3, implemented using the UI-approach For simple customization requirements, see also: diff --git a/v.list b/v.list index 0e2a06204..b47db1bb0 100644 --- a/v.list +++ b/v.list @@ -10,14 +10,14 @@ - + - - + + @@ -27,8 +27,8 @@ - - + +