<?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: A catalyst method in Java</title>
	<atom:link href="http://www.javablogging.com/a-catalyst-method-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com/a-catalyst-method-in-java/</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:43:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joost</title>
		<link>http://www.javablogging.com/a-catalyst-method-in-java/comment-page-1/#comment-2172</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Tue, 06 Apr 2010 11:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=664#comment-2172</guid>
		<description>Actually, I think it is very bad practice to make use of compiler internal features like that. Are you absolutely sure ALL compiler implementations (now and in teh future) are working like that? 
making use of the returntype as a part of the signature is very dangerous in my opinion. Why not simply (I know, it really sounds simple, but it actually is) use a different name for the new method to differentiate between returntypes?</description>
		<content:encoded><![CDATA[<p>Actually, I think it is very bad practice to make use of compiler internal features like that. Are you absolutely sure ALL compiler implementations (now and in teh future) are working like that?<br />
making use of the returntype as a part of the signature is very dangerous in my opinion. Why not simply (I know, it really sounds simple, but it actually is) use a different name for the new method to differentiate between returntypes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaBlogging &#187; Puzzler: the catalyst method does not work</title>
		<link>http://www.javablogging.com/a-catalyst-method-in-java/comment-page-1/#comment-592</link>
		<dc:creator>JavaBlogging &#187; Puzzler: the catalyst method does not work</dc:creator>
		<pubDate>Mon, 12 Oct 2009 13:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=664#comment-592</guid>
		<description>[...] I wrote a post about a catalyst method in Java &#8211; an issue where an existence of a method that is never actually invoked can affect the code [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote a post about a catalyst method in Java &#8211; an issue where an existence of a method that is never actually invoked can affect the code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yardena</title>
		<link>http://www.javablogging.com/a-catalyst-method-in-java/comment-page-1/#comment-498</link>
		<dc:creator>Yardena</dc:creator>
		<pubDate>Thu, 01 Oct 2009 09:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=664#comment-498</guid>
		<description>Send this to Bloch&amp;Gafter, it will make a nice puzzler for the 2nd edition :-)</description>
		<content:encoded><![CDATA[<p>Send this to Bloch&amp;Gafter, it will make a nice puzzler for the 2nd edition <img src='http://www.javablogging.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppow</title>
		<link>http://www.javablogging.com/a-catalyst-method-in-java/comment-page-1/#comment-497</link>
		<dc:creator>ppow</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=664#comment-497</guid>
		<description>Good catch! Thanks for that :)</description>
		<content:encoded><![CDATA[<p>Good catch! Thanks for that <img src='http://www.javablogging.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grooveek</title>
		<link>http://www.javablogging.com/a-catalyst-method-in-java/comment-page-1/#comment-496</link>
		<dc:creator>Grooveek</dc:creator>
		<pubDate>Wed, 30 Sep 2009 15:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=664#comment-496</guid>
		<description>Really nice puzzle !

but you say ...
&#039; Now in both cases CatalystCounter is used &#039;

Wouldn&#039;t you write :
&#039; Now in both cases ComparableCounter is used &#039;

Thanks for this brainy moment

grooveek</description>
		<content:encoded><![CDATA[<p>Really nice puzzle !</p>
<p>but you say &#8230;<br />
&#8216; Now in both cases CatalystCounter is used &#8216;</p>
<p>Wouldn&#8217;t you write :<br />
&#8216; Now in both cases ComparableCounter is used &#8216;</p>
<p>Thanks for this brainy moment</p>
<p>grooveek</p>
]]></content:encoded>
	</item>
</channel>
</rss>

