tomcat5 | R Documentation |
Software fault data with s-metrics (static metrics)
This data set are software fault data with static metrics such as LOC and complexity, and so on. in Apache Tomcat5 consisting of the following modules:
The servlet container core.
Coyote connectors.
The JSP (JavaServer Pages) compiler and runtime engine.
Servlet API and support programs for CGI, SSI and WebDAV.
Unit testing framework.
Web application for administration, documentation and examples.
The fault data are
The table of code metrics;
Lines of code.
The number of statements.
Percent branch statements.
Percent lines with comments.
The number of functions
The maximum McCabe compleixity.
The average McCabe compliexity.
The number of bugs detected for each month in catalina.
The number of bugs detected for each month in connector.
The number of bugs detected for each month in jasper.
The number of bugs detected for each month in servlets.
The number of bugs detected for each month in tester.
The number of bugs detected for each month in webapps.
H. Okamura and T. Dohi (2014), A novel framework of software reliability evaluation with software reliability growth models and software metrics, Proceedings of The 15th IEEE International Symposium on High Assurance Systems Engineering (HASE 2014), 97-104.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.