The Star Diagram Project

Computer Science Department
University of California, San Diego
Home [ Download ] [ Research ] [ Papers ] [ Personnel ] [ FAQ ]

What's New

Overview

The function of a useful software system quickly evolves beyond the strengths of its original design, making the software structure unnatural and difficult to comprehend. A related problem is that most changes to software are performed in the fastest manner, degrading the software structure further. As a consequence, a ``single'' change to the software tends to be distributed over the entire system, rather than localized in a module.

The Star Diagram is a graphical visualization of both how such a change is distributed throughout a system, and how the various code fragments to be changed are related to each other. As a consequence, it can help a programmer plan out a change with respect to how the change is distributed and how the fragments are related to each other. Tools based on the star diagram have been developed for C, Ada, and Tcl/Tk. Refer to the download page. Although not officially part of the StarTool project, there is a related tool for refactoring Java programs called Elbereth.


Copyright 2000 UCSD Computer Science Department
wgg@cs.ucsd.edu
Last Modified: 8/21/00