StubElement.getChildrenStubs (#1345)

This commit is contained in:
Tagir Valeev 2024-07-08 11:00:33 +02:00 committed by GitHub
parent 16d57856f3
commit 5807ccf1e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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