You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p3c/idea-plugin/p3c-common
玄坛 7c9665a951 Fix ArrayIndexOutOfBoundsException in AliMissingOverrideAnnotationInspection
Related to #999

Add checks for empty arrays in `AliMissingOverrideAnnotationInspection.kt` to prevent `ArrayIndexOutOfBoundsException`.

* Add a check for empty `infos` array before accessing elements in the `buildFix` method.
* Add a check for null `psiElement` before calling `buildFix` in the `manualBuildFix` method.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/alibaba/p3c/issues/999?shareId=XXXX-XXXX-XXXX-XXXX).
8 months ago
..
src/main Fix ArrayIndexOutOfBoundsException in AliMissingOverrideAnnotationInspection 8 months ago
build.gradle 1. idea plugin 2.1.0 5 years ago