<?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: My Changes Don&#8217;t Happen! &#8212; A Java Puzzler</title>
	<atom:link href="http://www.summa-tech.com/blog/2009/12/09/my-changes-dont-happen-a-java-puzzler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summa-tech.com/blog/2009/12/09/my-changes-dont-happen-a-java-puzzler/</link>
	<description>Summa Blog</description>
	<pubDate>Wed, 08 Feb 2012 05:13:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.summa-tech.com/blog/2009/12/09/my-changes-dont-happen-a-java-puzzler/comment-page-1/#comment-2204</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 19 Dec 2009 01:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=1520#comment-2204</guid>
		<description>I am wondering about your 'Effect' section. Since the name, description or userId never got assigned to 'feature1', the save should effectively fail right there. May be the 'feature1' should be constructed as,

Feature feature1 = new Feature(name, description, userId);

Ignore if this was nitpicking but do let me know if I am missing something here.</description>
		<content:encoded><![CDATA[<p>I am wondering about your &#8216;Effect&#8217; section. Since the name, description or userId never got assigned to &#8216;feature1&#8242;, the save should effectively fail right there. May be the &#8216;feature1&#8242; should be constructed as,</p>
<p>Feature feature1 = new Feature(name, description, userId);</p>
<p>Ignore if this was nitpicking but do let me know if I am missing something here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Northrop</title>
		<link>http://www.summa-tech.com/blog/2009/12/09/my-changes-dont-happen-a-java-puzzler/comment-page-1/#comment-2097</link>
		<dc:creator>Ben Northrop</dc:creator>
		<pubDate>Thu, 10 Dec 2009 20:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=1520#comment-2097</guid>
		<description>Agree about the code bloat...

It would've been nice if &lt;code&gt;final&lt;/code&gt; was the default in Java, and we could override this to make a method param "unfinal" in the rare case where we wanted to reassign it.  Sigh.</description>
		<content:encoded><![CDATA[<p>Agree about the code bloat&#8230;</p>
<p>It would&#8217;ve been nice if <code>final</code> was the default in Java, and we could override this to make a method param &#8220;unfinal&#8221; in the rare case where we wanted to reassign it.  Sigh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Kiley</title>
		<link>http://www.summa-tech.com/blog/2009/12/09/my-changes-dont-happen-a-java-puzzler/comment-page-1/#comment-2079</link>
		<dc:creator>Jim Kiley</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=1520#comment-2079</guid>
		<description>Having Eclipse do it by default is handy.  I wish it didn't bloat the source code so much, but after brainos like the one above I'm beginning to think it's worth the bloat.</description>
		<content:encoded><![CDATA[<p>Having Eclipse do it by default is handy.  I wish it didn&#8217;t bloat the source code so much, but after brainos like the one above I&#8217;m beginning to think it&#8217;s worth the bloat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Ringe</title>
		<link>http://www.summa-tech.com/blog/2009/12/09/my-changes-dont-happen-a-java-puzzler/comment-page-1/#comment-2078</link>
		<dc:creator>Carsten Ringe</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.summa-tech.com/blog/?p=1520#comment-2078</guid>
		<description>Recently I'm adding &lt;code&gt;final&lt;/code&gt; to my code all over the place. It is so useful to avoid strange effect like the one you described, but it bloats the code even more. I think I'll set up my Eclipse to add this modifier by default when creating new methods... ;-)</description>
		<content:encoded><![CDATA[<p>Recently I&#8217;m adding <code>final</code> to my code all over the place. It is so useful to avoid strange effect like the one you described, but it bloats the code even more. I think I&#8217;ll set up my Eclipse to add this modifier by default when creating new methods&#8230; <img src='http://www.summa-tech.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

