<?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: How&#8217;d this String get into my List&lt;Integer&gt;?!</title>
	<atom:link href="http://blog.anthonychaves.net/2007/03/12/howd-this-string-get-into-my-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.anthonychaves.net/2007/03/12/howd-this-string-get-into-my-list/</link>
	<description>Life is software and jujitsu</description>
	<lastBuildDate>Mon, 01 Feb 2010 17:22:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ricky Clarkson</title>
		<link>http://blog.anthonychaves.net/2007/03/12/howd-this-string-get-into-my-list/comment-page-1/#comment-621</link>
		<dc:creator>Ricky Clarkson</dc:creator>
		<pubDate>Wed, 14 Mar 2007 02:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/java/2007/03/12/howd-this-string-get-into-my-list#comment-621</guid>
		<description>I&#039;m not concerned with developers who ignore warnings, as I don&#039;t currently work with any of them.  If I did, I&#039;d be concerned with not working with them, or changing their habits, rather than criticising the compiler for giving warnings rather than errors.

A good optional typing implementation, whenever we see one, will give warnings, not errors.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not concerned with developers who ignore warnings, as I don&#8217;t currently work with any of them.  If I did, I&#8217;d be concerned with not working with them, or changing their habits, rather than criticising the compiler for giving warnings rather than errors.</p>
<p>A good optional typing implementation, whenever we see one, will give warnings, not errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Chaves</title>
		<link>http://blog.anthonychaves.net/2007/03/12/howd-this-string-get-into-my-list/comment-page-1/#comment-620</link>
		<dc:creator>Anthony Chaves</dc:creator>
		<pubDate>Wed, 14 Mar 2007 01:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/java/2007/03/12/howd-this-string-get-into-my-list#comment-620</guid>
		<description>Hi Ricky,

Compiling that program with javac gets this output:

javac net\anthonychaves\sandbox\generics\WrongTypePut.java
Note: net\anthonychaves\sandbox\generics\WrongTypePut.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

Obviously a careful developer would then recompile with -Xlint:unchecked and find out what the problem is and fix it.  A few concerns are careless developers and using 3rd party libraries to which you don&#039;t have access to the source code.  A 3rd party library not using Generics can do what was shown in the example and worse and all the warnings in the world won&#039;t help you if you depend on that library for major functionality.

Thanks for reading and thanks even more for commenting!

Anthony</description>
		<content:encoded><![CDATA[<p>Hi Ricky,</p>
<p>Compiling that program with javac gets this output:</p>
<p>javac net\anthonychaves\sandbox\generics\WrongTypePut.java<br />
Note: net\anthonychaves\sandbox\generics\WrongTypePut.java uses unchecked or unsafe operations.<br />
Note: Recompile with -Xlint:unchecked for details.</p>
<p>Obviously a careful developer would then recompile with -Xlint:unchecked and find out what the problem is and fix it.  A few concerns are careless developers and using 3rd party libraries to which you don&#8217;t have access to the source code.  A 3rd party library not using Generics can do what was shown in the example and worse and all the warnings in the world won&#8217;t help you if you depend on that library for major functionality.</p>
<p>Thanks for reading and thanks even more for commenting!</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky Clarkson</title>
		<link>http://blog.anthonychaves.net/2007/03/12/howd-this-string-get-into-my-list/comment-page-1/#comment-618</link>
		<dc:creator>Ricky Clarkson</dc:creator>
		<pubDate>Tue, 13 Mar 2007 15:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.anthonychaves.net/java/2007/03/12/howd-this-string-get-into-my-list#comment-618</guid>
		<description>Did you have to ignore compile warnings to see this problem?</description>
		<content:encoded><![CDATA[<p>Did you have to ignore compile warnings to see this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
