<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-324

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

Jer Hogan, An Analysis of OO Software Metrics (May 1, 1997).

Abstract

This paper is a survey of software metrics with particular reference to reuse, quality, and productivity, and was prepared as part of the MOOD project. The paper has three main parts: the literature survey, the selected metrics list, and the information to be gathered for process metrics. In the literature survey, papers which relate to metrics are outlined; in the selected metrics list some selected metrics are outlined. This paper is useful for the MOOD project or any project with broadly similar aims, such as to measure and improve reuse, productivity and software quality.

Download

cs-rr-324.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>