[ 
https://issues.apache.org/jira/browse/LUCENE-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrien Grand updated LUCENE-6010:
---------------------------------
    Attachment: LUCENE-6010.patch

I quickly looked at our Clover reports to see if there were other classes that 
we could remove. It's actually not easy because often the code looks used from 
Clover since there is a unit test for it although nothing else uses it in the 
code base (like it was the case for OpenBitSet). But here is a new patch that 
removes more stuff:
 - OpenBitSet{,DISI,Iterator}
 - FilterDirectoryReader.StandardDirectoryWrapper
 - DoubleBarrelLRUCache
 - PackedInts.Header
 - FST.ArcAndState

> Remove dead code
> ----------------
>
>                 Key: LUCENE-6010
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6010
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>             Fix For: 5.0
>
>         Attachments: LUCENE-6010.patch, LUCENE-6010.patch
>
>
> This guy is not used anymore in our code. Let's take advantage of the major 
> version bump to remove it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to