Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ArrayIndexOutOfBoundsException in AliMissingOverrideAnnotationInspection #1001

Closed
wants to merge 1 commit into from

Commits on Aug 6, 2024

  1. 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).
    xuantan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    462dea4 View commit details
    Browse the repository at this point in the history