Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ArrayIndexOutOfBoundsException in AliMissingOverrideAnnotationIns…
…pection 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).
- Loading branch information