<?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> &#187; Talks</title>
	<atom:link href="http://www.kim-herzig.de/category/talk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kim-herzig.de</link>
	<description>Kim Herzig &#124; Software Engineering Chair &#124; Saarland University</description>
	<lastBuildDate>Sat, 05 May 2012 18:14:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Mining Cause-Effect-Chains from Version Histories &#8211; ISSRE 2011</title>
		<link>http://www.kim-herzig.de/2011/09/28/mining-cause-effect-chains-from-version-histories-issre-2011/</link>
		<comments>http://www.kim-herzig.de/2011/09/28/mining-cause-effect-chains-from-version-histories-issre-2011/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 14:44:43 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.kim-herzig.de/?p=720</guid>
		<description><![CDATA[Software reliability is heavily impacted by soft- ware changes. How do these changes relate to each other? By analyzing the impacted method definitions and usages, we determine dependencies between changes, resulting in a change genealogy that captures how earlier changes enable and cause later ones. Model checking this genealogy reveals temporal process patterns that encode [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Software reliability is heavily impacted by soft- ware changes. How do these changes relate to each other? By analyzing the impacted method definitions and usages, we determine dependencies between changes, resulting in a change genealogy that captures how earlier changes enable and cause later ones. Model checking this genealogy reveals temporal process patterns that encode key features of the software process such as pending development activities: “Whenever class A is changed, its test case is later updated as well.” Such patterns can be validated automatically: In an evaluation of four open source histories, our prototype would recommend pending activities with a precision of 60–72%.<br />
<br/><br/></p>
<h4>Reference</h4>
<div>[2011]&nbsp;K. Herzig and A. Zeller, &quot;Mining Cause-Effect-Chains from Version Histories&quot;, in <em>Proceedings of the 22nd International Symposium on Software Reliability Engineering</em>,  2011.&nbsp;</div>
<h4>BibTeX Entry</h4>
<pre class="bibtexentry">@inproceedings{herzig-issre-2011,<br/> title = {Mining Cause-Effect-Chains from Version Histories}, 
 &nbsp; author={Kim Herzig and Andreas Zeller}, 
 &nbsp; year = {2011}, 
 &nbsp; month = {November}, 
 &nbsp; booktitle={Proceedings of the 22nd International Symposium on Software Reliability Engineering} 
 &nbsp; }</pre>
<p>	&nbsp;</p>
<div style="width:425px" id="__ss_10392636"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/kim.herzig/mining-cause-effect-chains-from-version-archives-issre-2011" title="Mining Cause Effect Chains from Version Archives - ISSRE 2011">Mining Cause Effect Chains from Version Archives &#8211; ISSRE 2011</a></strong><object id="__sse10392636" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=issre2011-111130004221-phpapp02&#038;stripped_title=mining-cause-effect-chains-from-version-archives-issre-2011&#038;userName=kim.herzig" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"/><embed name="__sse10392636" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=issre2011-111130004221-phpapp02&#038;stripped_title=mining-cause-effect-chains-from-version-archives-issre-2011&#038;userName=kim.herzig" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/kim.herzig">Kim Herzig</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2011/09/28/mining-cause-effect-chains-from-version-histories-issre-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network versus Code Metrics to Predict Defects: A Replication Study &#8211; ESEM 2011</title>
		<link>http://www.kim-herzig.de/2011/05/21/network-versus-code-metrics-to-predict-defects-a-replication-study-esem-2011/</link>
		<comments>http://www.kim-herzig.de/2011/05/21/network-versus-code-metrics-to-predict-defects-a-replication-study-esem-2011/#comments</comments>
		<pubDate>Sat, 21 May 2011 15:41:00 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.kim-herzig.de/?p=701</guid>
		<description><![CDATA[Several defect prediction models have been proposed to identify which entities in a software system are likely to have defects before its release. This paper presents a replication of one such study conducted by Zimmermann and Nagappan [1] on Windows Server 2003 where the authors leveraged dependency relationships between software entities captured using social network [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Several defect prediction models have been proposed to identify which entities in a software system are likely to have defects before its release. This paper presents a replication of one such study conducted by Zimmermann and Nagappan [1] on Windows Server 2003 where the authors leveraged dependency relationships between software entities captured using social network metrics to predict whether they are likely to have defects. <span id="more-701"></span> They found that network metrics perform significantly better than source code metrics at predicting defects. In order to corroborate the generality of their findings, we replicate their study on three open source Java projects, viz., JRuby, ArgoUML, and Eclipse. Our results are in agreement with the original study by Zimmermann and Nagappan when using a similar experimental setup as them (random sampling). However, when we evaluated the metrics using setups more suited for industrial use – forward-release and cross-project prediction – we found network metrics to offer no vantage over code metrics. Moreover, code metrics may be preferable to network metrics considering the data is easier to collect and we used only 8 code metrics compared to approximately 58 network metrics.<br />
<br/><br/></p>
<h4>Reference</h4>
<div>[2011]&nbsp;R. Premraj and K. Herzig, &quot;Network versus Code Metrics to Predict Defects: A Replication Study&quot;, in <em>Proceedings of the Fifth International Symposium on Empirical Software Engineering and Measurement</em>,  2011.&nbsp;</div>
<h4>BibTeX Entry</h4>
<pre class="bibtexentry">@inproceedings{premraj-esem-2011,<br/> title = {Network versus Code Metrics to Predict Defects: A Replication Study}, 
 &nbsp; author={Premraj, Rahul and Herzig, Kim}, 
 &nbsp; year = {2011}, 
 &nbsp; month = {september}, 
 &nbsp; booktitle={Proceedings of the Fifth International Symposium on Empirical Software Engineering and Measurement}
}</pre>
<p>	Download <a href='http://www.kim-herzig.de/wp-content/uploads/2011/09/premraj_esem_2011.pdf' title='premraj-esem-2011'>PDF</a> version</p>
<div style="width:425px" id="__ss_9442929"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/kim.herzig/network-vs-code-metrics-to-predict-defects-a-replication-study" title="Network vs. Code Metrics  to Predict Defects: A Replication Study">Network vs. Code Metrics  to Predict Defects: A Replication Study</a></strong><object id="__sse9442929" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=esem11-110927082918-phpapp02&#038;stripped_title=network-vs-code-metrics-to-predict-defects-a-replication-study&#038;userName=kim.herzig" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse9442929" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=esem11-110927082918-phpapp02&#038;stripped_title=network-vs-code-metrics-to-predict-defects-a-replication-study&#038;userName=kim.herzig" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/kim.herzig">Kim Herzig</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2011/05/21/network-versus-code-metrics-to-predict-defects-a-replication-study-esem-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Empirical Study of the Factors Relating Field Failures and Dependencies &#8211; ICST 2011</title>
		<link>http://www.kim-herzig.de/2010/11/30/an-empirical-study-of-the-factors-relating-field-failures-and-dependencies/</link>
		<comments>http://www.kim-herzig.de/2010/11/30/an-empirical-study-of-the-factors-relating-field-failures-and-dependencies/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 08:31:26 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.kim-herzig.de/?p=632</guid>
		<description><![CDATA[Changing source code in large software systems is complex and requires a good understanding of dependencies between software components. Modification to components with little regard to dependencies may have an adverse impact on the quality of the latter, i.e., increase their risk to fail. We conduct an empirical study to understand the relationship between the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Changing source code in large software systems is complex and requires a good understanding of dependencies between software components. Modification to components with little regard to dependencies may have an adverse impact on the quality of the latter, i.e., increase their risk to fail. We conduct an empirical study to understand the relationship between the quality of components and the characteristics of their dependencies such as their frequency of change, their complexity, number of past failures and the like. Our study has been conducted on two large software systems: Microsoft VISTA and ECLIPSE. Our results show that components that have outgoing dependencies to components with higher object-oriented complexity tend to have fewer field failures for VISTA, but the opposite relation holds for ECLIPSE. Likewise, other notable observations have been made through our study that (a) confirm that certain characteristics of components increase the risk of their dependencies to fail and (b) some of the characteristics are project specific while some were also found to be common. We expect that such results can be leveraged for use to provide new directions for research in defect prediction, test prioritization and related research fields that utilize code dependencies in their empirical analysis. Additionally, these results provide insights to engineers on the potential reliability impacts of new component dependencies based upon the characteristics of the component.<br />
<br/><br/></p>
<h4>Reference</h4>
<div>[2011]&nbsp;T. Zimmerman, N. Nagappan, K. Herzig, R. Premraj, and L. Williams, &quot;An Empirical Study of the Factors Relating Field Failures and Dependencies&quot;, in <em>Software Testing, Verification and Validation (ICST), 2011 IEEE Fourth International Conference on Software Testing, Verification and Validation</em>,  2011, pp. 347-356.&nbsp;</div>
<h4>BibTeX Entry</h4>
<pre class="bibtexentry">@inproceedings{zimmermann-icst-2011,<br/> title = {An Empirical Study of the Factors Relating Field Failures and Dependencies}, 
 &nbsp; author={Zimmerman, Thomas and Nagappan, Nachiappan and Herzig, Kim and Premraj, Rahul and Williams, Laurie}, 
 &nbsp; year = {2011}, 
 &nbsp; month = {march}, 
 &nbsp; booktitle={Software Testing, Verification and Validation (ICST), 2011 IEEE Fourth International Conference on Software Testing, Verification and Validation}<br/> pages={347--356}, 
 &nbsp; doi={10.1109/ICST.2011.39}
}</pre>
<p>	Download <a href='http://www.kim-herzig.de/wp-content/uploads/2011/02/zimmermann-icst-2011.pdf' title='zimmermann-icst-2011'>PDF</a> version</p>
<div style="width:425px" id="__ss_7386898"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/kim.herzig/factors-relating-field-failures-and-dependencies-icst-2011" title="Factors Relating Field Failures and Dependencies - ICST 2011">Factors Relating Field Failures and Dependencies &#8211; ICST 2011</a></strong><object id="__sse7386898" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=icst2011-110325085117-phpapp02&#038;stripped_title=factors-relating-field-failures-and-dependencies-icst-2011&#038;userName=kim.herzig" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse7386898" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=icst2011-110325085117-phpapp02&#038;stripped_title=factors-relating-field-failures-and-dependencies-icst-2011&#038;userName=kim.herzig" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/kim.herzig">kim.herzig</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2010/11/30/an-empirical-study-of-the-factors-relating-field-failures-and-dependencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capturing the Long-Term Impact of Changes &#8211; ICSE 2010</title>
		<link>http://www.kim-herzig.de/2010/02/17/capturing-the-long-term-impact-of-changes/</link>
		<comments>http://www.kim-herzig.de/2010/02/17/capturing-the-long-term-impact-of-changes/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:03:29 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Changes]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[Effort]]></category>
		<category><![CDATA[Genealogies]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Impact]]></category>
		<category><![CDATA[Long-Term]]></category>
		<category><![CDATA[Maintainability]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Stability]]></category>

		<guid isPermaLink="false">http://www.kim-herzig.de/?p=340</guid>
		<description><![CDATA[Developers change source code to add new functionality, fix bugs, or refactor their code. Many of these changes have immediate impact on quality or stability. However, some impact of changes may become evident only in the long term. The goal of this thesis is to explore the long-term impact of changes by detecting dependencies between [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Developers change source code to add new functionality, fix bugs, or refactor their code. Many of these changes have immediate impact on quality or stability. However, some impact of changes may become evident only in the long term. The goal of this thesis is to explore the long-term impact of changes by detecting dependencies between code changes and by measuring their influence on software quality, software maintainability, and development effort. Being able to identify the changes with the greatest long-term impact will strengthen our understanding of a project’s history and thus shape future code changes and decisions.<br />
<br/><br/></p>
<h4>Reference</h4>
<div>[2010]&nbsp;K. S. Herzig, &quot;Capturing the long-term impact of changes&quot;, in <em>ICSE &#8217;10: Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering</em>, New York, NY, USA,  2010, pp. 393-396.&nbsp;</div>
<h4>BibTeX Entry</h4>
<pre class="bibtexentry">@inproceedings{herzig-icse-2010,<br/> author = "Herzig, Kim Sebastian",<br/> title = "Capturing the long-term impact of changes",<br/> booktitle = "ICSE '10: Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering",<br/> year = "2010",<br/> isbn = "978-1-60558-719-6",<br/> pages = "393--396",<br/> location = "Cape Town, South Africa",<br/> doi = "http://doi.acm.org/10.1145/1810295.1810401",<br/> publisher = "ACM",<br/> address = "New York, NY
}</pre>
<p>	Download <a href='http://www.kim-herzig.de/wp-content/uploads/2011/02/herzig-icse-2010.pdf' title='herzig-icse-2010'>PDF</a> version</p>
<div style="width:425px" id="__ss_3968651"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/kim.herzig/capturing-the-long-term-impact-of-changes" title="Capturing the Long Term Impact of Changes">Capturing the Long Term Impact of Changes</a></strong><object id="__sse3968651" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=capturingthelongtermimpactofchangesv4-100504152833-phpapp01&#038;stripped_title=capturing-the-long-term-impact-of-changes" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse3968651" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=capturingthelongtermimpactofchangesv4-100504152833-phpapp01&#038;stripped_title=capturing-the-long-term-impact-of-changes" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/kim.herzig">kim.herzig</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2010/02/17/capturing-the-long-term-impact-of-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.kim-herzig.de @ 2012-05-20 06:08:43 -->
