CMU-ISRI-06-110
Institute for Software Research
School of Computer Science, Carnegie Mellon University



CMU-ISRI-06-110

JavaD: Bringing Ownship Domains
to Mainstream Java

Marwan Abi-Antoun, Jonathan Aldrich

May 2006

CMU-ISRI-06-110.ps
CMU-ISRI-06-110.pdf


Keywords: Ownership domains, Alias-Java, type annotation


Ownership types have been receiving much attention from the research community. However, few of the proposed designs have been implemented or evaluated on real object-oriented implementations. AliasJava has been available for a few years and has been applied on several case studies.

Currently, AliasJava is implemented as a non-backwards compatible extension of the Java programming language. As a result, none of the tool support for Java (from debugging and refactoring to syntax highlighting) is available for AliasJava programs, making it harder to justify the case that Java programs are easier to evolve with AliasJava annotations than without. Furthermore, this makes it harder to specify the ownership and aliasing annotations for a large legacy system since the program cannot be annotated partially and incrementally with AliasJava.

We present JavaD, a re-implementation of the AliasJava language and analysis as a set of Java 1.5 annotations, using the Eclipse Java Development Tooling (JDT) infrastructure and the Crystal Data Flow Analysis framework. We conclude with some lessons learned and future plans.

23 pages


Return to: SCS Technical Report Collection
School of Computer Science homepage

This page maintained by reports@cs.cmu.edu