<?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: The &#8220;I can&#8217;t find the object I put in the map&#8221; code blooper of the day</title>
	<atom:link href="http://sellmic.com/blog/2007/10/17/the-i-cant-find-the-object-i-put-in-the-map-code-blooper-of-the-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://sellmic.com/blog/2007/10/17/the-i-cant-find-the-object-i-put-in-the-map-code-blooper-of-the-day/</link>
	<description>Augusto's corner of art, code and fun</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:32:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Scott Vachalek</title>
		<link>http://sellmic.com/blog/2007/10/17/the-i-cant-find-the-object-i-put-in-the-map-code-blooper-of-the-day/comment-page-1/#comment-879</link>
		<dc:creator>Scott Vachalek</dc:creator>
		<pubDate>Thu, 18 Oct 2007 12:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://sellmic.com/blog/2007/10/17/the-i-cant-find-the-object-i-put-in-the-map-code-blooper-of-the-day/#comment-879</guid>
		<description>Class objects are unique per ClassLoader so the equals() method is the same as the == operator.  Class.equals() is probably the cleaner expression since it doesn&#039;t rely on you knowing how Class and ClassLoader are implemented, but in this case it&#039;s such a fundamental, common class that you can treat it a little differently. 
 
The instanceof thing is a good point too, but in all my years of programming / managing Java projects I don&#039;t think I&#039;ve ever seen that bite anyone as an actual bug. </description>
		<content:encoded><![CDATA[<p>Class objects are unique per ClassLoader so the equals() method is the same as the == operator.  Class.equals() is probably the cleaner expression since it doesn&#039;t rely on you knowing how Class and ClassLoader are implemented, but in this case it&#039;s such a fundamental, common class that you can treat it a little differently.</p>
<p>The instanceof thing is a good point too, but in all my years of programming / managing Java projects I don&#039;t think I&#039;ve ever seen that bite anyone as an actual bug.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

