<?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; FindBugs</title>
	<atom:link href="http://www.javablogging.com/tag/findbugs/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>FindBugs plugin for Eclipse</title>
		<link>http://www.javablogging.com/findbugs-plugin-for-eclipse/</link>
		<comments>http://www.javablogging.com/findbugs-plugin-for-eclipse/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:19:29 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Code Quality]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[FindBugs]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=385</guid>
		<description><![CDATA[Some time ago I wrote a post about FindBugs &#8211; a powerful tool for static code analysis in Java. Today I want to tell you about an Eclipse plugin that allows you to integrate FindBugs into your favorite IDE and automatically use it on your code.
The plugin works only with Eclipse 3.3+. The install instructions [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/findbugs-plugin-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Find bugs with FindBugs</title>
		<link>http://www.javablogging.com/find_bugs_with_findbugs/</link>
		<comments>http://www.javablogging.com/find_bugs_with_findbugs/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:36:08 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Code Quality]]></category>
		<category><![CDATA[FindBugs]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=177</guid>
		<description><![CDATA[
Recently I have realised that often in posts on this blog I tend to mention the FindBugs tool. Therefore today some words about it.
FindBugs is a tool for a static analysis of Java code. It basically goes trough your programs (both .class and .java files) and searches for patterns of most common bugs. When you [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/find_bugs_with_findbugs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
