Matthew's Design Study
From CSSEMediaWiki
(Difference between revisions)
Line 5: | Line 5: | ||
[[Image:StartingClassDia2.png|thumb|left|Initial development. Please note some of the composition/dependency connections are wrong.]][[Image:StartingClassDiagram.png|thumb|left|Initial development with functional groupings.]] | [[Image:StartingClassDia2.png|thumb|left|Initial development. Please note some of the composition/dependency connections are wrong.]][[Image:StartingClassDiagram.png|thumb|left|Initial development with functional groupings.]] | ||
+ | |||
+ | ===Design Discussion=== | ||
+ | |||
+ | ===Areas of Greatest Concern=== | ||
+ | |||
+ | |||
==First Design== | ==First Design== |
Revision as of 03:16, 28 July 2009
For my design study, I am going to be working to improve the design of my COSC460 project. The project is a plug-in for Eclipse designed to provide a tool for visualising software metrics directly onto source code. The plug-in is written in Java and is approximately 5K LOC.
Contents |
Existing Code Base
This system is my first attempt at developing this system.