Commit a57c10b
[2021.1 compat] Compatibility fixes to testing classes
* Remove call to not needed `Extensions.registerAreaClass` API after it was removed in [this commit](JetBrains/intellij-community@cc31a97#diff-5b5191d65df57cc34c25265d1be88fc3daedb8529c3b9c462d29312fd8360941)
* Use `ExtensionsArea.registerExtensionPoint(extensionPointName, extensionPointBeanClass, kind)` API that is available for all supported IDE versions after `ExtensionsArea.registerExtensionPoint(extensionPointName, extensionPointBeanClass)` was removed in [this commit](JetBrains/intellij-community@cc31a97#diff-f6d29de2def2588a09dcabf39c8ff1022dd787537bc5f0ed8124e9ed97610112)
PiperOrigin-RevId: 3746043551 parent 75a4121 commit a57c10b
File tree
2 files changed
+1
-3
lines changed- testing/src/com/google/idea/testing
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
153 | | - | |
154 | 152 | | |
155 | 153 | | |
156 | 154 | | |
| |||
0 commit comments