Skip to content

[SWE-Bench Test] Fix Java issue - Test PR 1#1

Open
GitHoobar wants to merge 1 commit intomainfrom
fix/java-issue-1
Open

[SWE-Bench Test] Fix Java issue - Test PR 1#1
GitHoobar wants to merge 1 commit intomainfrom
fix/java-issue-1

Conversation

@GitHoobar
Copy link

🧪 SWE-Bench Test PR

This is a test PR created for evaluating our PR reviewer bot.

Original Issue:
Malformed Unicode escape sequence causes NumberFormatException instead of MalformedJsonException

Gson version

2.10.1

Description

JsonReader throws a NumberFormatException instead of a MalformedJsonException when it encounters a malformed Unicode escape sequence in the JSON data.
This actually works as designed:
https://github.com/google/gson/blob/19983737ae5e45f90cbc50cbd7b70a0db9ed7a83/gson/src/main/java/com/google/gson/stream/JsonReader.java#L1590-L1591

However, it is questiona...

Base Commit: 0adcdc80d5ef3a40086a8abd6e2f55164a7c2597

Language: Java


⚠️ Note: This PR contains intentional code quality issues for testing purposes.

Known Issues Introduced:

  • See Claude's response for details

Generated by SWE-Bench Automation Pipeline

Addresses issue in google/gson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant