<?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"
	>
<channel>
	<title>Comments on: Defining a Live Template for Null-Check</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 13 Feb 2012 14:24:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Stijn</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-191853</link>
		<dc:creator>Stijn</dc:creator>
		<pubDate>Thu, 08 Sep 2011 06:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-191853</guid>
		<description>This is one I wrote:

org.apache.commons.lang.Validate.notNull($EXPR$, "Method called with null parameter ($EXPR$)");</description>
		<content:encoded><![CDATA[<p>This is one I wrote:</p>
<p>org.apache.commons.lang.Validate.notNull($EXPR$, &#8220;Method called with null parameter ($EXPR$)&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Get Better At: IntelliJ IDEA &#124; On Technology and Tea « Matthew Morten</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-155837</link>
		<dc:creator>Get Better At: IntelliJ IDEA &#124; On Technology and Tea « Matthew Morten</dc:creator>
		<pubDate>Mon, 13 Dec 2010 22:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-155837</guid>
		<description>[...] create you&#8217;re own templates, I would recommend you take a look at this Jetbrains blog post describing how to create a null-check [...]</description>
		<content:encoded><![CDATA[<p>[...] create you&#8217;re own templates, I would recommend you take a look at this Jetbrains blog post describing how to create a null-check [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bounded beans in IntelliJ IDEA &#124; Spackos62-Java Blog</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-111388</link>
		<dc:creator>Bounded beans in IntelliJ IDEA &#124; Spackos62-Java Blog</dc:creator>
		<pubDate>Fri, 19 Jun 2009 08:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-111388</guid>
		<description>[...] create a new Live Template and set the name to something like &#8220;fpc&#8221;. The template [...]</description>
		<content:encoded><![CDATA[<p>[...] create a new Live Template and set the name to something like &#8220;fpc&#8221;. The template [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Vigdorchik</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-6</link>
		<dc:creator>Eugene Vigdorchik</dc:creator>
		<pubDate>Wed, 15 Mar 2006 16:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-6</guid>
		<description>Notice that in Demetra we'll  have an option to insert such guard code for checking null values to be passed to @NotNull parameter or null returned by @NotNull method automatically during compilation process.</description>
		<content:encoded><![CDATA[<p>Notice that in Demetra we&#8217;ll  have an option to insert such guard code for checking null values to be passed to @NotNull parameter or null returned by @NotNull method automatically during compilation process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin xus</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-5</link>
		<dc:creator>martin xus</dc:creator>
		<pubDate>Tue, 14 Mar 2006 13:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-5</guid>
		<description>&lt;strong&gt;IDEA's blog&lt;/strong&gt;

TrackBack From:http://www.blogjava.net/martinx/archive/2006/03/14/35302.html</description>
		<content:encoded><![CDATA[<p><strong>IDEA&#8217;s blog</strong></p>
<p>TrackBack From:http://www.blogjava.net/martinx/archive/2006/03/14/35302.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy McArthur</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-4</link>
		<dc:creator>Sandy McArthur</dc:creator>
		<pubDate>Tue, 14 Mar 2006 06:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-4</guid>
		<description>It's not really a NullPointerException until an attempt to dereference null has been made. Until then it's an IllegalArgumentException.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not really a NullPointerException until an attempt to dereference null has been made. Until then it&#8217;s an IllegalArgumentException.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corby Page</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-3</link>
		<dc:creator>Corby Page</dc:creator>
		<pubDate>Mon, 13 Mar 2006 14:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-3</guid>
		<description>Another Cool Live Template Example here:

http://tinyurl.com/q3wde
</description>
		<content:encoded><![CDATA[<p>Another Cool Live Template Example here:</p>
<p><a href="http://tinyurl.com/q3wde" rel="nofollow">http://tinyurl.com/q3wde</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandra Rusina</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-2</link>
		<dc:creator>Alexandra Rusina</dc:creator>
		<pubDate>Sun, 12 Mar 2006 16:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-2</guid>
		<description>Ooops...
Corrected. Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>Ooops&#8230;<br />
Corrected. Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mathews</title>
		<link>http://blogs.jetbrains.com/idea/2006/03/defining-a-live-template-for-null-check/#comment-1</link>
		<dc:creator>Chris Mathews</dc:creator>
		<pubDate>Sat, 11 Mar 2006 17:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=9#comment-1</guid>
		<description>I know it isn't the point of the example... but I find it amusing that the NullPointer check is itself a victim of a NullPointer (o.toString() will always result in an NPE in your example). :)</description>
		<content:encoded><![CDATA[<p>I know it isn&#8217;t the point of the example&#8230; but I find it amusing that the NullPointer check is itself a victim of a NullPointer (o.toString() will always result in an NPE in your example). <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

