Commit 2b0913d
authored
[CQ] remove deprecated
Removes deprecated `Disposer.isDisposed` invocation. (Invoking method is
unused.)
Verifier output:
```
#Deprecated method com.intellij.openapi.util.Disposer.isDisposed(Disposable) invocation
Deprecated method com.intellij.openapi.util.Disposer.isDisposed(com.intellij.openapi.Disposable disposable) : boolean is invoked in io.flutter.vmService.VMServiceManager.hasServiceExtension(String, Consumer, Disposable) : void
```
---
- [x] I’ve reviewed the contributor guide and applied the relevant
portions to this PR.
<details>
<summary>Contribution guidelines:</summary><br>
- See our [contributor
guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview)
for general expectations for PRs.
- Larger or significant changes should be discussed in an issue before
creating a PR.
- Dart contributions to our repos should follow the [Dart style
guide](https://dart.dev/guides/language/effective-dart) and use `dart
format`.
- Java and Kotlin contributions should strive to follow Java and Kotlin
best practices
([discussion](flutter#8098)).
</details>Disposer.isDisposed invocation (flutter#8377)1 parent 9d770c6 commit 2b0913d
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
415 | 414 | | |
416 | 415 | | |
417 | 416 | | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | 417 | | |
425 | 418 | | |
426 | 419 | | |
| |||
0 commit comments