Justin Lu
Justin Lu
Issue: Formatter unit tests are launched via basic.sh Fix: Replace basic.sh with a Java test launcher Note: Java.internal.math was included in the original configuration of Basic, but I removed it...
Issue: Resource bundle name does not follow proper naming conventions according to [getBundle method](https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html#getBundle-java.lang.String-java.util.Locale-) for base name parameter Fix: Modified bundle name to be a fully qualified class and added...
Issue: java/util/Formatter/Basic regression test emits lots of warning messages (~60). Fix: Made adjustments to Basic-X.java.template as the BasicXXX.java files where the errors originate from are generated from the template. Note:...
Please review this PR which corrects an edge case bug for java.text.DecimalFormat that causes incorrect parsing results for strings with very large exponent values. When parsing values with large exponents,...
Please review this PR which is a trivial update to the IANA sub tag registry to version 2024-05-16. Locale tests pass as expected after update. Associated announcement -> https://mm.icann.org/pipermail/ietf-languages-announcements/2024-May/000091.html ---------...
Please review this PR which improves the readObject logic for _j.text.MessageFormat_. No offset should be larger than the pattern length. We already ensure the offsets when consumed backwards are equal/descending....