<?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; Metrics</title>
	<atom:link href="http://www.kim-herzig.de/tag/metrics/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>Seminar: MSA 2010</title>
		<link>http://www.kim-herzig.de/2010/04/12/seminar-msa-2010/</link>
		<comments>http://www.kim-herzig.de/2010/04/12/seminar-msa-2010/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 13:04:58 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[change history]]></category>
		<category><![CDATA[Changes]]></category>
		<category><![CDATA[Defects]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[empirical studies]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Mining]]></category>
		<category><![CDATA[Prediction]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[software mining]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[WorkItem]]></category>

		<guid isPermaLink="false">http://www.kim-herzig.de/?p=437</guid>
		<description><![CDATA[Software archives mining deals with the automated extraction, collection, and abstraction of data from the information generated during the software development process (e.g. source code archives, bug tracking systems, etc.). This seminar (7 CP) introduces the notion of software archives and teaches recent software archives mining techniques. More details here]]></description>
			<content:encoded><![CDATA[<p></p><p>Software archives mining deals with the automated extraction, collection, and abstraction of data from the information generated during the software development process (e.g. source code archives, bug tracking systems, etc.). This seminar (7 CP) introduces the notion of software archives and teaches recent software archives mining techniques. <a href="http://www.st.cs.uni-saarland.de/edu/msa10/" target="_blank">More details here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2010/04/12/seminar-msa-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Predicting Defects in SAP Java Code: An Experience Report &#8211; ICSE 2009</title>
		<link>http://www.kim-herzig.de/2009/04/05/predicting-defects-in-sap-java-code-an-experience-report/</link>
		<comments>http://www.kim-herzig.de/2009/04/05/predicting-defects-in-sap-java-code-an-experience-report/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 20:14:07 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Defects]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Prediction]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=61</guid>
		<description><![CDATA[Which components of a large software system are the most defect-prone? In a study on a large SAP Java system, we evaluated and compared a number of defect predictors, based on code features such as complexity metrics, static error detectors, change frequency, or component imports, thus replicating a number of earlier case studies in an [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Which components of a large software system are the most defect-prone? In a study on a large SAP Java system, we evaluated and compared a number of defect predictors, based on code features such as complexity metrics, static error detectors, change frequency, or component imports, thus replicating a number of earlier case studies in an industrial context. We found the overall predictive power to be lower than expected; still, the resulting regression models successfully predicted 50-60% of the 20% most defect-prone components.<br />
<br/><br/></p>
<h4>Reference</h4>
<div>[2009]&nbsp;T. Holschuh, M. Paeuser, K. Herzig, T. Zimmermann, R. Premraj, and A. Zeller, &quot;Predicting Defects in SAP Java Code: An Experience Report&quot;, in <em>Proceedings of the 31th International Conference on Software Engineering</em>,  2009.&nbsp;</div>
<h4>BibTeX Entry</h4>
<pre class="bibtexentry">@inproceedings{holschuh-icse-2009,<br/> title = "Predicting Defects in SAP Java Code: An Experience Report",<br/> author = "Tilman Holschuh and Markus Paeuser and Kim Herzig and Thomas Zimmermann and Rahul Premraj and Andreas Zeller",<br/> year = "2009",<br/> month = "May",<br/> booktitle = "Proceedings of the 31th International Conference on Software Engineering",<br/> location = "Vancouver, BC
}</pre>
<p>	Download <a href='http://www.kim-herzig.de/wp-content/uploads/2011/02/holschuh-icse-2009.pdf' title='holschuh-icse-2009'>PDF</a> version</p>
<div style="width:425px;text-align:left" id="__ss_1607678"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/tilman.holschuh/predicting-defects-in-sap-java-code-an-experience-report?type=powerpoint" title="Predicting Defects in SAP Java Code: An Experience Report">Predicting Defects in SAP Java Code: An Experience Report</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=icse09-javasap-090619040352-phpapp01&#038;rel=0&#038;stripped_title=predicting-defects-in-sap-java-code-an-experience-report" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=icse09-javasap-090619040352-phpapp01&#038;rel=0&#038;stripped_title=predicting-defects-in-sap-java-code-an-experience-report" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/tilman.holschuh">tilman.holschuh</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2009/04/05/predicting-defects-in-sap-java-code-an-experience-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mining Metrics To Predict Failures at SAP (Master Thesis)</title>
		<link>http://www.kim-herzig.de/2009/04/05/mining-metrics-to-predict-failures-at-sap-master-thesis/</link>
		<comments>http://www.kim-herzig.de/2009/04/05/mining-metrics-to-predict-failures-at-sap-master-thesis/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 20:12:31 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Failure]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Mining]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=108</guid>
		<description><![CDATA[This thesis contains a lock flag. I am not allowed t publish this thesis neither completely nor in parts. The handout of this thesis to third persons requires a written approval of SAP.]]></description>
			<content:encoded><![CDATA[<p></p><p>This thesis contains a lock flag. I am not allowed t publish this thesis neither completely nor in parts. The handout of this thesis to third persons requires a written approval of <a href="http://www.sap.de/" target="_blank">SAP</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2009/04/05/mining-metrics-to-predict-failures-at-sap-master-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Predicting defects using time metrics</title>
		<link>http://www.kim-herzig.de/2009/04/05/predicting-defects-using-time-metrics/</link>
		<comments>http://www.kim-herzig.de/2009/04/05/predicting-defects-using-time-metrics/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 19:32:02 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Defects]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Prediction]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=50</guid>
		<description><![CDATA[One major down side of many defect prediction models is the frequent usability. As an example: A prediction model based on code metrics only, predicts the number of defects based upon the code complexity of each entity. Now, if the programmer fixes the bug, he might change only one line and therefore does not change [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One major down side of many defect prediction models is the frequent usability. As an example: A prediction model based on code metrics only, predicts the number of defects based upon the code complexity of each entity. Now, if the programmer fixes the bug, he might change only one line and therefore does not change the code complexity significantly. The complexity might even increase. Using the same defect prediction model again gives us the same result, because the basis of the defect prediction model did not changed or did not changed significantly.</p>
<p>To overcome such problems, we could use a dynamic approach. But most dynamic approaches cannot predict any defects before defects have been discovered.</p>
<p>The idea is to use different time related properties of a code entity to determine the age of this entity. The main assumption is that older entities have fewer defects. Defining the term older entities is the main task of this project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2009/04/05/predicting-defects-using-time-metrics/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:26:57 -->
