<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Fri May 24 06:17:00 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/si/jira.issueviews:issue-xml/DCOM-86/DCOM-86.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[DCOM-86] k-fish</title>
                <link>http://www.doctrine-project.org/jira/browse/DCOM-86</link>
                <project id="10043" key="DCOM">Doctrine Common</project>
                        <description>&lt;p&gt;When parsing a class the DocParser uses class_exists() to check for annotation classes (this triggers autoloading) - only afterwards the annotation is ignored if it should be ignored.&lt;/p&gt;

&lt;p&gt;At least for simple unqualified names the check against the ignored annotations could be done earlier. This already goes a long way:&lt;/p&gt;

&lt;p&gt; ----- DocParser.php, at about line 555 -----&lt;br/&gt;
        // only process names which are not fully qualified, yet&lt;br/&gt;
        // fully qualified names must start with a \&lt;br/&gt;
        $originalName = $name;&lt;br/&gt;
        if (&apos;&lt;br class=&quot;atl-forced-newline&quot; /&gt;&apos; !== $name&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;) {&lt;br/&gt;
            // check early and return before further inspections&lt;br/&gt;
            if (isset($this-&amp;gt;ignoredAnnotationNames&lt;span class=&quot;error&quot;&gt;&amp;#91;$name&amp;#93;&lt;/span&gt;)) &lt;/p&gt;
{
                return FALSE;
            }
&lt;p&gt;            $alias = (false === $pos = strpos($name, &apos;&lt;br class=&quot;atl-forced-newline&quot; /&gt;&apos;))? $name : substr($name, 0, $pos);&lt;/p&gt;

&lt;p&gt; ----- DocParser.php, at about line 555 -----&lt;/p&gt;</description>
                <environment></environment>
            <key id="13246">DCOM-86</key>
            <summary>k-fish</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="2">Won&apos;t Fix</resolution>
                                <assignee username="fabio.bat.silva">Fabio B. Silva</assignee>
                                <reporter username="k-fish">Karsten Dambekalns</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Dec 2011 13:09:46 +0000</created>
                <updated>Fri, 30 Dec 2011 14:44:59 +0000</updated>
                    <resolved>Fri, 30 Dec 2011 14:44:59 +0000</resolved>
                                                            <component>Annotations</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17152" author="fabio.bat.silva" created="Fri, 30 Dec 2011 14:44:59 +0000"  >&lt;p&gt;Other explanations :  &lt;a href=&quot;https://github.com/doctrine/common/pull/90#issuecomment-3313175&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/common/pull/90#issuecomment-3313175&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>