<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generics support added to Java Code Completion</title>
	<atom:link href="http://fifesoft.com/blog/?feed=rss2&#038;p=381" rel="self" type="application/rss+xml" />
	<link>http://fifesoft.com/blog/?p=381</link>
	<description>Another boring blog about software</description>
	<lastBuildDate>Sun, 27 Jan 2013 03:31:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Bob Fisch</title>
		<link>http://fifesoft.com/blog/?p=381&#038;cpage=1#comment-1260</link>
		<dc:creator>Bob Fisch</dc:creator>
		<pubDate>Thu, 24 Feb 2011 21:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=381#comment-1260</guid>
		<description><![CDATA[Hi

After upgrading to the latest  revision (291) it is better, but still the behavior of the editor pressing  in front if a &quot;/**&quot; is strange.

In fact, pressing  having the cursor positioned right before a &quot;/**&quot; is expected to insert a new line _before_ the JavaDoc comment. Instead, it opens a new one.

Thus no, having:
/**
 * Write a description of class &quot;Test&quot; here.
 */


 ...results  in:
/**
 * 
 */
 * Write a description of class &quot;Test&quot; here.
 */


greetings
Bob]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>After upgrading to the latest  revision (291) it is better, but still the behavior of the editor pressing  in front if a &#8220;/**&#8221; is strange.</p>
<p>In fact, pressing  having the cursor positioned right before a &#8220;/**&#8221; is expected to insert a new line _before_ the JavaDoc comment. Instead, it opens a new one.</p>
<p>Thus no, having:<br />
/**<br />
 * Write a description of class &#8220;Test&#8221; here.<br />
 */</p>
<p> &#8230;results  in:<br />
/**<br />
 *<br />
 */<br />
 * Write a description of class &#8220;Test&#8221; here.<br />
 */</p>
<p>greetings<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://fifesoft.com/blog/?p=381&#038;cpage=1#comment-1249</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Feb 2011 22:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=381#comment-1249</guid>
		<description><![CDATA[Good catch Bob.  Try it now (revision 280).]]></description>
		<content:encoded><![CDATA[<p>Good catch Bob.  Try it now (revision 280).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Fisch</title>
		<link>http://fifesoft.com/blog/?p=381&#038;cpage=1#comment-1247</link>
		<dc:creator>Bob Fisch</dc:creator>
		<pubDate>Mon, 07 Feb 2011 12:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=381#comment-1247</guid>
		<description><![CDATA[Hi

I&#039;ve found a bug (maybe?) related to the &quot;Javadoc/Multi-line comments now automatically closed&quot;. Here the way to reproduce it:

1) Open any Java file (or create a new one) that constains a least one JavaDoc comment.
2) Position the cursor at the begining of the line where the JavaDoc comment starts.
3) Press 

Having this:
/**
 * Write a description of class &quot;Test&quot; here.
 */

Results in this:
 * 
 *//**
 * Write a description of class &quot;Test&quot; here.
 */

=&gt; I&#039;m working actually with revision 272 (in case this is important)

greetings

Bob]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve found a bug (maybe?) related to the &#8220;Javadoc/Multi-line comments now automatically closed&#8221;. Here the way to reproduce it:</p>
<p>1) Open any Java file (or create a new one) that constains a least one JavaDoc comment.<br />
2) Position the cursor at the begining of the line where the JavaDoc comment starts.<br />
3) Press </p>
<p>Having this:<br />
/**<br />
 * Write a description of class &#8220;Test&#8221; here.<br />
 */</p>
<p>Results in this:<br />
 *<br />
 *//**<br />
 * Write a description of class &#8220;Test&#8221; here.<br />
 */</p>
<p>=&gt; I&#8217;m working actually with revision 272 (in case this is important)</p>
<p>greetings</p>
<p>Bob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
