<i18n dev> Review Request for JDK-8169480: Inconsistencies across Format class hierarchy in their API spec...
Nishit Jain
nishit.jain at oracle.com
Fri Jan 6 05:36:44 UTC 2017
Hi,
Please review the fix for JDK-8169480
Bug: https://bugs.openjdk.java.net/browse/JDK-8169480
Webrev: http://cr.openjdk.java.net/~nishjain/8169480/webrev.06/
Issue: In the Format class hierarchy there are some APIs which are
inconsistent with regard to their api specification and implementation
of Exception.
Fix: If the inconsistency is in concrete subclass's API, added the
proper Exception in @exception tag of the specification.
If the inconsistency is in the abstract API, to maintain behavioural
compatibility with the existing implementations, added the behaviour
requirement in the @implSpec tag
Regards,
Nishit Jain
More information about the i18n-dev
mailing list