Fix UtilCheckerFuzzer: Security exception Update I18nFormatUtil.java
Issue link: https://issues.oss-fuzz.com/issues/387777040 Improves formatParameterCategories by validating format string indices and handling parsing errors safely. Prevents crashes from malformed input.
Hii @mernst Could you please review this PR Thanks
@Shivam7-1 your code does not compile. Please at least ensure the code builds locally and tests pass before requesting a review.
@Shivam7-1 you can run ./gradlew spotlessApply to fix the formatting issues causing a CI failure
The code still doesn't compile.
Also, please do not force-push to GitHub. Force-pushing has no benefit, since we squash-and-merge pull requests. Force-pushing has negative consequences, such as removing code review comments on any deleted commits.