Rasio Ganang Atmaja
Fakultas Ilmu Komputer, Universitas Brawijaya

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Pembangunan Kakas Bantu Untuk Mengukur Maintainability Index Pada Perangkat Lunak Berdasarkan Nilai Halstead Metrics dan McCabe's Cyclomatic Complexity: English Rasio Ganang Atmaja; Bayu Priyambadha; Fajar Pradana
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 3 (2019): Maret 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (873.524 KB)

Abstract

In the software development cycle there is a maintenance phase. In this phase, errors or defects of the software that have not been found on development or testing phase will be corrected. In this phase, software is also changing to fit the new system environment and stakeholder needs. In software development there are several reasons why it is necessary to calculate maintainability value of the software, such as the value of maintainability can help in deciding whether a software is easy to maintain or needs to be redesigned. There are several methods that can be used to measure maintainability value of the program, one is the Maintainability Index (MI). Maintainability Index is calculated based on the value of Halstead's Volume, McCabe's Cyclomatic Complexity, and line of codes. The Maintainability Index calculations system provide features for calculate Maintainability Index values of the Java source code and display graph visualizations using Java technologies. This system has been tested using unit testing, integration testing that uses Whitebox methods and validations testing that use Blackbox methods. This system has an accuracy of 98% and the time for calculating one method only takes less than 1000ms