You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by wo...@apache.org on 2018/01/05 19:29:04 UTC

[4/4] incubator-freemarker git commit: FREEMARKER-55: cleanups by improving StringToIndexMap and CallableUtils

FREEMARKER-55: cleanups by improving StringToIndexMap and CallableUtils

Merge commit 'refs/pull/42/head' of https://github.com/apache/incubator-freemarker into 3


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/def59eb4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/def59eb4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/def59eb4

Branch: refs/heads/3
Commit: def59eb4378fd6cfc4aca79c140be126935d2d69
Parents: f6cd47c ce78134
Author: Woonsan Ko <wo...@apache.org>
Authored: Fri Jan 5 14:28:07 2018 -0500
Committer: Woonsan Ko <wo...@apache.org>
Committed: Fri Jan 5 14:28:07 2018 -0500

----------------------------------------------------------------------
 .../core/util/StringToIndexMapTest.java         |  32 +++++-
 .../freemarker/core/util/_ArrayUtilsTest.java   |  76 -------------
 .../freemarker/core/util/CallableUtils.java     |  14 +++
 .../freemarker/core/util/StringToIndexMap.java  |  55 ++++++----
 .../freemarker/core/util/_ArrayUtils.java       | 109 -------------------
 ...aBoundFormElementTemplateDirectiveModel.java |  20 +---
 ...stractHtmlElementTemplateDirectiveModel.java |  48 ++++----
 ...tHtmlInputElementTemplateDirectiveModel.java |  26 ++---
 .../model/form/FormTemplateDirectiveModel.java  |  40 +++----
 .../model/form/InputTemplateDirectiveModel.java |  24 ++--
 10 files changed, 137 insertions(+), 307 deletions(-)
----------------------------------------------------------------------