Matthew's Design Study
From CSSEMediaWiki
(Difference between revisions)
Line 3: | Line 3: | ||
==Existing Code Base== | ==Existing Code Base== | ||
This system is my first attempt at developing this system. | This system is my first attempt at developing this system. | ||
+ | |||
+ | [[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.]] | ||
==First Design== | ==First Design== |
Revision as of 03:15, 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.
Existing Code Base
This system is my first attempt at developing this system.