GitHub user grossws opened a pull request:

    https://github.com/apache/lucene-solr/pull/183

    Fix misleading reference of Uninvert field

    docsWithField referenced on L276 without `this` in 
`FieldCacheImpl.Uninvert#uninvert(...)` is object field but several lines below 
variable with same name is defined and same field is used with `this`. It's 
quite misleading when reading code.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/grossws/lucene-solr patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/183.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 #183
    
----
commit d4e397092fd444268bc50b063384013fa22e27c0
Author: grossws <[email protected]>
Date:   2015-07-06T16:58:01Z

    Fix misleading reference of Uninvert field
    
    docsWithField referenced on L276 without `this` in 
`FieldCacheImpl.Uninvert#uninvert(...)` is object field but several lines below 
variable with same name is defined and same field is used with `this`. It's 
quite misleading when reading code.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to