Ian Stark

Automatic Verification of Design Patterns in Java

Alex Blewitt, Alan Bundy and Ian Stark

In ASE 2005: Proceedings of the 20th IEEE/ACM International Conference on Automated Software Engineering, Long Beach, California, USA, November 7–11, 2005, pages 224–232. ACM Press, 2005.

Fetch a preprint of the paper (PDF, 222k) or visit the publisher's page. Go to other papers, talks or my home page.

Abstract

Design patterns are widely used by designers and developers for building complex systems in object-oriented programming languages such as Java. However, systems evolve over time, increasing the chance that the pattern in its original form will be broken.

To verify that a design pattern has not been broken requires specifying the original intent of the design pattern. Whilst informal descriptions of design patterns exist, no formal specifications are available due to differences in implementations between programming languages.

We present a pattern specification language, Spine, that allows patterns to be defined in terms of constraints on their implementation in Java. We also present some examples of patterns defined in Spine and show how they are processed using a proof engine called Hedgehog.

The conclusion discusses the type of patterns that are amenable to defining in Spine, and highlights some repeated mini-patterns discovered in the formalisation of these design patterns.

@InProceedings{blewitt/bundy/stark:autvdp,
  author =       {Alex Blewitt and Alan Bundy and Ian Stark},
  title =        {Automatic Verification of Design Patterns in {Java}},
  booktitle =    {ASE~2005: Proceedings of the 20th IEEE/ACM International
                  Conference on Automated Software Engineering},
  pages =        {224--232},
  year =         2005,
  month =        nov,
  publisher =    {ACM Press},
  url =          {http://www.inf.ed.ac.uk/~stark/autvdp.html},
  pdf =          {http://www.inf.ed.ac.uk/~stark/autvdp.pdf},
  doi =          {10.1145/1101908.1101943}
}

This research was supported by an EPSRC CASE studentship in conjunction with The University of Edinburgh and International Object Solutions Limited.

Page last modified: Thursday 27 November 2008