<?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; SAP</title>
	<atom:link href="http://www.kim-herzig.de/tag/sap/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>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>Predicting Defects in SAP Products: A Replicated Study</title>
		<link>http://www.kim-herzig.de/2009/04/05/predicting-defects-in-sap-products-a-replicated-study/</link>
		<comments>http://www.kim-herzig.de/2009/04/05/predicting-defects-in-sap-products-a-replicated-study/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 20:13:20 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Defects]]></category>
		<category><![CDATA[Prediction]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=72</guid>
		<description><![CDATA[Given a large body of code, how do we know where to focus our quality assurance effort? By mining the software’s defect history, we can automatically learn which code features correlated with defects in the past—and leverage these correlations for new predictions: “In the past, high inheritance depth was an indicator of a high number [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Given a large body of code, how do we know where to focus our quality assurance effort? By mining the software’s defect history, we can automatically learn which code features correlated with defects in the past—and leverage these correlations for new predictions: “In the past, high inheritance depth was an indicator of a high number of defects. Since this new component also has a high inheritance depth, let us test it thoroughly”. Such history-based approaches work best if the new component is similar to the components learned from. But how does learning from history perform for projects with high variability between components? We ran a study on two SAP products involving a wide spectrum of functionality. We found that learning and predicting was accurate at package level, but not at product level. These results suggest that to learn from past defects, one should separate the product into component clusters with similar functionality, and make separate predictions for each cluster. Our initial approaches to form such clusters automatically, based on similarity of metrics, showed promising accuracy.<br />
<br/><br/></p>
<h4>Reference</h4>
<div>[2008]&nbsp;K. Herzig, R. Premraj, T. Zimmermann, A. Zeller, and J. Heymann, &quot;Predicting Defects in SAP Products: A Replicated Study&quot;, Software Engineering Chair, Saarland University2008.&nbsp;</div>
<h4>BibTeX Entry</h4>
<pre class="bibtexentry">@techreport{herzig-abap-prediction-2008,<br/> title = "Predicting Defects in SAP Products: A Replicated Study",<br/> author = "Kim Herzig and Rahul Premraj and Thomas Zimmermann and Andreas Zeller and Juergen Heymann",<br/> institution = "Software Engineering Chair, Saarland University"
}</pre>
<p>	Download <a href='http://www.kim-herzig.de/wp-content/uploads/2009/04/esem08a1.pdf' title='herzig-abap-prediction-2008'>PDF</a> version</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kim-herzig.de/2009/04/05/predicting-defects-in-sap-products-a-replicated-study/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>
	</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:35:33 -->
