mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
StubElement.getChildrenStubs (#1345)
This commit is contained in:
parent
16d57856f3
commit
5807ccf1e5
@ -70,6 +70,13 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
|
||||
<include from="snippets.md" element-id="gradlePluginVersion"/>
|
||||
|
||||
## 2024.3
|
||||
|
||||
### IntelliJ Platform 2024.3
|
||||
|
||||
`com.intellij.psi.stubs.StubElement.getChildrenStubs()` method return type changed from `List<StubElement>` to `List<StubElement<?>>`
|
||||
: Raw-type changed to a properly parameterized type. This is binary compatible change but may cause compilation errors. In most of the cases, it's enough to add `<?>` at the use site to fix the issue.
|
||||
|
||||
## 2024.2
|
||||
|
||||
### IntelliJ Platform 2024.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user