Sebb created LANG-802: ------------------------- Summary: LocaleUtils - unnecessary recursive call in SyncAvoid class Key: LANG-802 URL: https://issues.apache.org/jira/browse/LANG-802 Project: Commons Lang Issue Type: Bug Components: lang.* Affects Versions: 3.1 Reporter: Sebb
The SyncAvoid class calls availableLocaleList() which is a method in the containing class that returns SyncAvoid.AVAILABLE_LOCALE_LIST. This is unnecessarily complex. The code should use the local variable "list" instead. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira