<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Finally Pinned Down my Java Issue</title>
	<atom:link href="http://fschiettecatte.wordpress.com/2008/10/29/finally-pinned-down-my-java-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://fschiettecatte.wordpress.com/2008/10/29/finally-pinned-down-my-java-issue/</link>
	<description>Thoughts from the edge of the 'net</description>
	<lastBuildDate>Sun, 13 Dec 2009 20:49:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: François Schiettecatte</title>
		<link>http://fschiettecatte.wordpress.com/2008/10/29/finally-pinned-down-my-java-issue/#comment-4291</link>
		<dc:creator>François Schiettecatte</dc:creator>
		<pubDate>Wed, 29 Oct 2008 23:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/?p=746#comment-4291</guid>
		<description>Thanks. Actually I have been tracking this down for a while and the two people I showed it to had no idea (in their defense I think they probably discounted my making such a mistake.) I am glad I was able to solve it in the end, can&#039;t think what Sun was thinking putting that in the URL class. I have checked other places where I used URL Sets and changed that.</description>
		<content:encoded><![CDATA[<p>Thanks. Actually I have been tracking this down for a while and the two people I showed it to had no idea (in their defense I think they probably discounted my making such a mistake.) I am glad I was able to solve it in the end, can&#8217;t think what Sun was thinking putting that in the URL class. I have checked other places where I used URL Sets and changed that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoav Shapira</title>
		<link>http://fschiettecatte.wordpress.com/2008/10/29/finally-pinned-down-my-java-issue/#comment-4290</link>
		<dc:creator>Yoav Shapira</dc:creator>
		<pubDate>Wed, 29 Oct 2008 20:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://fschiettecatte.wordpress.com/?p=746#comment-4290</guid>
		<description>Oh man!  I should have recognized this when I read your blog post.  I could have saved you some time and frustration.  Sorry.

The java.net.URL problem is well-known.  Basically you should never use it as a key in a collection, because its equals() and hashCode() functions are too slow to be useful.

Workarounds include using the URI class, which is nice and fast, or a String like you noted.</description>
		<content:encoded><![CDATA[<p>Oh man!  I should have recognized this when I read your blog post.  I could have saved you some time and frustration.  Sorry.</p>
<p>The java.net.URL problem is well-known.  Basically you should never use it as a key in a collection, because its equals() and hashCode() functions are too slow to be useful.</p>
<p>Workarounds include using the URI class, which is nice and fast, or a String like you noted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
