| Department of Electrical and Computer Engineering |
|
|
This National Science Foundation (NSF) funded project aims to build
a model of a high-quality integrated development environment in which
hypermedia technology can provide improved tools for managing the
full range of documents produced during the software life cycle. The
projects aim is to help software developers better maintain
conformance 1. INTEROPERABILITYThe many documents produced by the software development process can
be broadly divided into two categories: formal and informal. Formal
documents include program source code and formal specifications. Their
common All other software documents are informal. Any syntactic or semantic
structure they have is either specified directly by the user, obtained
from a shared template or form, or is implicit in the natural language
content of the document. Examples include requirements documents,
design documents, testing and bug reports, and user documentation.
Informal documents are commonly produced using commercial office software
suites, such as Microsoft Office. In practice, formal and informal documents do not interoperate well.
The central problem is that, in formal documents, the text stream
is used both for analysis and for presentation. The lexical analysis
phase of program analysis requires that the text stream adhere to
the language specification, which allows only textual comments. Thus,
it is not possible to embed objects composed of arbitrary byte streams
(such as compressed images) inside program source code. 2. DOCUMENT RELATIONSHIPS AND CONFORMANCERelationships between ideas are critical to the process of software development. The life cycle of a software system produces a tremendous variety of documents requirements specifications, design documents of many types, program source code, testing and bug reports, and user documentation are examples. These documents embody a great number of ideas which are connected by a complex network of relationships. There are many types of relationships between software development documents. Without claiming to present a complete taxonomy, these are some examples:
In general, these relationships are persistent, lasting days, weeks, or years, but they are not necessarily permanent. Because the documents in a system are dynamic and can be created, altered, and removed, the set of active relationships in a system is also likely to change over time. Let us consider an imaginary software system whose documents are
in perfect harmony with each other. We might say that its documents
are conformant, because they conform to each other. If we then alter
a requirement, such as the number of users to be supported, but make
no other change, it becomes possible that the system does not meet
its requirements. We might then say that the systems documents
are non-conformant, because the systems design Each of the above document relationships carries with it an implied logical ordering of its documents. For example, testing and bug reports cannot be produced until an implementation is available, and while it is not necessarily the case that requirement documents will be written before designs, there is certainly a logical relationship between them that makes design depend on requirements. Ordered relationships like these have been used for many years to automate efficient compilation. However, these techniques have yet to be applied to informal software documents. 3. DOCUMENT AND RELATIONSHIP EVOLUTIONThe relationship management must be done in the context of a large software system with hundreds of artifacts and thousands of explicit and implicit relationships, that all evolve over time. Documents under developments or maintenance are changed and updated to produce the next revision in their evolutionary process. Therefore, the set of active logical relationships can also change over time as a result. For a particular task, developers may need to record the history of some subset of software documents and their relationships. They may want to navigate, manage, query, or access the information in prior states of that subset. It is necessary to record the history of changes of both documents and their relationships. Although there are several approaches addressing the relationship management problem, existing software engineering tools do not provide sufficiently powerful functionality to record changes of documents and their logical relationships at the same time in a cohesive way. 4. DOCUMENT PRESENTATIONThis source code documents will require the development of a novel
formatting model that properly integrates the formal and informal
material. The central problem is that automatic pretty-printers operate
not from lines of text, but rather from an abstract syntax tree. But
in this new representation, the leaves of the abstract syntax tree
will be intermixed with some other tree-based representation for the
informal material. No existing formatter or editor must
|