User:Linda Pettigrew:Design Study2

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: Navigation shortcuts: Wiki users:Linda Pettigrew ---- = An Analysis Tool for Log Files = This project looks at the design decisions made during the developmen...)
 
Line 3: Line 3:
  
 
= An Analysis Tool for Log Files =
 
= An Analysis Tool for Log Files =
This project looks at the design decisions made during the development of a tool to extract data from XML log files generated by a tool during the use of the eclipse IDE.
+
This project looks at the design decisions made during the development of a tool to extract data from XML log files.
  
 
== Introduction ==
 
== Introduction ==
Line 9: Line 9:
  
 
== Background ==
 
== Background ==
 
+
A tool has been developed to collect event-driven data from developers while they are using eclipse. The data collected contains details about the event which has occurred such as the number of charcters added during an edit, the time of the edit and the file the edit occurred on. An example of the data collected is shown in figure 1.
  
 
= Design Study =
 
= Design Study =

Revision as of 03:31, 27 September 2010

Navigation shortcuts: Wiki users:Linda Pettigrew


Contents

An Analysis Tool for Log Files

This project looks at the design decisions made during the development of a tool to extract data from XML log files.

Introduction

Background

A tool has been developed to collect event-driven data from developers while they are using eclipse. The data collected contains details about the event which has occurred such as the number of charcters added during an edit, the time of the edit and the file the edit occurred on. An example of the data collected is shown in figure 1.

Design Study

Requirements

Constraints

Initial Design

UML Diagram

Description of Classes

Design Critique

Initial Design

Design Improvements

Files

Installation

Acknowledgements