<AWT Dev> [9] Review Request: 8039567 Duplicated code in DataTransferer

Alexander Zvegintsev alexander.zvegintsev at oracle.com
Wed Apr 9 14:57:59 UTC 2014


Hi Petr,

the fix looks good to me.

Thanks,

Alexander.

On 04/09/2014 06:27 PM, Petr Pchelko wrote:
> Hello AWT team.
>
> Please review a simple cleanup fix for the issue:
> https://bugs.openjdk.java.net/browse/JDK-8039567
> The fix is available here:
> http://cr.openjdk.java.net/~pchelko/9/8039567/webrev/
>
> 1. The getBestCharsetForTextFormat is duplicated 3 times in the code.
> 2. Caching of the default Charset in DataTransferer does not make sense as it's already cached in the Charset class itself.
> Adding more references to the nio.Charset is not a problem since it's used in this class anyway and we cannot break this
> dependency.
>
> With best regards. Petr.



More information about the awt-dev mailing list