<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sun May 26 09:07:49 UTC 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.doctrine-project.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=fixVersion+%3D+%222.0.0-RC2%22+AND+project+%3D+DCOM&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.doctrine-project.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Doctrine Project</title>
        <link>http://www.doctrine-project.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=fixVersion+%3D+%222.0.0-RC2%22+AND+project+%3D+DCOM</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="3" total="3"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DCOM-31] setAutoloadAnnotationClasses() within AnnotationReader fails</title>
                <link>http://www.doctrine-project.org/jira/browse/DCOM-31</link>
                <project id="10043" key="DCOM">Doctrine Common</project>
                        <description>&lt;p&gt;When calling setAutoloadAnnotationClasses() from within AnnotationReader, it fails because setAutoloadAnnotationClasses() is not implemented in Doctrine\Common\Annotations\Parser.&lt;/p&gt;

&lt;p&gt;This should be fixed, or at least a FeatureNotImplementedException or such.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12100">DCOM-31</key>
            <summary>setAutoloadAnnotationClasses() within AnnotationReader fails</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="3">Duplicate</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="felicitus">Timo A. Hummel</reporter>
                        <labels>
                    </labels>
                <created>Fri, 12 Nov 2010 16:23:09 +0000</created>
                <updated>Mon, 15 Nov 2010 13:05:49 +0000</updated>
                    <resolved>Mon, 15 Nov 2010 13:05:49 +0000</resolved>
                                            <fixVersion>2.0.0-RC2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14736" author="beberlei" created="Mon, 15 Nov 2010 13:05:49 +0000"  >&lt;p&gt;Duplicate of &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DCOM-25&quot; title=&quot;method setAutoloadAnnotationClasses-fails&quot;&gt;&lt;del&gt;DCOM-25&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DCOM-27] Method Next from ArrayCollection needs to return something!</title>
                <link>http://www.doctrine-project.org/jira/browse/DCOM-27</link>
                <project id="10043" key="DCOM">Doctrine Common</project>
                        <description>&lt;p&gt;I think this method needs to return something...&lt;/p&gt;

&lt;p&gt;    /**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Moves the internal iterator position to the next element.&lt;br/&gt;
     *&lt;/li&gt;
	&lt;li&gt;@return mixed&lt;br/&gt;
     */&lt;br/&gt;
    public function next()
    {
        next($this-&amp;gt;_elements);
    }&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;doctrine-common/lib/Doctrine/Common/Collections/ArrayCollection.php&lt;/p&gt;</description>
                <environment></environment>
            <key id="11995">DCOM-27</key>
            <summary>Method Next from ArrayCollection needs to return something!</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="hgirardi">Henrique Girardi dos Santos</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 Oct 2010 13:42:26 +0000</created>
                <updated>Sun, 31 Oct 2010 03:48:18 +0000</updated>
                    <resolved>Sun, 31 Oct 2010 03:48:06 +0000</resolved>
                            <version>2.0.0-RC1</version>
                                <fixVersion>2.0.0-RC2</fixVersion>
                                <component>Collections</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14637" author="beberlei" created="Sun, 31 Oct 2010 03:48:06 +0000"  >&lt;p&gt;resolved&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DCOM-25] method setAutoloadAnnotationClasses-fails</title>
                <link>http://www.doctrine-project.org/jira/browse/DCOM-25</link>
                <project id="10043" key="DCOM">Doctrine Common</project>
                        <description>&lt;p&gt;$reader = new Doctrine\Common\Annotations\AnnotationReader();&lt;br/&gt;
$reader-&amp;gt;setAutoloadAnnotationClasses(true);&lt;/p&gt;

&lt;p&gt;above code is trying use default parser&apos;s setAutoloadAnnotationClasses-method, which isn&apos;t found, instead parser has setAutoloadAnnotations.&lt;/p&gt;</description>
                <environment></environment>
            <key id="11954">DCOM-25</key>
            <summary>method setAutoloadAnnotationClasses-fails</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="margus">Margus Sipria</reporter>
                        <labels>
                    </labels>
                <created>Sat, 25 Sep 2010 06:13:24 +0000</created>
                <updated>Sun, 31 Oct 2010 03:57:26 +0000</updated>
                    <resolved>Sun, 31 Oct 2010 03:57:26 +0000</resolved>
                            <version>2.0.0-RC1</version>
                                <fixVersion>2.0.0-RC2</fixVersion>
                                <component>Annotations</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14639" author="beberlei" created="Sun, 31 Oct 2010 03:57:26 +0000"  >&lt;p&gt;fixed.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>