JavaCompExt: Extracting Architectural Elements from Java Source Code

  • Authors:
  • Nicolas Anquetil;Jean-Claude Royer;Pascal Andre;Gilles Ardourel;Petr Hnetynka;Tomas Poch;Dragos Petrascu;Vladiela Petrascu

  • Affiliations:
  • -;-;-;-;-;-;-;-

  • Venue:
  • WCRE '09 Proceedings of the 2009 16th Working Conference on Reverse Engineering
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Abstract—Software architecture erosion is a general problem in legacy software. To fight this trend, component models and languages are designed to try to make explicit, and automatically enforceable, the architectural decisions in terms of components, interfaces, and allowed communication channels between component interfaces. To help maintainers work on existing object-oriented systems, we explore the possibility of extracting architectural elements (components, communications, services, ...) from the source code. We designed a tool based on some heuristics for extracting component information from Java source code.