<!-- 
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Fri May 24 19:25:30 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/si/jira.issueviews:issue-xml/NCBC-169/NCBC-169.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Couchbase</title>
    <link>http://www.couchbase.com/issues</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.4</version>
        <build-number>845</build-number>
        <build-date>26-12-2012</build-date>
    </build-info>

<item>
            <title>[NCBC-169] Compile time error in MemcachedTest project - VBucket constructor now takes 3 parameters</title>
                <link>http://www.couchbase.com/issues/browse/NCBC-169</link>
                <project id="10046" key="NCBC">Couchbase .NET client library</project>
                        <description>VBucket constructor now takes a third parameter - index.&lt;br/&gt;
The class EnyimMemcached\MemcachedTest\VBucketTest.cs initializes VBucket with only two arguments, that leads to compile time error.&lt;br/&gt;
</description>
                <environment></environment>
            <key id="21018">NCBC-169</key>
            <summary>Compile time error in MemcachedTest project - VBucket constructor now takes 3 parameters</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/minor.png">Minor</priority>
                    <status id="5" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="saakshi.manocha">Saakshi Manocha</assignee>
                                <reporter username="saakshi.manocha">Saakshi Manocha</reporter>
                        <labels>
                    </labels>
                <created>Fri, 30 Nov 2012 00:56:28 -0600</created>
                <updated>Tue, 4 Dec 2012 19:24:52 -0600</updated>
                    <resolved>Tue, 4 Dec 2012 19:24:52 -0600</resolved>
                                                                            <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="45056" author="saakshi.manocha" created="Fri, 30 Nov 2012 01:00:31 -0600"  >- Forked the reporsitory from Couchbase\Enyimmemcached.&lt;br/&gt;
- Added third parameter &amp;#39;index&amp;#39; while initializing VBucket.&lt;br/&gt;
- Committed and pushed changes into forked repository.&lt;br/&gt;
- Send a pull request to master repository for review and merge.&lt;br/&gt;
&lt;br/&gt;
Change done:&lt;br/&gt;
- File changed:  EnyimMemcached\MemcachedTest\VBucketTest.cs&lt;br/&gt;
- Replaced the following:&lt;br/&gt;
&lt;br/&gt;
private VBucket[] buckets = new[]&lt;br/&gt;
	        {&lt;br/&gt;
	            new VBucket(0, new[] {1, 2}),&lt;br/&gt;
	            new VBucket(1, new[] {2, 0}),&lt;br/&gt;
	            new VBucket(2, new[] {1, -1}),&lt;br/&gt;
	            new VBucket(1, new[] {2, 0})&lt;br/&gt;
	        };&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
with&lt;br/&gt;
&lt;br/&gt;
private VBucket[] buckets = new[]&lt;br/&gt;
	        {&lt;br/&gt;
	            new VBucket(0, new[] {1, 2}, 0),&lt;br/&gt;
	            new VBucket(1, new[] {2, 0}, 1),&lt;br/&gt;
	            new VBucket(2, new[] {1, -1}, 2),&lt;br/&gt;
	            new VBucket(1, new[] {2, 0}, 3)&lt;br/&gt;
	        };&lt;br/&gt;
&lt;br/&gt;
</comment>
                    <comment id="45418" author="saakshi.manocha" created="Tue, 4 Dec 2012 19:24:52 -0600"  >change merged with master repository</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9915</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>