konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

Integer parseInt/decode corner cases #828

Closed Ihromant closed 7 months ago

Ihromant commented 8 months ago

Fixed corner cases for Integer.parseInt/decode. Borrowed and adapted code from Android JDK (Apache 2.0) https://android.googlesource.com/platform/libcore/+/d5e2817/luni/src/main/java/java/lang/Integer.java , also borrowed tests that are failing in current implementation.