[ https://issues.apache.org/jira/browse/GEODE-5686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670741#comment-16670741 ]
ASF subversion and git services commented on GEODE-5686: -------------------------------------------------------- Commit a7478625e0e942abc80338704ae45c14c2b2e623 in geode's branch refs/heads/feature/GEODE-5686c from [~bschuchardt] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=a747862 ] GEODE-5686: Remove LocalizedStrings Fixing problems found by lgtm.com There were a lot of logging calls that were improperly converted from (MessageFormatString, Argument, Exception) to a form that treated the Exception as part of the String.format() call. There were a number of errors in format strings or number of arguments. MessageFormat was more forgiving about this than String.format(). There were a few dangling MessageFormat specs that needed to be converted to String.format() specs. Please enter the commit message for your changes. Lines starting > Remove LocalizedStrings > ----------------------- > > Key: GEODE-5686 > URL: https://issues.apache.org/jira/browse/GEODE-5686 > Project: Geode > Issue Type: Improvement > Components: logging > Reporter: Bruce Schuchardt > Assignee: Bruce Schuchardt > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > People have largely stopped using LocalizedStrings and we aren't using it to > localize Geode anyway. Let's get rid of it! -- This message was sent by Atlassian JIRA (v7.6.3#76005)