<?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>JavaBlogging &#187; Bug</title>
	<atom:link href="http://www.javablogging.com/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Few words on how to compare integers</title>
		<link>http://www.javablogging.com/few-words-on-how-to-compare-integers/</link>
		<comments>http://www.javablogging.com/few-words-on-how-to-compare-integers/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 10:08:24 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Comparable]]></category>
		<category><![CDATA[CompareTo]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=323</guid>
		<description><![CDATA[Before I say anything I want to share with you a code snippet that is a simplified version of something I have recently wrote in my work. There is a small, yet painful bug in this code&#8230; can you see it?



































public static class Point implements Comparable&#60;Point&#62; {
    private int x, y;

  [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/few-words-on-how-to-compare-integers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A reminder about remainder operator (%)</title>
		<link>http://www.javablogging.com/a-reminder-about-remainder-operator/</link>
		<comments>http://www.javablogging.com/a-reminder-about-remainder-operator/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:37:28 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Hash Code]]></category>
		<category><![CDATA[Remainder]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=71</guid>
		<description><![CDATA[Today a short story about how a simple mathematical operation can ruin your whole day. This is something that I had the &#8216;pleasure&#8217; of dealing with about 6 months ago, costed me 2 days of debuging and (as usual) turned out to be a surprising, yet basic Java feature. Because of that I believe it [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/a-reminder-about-remainder-operator/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Type safety in Java Set and Map</title>
		<link>http://www.javablogging.com/type_safety_in_java_set_and_map/</link>
		<comments>http://www.javablogging.com/type_safety_in_java_set_and_map/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 17:11:09 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Generics]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[Type safety]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=3</guid>
		<description><![CDATA[Probably many of you still remember the lack of type checking in Java 1.4 Collections and how much hassle it was to deal with casting the collection elements, not to mention how many errors this introduced to the code. Since introduction of generics in Java 1.5 this have really improved and one might think that [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/type_safety_in_java_set_and_map/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
