Research Article Open Access

Towards A Dynamic Object-Oriented Design Metric Plug-in Framework

C. H. Loh and S. P. Lee

Abstract

Problem Statement: The evolution of software is made difficult by the need to integrate new features with all previously implemented features in software applications. Approach: present study introduced a general-purpose, platform-independent object-oriented design metric plug-in framework called jmetric intended to help building scalable, extendable object-oriented design metric plug-ins. jmetric seeks to address problem by providing the plug-in developer a structured way to separately develop and incrementally integrate independent object-oriented design metrics as plug-ins to a domain specific object-oriented design metrics framework. jmetric was engineered to provide functional building blocks to accelerate the adding, removing and updating of object-oriented design metric plug-ins in tools such as Eclipse, JDeveloper, NetBeans, JBuilder and other Java-based tools. Dependency injection is heavily used in jmetric to accelerate the adding, removing and updating of object-oriented metrics plug-ins. We studied several commonly used integrated development environments and software metrics tools to identify the extendibility of the tools to provide additional object-oriented design metric functionalities as plug-ins. Results: We demonstrate a tool called jmetric tool that had developed as a reference implementation to validate the plug-in capabilities of jmetric. Conclusion: Extending other tools such as Eclipse, JDeveloper and NetBeans to include metric functionalities is possible by wiring plug-ins through dependency injection mechanism in jmetric.

Journal of Computer Science
Volume 4 No. 11, 2008, 903-909

DOI: https://doi.org/10.3844/jcssp.2008.903.909

Submitted On: 18 September 2008 Published On: 30 November 2008

How to Cite: Loh, C. H. & Lee, S. P. (2008). Towards A Dynamic Object-Oriented Design Metric Plug-in Framework. Journal of Computer Science, 4(11), 903-909. https://doi.org/10.3844/jcssp.2008.903.909

  • 2,729 Views
  • 2,111 Downloads
  • 0 Citations

Download

Keywords

  • Design metric
  • object-orientation
  • plug-in framework