<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Head in the Web &#187; unchecked</title>
	<atom:link href="http://techblog.fywservices.com/tag/unchecked/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.fywservices.com</link>
	<description>Building a better user experience one technology at a time</description>
	<lastBuildDate>Thu, 22 Jul 2010 10:13:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Suppress Eclipse Warnings Annotation</title>
		<link>http://techblog.fywservices.com/2009/11/suppress-eclipse-warnings-annotation/</link>
		<comments>http://techblog.fywservices.com/2009/11/suppress-eclipse-warnings-annotation/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 18:10:46 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Annotation]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[surpress]]></category>
		<category><![CDATA[unchecked]]></category>
		<category><![CDATA[warnings]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=314</guid>
		<description><![CDATA[When I search for something too many times, I try to remember to post it here.  So, to drop the warnings for type safety when you know all is fine, you can do the following: @SuppressWarnings(&#8220;unchecked&#8221;) List&#60;CustomerBean&#62;    customers    = (List&#60;CustomerBean&#62;)session.getAttribute(CSRD_CONTACT_LIST);]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>When I search for something too many times, I try to remember to post it here.  So, to drop the warnings for type safety when you know all is fine, you can do the following:</p>
<blockquote><p>@SuppressWarnings(&#8220;unchecked&#8221;)<br />
List&lt;CustomerBean&gt;    customers    = (List&lt;CustomerBean&gt;)session.getAttribute(CSRD_CONTACT_LIST);</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/11/suppress-eclipse-warnings-annotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
