<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for erik dörnenburg</title>
	<atom:link href="http://erik.doernenburg.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://erik.doernenburg.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 24 Feb 2010 17:34:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How toxic is your code? by Ian Cartwright</title>
		<link>http://erik.doernenburg.com/2008/11/how-toxic-is-your-code/comment-page-1/#comment-6298</link>
		<dc:creator>Ian Cartwright</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=133#comment-6298</guid>
		<description>Noticed a problem with Integer overflows for very large values of NPath complexity, the CheckStyle team fixed the same overflow issue themselves a while back.

The fix is pretty simple, just need to change the declaration for &#039;values&#039; from Integer to Long. See below

Function CalculateScore(n As String) As Variant
   If (n = &quot;score&quot;) Then
       CalculateScore = n
   Else
       Dim values(0 To 2) As Long
       values(0) = -1
       values(1) = -1</description>
		<content:encoded><![CDATA[<p>Noticed a problem with Integer overflows for very large values of NPath complexity, the CheckStyle team fixed the same overflow issue themselves a while back.</p>
<p>The fix is pretty simple, just need to change the declaration for &#8216;values&#8217; from Integer to Long. See below</p>
<p>Function CalculateScore(n As String) As Variant<br />
   If (n = &#8220;score&#8221;) Then<br />
       CalculateScore = n<br />
   Else<br />
       Dim values(0 To 2) As Long<br />
       values(0) = -1<br />
       values(1) = -1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making build pain visible by Erik Doernenburg</title>
		<link>http://erik.doernenburg.com/2009/11/making-build-pain-visible/comment-page-1/#comment-6234</link>
		<dc:creator>Erik Doernenburg</dc:creator>
		<pubDate>Sat, 20 Feb 2010 03:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=334#comment-6234</guid>
		<description>This is a visualisation on top of what our continuous integration (CI) server provides, a visualisation that shows long term trends, the big picture so to speak. 

To answer your question, Thomas, to find out what broke an individual build, we just use the features provided by our CI server. It allows us to see the build output, provides a report on the status of the tests, and it ties that back to the check-ins that triggered the build. 

Martin has a good write-up of the practice on his site: 

http://www.martinfowler.com/articles/continuousIntegration.html</description>
		<content:encoded><![CDATA[<p>This is a visualisation on top of what our continuous integration (CI) server provides, a visualisation that shows long term trends, the big picture so to speak. </p>
<p>To answer your question, Thomas, to find out what broke an individual build, we just use the features provided by our CI server. It allows us to see the build output, provides a report on the status of the tests, and it ties that back to the check-ins that triggered the build. </p>
<p>Martin has a good write-up of the practice on his site: </p>
<p><a href="http://www.martinfowler.com/articles/continuousIntegration.html" rel="nofollow">http://www.martinfowler.com/articles/continuousIntegration.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making build pain visible by Thomas Emc</title>
		<link>http://erik.doernenburg.com/2009/11/making-build-pain-visible/comment-page-1/#comment-6226</link>
		<dc:creator>Thomas Emc</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=334#comment-6226</guid>
		<description>That&#039;s interesting.

What are you doing when the light is red? I mean, How do you figure out what is the reason for the broken build? Do you have any report for the changed files or change-sets, merged files etc.?</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting.</p>
<p>What are you doing when the light is red? I mean, How do you figure out what is the reason for the broken build? Do you have any report for the changed files or change-sets, merged files etc.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How toxic is your code? by Schauderhaft &#187; New Project&#8217;s Resolution</title>
		<link>http://erik.doernenburg.com/2008/11/how-toxic-is-your-code/comment-page-1/#comment-5693</link>
		<dc:creator>Schauderhaft &#187; New Project&#8217;s Resolution</dc:creator>
		<pubDate>Sun, 10 Jan 2010 10:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=133#comment-5693</guid>
		<description>[...] We gonna improve that. Appart from the knowledge I took from Clean Code I&#8217;ll plan to use the toxicity metric as an important tool for [...]</description>
		<content:encoded><![CDATA[<p>[...] We gonna improve that. Appart from the knowledge I took from Clean Code I&#8217;ll plan to use the toxicity metric as an important tool for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How toxic is your code? by Schauderhaft &#187; Developing for Maintainability</title>
		<link>http://erik.doernenburg.com/2008/11/how-toxic-is-your-code/comment-page-1/#comment-5480</link>
		<dc:creator>Schauderhaft &#187; Developing for Maintainability</dc:creator>
		<pubDate>Sun, 20 Dec 2009 10:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=133#comment-5480</guid>
		<description>[...] linked to maintainability. Cyclomatic Complexity being possibly the best known. I personally prefer toxicity, which is based on Cyclomatic Complexity and a couple of other measures, which contribute to the [...]</description>
		<content:encoded><![CDATA[<p>[...] linked to maintainability. Cyclomatic Complexity being possibly the best known. I personally prefer toxicity, which is based on Cyclomatic Complexity and a couple of other measures, which contribute to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making build pain visible by Links for November 3</title>
		<link>http://erik.doernenburg.com/2009/11/making-build-pain-visible/comment-page-1/#comment-4988</link>
		<dc:creator>Links for November 3</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=334#comment-4988</guid>
		<description>[...] visualizes build [...]</description>
		<content:encoded><![CDATA[<p>[...] visualizes build [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How toxic is your code? by Schauderhaft &#187; How to Use Key Figures and How Not to Use Key Figures</title>
		<link>http://erik.doernenburg.com/2008/11/how-toxic-is-your-code/comment-page-1/#comment-4092</link>
		<dc:creator>Schauderhaft &#187; How to Use Key Figures and How Not to Use Key Figures</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=133#comment-4092</guid>
		<description>[...] Toxicity [...]</description>
		<content:encoded><![CDATA[<p>[...] Toxicity [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making ESB pain visible by Colin Jack</title>
		<link>http://erik.doernenburg.com/2009/07/making-esb-pain-visible/comment-page-1/#comment-4085</link>
		<dc:creator>Colin Jack</dc:creator>
		<pubDate>Sat, 15 Aug 2009 22:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=236#comment-4085</guid>
		<description>Interesting post, I didn&#039;t quite understand the bit about the asymmetry around the WsToRestHandler though.

Also agree that the diagram here makes the cost involved much clearer.</description>
		<content:encoded><![CDATA[<p>Interesting post, I didn&#8217;t quite understand the bit about the asymmetry around the WsToRestHandler though.</p>
<p>Also agree that the diagram here makes the cost involved much clearer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making ESB pain visible by Kamal</title>
		<link>http://erik.doernenburg.com/2009/07/making-esb-pain-visible/comment-page-1/#comment-4004</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Mon, 10 Aug 2009 06:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=236#comment-4004</guid>
		<description>An interesting article, people need to choose the technologies like ESBs only when required. If someone thinks of using ESB no matter what the project requirement is; then definitely there is a problem.</description>
		<content:encoded><![CDATA[<p>An interesting article, people need to choose the technologies like ESBs only when required. If someone thinks of using ESB no matter what the project requirement is; then definitely there is a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 97 Things Every Software Architect Should Know by Tushar</title>
		<link>http://erik.doernenburg.com/2009/03/97-things/comment-page-1/#comment-3937</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Wed, 05 Aug 2009 14:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://erik.doernenburg.com/?p=211#comment-3937</guid>
		<description>I have published review of book at my blog at http://architecture-soa-bpm-eai.blogspot.com/2009/07/book-review-97-things-every-software.html.</description>
		<content:encoded><![CDATA[<p>I have published review of book at my blog at <a href="http://architecture-soa-bpm-eai.blogspot.com/2009/07/book-review-97-things-every-software.html" rel="nofollow">http://architecture-soa-bpm-eai.blogspot.com/2009/07/book-review-97-things-every-software.html</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
