You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/05/18 13:29:49 UTC

[7/7] struts git commit: WW-3171 WW-3650 WW-4581 makes number converters locale aware

WW-3171 WW-3650 WW-4581 makes number converters locale aware


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/2fb431d9
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/2fb431d9
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/2fb431d9

Branch: refs/heads/master
Commit: 2fb431d97e479881cace53d4dc387a961b52f575
Parents: 3a9f86a 51afa63
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu May 18 15:29:33 2017 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu May 18 15:29:33 2017 +0200

----------------------------------------------------------------------
 .../xwork2/conversion/impl/NumberConverter.java | 114 ++++++++++++++++++-
 .../xwork2/conversion/impl/StringConverter.java |  71 ++++++------
 .../conversion/impl/NumberConverterTest.java    |  95 ++++++++++++++++
 .../conversion/impl/StringConverterTest.java    |  52 +++++++++
 .../conversion/impl/XWorkConverterTest.java     |  24 ++--
 .../DoubleRangeFieldValidatorTest.java          |  12 +-
 .../apache/struts2/views/jsp/ui/Select-3.txt    |   4 +-
 7 files changed, 312 insertions(+), 60 deletions(-)
----------------------------------------------------------------------