[GitHub] ant pull request #42: Fix the inefficient use of keySet iterator with entryS...

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ant/pull/42 --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant pull request #42: Fix the inefficient use of keySet iterator with entryS...

2017-10-11 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/ant/pull/42 Fix the inefficient use of keySet iterator with entrySet iterator. The current source code accesses the key and value of a Hashtable entry, using a key that is retrieved from a keySet iterator.