<?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"
	>
<channel>
	<title>Comments on: A Tale of Bad Exception Handling in Finally Blocks in Java</title>
	<atom:link href="http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java</link>
	<description></description>
	<pubDate>Sun, 20 Jul 2008 23:27:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Raph</title>
		<link>http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java#comment-13972</link>
		<dc:creator>Raph</dc:creator>
		<pubDate>Mon, 30 Apr 2007 20:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java#comment-13972</guid>
		<description>It would be funny if only it were more difficult to introduce this kind of bug. This kind of behavior has been warned by tools since a very long time now. I'm surprised this is the first time this reaches reddit.</description>
		<content:encoded><![CDATA[<p>It would be funny if only it were more difficult to introduce this kind of bug. This kind of behavior has been warned by tools since a very long time now. I&#8217;m surprised this is the first time this reaches reddit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JO</title>
		<link>http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java#comment-13887</link>
		<dc:creator>JO</dc:creator>
		<pubDate>Mon, 30 Apr 2007 10:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java#comment-13887</guid>
		<description>Note that this applies to return statements as well!
I.e. if the finally clause contains a return statement (and it is executed) THAT becomes the return value of the method, REGARDLESS of any other return statements executed within the try-finally block!</description>
		<content:encoded><![CDATA[<p>Note that this applies to return statements as well!<br />
I.e. if the finally clause contains a return statement (and it is executed) THAT becomes the return value of the method, REGARDLESS of any other return statements executed within the try-finally block!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stu</title>
		<link>http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java#comment-13724</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Sun, 29 Apr 2007 17:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.basilv.com/psd/blog/2007/a-tale-of-bad-exception-handling-in-finally-blocks-in-java#comment-13724</guid>
		<description>Funny, I was asked in an interview what would happen in exactly this case.. (and wasn't sure) so it seems people do use it</description>
		<content:encoded><![CDATA[<p>Funny, I was asked in an interview what would happen in exactly this case.. (and wasn&#8217;t sure) so it seems people do use it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
