mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
GH links: branches must have '-master' suffix for rechecking, use 'tree' consistently
This commit is contained in:
parent
6662bf34f0
commit
9fe128841d
@ -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.
|
||||
|
@ -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:
|
||||
|
10
v.list
10
v.list
@ -10,14 +10,14 @@
|
||||
<var name="ijPlatformBuild" value="251.25410.109"/>
|
||||
|
||||
|
||||
<!-- Links to master/main branches **MUST** have "-master" suffix for recheck when running inspection globally -->
|
||||
<!-- Links to branches **MUST** have "-master" suffix for recheck when running inspection globally -->
|
||||
|
||||
<var name="gh-sdk-samples-master" value="https://github.com/JetBrains/intellij-sdk-code-samples/tree/main"/>
|
||||
|
||||
<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-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-242-master" value="https://github.com/JetBrains/intellij-community/tree/242"/>
|
||||
<var name="gh-ic-223-master" value="https://github.com/JetBrains/intellij-community/tree/223"/>
|
||||
|
||||
<var name="gh-ij-android" value="https://github.com/JetBrains/android/tree/idea/%ijPlatformBuild%"/>
|
||||
|
||||
@ -27,8 +27,8 @@
|
||||
<var name="gh-jcef-master" value="https://github.com/JetBrains/jcef/tree/master/java"/>
|
||||
<var name="gh-java-annotations" value="https://github.com/JetBrains/java-annotations/tree/24.0.0"/>
|
||||
|
||||
<var name="gh-ijpgp-master" value="https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/main"/>
|
||||
<var name="gh-pv-master" value="https://github.com/JetBrains/intellij-plugin-verifier/blob/master"/>
|
||||
<var name="gh-ijpgp-master" value="https://github.com/JetBrains/intellij-platform-gradle-plugin/tree/main"/>
|
||||
<var name="gh-pv-master" value="https://github.com/JetBrains/intellij-plugin-verifier/tree/master"/>
|
||||
|
||||
<var name="gradle-intellij-plugin-version" value="1.17.4"/>
|
||||
<var name="intellij-platform-gradle-plugin-version" value="2.5.0"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user