<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>SDE Service Development Environment: Ticket #15: Convert to Sensoria tool action with generic types</title>
    <link>http://sde.pst.ifi.lmu.de/trac/sde/ticket/15</link>
    <description>&lt;p&gt;
If a function has a generic type as return value then the 'Convert to Sensoria tool' UI action compiles out a wrong xml snippet. For example, if the return value is an instance of java.util.Map&amp;lt;K,V&amp;gt; then the return attribute in the xml snippet looks like:
returns="java.util.Map&amp;lt;K,V&amp;gt;"
which is not correctly parsed. I tried to manually replace '&amp;lt;' and '&amp;gt;' with their escape characters (&amp;amp;lt; and &amp;amp;rt;) with no luck.
&lt;/p&gt;
&lt;p&gt;
How can I specify generic types in a function's signature?
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>SDE Service Development Environment</title>
      <url>http://sde.pst.ifi.lmu.de/trac/sde/chrome/site/SDELogo.png</url>
      <link>http://sde.pst.ifi.lmu.de/trac/sde/ticket/15</link>
    </image>
    <generator>Trac 0.12.2</generator>
    <item>
      
        <dc:creator>sct</dc:creator>

      <pubDate>Wed, 04 Jul 2007 09:56:37 GMT</pubDate>
      <title>owner, status changed</title>
      <link>http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:1</link>
      <guid isPermaLink="false">http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              changed from &lt;em&gt;mayer&lt;/em&gt; to &lt;em&gt;sct&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;assigned&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
As generic type information is erased when compiling to bytecode, it should be sufficient to simple add java.util.Map without any generic information.
&lt;/p&gt;
&lt;p&gt;
I will look into the generation code to fix this.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>mayer</dc:creator>

      <pubDate>Fri, 10 Aug 2007 11:48:30 GMT</pubDate>
      <title>milestone set</title>
      <link>http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:2</link>
      <guid isPermaLink="false">http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                set to &lt;em&gt;IntegrationVersionM30&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>anonymous</dc:creator>

      <pubDate>Tue, 25 Sep 2007 13:12:41 GMT</pubDate>
      <title>version set</title>
      <link>http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:3</link>
      <guid isPermaLink="false">http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;version&lt;/strong&gt;
                set to &lt;em&gt;3.0&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>mayer</dc:creator>

      <pubDate>Sun, 27 Jan 2008 12:47:20 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:4</link>
      <guid isPermaLink="false">http://sde.pst.ifi.lmu.de/trac/sde/ticket/15#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;assigned&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Fixed in SVN. Generic types are now removed when generating XML.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>