-
-
Notifications
You must be signed in to change notification settings - Fork 464
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: fixed the ArrayIndexOutOfBoundsException #314
Conversation
@tangyang9464 @imp2002 please review |
Codecov Report
@@ Coverage Diff @@
## master #314 +/- ##
==========================================
- Coverage 69.41% 69.31% -0.10%
==========================================
Files 48 48
Lines 2197 2200 +3
Branches 407 408 +1
==========================================
Hits 1525 1525
- Misses 556 558 +2
- Partials 116 117 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@OutOfEastGate |
Delete useless code
Delete useless code
Thank you. I have added the code to check for policy, which will no longer throw an array out of bounds, but will give an exception to prompt the invalid policy. You can check if there are any other questions. |
🎉 This PR is included in version 1.31.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Fix #311