<!-- 
RSS generated by JIRA (4.4#649-r158309) at Mon May 20 13:53:49 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://dev.clojure.org/jira/si/jira.issueviews:issue-xml/CONTRIB-106/CONTRIB-106.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[CONTRIB-106] variable name colision in java-utils/set-system-properties</title>
                <link>http://dev.clojure.org/jira/browse/CONTRIB-106</link>
                <project id="10012" key="CONTRIB">Clojure-Contrib</project>
                        <description>
&lt;p&gt;(defn set-system-properties&lt;br/&gt;
  &quot;Set some system properties. Nil clears a property.&quot;&lt;br/&gt;
  &lt;span class=&quot;error&quot;&gt;&amp;#91;settings&amp;#93;&lt;/span&gt;&lt;br/&gt;
  (doseq [&lt;span class=&quot;error&quot;&gt;&amp;#91;name val&amp;#93;&lt;/span&gt; settings]&lt;br/&gt;
    (if val&lt;br/&gt;
      (System/setProperty (name name) (name val))&lt;br/&gt;
      (System/clearProperty (name name)))))&lt;/p&gt;

&lt;p&gt;Somebody did a find/replace as-str -&amp;gt; name and created fn/variable colision with &quot;name&quot;&lt;/p&gt;</description>
                <environment>1.3.0-SNAPSHOT</environment>
            <key id="14367">CONTRIB-106</key>
            <summary>variable name colision in java-utils/set-system-properties</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="lolownia">Marcin Kozey</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Mar 2011 09:45:50 -0600</created>
                <updated>Wed, 9 Mar 2011 09:45:50 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>