<?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: PHP 1, Java 0: The method assertEquals(Object, Object) is ambiguous for the type</title>
	<atom:link href="http://www.aschroder.com/2009/10/php-1-java-0-the-method-assertequalsobject-object-is-ambiguous-for-the-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aschroder.com/2009/10/php-1-java-0-the-method-assertequalsobject-object-is-ambiguous-for-the-type/</link>
	<description>Notes on Ecommerce Web Development</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:11:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ashley</title>
		<link>http://www.aschroder.com/2009/10/php-1-java-0-the-method-assertequalsobject-object-is-ambiguous-for-the-type/comment-page-1/#comment-1256</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Thu, 22 Apr 2010 11:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=564#comment-1256</guid>
		<description>Good point Alex, thanks for contributing - perhaps the upgrade changed the default junit or java version for the project. In any case, the actual cause was less important than my little whinge about the autoboxing ambiguity and how it doesn&#039;t (or shouldn&#039;t) really matter which method gets called in this case.</description>
		<content:encoded><![CDATA[<p>Good point Alex, thanks for contributing &#8211; perhaps the upgrade changed the default junit or java version for the project. In any case, the actual cause was less important than my little whinge about the autoboxing ambiguity and how it doesn&#8217;t (or shouldn&#8217;t) really matter which method gets called in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.aschroder.com/2009/10/php-1-java-0-the-method-assertequalsobject-object-is-ambiguous-for-the-type/comment-page-1/#comment-1255</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 22 Apr 2010 10:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=564#comment-1255</guid>
		<description>I&#039;d like to know: Why did an upgrade of Eclipse suddenly start producing these errors? An upgrade of junit or Java 1.4 &gt; 1.5 I might understand but I don&#039;t see how this could possibly be an Eclipse issue...?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to know: Why did an upgrade of Eclipse suddenly start producing these errors? An upgrade of junit or Java 1.4 &gt; 1.5 I might understand but I don&#8217;t see how this could possibly be an Eclipse issue&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://www.aschroder.com/2009/10/php-1-java-0-the-method-assertequalsobject-object-is-ambiguous-for-the-type/comment-page-1/#comment-720</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Wed, 25 Nov 2009 09:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=564#comment-720</guid>
		<description>The all-object Java with invisible autoboxing already exists: It&#039;s called Scala. It fixes a number of Java&#039;s annoyances concerning types.</description>
		<content:encoded><![CDATA[<p>The all-object Java with invisible autoboxing already exists: It&#8217;s called Scala. It fixes a number of Java&#8217;s annoyances concerning types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.aschroder.com/2009/10/php-1-java-0-the-method-assertequalsobject-object-is-ambiguous-for-the-type/comment-page-1/#comment-713</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=564#comment-713</guid>
		<description>Thanks Greg, good point re: doubles.</description>
		<content:encoded><![CDATA[<p>Thanks Greg, good point re: doubles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.aschroder.com/2009/10/php-1-java-0-the-method-assertequalsobject-object-is-ambiguous-for-the-type/comment-page-1/#comment-710</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=564#comment-710</guid>
		<description>using assertEquals for doubles is deprecated. You should use a delta/tolerance

If you use assertEquals(double, double, 0.0), the autoboxing ambiguity will take go away as a side benefit.

int/Integer might still be an issue of course...</description>
		<content:encoded><![CDATA[<p>using assertEquals for doubles is deprecated. You should use a delta/tolerance</p>
<p>If you use assertEquals(double, double, 0.0), the autoboxing ambiguity will take go away as a side benefit.</p>
<p>int/Integer might still be an issue of course&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
