You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Noble Paul നോബിള്‍ नोब्ळ् <no...@gmail.com> on 2008/06/01 05:17:19 UTC

Re: [Solr Wiki] Update of "Solr1.3" by HossMan

BTW , how can I get the list of methods which are not used?

Let us see then  what can be added as tests
--Noble

On Sat, May 31, 2008 at 5:38 AM, Chris Hostetter
<ho...@fucit.org> wrote:
>
> : BinaryResponseWriter, FastInputStream and FastOutputStream are part of
> : the new binary format. The distributed search tests cover most of
> : *what is used* because the SearchHandler uses that instead of the XML
> : one.
>
> If there's code that's not used let's remove it.  if the code is needed,
> then let's write tests for it.  The fact that it's the fundemental
> underpinnings of distributed search just makes it more important to have
> good tests, not just to know it's working correctly now, but to ensure we
> will be able to improve it later and know we arent' breaking anything.
>
>
>
> -Hoss
>
>



-- 
--Noble Paul

Re: [Solr Wiki] Update of "Solr1.3" by HossMan

Posted by Chris Hostetter <ho...@fucit.org>.
: BTW , how can I get the list of methods which are not used?
: 
: Let us see then  what can be added as tests

Oh sorry ... i didn't add the link did i?

http://hudson.zones.apache.org/hudson/job/Solr-trunk/clover/

...click any class name in hte left nav, and it will syntax highlight what 
statements in the class aren't fully covered (statements don't get partial 
highlighlighting, so if there is a complex conditional or something the 
whole thing will be highlighted even if one clause is getting tested)


-Hoss