<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Autoboxing and NPE</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Fri, 24 May 2013 02:47:14 -0400</pubDate>


    <item>

        <title>Problem with Autoboxing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[<p>Hi,<br/>Autoboxing is a great feature provided by JAVA5 but using it blindly may result in very subtle problem which will take hours and hours to<br/>debug and find. to read more see the link <a href="#" target="_blank">What is the problem while using...]]></description>
        

        <pubDate>Tue, 01 Mar 2011 07:52:44 -0500</pubDate>

        

        <jf:creationDate>Thu, 24 Feb 2011 23:12:02 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 01 Mar 2011 07:52:44 -0500</jf:modificationDate>
        <jf:date>Mar 1, 2011</jf:date>
        <jf:author>javabuddy</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: Autoboxing and NPE</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[<blockquote>I guess if you want to be safe with autoboxed primitives in containers, and you don't like checking for nulls, you should use a container that doesn't permit null values... Hashtable is one such, although it has synchronisation overheads -...]]></description>
        

        <pubDate>Wed, 22 Nov 2006 09:29:17 -0500</pubDate>

        

        <jf:creationDate>Wed, 22 Nov 2006 09:29:17 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 22 Nov 2006 09:29:17 -0500</jf:modificationDate>
        <jf:date>Nov 22, 2006</jf:date>
        <jf:author>Keith Moore</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Autoboxing and NPE</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[I guess if you want to be safe with autoboxed primitives in containers, and you don't like checking for nulls, you should use a container that doesn't permit null values... Hashtable is one such, although it has synchronisation overheads - perhaps there...]]></description>
        

        <pubDate>Wed, 06 Sep 2006 04:54:02 -0400</pubDate>

        

        <jf:creationDate>Wed, 06 Sep 2006 04:54:02 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 06 Sep 2006 04:54:02 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2006</jf:date>
        <jf:author>Dave Lorde</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Exceptions are usually good</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[Being a developer, I think exceptions are annoying when hard to find out...]]></description>
        

        <pubDate>Wed, 06 Sep 2006 01:10:56 -0400</pubDate>

        

        <jf:creationDate>Wed, 06 Sep 2006 01:10:56 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 06 Sep 2006 01:10:56 -0400</jf:modificationDate>
        <jf:date>Sep 6, 2006</jf:date>
        <jf:author>Sharique Abdullah</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Autoboxing and NPE</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[<blockquote>Ian, <br><br>I must say I don't agree with you. It is natural to get a NPE there, since you are using a variable of a non-primitive type, which is null. You cannot expect Java to make asumptions about what the value of that variable should...]]></description>
        

        <pubDate>Thu, 17 Aug 2006 19:38:15 -0400</pubDate>

        

        <jf:creationDate>Thu, 17 Aug 2006 19:38:15 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 17 Aug 2006 19:38:15 -0400</jf:modificationDate>
        <jf:date>Aug 17, 2006</jf:date>
        <jf:author>Ian Hlavats</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Autoboxing and NPE</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[Ian, ...]]></description>
        

        <pubDate>Wed, 16 Aug 2006 01:22:06 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Aug 2006 01:22:06 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Aug 2006 01:22:06 -0400</jf:modificationDate>
        <jf:date>Aug 16, 2006</jf:date>
        <jf:author>Bogdan Mocanu</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: Autoboxing and NPE</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[I like the idea of autoboxing, but I think the implementation in Java 5 leaves something to be desired....]]></description>
        

        <pubDate>Tue, 15 Aug 2006 20:58:35 -0400</pubDate>

        

        <jf:creationDate>Tue, 15 Aug 2006 20:58:35 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 15 Aug 2006 20:58:35 -0400</jf:modificationDate>
        <jf:date>Aug 15, 2006</jf:date>
        <jf:author>Ian Hlavats</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Generics = Good, Boxing = bad...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[This is why I've used generics instead of boxing...]]></description>
        

        <pubDate>Tue, 15 Aug 2006 12:43:42 -0400</pubDate>

        

        <jf:creationDate>Tue, 15 Aug 2006 12:43:42 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 15 Aug 2006 12:43:42 -0400</jf:modificationDate>
        <jf:date>Aug 15, 2006</jf:date>
        <jf:author>Michael Tholkes</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>I warned and blogged about this back in march 2004</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[<a href="http://rifers.org/blogs/gbevin/2004/3/11/the_dangers_of_auto_unboxing">http://rifers.org/blogs/gbevin/2004/3/11/the_dangers_of_auto_unboxing</a>]]></description>
        

        <pubDate>Fri, 11 Aug 2006 13:43:34 -0400</pubDate>

        

        <jf:creationDate>Fri, 11 Aug 2006 13:43:34 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 11 Aug 2006 13:43:34 -0400</jf:modificationDate>
        <jf:date>Aug 11, 2006</jf:date>
        <jf:author>gbevin</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Autoboxing and NPE</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41731</link>

        

        
            <description><![CDATA[If you are new to Java 5 and have been running into mysterious null pointer exceptions,  then you may find <a href="http://burtbeckwith.com/blog/">Burt Beckwith's</a> blog enlightening. In the entry Burt explains what he did to locate and eliminate a...]]></description>
        

        <pubDate>Fri, 11 Aug 2006 06:12:11 -0400</pubDate>

        

        <jf:creationDate>Fri, 11 Aug 2006 06:12:11 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 11 Aug 2006 06:12:11 -0400</jf:modificationDate>
        <jf:date>Aug 11, 2006</jf:date>
        <jf:author>Kirk Pepperdine</jf:author>
        <jf:replyCount>13</jf:replyCount>
    </item>



</channel>
</rss>

