GitHub user woonsan opened a pull request:
https://github.com/apache/incubator-freemarker/pull/42
FREEMARKER-55: cleanups by improving StringToIndexMap and CallableUtils
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/woonsan/incubator-freemarker
feature/FREEMARKER-55-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-freemarker/pull/42.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #42
----
commit 0f45c1da0b372b56d3c3808837a4060778c97834
Author: Woonsan Ko <woonsan@...>
Date: 2018-01-05T18:54:03Z
FREEMARKER-55: cleanups with new #of(StringToIndexMap, Entry...)
commit ba39a0bc5031dc1fe02b422895f0518ce7a5e713
Author: Woonsan Ko <woonsan@...>
Date: 2018-01-05T18:56:49Z
FREEMARKER-55: remove unused _ArrayUtils
commit ce78134ece2ad0df653538ebdd244bd0a5806679
Author: Woonsan Ko <woonsan@...>
Date: 2018-01-05T19:20:40Z
FREEMARKER-55: moving #getLastPredefinedNamedArgumentIndex() to
CallableUtils
----
---