mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Document createTypeBySymbolFromProviders
incompatible change (#199)
This commit is contained in:
parent
cb3e318724
commit
c0ac09290a
@ -57,6 +57,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
`com.intellij.json.JsonFileTypeFactory` class removed
|
||||
: Use `com.intellij.fileType` extension point instead.
|
||||
|
||||
`org.jetbrains.plugins.ruby.ruby.codeInsight.types.RubyTypeProvider.createTypeBySymbolFromProviders(Symbol symbol, Context context)` method parameter `Context` removed
|
||||
: This was done as part of [`RUBY-24760`](https://youtrack.jetbrains.com/issue/RUBY-24760) in order to move to new Context-less approach.
|
||||
|
||||
`com.intellij.util.containers.ConcurrentHashSet` class removed
|
||||
: Use `com.intellij.util.containers.ContainerUtil#newConcurrentSet` instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user