<?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: Java5 autoboxing</title>
	<atom:link href="http://technology.amis.nl/2005/08/03/java5-autoboxing/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/08/03/java5-autoboxing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java5-autoboxing</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rob van Maris</title>
		<link>http://technology.amis.nl/2005/08/03/java5-autoboxing/#comment-2271</link>
		<dc:creator>Rob van Maris</dc:creator>
		<pubDate>Wed, 03 Aug 2005 14:08:05 +0000</pubDate>
		<guid isPermaLink="false">/?p=689#comment-2271</guid>
		<description><![CDATA[Good point to be aware of this caveat, but cause for a severe headache I&#039;d say? After all, the 1.5 compiler compiles your code exactly as you intended, and the 1.4 compiler produces a clear errormessage. The bytecode produced by the 1.5 compiler would even have run on the 1.4 JVM.
Lesson learned is that code using 1.5&#039;s new language features does not compile on a 1.4 compiler - hardly supprising. Your story demonstrates that one can be using such a feature (auto-boxing) without being aware of it!]]></description>
		<content:encoded><![CDATA[<p>Good point to be aware of this caveat, but cause for a severe headache I&#8217;d say? After all, the 1.5 compiler compiles your code exactly as you intended, and the 1.4 compiler produces a clear errormessage. The bytecode produced by the 1.5 compiler would even have run on the 1.4 JVM.<br />
Lesson learned is that code using 1.5&#8242;s new language features does not compile on a 1.4 compiler &#8211; hardly supprising. Your story demonstrates that one can be using such a feature (auto-boxing) without being aware of it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
