Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[2021.1 compat] Compatibility fixes to testing classes #2623

Merged
merged 1 commit into from
May 19, 2021

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 19, 2021

[2021.1 compat] Compatibility fixes to testing classes

  • Remove call to not needed Extensions.registerAreaClass API after it was removed in this commit
  • 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

@copybara-service copybara-service bot requested review from chaoren and vsiva as code owners May 19, 2021 09:44
@google-cla google-cla bot added the cla: yes label May 19, 2021
@copybara-service copybara-service bot force-pushed the test_374604355 branch 9 times, most recently from 1b0cb2b to ec05656 Compare May 19, 2021 11:22
@copybara-service copybara-service bot changed the title Test [2021.1 compat] Compatibility fixes to testing classes May 19, 2021
@copybara-service copybara-service bot force-pushed the test_374604355 branch 2 times, most recently from eaed341 to a57c10b Compare May 19, 2021 12:03
* 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: 374622744
@copybara-service copybara-service bot merged commit 96336c1 into master May 19, 2021
@copybara-service copybara-service bot deleted the test_374604355 branch May 19, 2021 12:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant