<?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: Unit Testing Equals and HashCode of Java Beans</title>
	<atom:link href="http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/</link>
	<description>It&#039;s all about delivering</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:42:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Annotation based Equals and HashCode Test Case &#171; Java/JEE</title>
		<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/comment-page-1/#comment-1078</link>
		<dc:creator>Annotation based Equals and HashCode Test Case &#171; Java/JEE</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=74#comment-1078</guid>
		<description>[...] heart of the system. It is just an abstract base class that could be extended. It was taken from http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/ and modified to utilize the annotation features of Java 5. Also some changes were made to not [...]</description>
		<content:encoded><![CDATA[<p>[...] heart of the system. It is just an abstract base class that could be extended. It was taken from <a href="http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/" rel="nofollow">http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/</a> and modified to utilize the annotation features of Java 5. Also some changes were made to not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/comment-page-1/#comment-1028</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Thu, 18 Mar 2010 00:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=74#comment-1028</guid>
		<description>The code won&#039;t work if the class is having reference types :(</description>
		<content:encoded><![CDATA[<p>The code won&#8217;t work if the class is having reference types :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StevenPN</title>
		<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/comment-page-1/#comment-834</link>
		<dc:creator>StevenPN</dc:creator>
		<pubDate>Sun, 20 Sep 2009 08:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=74#comment-834</guid>
		<description>привет лунатикам!</description>
		<content:encoded><![CDATA[<p>привет лунатикам!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Winterberg</title>
		<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/comment-page-1/#comment-790</link>
		<dc:creator>Benjamin Winterberg</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=74#comment-790</guid>
		<description>This is really helpful, thanks. Supplements well with one of my last articles, how to effectivly implement equals(), hashCode(), compareTo() and toString():

http://bwinterberg.blogspot.com/2009/08/building-equals-hashcode-compareto-and.html</description>
		<content:encoded><![CDATA[<p>This is really helpful, thanks. Supplements well with one of my last articles, how to effectivly implement equals(), hashCode(), compareTo() and toString():</p>
<p><a href="http://bwinterberg.blogspot.com/2009/08/building-equals-hashcode-compareto-and.html" rel="nofollow">http://bwinterberg.blogspot.com/2009/08/building-equals-hashcode-compareto-and.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebo</title>
		<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/comment-page-1/#comment-684</link>
		<dc:creator>sebo</dc:creator>
		<pubDate>Sat, 11 Jul 2009 11:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=74#comment-684</guid>
		<description>You made amistake when you set o2 with double value in assertMeetsEqualsContract. There have to be 0 ;) (or something else than 1 ). But afterall it&#039;s great job ;).</description>
		<content:encoded><![CDATA[<p>You made amistake when you set o2 with double value in assertMeetsEqualsContract. There have to be 0 ;) (or something else than 1 ). But afterall it&#8217;s great job ;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Beltran</title>
		<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/comment-page-1/#comment-63</link>
		<dc:creator>Robert Beltran</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=74#comment-63</guid>
		<description>Awesome senor.  You may have saved me like 3 hours of work. I will be sure to credit you in the source.</description>
		<content:encoded><![CDATA[<p>Awesome senor.  You may have saved me like 3 hours of work. I will be sure to credit you in the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Substance</title>
		<link>http://blog.coryfoy.com/2008/05/unit-testing-equals-and-hashcode-of-java-beans/comment-page-1/#comment-64</link>
		<dc:creator>Substance</dc:creator>
		<pubDate>Mon, 26 Jan 2009 11:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=74#comment-64</guid>
		<description>Looks great, I&#039;m gonna give it a try!</description>
		<content:encoded><![CDATA[<p>Looks great, I&#8217;m gonna give it a try!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

