
jira at apache
Apr 27, 2012, 3:58 PM
Views: 56
Permalink
|
|
[jira] [Resolved] (SOLR-1893) common code in LRUCache and FastLRUCache should be refactored into SolrCacheBase
|
|
[ https://issues.apache.org/jira/browse/SOLR-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1893. ---------------------------- Resolution: Fixed Fix Version/s: 4.0 Assignee: Tomás Fernández Löbbe Committed revision 1331622. > common code in LRUCache and FastLRUCache should be refactored into SolrCacheBase > -------------------------------------------------------------------------------- > > Key: SOLR-1893 > URL: https://issues.apache.org/jira/browse/SOLR-1893 > Project: Solr > Issue Type: Improvement > Reporter: Hoss Man > Assignee: Tomás Fernández Löbbe > Priority: Minor > Fix For: 4.0 > > Attachments: SOLR-1893.patch, SOLR-1893.patch > > > In SOLR-571 I created SolrCacheBase as a place to put some new code that i wanted to use in both LRUCache and FastLRUCache, but looking at those classes there is already quite a bit of cut/paste, and it would be nice to refactor anything that is duplicated up into the new parent class. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|