<?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: Code Review #4: Always read the documentation/code &#8211; a.k.a. java.net.URL  is evil</title>
	<atom:link href="http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/</link>
	<description></description>
	<lastBuildDate>Sun, 10 Jan 2010 10:18:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: URL.hashCode() Considered Harmful &#171; A Public Scratchpad</title>
		<link>http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/comment-page-1/#comment-15384</link>
		<dc:creator>URL.hashCode() Considered Harmful &#171; A Public Scratchpad</dc:creator>
		<pubDate>Thu, 24 Apr 2008 05:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/#comment-15384</guid>
		<description>[...] on the value of URL.toString() instead. Apparently I&#8217;m not the first person to stumble across this problem. So think twice before coding your next HashMap&lt;URL, [...]</description>
		<content:encoded><![CDATA[<p>[...] on the value of URL.toString() instead. Apparently I&#8217;m not the first person to stumble across this problem. So think twice before coding your next HashMap&lt;URL, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/comment-page-1/#comment-7295</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Mon, 10 Sep 2007 03:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/#comment-7295</guid>
		<description>Andy -- well it turned out to be the second item in. 

I am going to watch the rest of that video. From what I saw - it shouldn&#039;t be &quot;Java Puzzlers&quot; it should be &quot;Broken Java&quot;. Some of the things mentioned.. they should just fix and stop worrying about supporting broken APIs.</description>
		<content:encoded><![CDATA[<p>Andy &#8212; well it turned out to be the second item in. </p>
<p>I am going to watch the rest of that video. From what I saw &#8211; it shouldn&#8217;t be &#8220;Java Puzzlers&#8221; it should be &#8220;Broken Java&#8221;. Some of the things mentioned.. they should just fix and stop worrying about supporting broken APIs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/comment-page-1/#comment-7276</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Sun, 09 Sep 2007 17:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/#comment-7276</guid>
		<description>Andy -- I don&#039;t remember ever noticing that URL.equals() was so badly broken. But I guarantee now I do!</description>
		<content:encoded><![CDATA[<p>Andy &#8212; I don&#8217;t remember ever noticing that URL.equals() was so badly broken. But I guarantee now I do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin Burov</title>
		<link>http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/comment-page-1/#comment-7273</link>
		<dc:creator>Konstantin Burov</dc:creator>
		<pubDate>Sun, 09 Sep 2007 15:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/#comment-7273</guid>
		<description>That&#039;s really interesting.. and discouraging.</description>
		<content:encoded><![CDATA[<p>That&#8217;s really interesting.. and discouraging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Andreou</title>
		<link>http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/comment-page-1/#comment-7271</link>
		<dc:creator>Andreas Andreou</dc:creator>
		<pubDate>Sun, 09 Sep 2007 14:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2007/09/09/code-review-4-always-read-the-documentationcode-aka-javaneturl-is-evil/#comment-7271</guid>
		<description>hehe ... i remember a year&#039;s old comments of yours about url&#039;s implementation of equals - did you forget?

Anyway,i had recently seen http://video.google.com/videoplay?docid=9214177555401838409 - take the time to look at their first (i think) puzzle which deals exactly with that... and btw, they propose using the URI class.</description>
		<content:encoded><![CDATA[<p>hehe &#8230; i remember a year&#8217;s old comments of yours about url&#8217;s implementation of equals &#8211; did you forget?</p>
<p>Anyway,i had recently seen <a href="http://video.google.com/videoplay?docid=9214177555401838409" rel="nofollow">http://video.google.com/videoplay?docid=9214177555401838409</a> &#8211; take the time to look at their first (i think) puzzle which deals exactly with that&#8230; and btw, they propose using the URI class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
