api_notable_list_2024.md: 2024.3 links -> point to 242 explicitly

This commit is contained in:
Yann Cébron 2024-09-17 16:31:49 +02:00
parent 02bc956913
commit cc25c5dec6
2 changed files with 4 additions and 3 deletions

View File

@ -18,10 +18,10 @@ Dumb-aware "Highlight Usages"
`ParsingTestCase`: stable PSI check `ParsingTestCase`: stable PSI check
: [`ParsingTestCase`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/ParsingTestCase.java) verifies that reparsing causes no changes (Parser bug). : [`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) - [`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%/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) - [`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 ### IntelliJ IDEA 2024.3

1
v.list
View File

@ -14,6 +14,7 @@
<var name="gh-ic" value="https://github.com/JetBrains/intellij-community/tree/idea/%ijPlatformBuild%"/> <var name="gh-ic" value="https://github.com/JetBrains/intellij-community/tree/idea/%ijPlatformBuild%"/>
<var name="gh-ic-master" value="https://github.com/JetBrains/intellij-community/tree/master"/> <var name="gh-ic-master" value="https://github.com/JetBrains/intellij-community/tree/master"/>
<var name="gh-ic-242" value="https://github.com/JetBrains/intellij-community/blob/242"/>
<var name="gh-ic-223" value="https://github.com/JetBrains/intellij-community/blob/223"/> <var name="gh-ic-223" value="https://github.com/JetBrains/intellij-community/blob/223"/>
<var name="gh-ij-android" value="https://github.com/JetBrains/android/tree/idea/%ijPlatformBuild%"/> <var name="gh-ij-android" value="https://github.com/JetBrains/android/tree/idea/%ijPlatformBuild%"/>