You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dawid Weiss (JIRA)" <ji...@apache.org> on 2018/08/29 09:27:00 UTC

[jira] [Created] (LUCENE-8469) Inline calls to the deprecated StringHelper.compare

Dawid Weiss created LUCENE-8469:
-----------------------------------

             Summary: Inline calls to the deprecated StringHelper.compare
                 Key: LUCENE-8469
                 URL: https://issues.apache.org/jira/browse/LUCENE-8469
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Dawid Weiss
            Assignee: Dawid Weiss
             Fix For: 7.5


In an attempt to limit the number of warnings during compilation I though it'd be nice to clean up our own stuff. This is a start: StringHelper.compare is used throughout the code and is delegated to FutureArrays (where it belongs, as the arguments are byte[], not Strings).

This can cause other patches to not apply anymore... so we could apply this to master only. If anybody has a strong feeling about it, please voice it. The patch is trivial.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org