JP2003029970A - Program quality management supporting device, program quality management supporting method, computer readable recording medium having program for making computer perform program quality management supporting method recorded thereon and program for making computer perform program quality management supporting method - Google Patents

Program quality management supporting device, program quality management supporting method, computer readable recording medium having program for making computer perform program quality management supporting method recorded thereon and program for making computer perform program quality management supporting method

Info

Publication number
JP2003029970A
JP2003029970A JP2001212144A JP2001212144A JP2003029970A JP 2003029970 A JP2003029970 A JP 2003029970A JP 2001212144 A JP2001212144 A JP 2001212144A JP 2001212144 A JP2001212144 A JP 2001212144A JP 2003029970 A JP2003029970 A JP 2003029970A
Authority
JP
Japan
Prior art keywords
program
quality
quality estimation
value
metric
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001212144A
Other languages
Japanese (ja)
Inventor
Suketada Futamura
祐地 二村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2001212144A priority Critical patent/JP2003029970A/en
Publication of JP2003029970A publication Critical patent/JP2003029970A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To realize simple and stable program quality evaluation hardly affected by the fluctuation of a metrics value depending on the characteristics of a program source code without depending on the experience or intuition of a program developer. SOLUTION: A program specifying means 10 specifies the program (the program of the latest version, for instance) of a quality estimation object and the program (the program of a version one before the latest version, for instance) of a comparison object, and a metrics measuring means 4 measures the metrics value to a prescribed item for the program of the quality estimation object and the program of the comparison object. A quality estimating means 5 decides a difference between the metrics value of the program of the quality estimation object and the metrics value of the program of the comparison object and calculates the quality estimation value of the program of the quality estimation object on the basis of the difference and a work guide presenting means 6 presents the calculated quality estimation value to the program developer.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェア開発
のうちプログラムの品質改善作業を支援する技術に係
り、特にプログラムのソースコードを解析しメトリック
ス(metrics)を測定することでその品質や特性
を診断し、品質の管理改善作業の適切な実施を支援する
プログラム品質管理支援技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for supporting quality improvement work of a program in software development, and in particular, analyzing the source code of the program and measuring metrics to diagnose its quality and characteristics. Program quality control support technology that supports the proper implementation of quality control improvement work.

【0002】[0002]

【従来の技術】情報処理技術の急激な発展と適用分野の
拡大に伴い、開発するソフトウェアの規模及び機能は一
般に急激に拡大している。本状況に対し現在、ソフトウ
ェアの開発効率向上や品質向上に向けた各種技術が開発
されている。
2. Description of the Related Art With the rapid development of information processing technology and the expansion of application fields, the scale and function of software to be developed are generally rapidly expanding. In response to this situation, various technologies are currently being developed for improving software development efficiency and quality.

【0003】一般にソフトウェアの開発は、プログラム
の設計、製作、試験(検証)といった手順で作業を進め
るが、その過程で誤りを作りこまないようにし、またで
きるだけ早く誤りを発見し処置することが、開発におけ
る後戻り作業を削減し、開発効率や品質の向上につなが
ることは良く知られている。このような、ソフトウェア
開発においてプログラムの品質を管理しまた改善する方
法の1つとして、プログラムに対しメトリックス(me
trics…メトリック、メトリクスと呼ばれることも
ある)を測定し、その値を用いて品質を評価する方法が
知られている。ここでプログラムに対するメトリックス
とは、プログラムの設計または製作作業のアウトプット
から計算可能で、プログラムの規模や複雑さ、理解のし
やすさ、保守のしやすさなどを示す尺度として用いるこ
とのできる各種の数値である。
Generally, software development is carried out by procedures such as program design, production, and test (verification). However, it is necessary to prevent errors from being created in the process, and to find and correct errors as soon as possible. It is well known that it reduces backtracking work in development, which leads to improvement in development efficiency and quality. As one of the methods for managing and improving the quality of programs in software development, metrics (me
trics ... metric, sometimes referred to as metric), and the value is used to evaluate quality. Here, the metrics for a program can be calculated from the output of the program design or production work, and can be used as a scale indicating the scale and complexity of the program, the ease of understanding, the ease of maintenance, etc. Is the numerical value of.

【0004】例えばプログラムの規模を表す数値として
よく用いられるプログラムソースコードのステップ数
は、プログラム開発作業のアウトプットの1つであるプ
ログラムソースコードから計算する値であり、プログラ
ムのソースコードから計算可能なメトリックスの1つで
ある。同様にソースコードのコメント率、条件分岐数な
どもメトリックスといえる。このようにプログラムのメ
トリックスとしては一般にソースコードから算出可能な
値が広く用いられるが、例えばプログラム仕様書のペー
ジ数やプログラム仕様から得られるファンクションポイ
ント数もプログラムのメトリックスであり、このように
プログラムのメトリックスとしては各種の尺度が提案さ
れ、プログラムの品質を評価するために用いられてい
る。
For example, the number of steps of a program source code, which is often used as a numerical value indicating the scale of a program, is a value calculated from the program source code which is one of the outputs of the program development work, and can be calculated from the source code of the program. This is one of the metrics. Similarly, the comment rate of the source code, the number of conditional branches, etc. can also be called metrics. In this way, as a metric of a program, a value that can be calculated from a source code is generally widely used. For example, the number of pages of a program specification or the number of function points obtained from the program specification is also a metric of a program. Various metrics have been proposed as metrics and are used to evaluate the quality of programs.

【0005】しかし、一般にメトリックスを用いた品質
評価によってソフトウェア開発におけるプログラムの品
質管理を行う場合、次のような問題点がある。すなわち
第1に、プログラムはそのメトリックスの値が同一であ
ってもその品質が同じと判断することはできないという
問題点がある。これはプログラムの本質的な特性、すな
わち同一の機能を実現するプログラムは、各種の方法で
実現可能であるという点に基づく基本的な問題点であ
り、同じ機能を実現する不具合のないプログラムでも、
求められる性能や稼動条件、あるいは開発者の技術レベ
ルによって、開発されたプログラムのメトリックスの値
は容易に変動することに起因する。またこのため、メト
リックスの値に基づく品質評価方法としては、定性的な
知見は広く知られているが、その定量的な評価方法はは
っきりしていないという問題点がある。特に複数のメト
リックスから品質評価を行う場合、どのメトリックスを
測定項目として選択するか、また測定した値をどのよう
に評価するかといった点は、評価者の経験と勘に依存し
やすい。このためメトリックスを用いた品質評価作業
は、その自動化が困難で人手による煩雑な作業になりや
すく、また品質評価結果に対する根拠があいまいになり
やすいという問題点がある。またメトリックスによる品
質評価の結果に基づき品質の改善作業を行う場合、その
作業をどの程度の労力をかけどこまで行えばよいかの目
安が得られにくいといった問題点がある。
However, when quality control of a program in software development is generally performed by quality evaluation using metrics, there are the following problems. That is, first, there is a problem that the program cannot judge that the quality is the same even if the values of the metrics are the same. This is a fundamental problem based on the essential characteristic of programs, that is, programs that realize the same function can be realized by various methods.
This is because the value of the metric of the developed program easily changes depending on the required performance, operating conditions, or the technical level of the developer. Therefore, as a quality evaluation method based on the value of metrics, qualitative knowledge is widely known, but there is a problem that the quantitative evaluation method is not clear. In particular, when quality evaluation is performed from a plurality of metrics, which metric is selected as a measurement item and how the measured value is evaluated tend to depend on the experience and intuition of the evaluator. For this reason, the quality evaluation work using the metrics has a problem that it is difficult to automate the operation, and it is liable to be a complicated work manually, and the basis for the quality evaluation result tends to be ambiguous. Further, when quality improvement work is performed based on the result of quality evaluation by metrics, there is a problem that it is difficult to obtain a standard of how much effort and how much work should be performed for the work.

【0006】これらの問題点を解決するための技術とし
ては、既にいくつかの技術が存在している。このような
プログラムのメトリックスを用いたプログラム品質管理
支援技術に関する第1の従来例として、特開平7−16
0495「ソースコード評価装置」にて示されている方
法を図9を用いて説明する。
There are already some technologies for solving these problems. As a first conventional example relating to a program quality management support technique using such program metrics, Japanese Patent Laid-Open No. 7-16
The method indicated by the 0495 "source code evaluation device" will be described with reference to FIG.

【0007】図9は同従来例のソースコード評価装置を
示す構成図であり、ソースコード評価装置は、端末10
1及びホスト102から構成され、ホスト102は、情
報収集部103、プログラムソースコードファイル10
4、品質メトリクス値計測部105、システム品質評価
部106、システム評価用データファイル107、危険
プログラム抽出部108、プログラム評価用データファ
イル109、評価結果ファイル110、情報フィードバ
ック部111、システム評価用データファイル変更部1
12、プログラム評価用データファイル変更部113、
トラブル情報ファイル114から構成される。
FIG. 9 is a block diagram showing a source code evaluation device of the conventional example. The source code evaluation device is a terminal 10
1 and a host 102. The host 102 includes an information collecting unit 103 and a program source code file 10.
4. Quality metric value measuring unit 105, system quality evaluation unit 106, system evaluation data file 107, dangerous program extraction unit 108, program evaluation data file 109, evaluation result file 110, information feedback unit 111, system evaluation data file Change part 1
12, program evaluation data file changing unit 113,
It is composed of a trouble information file 114.

【0008】本従来例において、ホスト102内にある
情報収集部103は、評価対象システムを構成するプロ
グラムのソースコードを各端末から自動的に収集し、プ
ログラムソースコードファイル104に格納する。プロ
グラムソースコードファイル104に格納されているソ
ースコードは品質メトリクス値計測部105により読み
出され、自動的にその品質メトリックス値が計測され
る。システム品質評価部106は、システム評価用デー
タファイル107に保持されているシステム評価用デー
タに基づき、計測された各ソースコードの品質メトリッ
クス値を用いて、自動的に評価対象システムの品質評価
を行う。なおシステム品質評価部106では、システム
評価用データとして良いシステムモデル及び悪いシステ
ムモデルの両者で有意に差異のあるメトリックス値を得
て、評価対象システムに対応するソースコードのメトリ
ックス値から、各メトリックス値ごとに良いシステムモ
デルに近いか悪いシステムモデルに近いかを判定し、メ
トリックスに対する評価の観点を踏まえて各判定結果を
まとめることでシステムとしての評価結果を得るように
動作する。
In the conventional example, the information collecting unit 103 in the host 102 automatically collects the source code of the program forming the evaluation target system from each terminal and stores it in the program source code file 104. The source code stored in the program source code file 104 is read by the quality metric value measuring unit 105, and its quality metric value is automatically measured. The system quality evaluation unit 106 automatically evaluates the quality of the evaluation target system using the measured quality metric value of each source code based on the system evaluation data stored in the system evaluation data file 107. . It should be noted that the system quality evaluation unit 106 obtains a metric value that is significantly different between the good system model and the bad system model as the data for system evaluation, and calculates each metric value from the metric value of the source code corresponding to the evaluation target system. For each, it is determined whether it is close to a good system model or a bad system model, and the evaluation results of the system are obtained by summing up the judgment results from the viewpoint of evaluation of the metrics.

【0009】また危険プログラム抽出部108は、プロ
グラム評価用データファイル109に保持されているプ
ログラム評価用データに基づき、計測された各ソースコ
ードの品質メトリックス値を用いて、自動的にプログラ
ムの危険度を求め危険プログラムを抽出し、評価結果フ
ァイル110に保存する。このとき危険プログラム抽出
部108は、プログラム評価用データとして、プログラ
ム評価に用いるメトリックスの選択、メトリックスに対
する危険度や基準値、評価の観点に対する重み付けとい
った情報を得て、各プログラムごとに、メトリックス値
からそれぞれの危険度を求め、さらに観点に配慮した重
み付けを行いメトリックス毎の危険度をまとめること
で、各プログラムの危険度を求めるように動作する。
The dangerous program extraction unit 108 automatically uses the measured quality metric values of each source code based on the program evaluation data stored in the program evaluation data file 109 to automatically determine the degree of danger of the program. The dangerous program is extracted and stored in the evaluation result file 110. At this time, the dangerous program extraction unit 108 obtains, as the program evaluation data, information such as selection of metrics used for program evaluation, risk or reference value for metrics, and weighting from viewpoint of evaluation, and for each program, from the metrics value. The risk level of each program is calculated by calculating the risk level of each program and further weighting the viewpoints so that the risk levels for each metric are summarized.

【0010】そしてこれら評価結果ファイル110に保
存された評価対象システムの品質評価及びプログラムの
危険度の情報は、情報フィードバック部111によって
各端末にその情報が提示される。
The information of the quality evaluation of the evaluation target system and the degree of risk of the program stored in the evaluation result file 110 is presented to each terminal by the information feedback unit 111.

【0011】なおシステム評価用データファイル107
が保持するシステム評価用データは、システム評価用デ
ータファイル変更部112によって更新することができ
る。システム評価用データファイル変更部112は、ユ
ーザが指示した良いシステムモデルと悪いシステムモデ
ルを元に、それぞれに対応するプログラムソースコード
ファイル104から品質メトリクス値計測部105を用
いて、各システムのそれぞれに対するメトリックス値の
平均値を求め、その中で両者の平均値が統計的に有意に
差があると認められるメトリックス値のみを、システム
評価用データとしてシステム評価用データファイル10
7に設定する。
The system evaluation data file 107
The system evaluation data held by can be updated by the system evaluation data file changing unit 112. The system evaluation data file changing unit 112 uses the quality metric value measuring unit 105 from the corresponding program source code file 104 based on the good system model and the bad system model instructed by the user, for each system. An average value of the metric values is calculated, and only the metric values, which are statistically significantly different between the two, are used as the system evaluation data.
Set to 7.

【0012】またプログラム評価用データファイル10
9が保持するプログラム評価用データは、プログラム評
価用データファイル変更部113によって更新すること
ができる。ユーザは、プログラム評価用データファイル
変更部113を用いることで、情報収集部103が各端
末から集めトラブル情報ファイル114に格納したトラ
ブル情報を評価結果ファイル110が保持する各プログ
ラム毎の危険度と対応して確認しながら、プログラム評
価用データファイル109が保持する、プログラム評価
に用いるメトリックスの選択、メトリックスに対する危
険度や基準値、評価の観点に対する重み付けといったプ
ログラム評価用データについて、現状の設定を吟味し、
必要に応じてその設定を変更し、プログラム評価用デー
タファイル109の内容を更新できる。
The program evaluation data file 10
The program evaluation data held by 9 can be updated by the program evaluation data file changing unit 113. By using the program evaluation data file changing unit 113, the user handles the trouble information collected by the information collecting unit 103 from each terminal and stored in the trouble information file 114 with the degree of risk of each program held in the evaluation result file 110. While confirming, the current settings are examined for the program evaluation data held in the program evaluation data file 109, such as selection of metrics used for program evaluation, risk or reference value for metrics, and weighting from the viewpoint of evaluation. ,
If necessary, the setting can be changed and the contents of the program evaluation data file 109 can be updated.

【0013】またプログラムのメトリックスを用いたプ
ログラム品質管理支援技術に関する第2の従来例とし
て、特開平9−212387「プログラム開発支援装
置」にて示されている方法を図10を用いて説明する。
As a second conventional example relating to a program quality control support technique using program metrics, the method disclosed in Japanese Patent Laid-Open No. 9-212387 "Program Development Support Device" will be described with reference to FIG.

【0014】図10は同従来例のプログラム開発支援装
置を示す構成図であり、プログラム開発支援装置は、プ
ログラム記憶手段121、品質測定手段122、品質記
憶手段123、デバッグ順序判定手段124、デバッグ
手段125、判定情報記憶手段128、修正数検出手段
129から構成され、デバッグ手段125はプログラム
表示手段126及びプログラム修正手段127から構成
される。
FIG. 10 is a block diagram showing the conventional program development support apparatus. The program development support apparatus includes a program storage means 121, a quality measurement means 122, a quality storage means 123, a debug order determination means 124, and a debug means. 125, determination information storage means 128, and correction number detection means 129. Debugging means 125 includes program display means 126 and program correction means 127.

【0015】本従来例では、品質測定手段122はプロ
グラム記憶手段121の記憶するプログラムのソースコ
ードのそれぞれについてメトリックスを測定し、その値
を品質記憶手段123に保持させ、また判定情報記憶手
段128に出力する。デバッグ順序判定手段124は、
判定情報記憶手段128から得られる判定情報に基づ
き、品質記憶手段123が保持するソースコード毎のメ
トリックス値を用いて、各ソースコードに対し、デバッ
グの順序を定めるためのランク値を求める。デバッグ手
段125では、デバッグ順序判定手段124によって求
められたランク値に従って、その値の小さい順に順次プ
ログラム表示手段126がソースコードを表示し、ユー
ザはプログラム修正手段127によって該当ソースコー
ドに対し修正を行うことでデバッグ作業(不具合処置作
業)を行う。修正数検出手段129は、ソースコードの
デバッグ作業が終了すると、該当ソースコードの修正数
を検出し、判定情報記憶手段128に出力する。判定情
報記憶手段128は、修正数検出手段129から渡され
たソースコードの修正数と、品質測定手段122から渡
された同ソースコードに対する修正前のメトリックス値
と対応させ、判定情報として記録し蓄積する。
In this conventional example, the quality measuring means 122 measures metrics for each source code of the program stored in the program storing means 121, stores the value in the quality storing means 123, and stores it in the judgment information storing means 128. Output. The debug order determination means 124
Based on the judgment information obtained from the judgment information storage unit 128, the metric value for each source code held by the quality storage unit 123 is used to obtain the rank value for determining the debugging order for each source code. In the debug means 125, according to the rank value obtained by the debug order determination means 124, the program display means 126 sequentially displays the source code in ascending order of the rank value, and the user corrects the corresponding source code by the program correction means 127. By doing so, debug work (defect repair work) is performed. When the source code debugging work is completed, the modification number detection means 129 detects the modification number of the corresponding source code and outputs it to the determination information storage means 128. The judgment information storage means 128 associates the correction number of the source code passed from the correction number detection means 129 with the uncorrected metric value of the source code passed from the quality measuring means 122, and records and stores the judgment information. To do.

【0016】本従来例に係るプログラム開発支援装置
は、上記の動作をプログラムのデバッグ作業毎に行う。
これにより判定情報記憶手段128には、多数のソース
コードに関する、その修正前のメトリックス値と修正数
の対の情報(判定情報)が記録、蓄積される。この判定
情報を用いて、デバッグ順序判定手段124では、デバ
ッグの順序を定めるためのランク値を次のように求め
る。デバッグ順序判定手段124では、対象とするソー
スコードのメトリックス値を品質記憶手段123から求
め、判定情報記憶手段128の記憶する判定情報から、
そのメトリックス値が近似している判定情報を検索し、
対応する修正数(推定修正数)を求める。そして各ソー
スコードを、その推定修正数の降順に並べその順番をラ
ンク値とする。すなわち推定修正数がもっとも大きいプ
ログラムソースコードのランク値を1とし、順次推定修
正数が少なくなる順にランク値を上げる。
The program development support apparatus according to the conventional example performs the above-mentioned operation for each debugging operation of the program.
As a result, the judgment information storage unit 128 records and stores information (judgment information) on a large number of source codes as a pair of the uncorrected metric value and the correction number. Using this determination information, the debug order determination means 124 determines the rank value for determining the debug order as follows. In the debug order determination means 124, the metrics value of the target source code is obtained from the quality storage means 123, and from the determination information stored in the determination information storage means 128,
Search the judgment information that the metrics value is similar,
Obtain the corresponding correction number (estimated correction number). Then, the respective source codes are arranged in descending order of the estimated number of modifications, and the order is used as the rank value. That is, the rank value of the program source code having the largest estimated correction number is set to 1, and the rank value is increased in the order of decreasing estimated correction number.

【0017】[0017]

【発明が解決しようとする課題】上述したように、上記
第1の従来例では、システムの評価及びプログラムの評
価(危険度の算出)をメトリックスの値から自動的に行
えるようにしており、またシステムの評価のための判断
基準については、良いシステムモデルと悪いシステムモ
デルのそれぞれのメトリックス値を対比させることで、
システム評価に用いるメトリックスの選定及びメトリッ
クスの定量的な判断に用いるパラメータの設定を自動化
しており、これにより既存の問題点に対し、定量的な評
価と評価作業の自動化の実現といった改善を図ってい
る。しかしシステム評価基準を得るための良いシステム
モデル及び悪いシステムモデル自体は、ユーザが選定し
なければならなく、その根拠はあいまいであり、特に評
価対象システムに類似したシステムモデルが存在しない
場合、正しく判断できるモデルの選定が困難であるとい
う問題点がある。さらに個別のプログラムの評価(危険
度の算出)では、用いるメトリックス及びその基準の選
定はユーザが個別に判断、設定しなければならず、その
設定作業が煩雑であるとともに、その内容がユーザの経
験と勘にゆだねられているという点で、既存の問題点を
解決できていない。
As described above, in the first conventional example, system evaluation and program evaluation (calculation of risk) can be automatically performed from the value of metrics. Regarding the criteria for evaluating the system, by comparing the metrics values of the good system model and the bad system model,
We have automated the selection of metrics used for system evaluation and the setting of parameters used for quantitative judgment of metrics, and by doing so, we will attempt to improve existing problems by implementing quantitative evaluation and automation of evaluation work. There is. However, the good system model and the bad system model itself for obtaining the system evaluation standard must be selected by the user, and the basis is vague, and in particular, when there is no system model similar to the evaluation target system, the correct judgment is made. There is a problem that it is difficult to select a model that can be used. Furthermore, in the evaluation of individual programs (calculation of risk levels), the selection of metrics and their criteria must be individually determined and set by the user, and the setting work is complicated, and the contents are the experience of the user. I have been unable to solve the existing problems in that I am left with the intuition.

【0018】また上記第2の従来例では、デバッグの順
序といったかたちで、判定情報記憶手段128に記憶蓄
積された過去の修正作業の実績に基づき、自動的にプロ
グラムのメトリックス値に基づきプログラムの品質評価
を行うように動作するため、過去の修正作業の実績を根
拠にしてメトリックス値の評価を自動的に行うようにし
ており、判断の根拠のあいまいさを排除している。また
修正数を推定することによりプログラムのデバッグ作業
に対し作業量の目安を提示できるようにしている。しか
し本従来例では、用いるメトリックスの選定方法に対す
る明確な示唆はないため、メトリックスの選定がいまだ
ユーザの経験と勘にゆだねられているという点で、既存
の問題点を解決できていない。また本従来例では、メト
リックス値と修正数に高い相関関係が得られることを前
提としているが、例えば同じ機能を実現する不具合のな
いプログラムでも、求められる性能や稼動条件、あるい
は開発者の技術レベルによって、開発されたソースコー
ドのメトリックス値は容易に変動することを鑑みると、
逆にメトリックス値が類似したプログラムソースコード
でもその内部にある不具合の量、すなわち必要となる修
正数はかなり変動することが容易に推測できる。よって
本従来例では、メトリックス値と修正数に高い相関関係
が得られる「筋の良い」メトリックスをユーザが選定し
て用いなければ、推定された修正数に基づくランク値が
品質に対する正しい指針とはならず、逆に誤った品質評
価が下され作業効率が下がりかねないといった問題点が
ある。
In the second conventional example, the quality of the program is automatically based on the metric value of the program based on the past results of the correction work stored and accumulated in the determination information storage means 128 in the order of debugging. Since it operates so as to make an evaluation, the metrics values are automatically evaluated based on the results of past correction work, and the ambiguity of the basis of the judgment is eliminated. In addition, by estimating the number of modifications, it is possible to present a guideline for the amount of work for debugging the program. However, in this conventional example, since there is no clear suggestion on the method of selecting the metric to be used, the existing problem cannot be solved in that the metric selection is still left to the experience and intuition of the user. Further, in this conventional example, it is premised that a high correlation is obtained between the metric value and the number of corrections. Considering that the metric value of the developed source code easily fluctuates,
On the contrary, it can be easily inferred that the amount of defects in the program source code having similar metrics values, that is, the required number of modifications, varies considerably. Therefore, in this conventional example, the rank value based on the estimated number of corrections is not a correct guideline for quality unless the user selects and uses a “smart” metric that provides a high correlation between the metric value and the number of corrections. On the contrary, there is a problem that erroneous quality evaluation may be performed and work efficiency may decrease.

【0019】この発明は上記のような従来技術の持つ問
題点を解決するためになされたもので、プログラムソー
スコードの特性に依存したメトリックス値の変動の影響
を受けにくく、プログラム開発者の経験や勘に依存しな
い、簡素で安定したプログラムの品質評価を実現し、プ
ログラム開発者が実施する品質改善作業に対する適切な
示唆を提示することで、ソフトウェアの品質評価を容易
かつ迅速に安定して行え、ソフトウェアの品質向上対策
の実施効率を高め、プログラムの開発効率と品質を向上
させる、プログラム品質管理支援装置等を得ることを目
的とする。
The present invention has been made in order to solve the above-mentioned problems of the prior art, is not easily affected by the fluctuation of the metric value depending on the characteristics of the program source code, and the experience of the program developer and By realizing a simple and stable program quality evaluation that does not depend on intuition and presenting appropriate suggestions for the quality improvement work performed by the program developer, the software quality evaluation can be performed easily and quickly and stably. The objective is to obtain a program quality management support device, etc. that improves the efficiency of software quality improvement measures and improves the efficiency and quality of program development.

【0020】[0020]

【課題を解決するための手段】本発明に係るプログラム
品質管理支援装置は、プログラム開発においてプログラ
ムの品質を推定し、プログラムの品質管理を支援するプ
ログラム品質管理支援装置であって、プログラム開発に
おける初版のプログラムと少なくとも一つ以上の改訂版
のプログラムとを関連づけて改訂プログラム群とし、改
訂プログラム群ごとにプログラム改訂による複数の版の
プログラムを管理するプログラム管理手段と、前記プロ
グラム管理手段により管理されたいずれかの改訂プログ
ラム群のいずれかの改訂版のプログラムを品質推定対象
プログラムとして指定し、前記品質推定対象プログラム
と同じ改訂プログラム群に属し前記品質推定対象プログ
ラムよりも以前の版のプログラムを比較対象プログラム
として指定するプログラム指定手段と、前記品質推定対
象プログラム及び前記比較対象プログラムに関し、少な
くとも一種類以上のメトリックス測定項目のそれぞれに
対してメトリックス値を測定するメトリックス値測定手
段と、前記メトリックス値測定手段によるメトリックス
値の測定結果に基づき、前記品質推定対象プログラムの
品質を推定し、前記品質推定対象プログラムの品質推定
値を算出する品質推定手段と、前記品質推定手段により
算出された前記品質推定対象プログラムの品質推定値を
提示する品質推定値提示手段とを有することを特徴とす
る。
A program quality management support apparatus according to the present invention is a program quality management support apparatus that estimates the quality of a program in program development and supports quality management of the program, and is the first version in program development. And a program of at least one or more revisions are associated with each other to form a revision program group, and program management means for managing a plurality of versions of the program by the program revision for each revision program group and the program management means Designate any revised version program of any revised program group as a quality estimation target program, and compare programs of the same revision program group as the quality estimation target program and versions earlier than the quality estimation target program The program specified as a program With respect to the gram specifying means, the quality estimation target program and the comparison target program, a metric value measuring means for measuring a metric value for each of at least one or more kinds of metric measuring items, and a metric value measured by the metric value measuring means. Based on the measurement result, the quality estimation unit estimates the quality of the quality estimation target program, and a quality estimation unit that calculates the quality estimation value of the quality estimation target program, and the quality estimation value of the quality estimation target program calculated by the quality estimation unit. And a quality estimation value presenting means for presenting.

【0021】前記メトリックス値測定手段は、それぞれ
のメトリックス測定項目に対して、前記品質推定対象プ
ログラムのメトリックス値及び前記比較対象プログラム
のメトリックス値を測定し、前記品質推定手段は、前記
メトリックス値測定手段によるメトリックス値の測定結
果に基づき、それぞれのメトリックス測定項目について
前記品質推定対象プログラムのメトリックス値と前記比
較対象プログラムのメトリックス値との差異を判定し、
判定したそれぞれの差異に基づき、前記品質推定対象プ
ログラムの品質推定値を算出することを特徴とする。
The metric value measuring means measures the metric value of the quality estimation target program and the metric value of the comparison target program for each metric measurement item, and the quality estimating means measures the metric value measuring means. Based on the measurement result of the metric value according to, determines the difference between the metric value of the quality estimation target program and the metric value of the comparison target program for each metric measurement item
The quality estimation value of the quality estimation target program is calculated based on the determined differences.

【0022】前記プログラム品質管理支援装置は、更
に、前記品質推定対象プログラムと前記比較対象プログ
ラムとの間のプログラム内容の差異を抽出する差異抽出
手段を有し、前記メトリックス値測定手段は、前記差異
抽出手段により抽出された前記差異について、前記メト
リックス測定項目のそれぞれに対してメトリックス値を
測定し、前記品質推定手段は、前記メトリックス値測定
手段による測定結果に基づき、前記品質推定対象プログ
ラムの品質推定値を算出することを特徴とする。
The program quality management support apparatus further includes a difference extracting means for extracting a difference in program content between the quality estimation target program and the comparison target program, and the metric value measuring means is provided for the difference. With respect to the difference extracted by the extraction means, a metric value is measured for each of the metric measurement items, and the quality estimation means estimates the quality of the quality estimation target program based on the measurement result by the metric value measurement means. It is characterized by calculating a value.

【0023】本発明に係るプログラム品質管理支援装置
は、プログラム開発においてプログラムの品質を推定
し、プログラムの品質管理を支援するプログラム品質管
理支援装置であって、プログラム開発における初版のプ
ログラムと少なくとも一つ以上の改訂版のプログラムと
を関連づけて改訂プログラム群とし、改訂プログラム群
ごとにプログラム改訂による複数の版のプログラムを管
理するプログラム管理手段と、前記プログラム管理手段
により管理された前記改訂プログラム群ごとに複数の版
のプログラムのそれぞれに関し、少なくとも一種類以上
のメトリックス測定項目のそれぞれに対してメトリック
ス値を測定するメトリックス値測定手段と、前記メトリ
ックス値測定手段によるメトリックス値の測定結果を前
記改訂プログラム群ごとに記憶するメトリックス値測定
結果記憶手段と、前記プログラム管理手段により管理さ
れたいずれかの改訂プログラム群のいずれかの改訂版の
プログラムを品質推定対象プログラムとして指定し、前
記品質推定対象プログラムと同じ改訂プログラム群に属
し前記品質推定対象プログラムよりも以前の版のプログ
ラムを比較対象プログラムとして指定するプログラム指
定手段と、前記メトリックス値測定結果記憶手段より、
前記品質推定対象プログラムと前記比較対象プログラム
とに関するメトリックス値の測定結果とを取得し、取得
したメトリックス値の測定結果に基づき前記品質推定対
象プログラムの品質を推定し、前記品質推定対象プログ
ラムの品質推定値を算出する品質推定手段と、前記品質
推定手段により算出された前記品質推定対象プログラム
の品質推定値を提示する品質推定値提示手段とを有する
ことを特徴とする。
A program quality management support apparatus according to the present invention is a program quality management support apparatus for estimating the quality of a program in program development and supporting the quality management of the program, and at least one of the first version of the program in the program development. A program management unit that manages a plurality of program versions by program revision for each revised program group by associating the revised program programs with each other, and for each revised program group managed by the program management unit. With respect to each of a plurality of versions of programs, a metric value measuring means for measuring a metric value for each of at least one or more types of metric measuring items, and a metric value measurement result by the metric value measuring means are provided in the revised program group. And a metric value measurement result storage means to be stored in and a revised version program of any revised program group managed by the program management means, which is designated as the quality estimation target program, and is the same as the quality estimation target program. From the metric value measurement result storage means, a program designating unit that belongs to a revised program group and designates a program of a version earlier than the quality estimation target program as a comparison target program,
Acquiring a measurement result of a metric value regarding the quality estimation target program and the comparison target program, estimating the quality of the quality estimation target program based on the obtained measurement result of the metric value, and estimating the quality of the quality estimation target program It is characterized by comprising a quality estimating means for calculating a value and a quality estimated value presenting means for presenting a quality estimated value of the quality estimation target program calculated by the quality estimating means.

【0024】前記メトリックス値測定手段は、前記改訂
プログラム群ごとに複数の版のプログラムのそれぞれに
ついて、それぞれのメトリックス測定項目に対するメト
リックス値を測定し、前記メトリックス値測定結果記憶
手段は、前記改訂プログラム群ごとに、複数の版のプロ
グラムのそれぞれについてのメトリックス値の測定結果
を記憶し、前記品質推定手段は、前記メトリックス値測
定結果記憶手段より、前記品質推定対象プログラムにつ
いてのメトリックス値の測定結果と前記比較対象プログ
ラムについてのメトリックス値の測定結果とを取得し、
それぞれのメトリックス測定項目について前記品質推定
対象プログラムのメトリックス値と前記比較対象プログ
ラムのメトリックス値との差異を判定し、判定したそれ
ぞれのメトリックス値の差異に基づき前記品質推定対象
プログラムの品質推定値を算出することを特徴とする。
The metric value measuring means measures the metric value for each metric measurement item for each of a plurality of editions of the revised program group, and the metric value measurement result storage means is for the revised program group. For each of the plurality of versions of the program, stores the measurement result of the metric value, the quality estimating means, from the metric value measurement result storage means, the measurement result of the metric value for the quality estimation target program and the Get the measurement result of the metric value for the compared program,
The difference between the metric value of the quality estimation target program and the metric value of the comparison target program is determined for each metric measurement item, and the quality estimated value of the quality estimation target program is calculated based on the determined difference in each metric value. It is characterized by doing.

【0025】前記プログラム品質管理支援装置は、更
に、前記プログラム管理手段により管理されたそれぞれ
のプログラムについて、同じ改訂プログラム群の他の版
のプログラムのそれぞれとの間のプログラム内容の差異
を抽出する差異抽出手段を有し、前記メトリックス値測
定手段は、前記差異抽出手段によりプログラムごとに抽
出された同じ改訂プログラム群の他の版のプログラムの
それぞれとの差異について、前記メトリックス測定項目
のそれぞれに対してメトリックス値を測定し、前記メト
リックス値測定結果記憶手段は、前記改訂プログラム群
ごとに、複数の版のプログラムのそれぞれについて、そ
れぞれの差異についてのメトリックス値の測定結果を記
憶し、前記品質推定手段は、前記メトリックス値測定結
果記憶手段より、前記品質推定対象プログラムと前記比
較対象プログラムとの差異についてのメトリックス値の
測定結果を取得し、取得したメトリックス値の測定結果
に基づき前記品質推定対象プログラムの品質推定値を算
出することを特徴とする。
The program quality control support device further extracts, for each program managed by the program management means, a difference in program content between each of the programs of other versions of the same revised program group. The metric value measuring means has an extracting means, and with respect to each of the metric measuring items, the difference from each of the other versions of the same revised program group extracted for each program by the difference extracting means. The metric value is measured, and the metric value measurement result storage means stores the metric value measurement result for each difference for each of a plurality of edition programs for each of the revised program groups, and the quality estimation means From the metric value measurement result storage means, Get the measurement results of the metrics values for the difference between the quality estimation target program and the comparative program, and calculates a quality estimate of the quality estimation target program on the basis of the measurement result of the obtained metrics values.

【0026】前記品質推定値提示手段は、前記品質推定
対象プログラムの品質推定値に基づき前記品質推定対象
プログラムの品質改善作業に対するガイドを提示するこ
とを特徴とする。
The quality estimation value presenting means presents a guide for the quality improvement work of the quality estimation target program based on the quality estimation value of the quality estimation target program.

【0027】前記プログラム指定手段は、複数の比較対
象プログラムを指定し、前記品質推定手段は、前記複数
の比較対象プログラムのそれぞれに対応する前記品質推
定対象プログラムの品質推定値を算出し、前記品質推定
値提示手段は、前記品質推定対象プログラムのそれぞれ
の品質推定値に基づき、前記品質推定対象プログラムの
品質改善作業に対するガイドを提示することを特徴とす
る。
The program designating means designates a plurality of comparison target programs, and the quality estimating means calculates a quality estimation value of the quality estimation target program corresponding to each of the plurality of comparison target programs to calculate the quality. The estimated value presenting means presents a guide for the quality improvement work of the quality estimation target program, based on each quality estimation value of the quality estimation target program.

【0028】前記プログラム指定手段は、前記品質推定
対象プログラムとして、いずれかの改訂プログラム群の
最新の版のプログラムを指定し、前記品質推定値は、前
記最新の版のプログラムの品質推定値を算出することを
特徴とする。
The program designating means designates, as the quality estimation target program, a latest version of the program of any of the revised programs, and the quality estimation value calculates a quality estimation value of the latest version of the program. It is characterized by doing.

【0029】前記プログラム指定手段は、前記品質推定
対象プログラムとして、前記最新の版のプログラムと同
じ改訂プログラム群に属し、前記最新の版のプログラム
以外の他のプログラムを指定し、前記品質推定手段は、
前記他のプログラムの品質推定値を算出し、前記品質推
定値提示手段は、前記最新の版のプログラムの品質推定
値と前記他のプログラムの品質推定値とを比較し、比較
結果に基づき前記最新の版のプログラムの品質改善作業
に対するガイドを提示することを特徴とする。
The program specifying means specifies, as the quality estimation target program, a program other than the latest version of the program that belongs to the same revised program group as the latest version of the program, and the quality estimating means ,
Calculating a quality estimation value of the other program, the quality estimation value presenting means compares the quality estimation value of the latest version of the program with the quality estimation value of the other program, and based on the result of the comparison, the latest version. It is characterized by presenting a guide to the quality improvement work of the version of the program.

【0030】前記品質推定手段は、前記プログラム指定
手段より前記最新の版のプログラムが前記品質推定対象
プログラムとして指定された場合に、前記最新の版のプ
ログラムに発生する不具合に関する推定値を少なくとも
一つ以上算出し、前記品質推定値提示手段は、前記品質
推定値により算出された前記不具合に関する推定値のそ
れぞれを提示することを特徴とする。
The quality estimating means, when the latest version of the program is designated by the program designating means as the quality estimation target program, at least one estimated value relating to a defect occurring in the latest version of the program. It is characterized in that the above-described quality estimation value presenting means presents each of the estimation values relating to the defect calculated by the quality estimation value.

【0031】前記プログラム品質管理支援装置は、更
に、前記品質推定手段による品質推定値の算出手順を示
した品質推定値算出ルールを少なくとも一つ以上記憶す
る品質推定値算出ルール記憶手段を有し、前記品質推定
手段は、前記品質推定値算出ルール記憶手段に記憶され
たいずれかの品質推定値算出ルールに従って前記品質推
定対象プログラムの品質推定値を算出することを特徴と
する。
The program quality management support device further includes quality estimation value calculation rule storage means for storing at least one quality estimation value calculation rule indicating a quality estimation value calculation procedure by the quality estimation means, The quality estimation means calculates the quality estimation value of the quality estimation target program according to one of the quality estimation value calculation rules stored in the quality estimation value calculation rule storage means.

【0032】前記品質推定値算出ルール記憶手段は、そ
れぞれのメトリックス測定項目に対応するパラメータが
含まれたパラメータ品質推定値算出ルールを記憶し、前
記品質推定手段は、前記メトリックス値測定手段に対し
て、特定の改訂プログラム群の複数の版のプログラムの
それぞれについてそれぞれのメトリックス測定項目に対
するメトリックス値を測定するよう指示し、前記メトリ
ックス値測定手段は、前記品質推定手段からの指示に基
づき、前記特定の改訂プログラム群の複数の版のプログ
ラムのそれぞれについてそれぞれのメトリックス測定項
目に対するメトリックス値を測定し、前記品質推定手段
は、前記メトリックス値測定手段による測定結果に基づ
き、前記パラメータ品質推定値算出ルールのそれぞれの
パラメータに対する数値を決定することを特徴とする。
The quality estimation value calculation rule storage means stores a parameter quality estimation value calculation rule including parameters corresponding to respective metric measurement items, and the quality estimation means stores the parameter quality estimation value calculation rule in relation to the metrics value measurement means. , Instructing each of a plurality of versions of programs of a specific revision program group to measure a metric value for each metric measurement item, and the metric value measuring means, based on an instruction from the quality estimating means, The metrics value for each metric measurement item is measured for each of a plurality of versions of the revised program group, and the quality estimating unit determines each of the parameter quality estimation value calculation rules based on the measurement result by the metric value measuring unit. To the parameters of And determining the numerical values.

【0033】前記品質推定手段は、前記メトリックス値
測定手段による測定結果を用いて回帰分析を行い、メト
リックス測定項目ごとに回帰係数を算出し、算出したそ
れぞれの回帰係数に基づき前記パラメータ品質推定値算
出ルールのそれぞれのパラメータに対する数値を決定す
ることを特徴とする。
The quality estimating means performs a regression analysis using the measurement result by the metric value measuring means, calculates a regression coefficient for each metric measurement item, and calculates the parameter quality estimated value based on each calculated regression coefficient. It is characterized by determining a numerical value for each parameter of the rule.

【0034】前記品質推定手段は、所定のタイミング
で、いずれかのプログラムの品質推定値を算出し、算出
した前記品質推定値の推定精度を分析し、前記推定精度
が所定の許容範囲を超える場合に、前記パラメータ品質
推定値算出ルールのそれぞれのパラメータに対する数値
を設定することを特徴とする。
When the quality estimation means calculates a quality estimation value of one of the programs at a predetermined timing and analyzes the estimation accuracy of the calculated quality estimation value, the estimation accuracy exceeds a predetermined allowable range. In addition, numerical values for respective parameters of the parameter quality estimation value calculation rule are set.

【0035】前記品質推定値算出ルール記憶手段は、複
数の品質推定値算出ルールを記憶し、前記品質推定手段
は、前記複数の品質推定値算出ルールのうち少なくとも
二つ以上の品質推定値算出ルールを選択品質推定値算出
ルールとして選択し、いずれかのプログラムについて前
記選択品質推定値算出ルールのそれぞれに対応する品質
推定値を算出し、算出したそれぞれの品質推定値につい
て推定精度を分析し、分析結果に基づき前記選択品質推
定値算出ルールの中から特定の品質推定値算出ルールを
指定品質推定値算出ルールとして指定し、前記指定品質
推定値算出ルールに従って前記品質推定対象プログラム
の品質推定値を算出することを特徴とする。
The quality estimation value calculation rule storage means stores a plurality of quality estimation value calculation rules, and the quality estimation means stores at least two or more quality estimation value calculation rules among the plurality of quality estimation value calculation rules. Is selected as a selection quality estimation value calculation rule, a quality estimation value corresponding to each of the selection quality estimation value calculation rules is calculated for one of the programs, and the estimation accuracy is analyzed and analyzed for each calculated quality estimation value. Based on the result, a specific quality estimation value calculation rule is designated from the selected quality estimation value calculation rules as a designated quality estimation value calculation rule, and the quality estimation value of the quality estimation target program is calculated according to the designated quality estimation value calculation rule. It is characterized by doing.

【0036】前記複数の品質推定値算出ルールのそれぞ
れは、それぞれのメトリックス測定項目に対応するパラ
メータを含み、前記品質推定手段は、前記選択品質推定
値算出ルールの選択に先立ち、前記メトリックス値測定
手段に対して、特定の改訂プログラム群の複数の版のプ
ログラムのそれぞれについてそれぞれのメトリックス測
定項目に対するメトリックス値を測定するよう指示し、
前記メトリックス値測定手段は、前記品質推定手段から
の指示に基づき、前記特定の改訂プログラム群の複数の
版のプログラムのそれぞれについてそれぞれのメトリッ
クス測定項目に対するメトリックス値を測定し、前記品
質推定手段は、前記メトリックス値測定手段による測定
結果に基づき、それぞれのパラメータに対する数値を決
定し、決定したそれぞれのパラメータに対する数値を用
いて前記選択品質推定値算出ルールのそれぞれに対応す
る品質推定値を算出することを特徴とする。
Each of the plurality of quality estimation value calculation rules includes a parameter corresponding to each metric measurement item, and the quality estimation means, prior to the selection of the selected quality estimation value calculation rule, the metric value measurement means. Instructing each of the multiple editions of a particular revision program group to measure the metric value for each metric measurement item,
The metric value measuring means measures a metric value for each metric measurement item for each of a plurality of versions of the program of the specific revised program group based on an instruction from the quality estimating means, and the quality estimating means, Based on the measurement result by the metrics value measuring means, determine the numerical value for each parameter, and calculate the quality estimation value corresponding to each of the selected quality estimation value calculation rule by using the determined numerical value for each parameter. Characterize.

【0037】前記品質推定手段は、前記メトリックス値
測定手段による測定結果を用いて複数種類の回帰分析を
行い、メトリックス測定項目ごとに複数の回帰係数を算
出し、算出したそれぞれの回帰係数について精度の分析
を行い、分析結果に基づきメトリックス測定項目のそれ
ぞれに対して複数の回帰係数の中から特定の回帰係数を
選択し、メトリックス測定項目のそれぞれに対して選択
した回帰係数を用いてそれぞれのパラメータに対する数
値を決定することを特徴とする。
The quality estimating means performs a plurality of types of regression analysis using the measurement results by the metric value measuring means, calculates a plurality of regression coefficients for each metric measurement item, and calculates the accuracy of each calculated regression coefficient. Perform an analysis, select a specific regression coefficient from multiple regression coefficients for each metric measurement item based on the analysis result, and use the selected regression coefficient for each metric measurement item for each parameter. It is characterized by determining a numerical value.

【0038】前記プログラム管理手段は、改訂版のプロ
グラムのプログラム改訂原因を示す改訂原因情報を改訂
プログラム群ごとに管理し、前記プログラム指定手段
は、前記改訂原因情報に基づき、前記品質推定対象プロ
グラムと同じ改訂原因の改訂版のプログラムを前記比較
対象プログラムとして指定し、前記品質推定値算出ルー
ル記憶手段は、プログラム改訂原因ごとに品質推定値算
出ルールを分類して複数の品質推定値算出ルールを記憶
し、前記品質推定手段は、前記品質推定対象プログラム
のプログラム改訂原因に対応する品質推定値算出ルール
に従って前記品質推定対象プログラムの品質推定値を算
出することを特徴とする。
The program management means manages the revision cause information indicating the program revision cause of the revised version program for each revision program group, and the program designating means determines the quality estimation target program based on the revision cause information. A revised program with the same revision cause is designated as the program to be compared, and the quality estimation value calculation rule storage means classifies the quality estimation value calculation rules for each program revision cause and stores a plurality of quality estimation value calculation rules. Then, the quality estimating means calculates the quality estimation value of the quality estimation target program according to a quality estimation value calculation rule corresponding to a program revision cause of the quality estimation target program.

【0039】前記プログラム管理手段は、複数の改訂プ
ログラム群を管理し、前記品質推定手段は、前記複数の
改訂プログラム群の複数の版のプログラムをそれぞれ複
数のグループに分類し、前記品質推定対象プログラムと
同じグループに分類された同グループプログラムのいず
れかについて前記選択品質推定値算出ルールのそれぞれ
に対応する品質推定値を算出し、算出したそれぞれの品
質推定値について推定精度を分析し、分析結果に基づき
前記選択品質推定値算出ルールの中から前記指定品質推
定値算出ルールを指定することを特徴とする。
The program managing means manages a plurality of revised program groups, and the quality estimating means classifies programs of a plurality of versions of the plurality of revised program groups into a plurality of groups, respectively, and the quality estimation target program. The quality estimation value corresponding to each of the selection quality estimation value calculation rules is calculated for any of the programs in the same group that are classified into the same group, and the estimation accuracy is analyzed for each of the calculated quality estimation values. Based on the selection quality estimation value calculation rule, the designated quality estimation value calculation rule is designated.

【0040】前記品質推定手段は、前記複数の改訂プロ
グラム群の複数の版のプログラムをそれぞれ複数のグル
ープに分類することなく、いずれかのプログラムについ
て特定の品質推定値算出ルールを指定して第一の品質推
定値算出ルールとするとともに、前記複数の改訂プログ
ラム群の複数の版のプログラムをそれぞれ複数のグルー
プに分類し、前記品質推定対象プログラムと同じグルー
プに分類された同グループプログラムのいずれかについ
て特定の品質推定値算出ルールを指定して第二の品質推
定値算出ルールとし、前記第一の品質推定値算出ルール
と前記第二の品質推定ルールとを比較し、前記品質推定
値提示手段は、前記品質推定手段による比較結果に基づ
き、前記品質推定対象プログラムの品質改善作業に対す
るガイドを提示することを特徴とする。
The quality estimating means specifies a specific quality estimation value calculation rule for one of the programs without classifying the programs of the plurality of editions of the plurality of revised program groups into a plurality of groups. In addition to the quality estimation value calculation rule, the plurality of revision programs of the plurality of revised program groups are classified into a plurality of groups, respectively, and any one of the group programs classified into the same group as the quality estimation target program is classified. As a second quality estimation value calculation rule by designating a specific quality estimation value calculation rule, the first quality estimation value calculation rule and the second quality estimation value rule are compared, and the quality estimation value presenting means is Presenting a guide to the quality improvement work of the quality estimation target program based on the comparison result by the quality estimation means It is characterized in.

【0041】本発明に係るプログラム品質管理支援装置
は、プログラム開発においてプログラムの品質を推定
し、プログラムの品質管理を支援するプログラム品質管
理支援装置であって、複数のプログラムを管理するプロ
グラム管理手段と、前記プログラム管理手段により管理
された前記複数のプログラムの中から特定のプログラム
を品質推定対象プログラムとして指定し、前記品質推定
対象プログラム以外の他のプログラムの中から少なくと
も二つ以上のプログラムを比較対象プログラムとして指
定するプログラム指定手段と、前記品質推定対象プログ
ラム及び前記比較対象プログラムのそれぞれについて、
少なくとも一種類以上のメトリックス測定項目のそれぞ
れに対してメトリックス値を測定するメトリックス値測
定手段と、それぞれのメトリックス測定項目に対応する
座標軸から構成される品質評価座標を有し、前記メトリ
ックス値測定手段による測定結果に基づき前記品質推定
対象プログラム及び前記比較対象プログラムのそれぞれ
について前記品質評価座標内の座標位置を特定し、特定
したそれぞれの座標位置に基づき幾何学演算を行い、前
記幾何学演算の結果に基づき前記品質推定対象プログラ
ムの品質を推定し、前記品質推定対象プログラムの品質
推定値を算出する品質推定手段と、前記品質推定手段に
より算出された前記品質推定対象プログラムの品質推定
値を提示する品質推定値提示手段とを有することを特徴
とする。
A program quality management support apparatus according to the present invention is a program quality management support apparatus which estimates the quality of a program in program development and supports the quality management of the program, and a program management means for managing a plurality of programs. , A specific program is designated as a quality estimation target program from the plurality of programs managed by the program management means, and at least two or more programs are compared from other programs other than the quality estimation target program. Program specifying means for specifying as a program, each of the quality estimation target program and the comparison target program,
A metric value measuring unit for measuring a metric value for each of at least one or more metric measuring items, and a quality evaluation coordinate composed of coordinate axes corresponding to each metric measuring item. The coordinate position in the quality evaluation coordinates is specified for each of the quality estimation target program and the comparison target program based on the measurement result, and the geometric operation is performed based on each specified coordinate position. A quality estimation unit that estimates the quality of the quality estimation target program based on the quality estimation unit and a quality estimation unit that calculates the quality estimation value of the quality estimation target program; and a quality that presents the quality estimation value of the quality estimation target program calculated by the quality estimation unit. And an estimated value presenting means.

【0042】前記品質推定手段は、前記比較対象プログ
ラムの座標位置の分布状況に基づき前記比較対象プログ
ラムの座標位置のそれぞれを少なくとも一つ以上の座標
位置グループに分類し、それぞれの座標位置グループに
ついてそれぞれの座標位置グループ内の特定の座標位置
を比較対象座標位置として決定し、前記品質推定対象プ
ログラムの座標位置とそれぞれの比較対象座標位置とに
基づき幾何学演算を行い、前記幾何学演算の結果に基づ
き前記品質推定対象プログラムの品質推定値を算出する
ことを特徴とする。
The quality estimating means classifies each of the coordinate positions of the program to be compared into at least one coordinate position group based on the distribution of the coordinate positions of the program to be compared, and for each coordinate position group. A specific coordinate position in the coordinate position group is determined as a comparison target coordinate position, a geometric calculation is performed based on the coordinate position of the quality estimation target program and each comparison target coordinate position, and the result of the geometric calculation is determined. A quality estimation value of the quality estimation target program is calculated based on the above.

【0043】本発明に係るプログラム品質管理支援方法
は、プログラム開発においてプログラムの品質を推定
し、プログラムの品質管理を支援するプログラム品質管
理支援方法であって、プログラム開発における初版のプ
ログラムと少なくとも一つ以上の改訂版のプログラムと
を関連づけて改訂プログラム群とし、改訂プログラム群
ごとにプログラム改訂による複数の版のプログラムを管
理するプログラム管理ステップと、前記プログラム管理
ステップにより管理されたいずれかの改訂プログラム群
のいずれかの改訂版のプログラムを品質推定対象プログ
ラムとして指定し、前記品質推定対象プログラムと同じ
改訂プログラム群に属し前記品質推定対象プログラムよ
りも以前の版のプログラムを比較対象プログラムとして
指定するプログラム指定ステップと、前記品質推定対象
プログラム及び前記比較対象プログラムに関し、少なく
とも一種類以上のメトリックス測定項目のそれぞれに対
してメトリックス値を測定するメトリックス値測定ステ
ップと、前記メトリックス値測定ステップによるメトリ
ックス値の測定結果に基づき、前記品質推定対象プログ
ラムの品質を推定し、前記品質推定対象プログラムの品
質推定値を算出する品質推定ステップと、前記品質推定
ステップにより算出された前記品質推定対象プログラム
の品質推定値を提示する品質推定値提示ステップとを有
することを特徴とする。
A program quality management support method according to the present invention is a program quality management support method for estimating the quality of a program in program development and supporting the quality management of the program, and at least one of the first version of the program in the program development. A program management step of managing a plurality of versions of programs by program revision for each program revision group by associating with the program of the above revised editions, and any program revision group managed by the program management step A program that specifies any of the revised programs as a quality estimation target program, and that designates a program of a version earlier than the quality estimation target program as a comparison target program that belongs to the same revised program group as the quality estimation target program. A measuring step, a metric value measuring step of measuring a metric value for each of at least one or more metric measuring items in the quality estimation target program and the comparison target program, and measuring the metric value by the metric value measuring step. Based on the result, a quality estimation step of estimating the quality of the quality estimation target program and calculating a quality estimation value of the quality estimation target program, and a quality estimation value of the quality estimation target program calculated by the quality estimation step. And a quality estimation value presenting step of presenting.

【0044】前記メトリックス値測定ステップは、それ
ぞれのメトリックス測定項目に対して、前記品質推定対
象プログラムのメトリックス値及び前記比較対象プログ
ラムのメトリックス値を測定し、前記品質推定ステップ
は、前記メトリックス値測定ステップによるメトリック
ス値の測定結果に基づき、それぞれのメトリックス測定
項目について前記品質推定対象プログラムのメトリック
ス値と前記比較対象プログラムのメトリックス値との差
異を判定し、判定したそれぞれの差異に基づき、前記品
質推定対象プログラムの品質推定値を算出することを特
徴とする。
In the metric value measuring step, the metric value of the quality estimation target program and the metric value of the comparison target program are measured for each metric measurement item, and the quality estimating step is performed in the metric value measuring step. Based on the measurement result of the metric value according to, the difference between the metric value of the quality estimation target program and the metric value of the comparison target program for each metric measurement item is determined, and the quality estimation target The feature is that a quality estimation value of the program is calculated.

【0045】前記プログラム品質管理支援方法は、更
に、前記品質推定対象プログラムと前記比較対象プログ
ラムとの間のプログラム内容の差異を抽出する差異抽出
ステップを有し、前記メトリックス値測定ステップは、
前記差異抽出ステップにより抽出された前記差異につい
て、前記メトリックス測定項目のそれぞれに対してメト
リックス値を測定し、前記品質推定ステップは、前記メ
トリックス値測定ステップによる測定結果に基づき、前
記品質推定対象プログラムの品質推定値を算出すること
を特徴とする。
The program quality management support method further includes a difference extraction step of extracting a difference in program content between the quality estimation target program and the comparison target program, and the metric value measuring step comprises:
With respect to the difference extracted by the difference extracting step, a metric value is measured for each of the metric measurement items, and the quality estimating step is based on the measurement result by the metric value measuring step. The feature is that a quality estimation value is calculated.

【0046】本発明に係るプログラム品質管理支援方法
は、プログラム開発においてプログラムの品質を推定
し、プログラムの品質管理を支援するプログラム品質管
理支援方法であって、プログラム開発における初版のプ
ログラムと少なくとも一つ以上の改訂版のプログラムと
を関連づけて改訂プログラム群とし、改訂プログラム群
ごとにプログラム改訂による複数の版のプログラムを管
理するプログラム管理ステップと、前記プログラム管理
ステップにより管理された前記改訂プログラム群ごとに
複数の版のプログラムのそれぞれに関し、少なくとも一
種類以上のメトリックス測定項目のそれぞれに対してメ
トリックス値を測定するメトリックス値測定ステップ
と、前記メトリックス値測定ステップによるメトリック
ス値の測定結果を前記改訂プログラム群ごとに記憶する
メトリックス値測定結果記憶ステップと、前記プログラ
ム管理ステップにより管理されたいずれかの改訂プログ
ラム群のいずれかの改訂版のプログラムを品質推定対象
プログラムとして指定し、前記品質推定対象プログラム
と同じ改訂プログラム群に属し前記品質推定対象プログ
ラムよりも以前の版のプログラムを比較対象プログラム
として指定するプログラム指定ステップと、前記メトリ
ックス値測定結果記憶ステップより、前記品質推定対象
プログラムと前記比較対象プログラムとに関するメトリ
ックス値の測定結果とを取得し、取得したメトリックス
値の測定結果に基づき前記品質推定対象プログラムの品
質を推定し、前記品質推定対象プログラムの品質推定値
を算出する品質推定ステップと、前記品質推定ステップ
により算出された前記品質推定対象プログラムの品質推
定値を提示する品質推定値提示ステップとを有すること
を特徴とする。
A program quality management support method according to the present invention is a program quality management support method for estimating the quality of a program in program development and supporting the quality management of the program, and at least one of the first version of the program in the program development. A program management step of managing a plurality of program revisions for each program revision group by associating the revised program with the program revisions described above, and for each program revision group managed by the program management step For each of a plurality of versions of the program, a metric value measuring step for measuring a metric value for each of at least one or more metric measuring items, and a metric value measuring result by the metric value measuring step A metric value measurement result storing step for storing each correction program group and a revised version program of any revised program group managed by the program management step are designated as a quality estimation target program, and the quality estimation target From the program specification step of designating a program of a version earlier than the quality estimation target program belonging to the same revised program group as the program as the comparison target program, and the metric value measurement result storing step, the quality estimation target program and the comparison target Acquiring the measurement result of the metrics value related to the program, estimating the quality of the quality estimation target program based on the measurement result of the acquired metrics value, a quality estimation step of calculating a quality estimation value of the quality estimation target program, The item And having a quality estimate presenting step of presenting a quality estimate of the quality estimation target program calculated by the estimating step.

【0047】前記メトリックス値測定ステップは、前記
改訂プログラム群ごとに複数の版のプログラムのそれぞ
れについて、それぞれのメトリックス測定項目に対する
メトリックス値を測定し、前記メトリックス値測定結果
記憶ステップは、前記改訂プログラム群ごとに、複数の
版のプログラムのそれぞれについてのメトリックス値の
測定結果を記憶し、前記品質推定ステップは、前記メト
リックス値測定結果記憶ステップより、前記品質推定対
象プログラムについてのメトリックス値の測定結果と前
記比較対象プログラムについてのメトリックス値の測定
結果とを取得し、それぞれのメトリックス測定項目につ
いて前記品質推定対象プログラムのメトリックス値と前
記比較対象プログラムのメトリックス値との差異を判定
し、判定したそれぞれのメトリックス値の差異に基づき
前記品質推定対象プログラムの品質推定値を算出するこ
とを特徴とする。
In the metric value measuring step, the metric value for each metric measurement item is measured for each of a plurality of editions of the revised program group, and the metric value measurement result storing step is performed in the revised program group. For each, storing the measurement results of the metrics value for each of the plurality of versions of the program, the quality estimation step, from the metrics value measurement result storage step, the measurement result of the metrics value for the quality estimation target program and the The measurement result of the metric value for the comparison target program is acquired, and the difference between the metric value of the quality estimation target program and the metric value of the comparison target program is determined for each metric measurement item, and the determined And calculating the quality estimate of the quality estimation target program based on Les difference metrics values.

【0048】前記プログラム品質管理支援方法は、更
に、前記プログラム管理ステップにより管理されたそれ
ぞれのプログラムについて、同じ改訂プログラム群の他
の版のプログラムのそれぞれとの間のプログラム内容の
差異を抽出する差異抽出ステップを有し、前記メトリッ
クス値測定ステップは、前記差異抽出ステップによりプ
ログラムごとに抽出された同じ改訂プログラム群の他の
版のプログラムのそれぞれとの差異について、前記メト
リックス測定項目のそれぞれに対してメトリックス値を
測定し、前記メトリックス値測定結果記憶ステップは、
前記改訂プログラム群ごとに、複数の版のプログラムの
それぞれについて、それぞれの差異についてのメトリッ
クス値の測定結果を記憶し、前記品質推定ステップは、
前記メトリックス値測定結果記憶ステップより、前記品
質推定対象プログラムと前記比較対象プログラムとの差
異についてのメトリックス値の測定結果を取得し、取得
したメトリックス値の測定結果に基づき前記品質推定対
象プログラムの品質推定値を算出することを特徴とす
る。
The program quality control support method further includes a difference for extracting a difference in program content between each of the programs managed by the program management step and each of the other versions of the same revised program group. An extraction step, wherein the metric value measurement step is performed for each of the metric measurement items regarding a difference from each of the other versions of the same revised program group extracted for each program by the difference extraction step. Measuring a metric value and storing the metric value measurement result,
For each of the revised program groups, for each of a plurality of editions of the program, the measurement result of the metric value for each difference is stored, and the quality estimation step comprises:
From the metric value measurement result storing step, a metric value measurement result regarding a difference between the quality estimation target program and the comparison target program is acquired, and quality estimation of the quality estimation target program is performed based on the acquired metric value measurement result. It is characterized by calculating a value.

【0049】本発明に係るプログラム品質管理支援方法
は、プログラム開発においてプログラムの品質を推定
し、プログラムの品質管理を支援するプログラム品質管
理支援方法であって、複数のプログラムを管理するプロ
グラム管理ステップと、前記プログラム管理ステップに
より管理された前記複数のプログラムの中から特定のプ
ログラムを品質推定対象プログラムとして指定し、前記
品質推定対象プログラム以外の他のプログラムの中から
少なくとも二つ以上のプログラムを比較対象プログラム
として指定するプログラム指定ステップと、前記品質推
定対象プログラム及び前記比較対象プログラムのそれぞ
れについて、少なくとも一種類以上のメトリックス測定
項目のそれぞれに対してメトリックス値を測定するメト
リックス値測定ステップと、それぞれのメトリックス測
定項目に対応する座標軸から構成される品質評価座標を
有し、前記メトリックス値測定ステップによる測定結果
に基づき前記品質推定対象プログラム及び前記比較対象
プログラムのそれぞれについて前記品質評価座標内の座
標位置を特定し、特定したそれぞれの座標位置に基づき
幾何学演算を行い、前記幾何学演算の結果に基づき前記
品質推定対象プログラムの品質を推定し、前記品質推定
対象プログラムの品質推定値を算出する品質推定ステッ
プと、前記品質推定ステップにより算出された前記品質
推定対象プログラムの品質推定値を提示する品質推定値
提示ステップとを有することを特徴とする。
A program quality management support method according to the present invention is a program quality management support method for estimating the quality of a program in the program development and supporting the quality management of the program, including a program management step for managing a plurality of programs. , A specific program is designated as a quality estimation target program from the plurality of programs managed by the program management step, and at least two or more programs are compared from other programs other than the quality estimation target program. For the program specifying step to be specified as a program, and for each of the quality estimation target program and the comparison target program, a metric value measurement step for measuring a metric value for each of at least one or more types of metric measurement items. And quality evaluation coordinates composed of coordinate axes corresponding to respective metrics measurement items, and the quality evaluation coordinates for each of the quality estimation target program and the comparison target program based on the measurement result by the metric value measuring step. Identify the coordinate position in the, and perform a geometric operation based on each identified coordinate position, and estimate the quality of the quality estimation target program based on the result of the geometric operation, the quality estimation value of the quality estimation target program And a quality estimation value presentation step of presenting a quality estimation value of the quality estimation target program calculated by the quality estimation step.

【0050】本発明に係るプログラム品質管理支援方法
をコンピュータに実行させるためのプログラムを記録し
たコンピュータ読み取り可能な記録媒体は、プログラム
開発においてプログラムの品質を推定し、プログラムの
品質管理を支援するプログラム品質管理支援方法をコン
ピュータに実行させるためのプログラムを記録したコン
ピュータ読み取り可能な記録媒体であって、プログラム
開発における初版のプログラムと少なくとも一つ以上の
改訂版のプログラムとを関連づけて改訂プログラム群と
し、改訂プログラム群ごとにプログラム改訂による複数
の版のプログラムを管理するプログラム管理ステップ
と、前記プログラム管理ステップにより管理されたいず
れかの改訂プログラム群のいずれかの改訂版のプログラ
ムを品質推定対象プログラムとして指定し、前記品質推
定対象プログラムと同じ改訂プログラム群に属し前記品
質推定対象プログラムよりも以前の版のプログラムを比
較対象プログラムとして指定するプログラム指定ステッ
プと、前記品質推定対象プログラム及び前記比較対象プ
ログラムに関し、少なくとも一種類以上のメトリックス
測定項目のそれぞれに対してメトリックス値を測定する
メトリックス値測定ステップと、前記メトリックス値測
定ステップによるメトリックス値の測定結果に基づき、
前記品質推定対象プログラムの品質を推定し、前記品質
推定対象プログラムの品質推定値を算出する品質推定ス
テップと、前記品質推定ステップにより算出された前記
品質推定対象プログラムの品質推定値を提示する品質推
定値提示ステップとを有するプログラム品質管理支援方
法をコンピュータに実行させるためのプログラムを記録
したコンピュータ読み取り可能な記録媒体であることを
特徴とする。
A computer-readable recording medium recording a program for causing a computer to execute the program quality control support method according to the present invention estimates the quality of the program in the program development and supports the quality control of the program. A computer-readable recording medium in which a program for causing a computer to execute a management support method is recorded, and a first edition program in program development and at least one or more revised edition programs are associated with each other to form a revised program group, and revised. A program management step of managing a plurality of versions of a program by program revision for each program group, and a program of any revised version of any of the revised program groups managed by the program management step is used as a quality estimation target program. Program specification step of designating as a comparison target program, which is designated as a gram, and belongs to the same revised program group as the quality estimation target program and is a version earlier than the quality estimation target program, and the quality estimation target program and the comparison target. Regarding the program, based on a metric value measurement step of measuring a metric value for each of at least one or more metric measurement items, and a metric value measurement result by the metric value measurement step,
A quality estimation step of estimating the quality of the quality estimation target program and calculating a quality estimation value of the quality estimation target program, and a quality estimation of presenting the quality estimation value of the quality estimation target program calculated by the quality estimation step. It is a computer-readable recording medium recording a program for causing a computer to execute the program quality control support method having a value presenting step.

【0051】本発明に係るプログラム品質管理支援方法
をコンピュータに実行させるためのプログラムは、プロ
グラム開発においてプログラムの品質を推定し、プログ
ラムの品質管理を支援するプログラム品質管理支援方法
をコンピュータに実行させるためのプログラムであっ
て、プログラム開発における初版のプログラムと少なく
とも一つ以上の改訂版のプログラムとを関連づけて改訂
プログラム群とし、改訂プログラム群ごとにプログラム
改訂による複数の版のプログラムを管理するプログラム
管理ステップと、前記プログラム管理ステップにより管
理されたいずれかの改訂プログラム群のいずれかの改訂
版のプログラムを品質推定対象プログラムとして指定
し、前記品質推定対象プログラムと同じ改訂プログラム
群に属し前記品質推定対象プログラムよりも以前の版の
プログラムを比較対象プログラムとして指定するプログ
ラム指定ステップと、前記品質推定対象プログラム及び
前記比較対象プログラムに関し、少なくとも一種類以上
のメトリックス測定項目のそれぞれに対してメトリック
ス値を測定するメトリックス値測定ステップと、前記メ
トリックス値測定ステップによるメトリックス値の測定
結果に基づき、前記品質推定対象プログラムの品質を推
定し、前記品質推定対象プログラムの品質推定値を算出
する品質推定ステップと、前記品質推定ステップにより
算出された前記品質推定対象プログラムの品質推定値を
提示する品質推定値提示ステップとを有するプログラム
品質管理支援方法をコンピュータに実行させるためのプ
ログラムであることを特徴とする。
A program for causing a computer to execute the program quality management support method according to the present invention is for estimating the quality of the program in program development and causing the computer to execute the program quality management support method for supporting the quality management of the program. Program management step for managing a plurality of versions of the program by revising each of the revised program groups by associating the first version program in the program development with at least one or more revised version programs And a revised version of the revised program group managed by the program management step is designated as a quality estimation target program, and the quality estimation target program belongs to the same revised program group as the quality estimation target program. Program specifying step of designating a program of a version earlier than the program to be compared as a comparison target program, and measuring a metric value for each of at least one or more metric measurement items regarding the quality estimation target program and the comparison target program And a quality estimation step of estimating the quality of the quality estimation target program and calculating a quality estimation value of the quality estimation target program, based on the measurement result of the metrics value by the metrics value measurement step. And a quality estimation value presenting step of presenting a quality estimation value of the quality estimation target program calculated in the quality estimation step.

【0052】[0052]

【発明の実施の形態】実施の形態1.図1はこの発明の
第1の実施の形態に係るプログラム品質管理支援装置1
の構成を示す構成図である。図1が示すように、本実施
の形態に係るプログラム品質管理支援装置1は、プログ
ラム版管理手段2、メトリックス測定手段4、品質推定
手段5、作業ガイド提示手段6、プログラム指定手段1
0から構成される。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiment 1. FIG. 1 is a program quality management support device 1 according to a first embodiment of the present invention.
It is a block diagram which shows the structure of. As shown in FIG. 1, the program quality management support apparatus 1 according to the present embodiment includes a program version management unit 2, a metrics measurement unit 4, a quality estimation unit 5, a work guide presentation unit 6, and a program designation unit 1.
It consists of zero.

【0053】次に、各構成要素について概説する。プロ
グラム版管理手段2は、改訂プログラム群3を複数有
し、改訂プログラム群3ごとに、ソフトウェアの開発に
伴い作成され改訂されていくプログラムソースコードを
保存、蓄積する。また、プログラムソースコードを蓄
積、保存する際には、プログラムソースコードの管理番
号(版管理番号)及び付随した情報(版付属情報)も併
せて蓄積、保存する。このようにして、プログラム版管
理手段2は、初版のプログラムソースコード及び改訂後
のプログラムソースコードを蓄積、保存し、複数の版の
プログラムソースコードを管理する。なお、プログラム
版管理手段は、プログラム管理手段に相当する。プログ
ラム指定手段10は、品質推定の対象となるプログラム
ソースコード(品質推定対象プログラム)と品質推定の
際に比較対象となるプログラムソースコード(比較対象
プログラム)とを指定する。プログラム指定手段10
は、プログラム開発者からの入力に従ってプログラムソ
ースコードを指定してもよいし、例えば、プログラム改
訂が行われる度に、プログラム指定手段10が自動的に
最新の版のプログラムソースコードを品質推定対象のプ
ログラムソースコードとし、最新の版の一つ前の版のプ
ログラムソースコードを比較対象のプログラムソースコ
ードに指定してもよい。メトリックス測定手段4は、プ
ログラム指定手段10により指定された品質推定対象の
プログラムソースコード及び比較対象のプログラムソー
スコードについて、所定のメトリックス測定項目に対す
るメトリックス値を測定する。品質推定手段5は、メト
リックス測定手段4によるメトリックス値の測定結果に
基づき、品質推定対象のプログラムソースコードの品質
推定値を算出する。ここで、品質推定値とは、プログラ
ムソースコードに不具合が内在している可能性を示す
値、あるいはプログラムソースコードに改良・修正すべ
き箇所が内在している可能性を示す値をいう。作業ガイ
ド提示手段6は、品質推定手段5により算出された品質
推定値をプログラム開発者に提示し、また、所定の場合
に、品質推定対象のプログラムソースコードの改善作業
に対するガイドを提示する。作業ガイド提示手段6は、
品質推定値提示手段に相当する。
Next, each component will be outlined. The program version management means 2 has a plurality of revised program groups 3 and stores and stores, for each revised program group 3, a program source code that is created and revised with the development of software. Further, when the program source code is stored and stored, the management number (version management number) of the program source code and accompanying information (version attached information) are also stored and stored. In this way, the program version management means 2 stores and saves the first version program source code and the revised program source code, and manages a plurality of versions of the program source code. The program version management means corresponds to the program management means. The program designating unit 10 designates a program source code (quality estimation target program) to be a quality estimation target and a program source code (comparison target program) to be a comparison target in quality estimation. Program designation means 10
May specify the program source code according to the input from the program developer. For example, every time the program is revised, the program specifying means 10 automatically selects the latest version of the program source code as the quality estimation target. As the program source code, the program source code of the version immediately before the latest version may be designated as the program source code to be compared. The metrics measuring unit 4 measures the metrics value for a predetermined metrics measurement item for the program source code of the quality estimation target and the program source code of the comparison target designated by the program designating unit 10. The quality estimation means 5 calculates the quality estimation value of the program source code of the quality estimation target based on the measurement result of the metrics value by the metrics measurement means 4. Here, the quality estimation value means a value indicating the possibility that the program source code has a defect, or a value indicating the possibility that the program source code has a portion to be improved or corrected. The work guide presenting means 6 presents the quality estimated value calculated by the quality estimating means 5 to the program developer, and, in a predetermined case, presents a guide to the improvement work of the program source code of the quality estimation target. The work guide presenting means 6 is
It corresponds to a quality estimation value presenting means.

【0054】なお、プログラム品質管理支援装置1は、
図示していないが、例えばマイクロプロセッサ等のCP
U、半導体メモリ等や磁気ディスク等の記録手段を有す
るコンピュータにより実現することができる。記録手段
には、プログラム品質管理支援装置1に含まれる各構成
要素の機能を実現するプログラムが記録されており、C
PUがこれらのプログラムを読み込むことによりプログ
ラム品質管理支援装置1の動作を制御し、各構成要素の
機能を実現することができる。なお、これらのプログラ
ムをコンピュータで読みとり可能な記録媒体に記録する
ことも可能である。更には、これらのプログラムを通信
網を介して転送することも可能である。
The program quality control support device 1 is
Although not shown, for example, a CP such as a microprocessor
It can be realized by a computer having a recording means such as U, a semiconductor memory or the like, a magnetic disk or the like. The recording means records a program that realizes the function of each component included in the program quality control support device 1, and C
When the PU reads these programs, it is possible to control the operation of the program quality control support device 1 and realize the function of each component. It is also possible to record these programs in a computer-readable recording medium. Further, these programs can be transferred via a communication network.

【0055】一般に、プログラムの開発では、その一連
の作業の節目としてプログラムの改訂、登録作業を行う
べき適切な契機が必ず存在する。本実施の形態における
プログラム版管理手段2は、ソフトウェアの開発に伴い
作成され改訂されていくプログラムソースコードを、そ
のような適切な契機で保存、蓄積するように動作するも
のである。例えば、プログラムソースコードとしてアセ
ンブラプログラムやC言語プログラムといったプログラ
ムのソースコードを想定すると、プログラム開発作業と
しては、まずソースコードとしてプログラムをテキスト
(文字列)として記述し、次にコンパイラやアセンブラ
などを用いて機械語に変換し、その後実行可能なファイ
ルを生成して、それを実行させることでその動作を確認
(試験、検証)するという手順を踏むものとなる。この
ためプログラムソースコードを改訂しプログラム版管理
手段2へ登録する作業は、少なくとも、プログラムの実
装設計に従いプログラムソースコードの作成が一通り終
わった(プログラムソースコードを書き下した)段階、
アセンブラやコンパイラなどを用いて文法上の誤りやそ
の他の単純な誤りの有無を確認しその誤りに対処し機械
語に変換できるようになった(アセンブラまたはコンパ
イラを「通った」)段階、実行可能なファイルが生成で
きるようになった段階、そして動作確認に伴い発見され
た1つないし複数の不具合を直す毎にプログラムを改訂
する段階、といった各段階で行うことになる。本実施の
形態におけるプログラム版管理手段2は、このようなプ
ログラム開発作業における適切な契機で保存されたプロ
グラムソースコードを改訂プログラム群ごとに蓄積する
ように動作する。
Generally, in the development of a program, there is always an appropriate opportunity to revise and register the program as a turning point of the series of operations. The program version management means 2 in the present embodiment operates so as to store and accumulate the program source code created and revised with the development of software at such an appropriate timing. For example, assuming the source code of a program such as an assembler program or a C language program as the program source code, the program development work involves first describing the program as text (character string) as the source code and then using a compiler or assembler. It is converted into a machine language, then an executable file is generated, and then executed to confirm (test, verify) its operation. For this reason, the work of revising the program source code and registering it in the program version management means 2 is at least at the stage where the program source code has been created (written down) according to the implementation design of the program.
It is possible to check whether there is a grammatical error or other simple error using an assembler or a compiler, deal with the error, and convert it to a machine language (“passed” through the assembler or compiler). It will be performed at each stage, such as the stage where the new file can be generated, and the stage where the program is revised every time one or more defects found by the operation check are corrected. The program version management means 2 in the present embodiment operates so as to store the program source code saved for each revised program group at an appropriate timing in such program development work.

【0056】次に、動作について説明する。本実施の形
態において、まず、プログラム指定手段10が、品質推
定の対象となるプログラムソースコード(品質推定対象
プログラム)と品質推定値算出の際に比較対象となるプ
ログラムソースコード(比較対象プログラム)とを指定
する。例えば、いずれかの改訂プログラム群の最新の版
のプログラムソースコード(改訂後のプログラムソース
コード)と最新の版の改訂前の版のプログラムソースコ
ードを指定する。次に、メトリックス測定手段4は、プ
ログラム指定手段により指定された品質推定対象プログ
ラムソースコードと比較対象プログラムソースコードと
をプログラム版管理手段2より得て、それぞれのあらか
じめ定められた複数の項目(メトリックス測定項目)に
ついてメトリックス値を求め、品質推定手段5に渡す。
品質推定手段5は、メトリックス測定手段4から渡され
た品質推定対象のプログラムソースコードのメトリック
ス値と比較対象のプログラムソースコードのメトリック
ス値を元に、各メトリックスの項目ごとにメトリックス
値の差分(メトリックス差分値)を求め、そのメトリッ
クス差分値を元にプログラムソースコードの品質の変化
の様子を表す品質推定値を品質推定対象のプログラムソ
ースコードについて求め、作業ガイド提示手段6へ渡
す。作業ガイド提示手段6では、算出した品質推定値を
プログラム開発者に提示する。また、複数のプログラム
ソースコードの品質推定値を算出した場合は、検討対象
としたプログラムソースコードを、その品質推定値の悪
い順にプログラム開発者に提示する。プログラム開発者
は検討対象としたプログラムソースコードについて、作
業ガイド提示手段6で提示された順番とそのそれぞれの
品質推定値に基づき、プログラムソースコードに対する
作業の実施順番、各プログラムソースコードに対する改
善作業あるいは検証作業といった対策実施の要否とその
密度(重点的に作業をするか、軽微な作業で済ませるか
といった違い)を判断し、対策を講じる。
Next, the operation will be described. In the present embodiment, first, the program designating means 10 sets a program source code (quality estimation target program) that is a quality estimation target and a program source code (comparison target program) that is a comparison target when calculating a quality estimation value. Is specified. For example, the program source code of the latest version of any revised program group (the program source code after the revision) and the program source code of the version before the revision of the latest version are specified. Next, the metrics measuring means 4 obtains the quality estimation target program source code and the comparison target program source code designated by the program designating means from the program version management means 2, and determines each of a plurality of predetermined items (metrics). The metric value for the measurement item) is obtained and passed to the quality estimation means 5.
The quality estimating means 5 uses the metric value of the program source code of the quality estimation object and the metric value of the program source code of the comparison object passed from the metric measuring means 4 to calculate the difference (metrics value) of the metric value for each metric item. A difference value) is obtained, and a quality estimation value representing the state of the change in the quality of the program source code is obtained for the program source code of the quality estimation target based on the metric difference value, and is passed to the work guide presenting means 6. The work guide presenting means 6 presents the calculated quality estimation value to the program developer. Further, when the quality estimation values of a plurality of program source codes are calculated, the program source codes to be examined are presented to the program developer in the order of the quality estimation value. For the program source code to be examined, the program developer, based on the order presented by the work guide presenting means 6 and the respective quality estimation values, the order of performing the work on the program source code, the improvement work on each program source code, or Measures are taken after determining the necessity of implementing countermeasures such as verification work and its density (difference between intensive work and minor work).

【0057】本実施の形態におけるメトリックス差分値
から品質推定値の求め方を次に示す。本実施の形態で
は、メトリックスの測定項目としては、メトリックス測
定手段4で測定可能なすべての項目、あるいはメトリッ
クスに関する一般的な知識に基づき重要とされる項目を
設定する。また品質推定値としては、測定したメトリッ
クスの各項目について、メトリックス差分値の正負によ
ってその項目の一般に知られている定性的な指針に基づ
き品質が1増加ないし1減少するものとし、全測定項目
に対するその増減の総和をもって品質推定値とする。本
方法の場合、品質推定値はその値が正の場合は品質が向
上していることを示し、値が負の場合は品質が悪化して
いることを示し、そしてその絶対値が変化の度合いを示
すこととなる。本方法での品質推定値の算出式を以下に
示す。
The method of obtaining the quality estimation value from the metric difference value in the present embodiment will be described below. In the present embodiment, as the measurement items of the metrics, all the items that can be measured by the metrics measuring unit 4 or the items that are important based on general knowledge about the metrics are set. As the quality estimation value, for each measured metric item, the quality shall be increased or decreased by 1 based on the generally known qualitative guideline for that item depending on whether the metric difference value is positive or negative. The sum of the changes is used as the quality estimation value. In the case of this method, the quality estimation value indicates that the quality is improving when the value is positive, the quality is deteriorating when the value is negative, and the absolute value is the degree of change. Will be shown. The calculation formula of the quality estimation value in this method is shown below.

【0058】[0058]

【数1】 [Equation 1]

【0059】本実施の形態では上記のように、メトリッ
クス値の差分を用いて公知の客観的情報に基づきプログ
ラムソースコードの品質を推定するように動作するの
で、プログラムソースコードの特性に依存したメトリッ
クス値の変動の影響を受けにくく、プログラム開発作業
者の経験や勘に依存しない、安定したソフトウェアの品
質評価方法を得ることができる。これによりソフトウェ
アの品質評価を容易かつ迅速に安定して行うことができ
るようになるため、ソフトウェアの品質向上対策の実施
効率を高めることができ、少ない労力でより品質の高い
ソフトウェアが得られるようになる。
As described above, in the present embodiment, since the quality of the program source code is estimated based on the known objective information using the difference of the metric values, the metric depending on the characteristics of the program source code is used. It is possible to obtain a stable software quality evaluation method that is not easily affected by fluctuations in values and does not depend on the experience and intuition of a program developer. As a result, the quality of software can be evaluated easily and quickly and stably, so that the implementation efficiency of software quality improvement measures can be increased, and higher quality software can be obtained with less effort. Become.

【0060】なお本実施の形態において、品質推定対象
のプログラムソースコードを最新版のプログラムソース
コードとした場合に、比較対象のプログラムソースコー
ドは、最新版の直前の改訂に該当する版を用いても、ま
たあるいは以前に行われた改訂の大きな節目に相当する
版を用いても良い。またこれらの両者を採用し、それぞ
れについてメトリックス差分値を求め品質推定値を求
め、作業ガイド提示手段6では両者を勘案した順序でプ
ログラムソースコードを提示するように動作すること
で、プログラム開発作業者に対し対策の優先度を示唆す
ることができ、対策の実施効率の向上を図ることができ
る。
In this embodiment, when the program source code for quality estimation is the latest version of the program source code, the program source code for comparison uses the version corresponding to the revision immediately before the latest version. Alternatively, or alternatively, a version corresponding to a major milestone in a previous revision may be used. Further, by adopting both of these, the metric difference value is obtained for each, the quality estimated value is obtained, and the work guide presenting means 6 operates so as to present the program source code in an order in consideration of the both, so that the program developer can operate. It is possible to suggest the priority of the countermeasures against, and improve the implementation efficiency of the countermeasures.

【0061】また本実施の形態において、最新版のプロ
グラムソースコードに対する品質推定値に加え、最新版
より1つ前の改訂前のプログラムソースコードについて
も同様に品質推定値を求め、作業ガイド提示手段6で
は、これらの両者の値の組み合わせを元に、プログラム
開発作業者に対し作業に対する適切な示唆を示すガイド
を提示するように動作しても良い。これは例えば、改訂
前の品質推定値は品質が大きく悪化したことを示し、最
新版の品質推定値は品質があまり変化していないことを
示す場合は、不具合が内在している可能性が高いとして
十分な検証作業の実施を促すようガイドを提示し、また
改訂前の品質推定値は品質があまり変化していないこと
を示し、最新版の品質推定値は品質が大きく改善したこ
とを示す場合は、改訂前に至る段階での不具合の検出作
業に不備がある可能性があるとして、作業内容あるいは
作業基準の見直しを促すガイドを提示するようにするも
のであり、このような動作を付加することで作業の実施
効率の向上を高めることができる。
Further, in the present embodiment, in addition to the quality estimation value for the latest version of the program source code, the quality estimation value is similarly obtained for the program source code before revision, which is one version before the latest version, and the work guide presenting means is provided. In step 6, based on the combination of these two values, the program developing worker may be operated to present a guide showing appropriate suggestions for the work. For example, if the pre-revision quality estimate indicates that the quality has deteriorated significantly, and the latest version of the quality estimate indicates that the quality has not changed much, then there is a high possibility that the defect is inherent. As a guide to encourage sufficient verification work, the quality estimate before revision indicates that the quality has not changed much, and the latest version of the quality estimate indicates that the quality has improved significantly. Suggests that there is a possibility that there is a defect in the defect detection work up to the stage before revision, and it presents a guide to revise the work content or work standard. As a result, it is possible to improve the efficiency of performing work.

【0062】なお上記の品質推定値の組み合わせから提
示するガイドを選定する処理では、用いる品質推定値の
組み合わせと提示するガイドの内容を例えば表(テーブ
ル)の形で保持し、作業ガイド提示手段6はその表(テ
ーブル)を検索することで提示する作業ガイドを得るよ
うに動作してもよい。図2は本動作に係る作業ガイド保
持テーブル21の例であり、本例に基づく動作の場合、
作業ガイド提示手段6は、改訂前の品質推定値及び改訂
後の品質推定値から、作業ガイド保持テーブル21に示
されているルール、すなわちQthを閾値として品質推定
値Q>Qthであれば推定品質は「品質改善大」であり、
−Qth<Q<Qthであれば推定品質は「品質変化小」で
あり、Q<−Qthであれば推定品質は「品質悪化大」で
あるとして、作業ガイド保持テーブル21から該当する
箇所に対応するガイドを求めるように動作する。このよ
うに作業ガイド提示手段6が提示するガイドを選定する
際には、作業ガイド保持テーブル21を検索してガイド
を得るように動作することで、提示するガイド及びその
設定ルールを柔軟に定めることができ、ガイド及びルー
ルを適宜改訂していくことで、作業ガイド提示手段6は
プログラム開発者に、効果的なガイドが提示できるよう
動作でき、プログラム開発者の作業の実施効率をより向
上させることができる。
In the process of selecting a guide to be presented from the above combination of quality estimation values, the combination of quality estimation values to be used and the content of the guide to be presented are held, for example, in the form of a table, and the work guide presenting means 6 is provided. May operate to obtain a work guide to be presented by searching the table. FIG. 2 shows an example of the work guide holding table 21 according to this operation. In the case of the operation based on this example,
If the quality estimation value Q> Q th with the rule shown in the work guide holding table 21, that is, Q th as a threshold, from the quality estimation value before revision and the quality estimation value after revision, the work guide presenting means 6 The estimated quality is "great quality improvement",
If −Q th <Q <Q th , the estimated quality is “small change in quality”, and if Q <−Q th , the estimated quality is “large deterioration in quality”. Operates to find a guide for a location. As described above, when selecting the guide presented by the work guide presenting means 6, the work guide holding table 21 is searched to operate to obtain the guide, thereby flexibly determining the guide to be presented and the setting rule thereof. By properly revising the guides and rules, the work guide presenting means 6 can operate so that an effective guide can be presented to the program developer, and the work efficiency of the program developer can be further improved. You can

【0063】また上記では最新版及び最新版の1つ前の
版という2つのプログラムソースコードの版に対する品
質推定値を用いているが、さらにより以前の改定の版に
対する品質推定値を用いるように動作しても良く、同様
の効果を得ることができる。
Further, in the above, the quality estimation values for the two versions of the program source code, that is, the latest version and the version immediately before the latest version, are used. It may operate, and the same effect can be obtained.

【0064】本実施の形態におけるメトリックス差分値
から品質推定値の求め方については他の方法を用いても
同様の効果が得られる。その1例を以下に示す。本方法
は前述の方法を元にメトリックスの項目毎に重み付けを
行うものである。本方法に基づく品質推定値の算出式を
以下に示す。
With respect to the method of obtaining the quality estimation value from the metric difference value in the present embodiment, the same effect can be obtained by using other methods. One example is shown below. This method weights each metric item based on the above method. The calculation formula of the quality estimation value based on this method is shown below.

【0065】[0065]

【数2】 [Equation 2]

【0066】上記式における重み付けWiとしては、例
えばメトリックスに関する一般的な知識に基づき、定性
的に重要とされる項目を重く(例えば2)、あまり重要
とされない項目を軽く(例えば1)設定する方法があ
る。この場合、公知の定性的情報に基づき重み付けを簡
易に定めることが可能である。あるいはプログラムソー
スコードに関する過去の改定情報を用いてWi及びq
i(x)を求めてもよい。本方法に係る本発明の実施の
形態を次に説明する。
As the weighting W i in the above equation, for example, based on general knowledge about metrics, items that are qualitatively important are set to be heavy (for example, 2) and items that are not so important are set to be light (for example, 1). There is a way. In this case, weighting can be easily determined based on publicly known qualitative information. Alternatively, using the past revision information about the program source code, W i and q
i (x) may be obtained. An embodiment of the present invention related to this method will be described below.

【0067】実施の形態2.図3はこの発明の第2の実
施の形態に係るプログラム品質管理支援装置1の構成を
示す構成図である。図3が示すように、本形態に係るプ
ログラム品質管理支援装置1は、プログラム版管理手段
2、メトリックス測定手段4、品質推定手段5、作業ガ
イド提示手段6、品質推定値算出方法保持手段7、プロ
グラム指定手段10から構成される。
Embodiment 2. FIG. 3 is a configuration diagram showing the configuration of the program quality management support device 1 according to the second embodiment of the present invention. As shown in FIG. 3, the program quality management support device 1 according to the present embodiment has a program version management means 2, a metrics measurement means 4, a quality estimation means 5, a work guide presentation means 6, a quality estimation value calculation method holding means 7, It is composed of the program designating means 10.

【0068】本実施の形態において、プログラム版管理
手段2、メトリックス測定手段4、作業ガイド提示手段
6、プログラム指定手段10の動作は第1の実施の形態
と同じであるためその説明を省略する。品質推定値算出
方法保持手段7は、品質推定値算出ルール記憶手段に相
当し、品質推定手段5による品質推定値の算出手順を示
した品質推定値算出方法(品質推定値算出ルール)を記
憶、保持する。ここで、品質推定値算出方法とは、後述
するように、品質推定値の算出式(例えば、数3に示す
式)、回帰係数の算出式(例えば、数4に示す式)、重
み付けの係数Wiや定性的評価を示す関数qi(x)の数
値の設定手順(例えば、Wiを回帰係数αiの絶対値とす
る)等を含む。
In the present embodiment, the operations of the program version managing means 2, the metrics measuring means 4, the work guide presenting means 6, and the program designating means 10 are the same as those in the first embodiment, and therefore their explanations are omitted. The quality estimation value calculation method holding unit 7 corresponds to the quality estimation value calculation rule storage unit, and stores the quality estimation value calculation method (quality estimation value calculation rule) indicating the procedure for calculating the quality estimation value by the quality estimation unit 5. Hold. Here, as will be described later, the quality estimation value calculation method includes a quality estimation value calculation formula (for example, formula 3), a regression coefficient calculation formula (for example, formula 4), and a weighting coefficient. It includes a procedure for setting numerical values of W i and a function q i (x) indicating qualitative evaluation (for example, W i is an absolute value of regression coefficient α i ) and the like.

【0069】品質推定手段5の動作のうち、メトリック
ス差分値から品質推定値の求め方を以下に示す。本方法
は第1の実施の形態において説明した、第2の品質推定
値算出方法と同じ方式であり、メトリックスの項目毎に
重み付けを行うものである。本方法に基づく品質推定値
の算出式を以下に示す。
Among the operations of the quality estimating means 5, the method of obtaining the quality estimated value from the metric difference value will be described below. This method is the same method as the second quality estimation value calculation method described in the first embodiment, and weights each metric item. The calculation formula of the quality estimation value based on this method is shown below.

【0070】[0070]

【数3】 [Equation 3]

【0071】品質推定値算出方法保持手段7は、品質推
定値算出方法として上記算出式を用いる場合、メトリッ
クスに対する重み付けの係数Wi及び定性的評価を示す
関数qi(x)(i=1〜n)のそれぞれの数値を保持
するよう動作し、品質推定手段5は、プログラムソース
コードの品質推定値を求める際には、品質推定値算出方
法保持手段7が保持するWi及びqi(x)の数値を用い
て品質推定値を算出する。また品質推定値算出方法保持
手段7が保持するWi及びqi(x)の数値は品質推定手
段5から変更することも可能であり、Wi及びqi(x)
のそれぞれの数値は、プログラムソースコードに関する
過去の改訂情報を用いて、品質推定手段5が求め、品質
推定値算出方法保持手段7に設定する。なお、これらW
i及びqi(x)は品質推定値算出ルールに含まれたパラ
メータに相当する。
When the above-mentioned calculation formula is used as the quality estimation value calculation method, the quality estimation value calculation method holding means 7 holds the weighting coefficient W i for the metrics and the function q i (x) (i = 1 to 1) indicating the qualitative evaluation. n), and the quality estimating means 5 holds W i and q i (x) held by the quality estimated value calculating method holding means 7 when obtaining the quality estimated value of the program source code. ) Is used to calculate the quality estimation value. Further, the numerical values of W i and q i (x) held by the quality estimation value calculation method holding means 7 can be changed by the quality estimation means 5, and W i and q i (x).
The respective numerical values of are obtained by the quality estimating means 5 using the past revision information regarding the program source code, and are set in the quality estimated value calculating method holding means 7. These W
i and q i (x) correspond to the parameters included in the quality estimation value calculation rule.

【0072】品質推定手段5が行う、プログラムソース
コードに関する過去の改定情報を用いてWi及びq
i(x)のそれぞれの数値を求める方法の1例を図4を
用いて説明する。図4は本方法の説明に用いる説明図で
ある。品質推定手段5は、まず過去の改訂作業に伴い品
質推定対象の改訂プログラム群内に存在するm個のプロ
グラムソースコードの版1〜版mについて、プログラム
版管理手段2からそれぞれのプログラムソースコードを
取り出し、メトリックス測定手段4を用いてメトリック
ス値を求め、このときのメトリックス値をMijとし(た
だしiはメトリックスの項目番号で1〜n、またjは版
管理番号で1〜m)、さらに差分値ΔMij(=Mij+1
j)を求める(iはメトリックスの項目番号で1〜
n、jは版管理番号で1〜m−1)。またプログラム版
管理手段2が保持する改訂時のコメントといった版付属
情報をもとに、あるいは別途管理されている版毎の障害
情報をもとに、それぞれ版jから版j+1の改訂で検出
した不具合の数を求め、この値をFjとする(jは版管
理番号で1〜m−1)。そしてこれらの値を、目的変数
F、説明変数ΔMi、誤差εの下記線形モデルに当てはめ
る。
Using the past revision information about the program source code, which is performed by the quality estimating means 5, W i and q
An example of a method for obtaining each numerical value of i (x) will be described with reference to FIG. FIG. 4 is an explanatory diagram used for explaining the present method. First, the quality estimating means 5 extracts the respective program source codes from the program version managing means 2 for the versions 1 to m of the m program source codes existing in the revised program group of the quality estimation subject to the past revision work. A metric value is obtained using the metric measuring means 4, and the metric value at this time is defined as M ij (where i is a metric item number 1 to n, and j is a version management number 1 to m), and the difference Value ΔM ij (= M ij + 1
M j ) is obtained (i is the item number of the metric, 1 to
n and j are version control numbers 1 to m-1). Further, based on version attached information such as a comment at the time of revision held by the program version management unit 2 or based on failure information for each version that is separately managed, a defect detected in the revision from version j to version j + 1 Is calculated, and this value is set as F j (j is a version management number 1 to m−1). Then, these values are applied to the following linear model of the objective variable F, the explanatory variable ΔM i , and the error ε.

【0073】[0073]

【数4】 [Equation 4]

【0074】次に、品質推定手段5は、統計学の手法の
1つである重回帰分析により、m−2個のサンプル〔F
j+1、ΔM1j、ΔM2j、…、ΔMnj〕(j=1〜m−
2)から同線形モデルにおける回帰係数α0…αnを求め
る。上記線形モデルは版jから版j+1への改訂で変化
したメトリックス値から版j+1から版j+2で処置さ
れる不具合の数Fj+1を推定するモデルであるため、求
めたαiはメトリックスの測定項目iの差分値が検出す
る不具合に寄与する係数である。ここで検出する不具合
は発生する不具合と強く相関関係があるとみなせるの
で、求めたαiは測定項目iの差分値が発生する不具合
と強く相関する係数と推定できることにより、αiの値
が正であればメトリックス値が増加すると品質が下がる
と、またその値が負であればメトリックス値が増加する
と品質が上がるとしてqi(x)の数値を設定し、また
αiの絶対値、あるいは絶対値の大きさの順番によって
iの数値を設定する。
Next, the quality estimating means 5 performs m-2 sample [F] by multiple regression analysis which is one of the statistical methods.
j + 1 , ΔM 1j , ΔM 2j , ..., ΔM nj ] (j = 1 to m−
From 2), the regression coefficient α 0 ... α n in the same linear model is obtained. Since the above linear model is a model for estimating the number of defects F j + 1 to be treated in the version j + 1 to the version j + 2 from the metric value changed in the revision from the version j to the version j + 1, the obtained α i is the measurement of the metrics. The difference value of the item i is a coefficient that contributes to the detected defect. Since the defect detected here can be considered to have a strong correlation with the defect that occurs, the obtained α i can be estimated as a coefficient that strongly correlates with the defect that the difference value of the measurement item i occurs, so that the value of α i is positive. When it If metric value increases in the quality decreases, also the absolute value of the value sets the value of q i (x) as the quality increases the metric value increases if it is negative, also alpha i, or absolute The value of W i is set according to the order of the magnitude of the value.

【0075】なお上記で得られたメトリックス測定項目
iに対応する回帰係数αiの絶対値が他の回帰係数に対
し相対的に小さい場合は、同測定項目iは品質推定値の
算出に与える影響が少ないとして、品質推定を行う際の
測定項目からは外すようにしても良く、測定作業の簡素
化を図ることができる。
When the absolute value of the regression coefficient α i corresponding to the metric measurement item i obtained above is relatively small with respect to other regression coefficients, the measurement item i affects the calculation of the quality estimation value. However, it may be excluded from the measurement items when the quality estimation is performed, and the measurement work can be simplified.

【0076】また上記では分析手法として複数の説明変
数を同時に扱う重回帰分析を用いたが、これは各メトリ
ックス測定項目毎に単回帰分析を用いることで回帰係数
を求めるようにしてもよい。またメトリックス測定項目
を1つのみ用いる場合はn=1となるため、必然的に単
回帰分析により回帰係数を求めることとなる。
In the above, the multiple regression analysis that handles a plurality of explanatory variables at the same time is used as the analysis method, but the regression coefficient may be obtained by using the single regression analysis for each metric measurement item. Further, when only one metric measurement item is used, n = 1, and thus the regression coefficient is inevitably obtained by simple regression analysis.

【0077】また上記では、プログラムソースコードに
対する過去の改訂情報からサンプルを得るようにした
が、このとき用いるサンプル数は、統計学の知識に基づ
き十分な有意水準(例えば95%)で回帰係数が求めら
れるサンプル数を用いて計算すればよく、すべての改訂
情報を用いて計算する必要はない。
Further, in the above, the sample is obtained from the past revision information for the program source code, but the number of samples used at this time has a regression coefficient at a sufficient significance level (for example, 95%) based on the knowledge of statistics. It is only necessary to calculate using the required sample size, and it is not necessary to calculate using all revision information.

【0078】同様に品質推定値の算出式におけるWi
びqi(x)のそれぞれの数値は、品質推定値を求める
際に毎回を求め直す必要はなく、適切なタイミングで時
々求めるようにしても良い。この場合、例えばソフトウ
ェアの開発の進捗に合せ、検出した不具合の数が明らか
になったプログラムソースコードの版が新たにいくつか
得られるようになった段階で、それらのプログラムソー
スコードの版に対し品質推定値の算出を行い得られた品
質推定値と実際の品質とを比較しその推定精度を評価
し、推定精度が許容範囲を外れた場合に品質推定値の算
出式におけるWi及びqi(x)のそれぞれの数値を求め
直すようにすればよい。なお推定精度の評価は、例えば
品質推定値から定まるプログラムソースコードの品質の
良いと思われる順番を求め、それを実際の品質の良かっ
た順番(不具合の少ない順番)と比較し、両者の順番の
一致度を統計学の知識を用いて両者の相関係数として数
値化するといった方法で行えばよく、あるいは他の方法
を用いて行っても良い。
Similarly, the respective numerical values of W i and q i (x) in the quality estimation value calculation formula do not have to be recalculated each time when the quality estimation value is calculated, but may be calculated from time to time at appropriate timing. Is also good. In this case, for example, when several new versions of the program source code in which the number of detected defects have been clarified become available in line with the progress of software development, The quality estimation value is calculated, the obtained quality estimation value is compared with the actual quality, the estimation accuracy is evaluated, and when the estimation accuracy is out of the allowable range, W i and q i in the quality estimation value calculation formula are calculated. It suffices to recalculate each numerical value of (x). In order to evaluate the estimation accuracy, for example, the order in which the quality of the program source code, which is determined by the quality estimation value, is considered to be good, and it is compared with the order in which the actual quality is good (the order with the fewest defects) The degree of coincidence may be digitized as a correlation coefficient between the two using knowledge of statistics, or another method may be used.

【0079】さらに品質推定の検討対象とした改訂プロ
グラム群ではない他の改訂プログラム群に関する過去の
改訂履歴を用いて求めるようにしても良く、あるいは過
去に実施した他のプログラム開発作業におけるプログラ
ムソースコードの改訂情報を用いて行うようにしても良
い。この場合例えばWi及びqi(x)の数値の決定は、
プログラム開発作業が始まるときに以前のプログラム開
発作業の結果にもとづいて求めるようにすることで、プ
ログラム開発作業全体に対しWi及びqi(x)の数値を
決めるための作業負荷を十分に小さくすることができ
る。
Further, it may be possible to obtain it by using the past revision history of another revised program group which is not the revised program group which is the subject of the quality estimation, or the program source code in the other program development work performed in the past. Alternatively, the revision information may be used. In this case, for example, the determination of the numerical values of W i and q i (x) is
When the program development work is started, the work load for determining the numerical values of W i and q i (x) is sufficiently small by obtaining the value based on the result of the previous program development work. can do.

【0080】あるいは検出した不具合数に代わり、不具
合の内容に応じた重み付けを行った不具合の得点数を用
いて解析を行っても良い。これは例えば、検出された不
具合をその内容の深刻さに応じて1〜3の3段階(もっ
とも深刻が3、もっとも軽微が1)に分類し、その値を
個々の不具合の得点として、検出された各不具合の得点
の総和を検出された不具合の数に代えて用い、解析を行
う方法である。この場合、メトリックス差分値は品質に
与える影響を勘案して不具合と相関が取られることにな
り、品質に対する影響をより重視してWi及びqi(x)
の数値を設定することができ、より適切な品質推定値が
期待できるという効果が得られる。
Alternatively, instead of the detected number of defects, the analysis may be performed by using the score of the defect weighted according to the content of the defect. For example, the detected defects are classified into three levels from 1 to 3 (the most serious is 3 and the least is 1) according to the seriousness of the content, and the value is detected as the score of each defect. It is a method of performing analysis by using the sum of the scores of each defect instead of the number of detected defects. In this case, the metric difference value is correlated with the defect in consideration of the influence on the quality, and the influence on the quality is more emphasized and W i and q i (x)
The numerical value of can be set, and the effect that a more appropriate quality estimation value can be expected can be obtained.

【0081】なお上記線形モデル(数4)における重回
帰分析を行った際のα0の値は、メトリックス値の変化
に関係なく改訂作業に伴い検出される不具合の数を表し
ているため、この値が有意に大きな値になった場合は、
メトリックス値の変化によらず改訂毎に不具合が検出さ
れる状況であって、すなわち改訂に伴う品質検証が不十
分であることが推測できる。このため上記線形モデル
(数4)における重回帰分析を行った際にα0の値が有
意に大きな値となった場合は、作業ガイド提示手段6を
用いてプログラム開発者にα0の値が大きいため改訂に
伴う品質検証作業の内容を見直したほうが良い旨のガイ
ドを提示するように動作しても良い。この場合プログラ
ム開発作業者に対する示唆の内容を充実することがで
き、対策の実施効率の向上が図れる。なお本動作はWi
及びqi(x)の数値を決める際に付随して行うだけで
なく、より積極的に検査を行うよう、適宜単独で上記線
形モデル(数4)の重回帰分析のみ行いα0の値の検査
を行うように動作しても良い。
The value of α 0 when the multiple regression analysis is performed in the above linear model (Equation 4) represents the number of defects detected by the revision work regardless of the change in the metrics value. If the value becomes significantly larger,
It can be inferred that a defect is detected for each revision regardless of the change in the metrics value, that is, the quality verification accompanying the revision is insufficient. Therefore, when the value of α 0 becomes a significantly large value when performing the multiple regression analysis in the linear model (Equation 4), the work guide presenting means 6 is used to notify the program developer of the value of α 0 . Since it is large, it may operate so as to present a guide to the effect that it is better to review the contents of the quality verification work accompanying the revision. In this case, the content of suggestions to the program developer can be enhanced, and the implementation efficiency of the measures can be improved. Note that this operation is Wi
And it not only performed in association with the time of determining the value of q i (x), to make a more aggressive testing, appropriate alone multiple regression analysis is performed only alpha 0 of the value of the linear model (Equation 4) It may operate to perform an inspection.

【0082】上記線形モデル(数4)における重回帰分
析の結果は、他の品質推定値算出方法においても、その
パラメータ設定に同様に適用することができる。他の品
質推定値算出方法の例を以下に示す。本方法における品
質推定値の算出式では、上記重回帰分析で求めた回帰係
数αiを元にWi= −αiと設定すればよく、qi(x)
を用いないため計算が簡素となる。
The result of the multiple regression analysis in the linear model (Equation 4) can be similarly applied to the parameter setting in other quality estimation value calculation methods. Examples of other quality estimation value calculation methods are shown below. In the calculation formula of the quality estimation value in this method, W i = −α i may be set based on the regression coefficient α i obtained by the multiple regression analysis, and q i (x)
The calculation is simplified because is not used.

【0083】[0083]

【数5】 [Equation 5]

【0084】また前述の回帰分析方法に代え、他の回帰
分析方法を用いても品質推定値算出式におけるパラメー
タを設定可能である。たとえば前述の線形モデル(数
4)を用いた重回帰分析において、用いるサンプルをm
−2個のサンプル〔(Fj+Fj +1)、ΔM1j、ΔM2j
…、ΔMnj〕(j=1〜m−2)として重回帰分析を行
っても良い。この場合、上記線形モデル(数4)は版j
から版j+1への改訂で変化したメトリックス値から版
jから版j+2で検出される不具合の数Fj+Fj+1を推
定するモデルとなる。本モデルで求めるαiは前記モデ
ル同様メトリックスの測定項目iの差分値が検出する不
具合に寄与する係数であるが、版jから版j+1への改
訂で変化したメトリックス値は同じ改訂の中で検出され
た不具合Fjとも関連付けられているという点が前記モ
デルと異なり、このため得られる係数の相関の精度が高
められる可能性があり、より適切な品質推定値が期待で
きるという効果が得られる。さらに一般にメトリックス
値は大きく変化した場合に品質により大きく影響すると
されることから、説明変数を1次のΔMiでなく2次の
(ΔMi2あるいは3次の(ΔMi3として分析を行っ
ても良く、同様の効果が得られる。
Further, the parameters in the quality estimation value calculation formula can be set by using other regression analysis methods instead of the above-mentioned regression analysis method. For example, in the multiple regression analysis using the above linear model (Equation 4), the sample to be used is m
-Two samples [(F j + F j +1 ), ΔM 1j , ΔM 2j ,
, ΔM nj ] (j = 1 to m−2), the multiple regression analysis may be performed. In this case, the linear model (Equation 4) is
From version j to version j + 1 is a model for estimating the number of defects F j + F j + 1 detected from version j to version j + 2 from the metric value changed. The α i obtained by this model is a coefficient that contributes to the problem that the difference value of the measurement item i of the metric is detected as in the above model. This is different from the above-mentioned model in that it is also associated with the generated defect F j, and thus the accuracy of the correlation of the obtained coefficients may be enhanced, and a more appropriate quality estimation value can be expected. Further, in general, when the metric value greatly changes, it is considered that the quality has a great influence. Therefore, the explanatory variable is not a first-order ΔM i but a second-order (ΔM i ) 2 or a third-order (ΔM i ) 3 analysis. You can go and get the same effect.

【0085】さらに複数の回帰分析方法と複数の品質推
定値算出式を組み合わせて用いても良い。この場合、前
もって次の作業を行っておくことで、品質の推定に用い
る品質推定値算出方法として適切な方法を選定すること
ができる。本処理を図5を用いて説明する。図5は品質
推定値算出方法の選定の手順S10の動作を示すフロー
チャートである。
Furthermore, a plurality of regression analysis methods and a plurality of quality estimation value calculation formulas may be used in combination. In this case, by performing the following work in advance, an appropriate method can be selected as a quality estimation value calculation method used for quality estimation. This process will be described with reference to FIG. FIG. 5 is a flowchart showing the operation of the step S10 of selecting the quality estimation value calculation method.

【0086】品質推定値算出方法の選定の手順S10で
は、品質推定手段5は、大きくは、まず候補となる品質
推定値算出方法(選択品質推定値算出ルール)を選択
し、選択した候補となる品質推定値算出方法におけるパ
ラメータを設定するためにプログラムソースコードに対
する回帰分析によりメトリックス値に対する適切な回帰
係数を求め(S11)、次に同回帰係数から候補となる
各品質推定値算出方法のパラメータを設定し(S1
2)、その後、各品質推定値算出方法の評価を行うこと
で実際の品質推定に用いる品質推定値算出方法の選定を
行う(S13)。
In the step S10 of selecting a quality estimation value calculation method, the quality estimation means 5 first selects a candidate quality estimation value calculation method (selected quality estimation value calculation rule) and becomes the selected candidate. In order to set the parameter in the quality estimation value calculation method, an appropriate regression coefficient for the metric value is obtained by regression analysis on the program source code (S11), and then the parameters of each candidate quality estimation value calculation method are calculated from the regression coefficient. Set (S1
2) After that, the quality estimation value calculation method used for actual quality estimation is selected by evaluating each quality estimation value calculation method (S13).

【0087】次に各処理の詳細を示す。プログラムソー
スコードに対する回帰分析によりメトリックス値に対す
る適切な回帰係数を求める処理S11では、品質推定手
段5は、まず複数の回帰分析方法のそれぞれについて、
それぞれプログラム版管理手段2に保存されているプロ
グラムソースコードを用いて分析作業を行い、回帰係数
とその精度を求める(S111、S112、S11
3)。具体的には、前述したように、メトリックス測定
手段4が特定の複数プログラムソースコードについて各
メトリックス測定項目のメトリックス値を求め、メトリ
ックス値の測定結果に基づき回帰分析を行い、それぞれ
の回帰係数に対して精度を求める。次に各回帰分析方法
の中でもっとも精度の高かった分析結果に基づき、以降
で用いるメトリックス測定項目とその回帰係数の組み合
わせを定める(S114)。ついで各品質推定値算出方
法のパラメータを設定する処理S12では、候補となる
複数の品質推定値算出方法のそれぞれについて、処理S
11で求めたメトリックス測定項目と回帰係数の組み合
わせから、例えば前述の算出方法(数3)における重み
付けWiやqi(x)といった、それぞれの算出方法で用
いるパラメータの数値を設定する(S121、S12
2、S123)。そして実際の品質評価に用いる品質推
定値算出方法の選定処理S13では、まずプログラム版
管理手段2に保存されているプログラムソースコードの
中から、例えば検出した不具合の数などにより品質の比
較が可能な過去の複数のプログラムソースコードを選定
し(S131)、次に候補となる複数の品質推定値算出
方法のそれぞれについて、それぞれのプログラムソース
コードに対し品質推定値を算出し、その結果と各プログ
ラムソースコードの実際の品質との比較を行うことで各
算出方法を評価し(S132、S133、S134、S
135)、その評価結果に基づき実際の品質推定に用い
る品質推定値算出方法を1つないし数種類指定する(S
136)。以上の処理により指定した品質推定値算出方
法は、指定品質推定値算出ルールとなる。なお処理S1
34で行う品質推定値算出方法の評価としては、例えば
品質推定値から定まる品質の良いと思われるプログラム
ソースコードの順番を求め、それを実際の品質の良かっ
た順番(例えば不具合の少ない順番)と比較し、両者の
順番の一致度を統計学の知識を用いて両者の相関係数と
して数値化するといった方法で行えばよく、あるいは他
の方法を用いて行っても良い。
Details of each process will be described below. In the process S11 of obtaining an appropriate regression coefficient for the metric value by the regression analysis on the program source code, the quality estimating unit 5 firstly, for each of the plurality of regression analysis methods,
Analysis work is performed using the program source codes stored in the program version management means 2 to obtain the regression coefficient and its accuracy (S111, S112, S11).
3). Specifically, as described above, the metrics measuring means 4 obtains the metrics value of each metrics measurement item with respect to a specific plurality of program source codes, performs regression analysis based on the measurement result of the metrics value, and with respect to each regression coefficient. To seek accuracy. Next, based on the most accurate analysis result in each regression analysis method, the combination of the metric measurement item and the regression coefficient used thereafter is determined (S114). Next, in the process S12 of setting the parameters of each quality estimation value calculation method, the process S12 is performed for each of the plurality of candidate quality estimation value calculation methods.
From the combination of the metric measurement item and the regression coefficient obtained in 11, the numerical values of the parameters used in each calculation method such as the weighting W i and q i (x) in the above calculation method (Equation 3) are set (S121, S12
2, S123). Then, in the selection process S13 of the quality estimation value calculation method used for the actual quality evaluation, first, the quality can be compared from the program source code stored in the program version management means 2 based on, for example, the number of detected defects. A plurality of past program source codes are selected (S131), and a quality estimation value is calculated for each program source code for each of a plurality of candidate quality estimation value calculation methods, and the result and each program source are calculated. Each calculation method is evaluated by comparing it with the actual quality of the code (S132, S133, S134, S
135), based on the evaluation result, one or several kinds of quality estimation value calculation methods used for actual quality estimation are designated (S).
136). The quality estimation value calculation method designated by the above processing is the designated quality estimation value calculation rule. The process S1
As an evaluation of the quality estimation value calculation method performed in step 34, for example, the order of the program source code that is determined to be good in quality determined from the quality estimation value is obtained, and is determined as the order in which the actual quality is good (for example, the order in which there are few defects). The comparison may be performed and the degree of coincidence between the two may be digitized as a correlation coefficient between the two using statistical knowledge, or another method may be used.

【0088】上記選定処理S10は比較的複雑な処理と
なる可能性があるが、基本的に自動的に実行することが
可能であり、またプログラム開発作業が始まるときに以
前のプログラム開発作業の結果に基づいて行い、その後
は必要に応じて品質推定値の精度が下がってきた段階で
再計算するようにすればよいため、その実施頻度は十分
に少なくすることができ、プログラム開発作業全体に対
して大きな作業負荷となるものではないように運用でき
る。これにより不正確な品質推定値算出方法を用いつづ
けることにより誤った品質推定値を用いてしまい作業効
率が向上しづらくなるといった状況の発生を回避でき
る。なお品質推定値の精度の検証は、前述の品質推定値
算出方法の評価で行ったのと同様の処理、すなわち例え
ば検出した不具合数などにより品質の比較が可能な過去
の複数のプログラムソースコードを選定し、それぞれの
ソースコードに対し品質推定値を求め、品質推定値と実
際の品質の両者を比較することで行えばよい。
Although the selection process S10 may be a relatively complicated process, it can basically be automatically executed, and when the program development work is started, the result of the previous program development work is Since it is necessary to recalculate the quality estimation value when the accuracy of the quality estimation value has deteriorated, it is possible to reduce the frequency of execution sufficiently, and It can be operated so that it does not become a large workload. As a result, it is possible to avoid a situation in which an incorrect quality estimation value is used by continuing to use an inaccurate quality estimation value calculation method, which makes it difficult to improve work efficiency. Note that the verification of the accuracy of the quality estimation value is performed by the same processing as that performed in the evaluation of the quality estimation value calculation method described above, that is, by using a plurality of past program source codes capable of comparing the quality by the number of detected defects, for example. It suffices to select it, obtain a quality estimation value for each source code, and compare both the quality estimation value and the actual quality.

【0089】なお上記重回帰分析を行うことにより品質
推定値算出方法を設定した場合、その解析の過程で用い
たモデルは、すなわちメトリックス差分値ΔMiから検
出する不具合数Fを推定できる計算式となるので、品質
推定手段5が作業ガイド提示手段6を用いて、品質推定
の検討対象のプログラムソースコードをその品質推定値
の悪い順にプログラム開発者に提示する際には、合せて
推定される不具合数Fを提示するようにしてもよい。こ
の場合、プログラム開発者は作業ガイド提示手段6で提
示された順番と品質推定値のほかに推定された不具合数
Fも考慮して、プログラムソースコードに対する作業の
実施順番と対策内容を検討することができ、対策の実施
効率の向上を図ることができる。さらにプログラム開発
者は、推定された不具合数Fを不具合の検出と処置作業
の終了の目安として用いることができるため、不要な作
業を減らすことができ、作業効率の向上が図れる。
When the quality estimation value calculation method is set by performing the above multiple regression analysis, the model used in the process of the analysis is a calculation formula capable of estimating the number of defects F detected from the metric difference value ΔM i. Therefore, when the quality estimating means 5 uses the work guide presenting means 6 to present the program source code to be examined for quality estimation to the program developer in the order of the quality estimation value, the defect is also estimated. The number F may be presented. In this case, the program developer considers the number of defects F estimated in addition to the order presented by the work guide presenting means 6 and the quality estimation value, and considers the order of implementation of the work for the program source code and the content of measures. Therefore, the implementation efficiency of the measures can be improved. Further, since the program developer can use the estimated number of defects F as a guide for detecting defects and ending the treatment work, unnecessary work can be reduced and work efficiency can be improved.

【0090】また上記では、品質推定値算出方法を設定
するための重回帰分析(数4)において、目的変数Fと
して検出された不具合数を用いたが、これは品質に関連
した他の数値化可能なパラメータ、たとえば不具合検出
に要した試験数ないしその工数、あるいは検出した不具
合の処置に要した工数などを用いても良く、それぞれ同
様の効果を得ることができる。
In the above, the number of defects detected as the objective variable F was used in the multiple regression analysis (Equation 4) for setting the quality estimation value calculation method, but this is another numerical value related to quality. Possible parameters, such as the number of tests or man-hours required for defect detection, or the man-hour required for treatment of detected defects, may be used, and similar effects can be obtained.

【0091】あるいはこれら複数の異なるパラメータを
目的変数としてそれぞれに重回帰分析を行うことで、い
ろいろな基準から回帰係数αi、すなわち測定項目iの
差分値と品質の相関を示す係数を導出するようにしても
よい。この場合、高い精度が得られたパラメータに関す
る回帰係数を用いたり、あるいは複数の回帰係数を用い
ることで、測定項目iが品質に与える重み付けを総合的
に評価、設定することができ、品質推定値の精度の向上
を図ることができる。
Alternatively, the regression coefficient α i , that is, the coefficient indicating the correlation between the difference value of the measurement item i and the quality is derived from various criteria by performing multiple regression analysis on each of these plural different parameters as the objective variables. You may In this case, the weighting given to the quality by the measurement item i can be comprehensively evaluated and set by using the regression coefficient for the parameter for which high accuracy is obtained or by using a plurality of regression coefficients. The accuracy of can be improved.

【0092】あるいはこれら複数の異なるパラメータを
目的変数としてそれぞれに重回帰分析を行った結果から
複数の品質推定値算出方法を設定し、品質推定手段5は
それらを併用するように動作しても良い。この場合プロ
グラム開発作業者に対する示唆の内容を充実することが
でき、対策の実施効率の向上が図れる。さらに前述の不
具合数Fを用いた場合と同様、重回帰分析を行ったそれ
ぞれのパラメータは、その値をメトリックス差分値から
推定できるようになるため、各パラメータに対するそれ
ぞれの推定値を作業ガイド提示手段6で併記して表示す
るようにしてもよい。これらの推定値は前述の不具合数
Fの推定値と同様、実施すべき処置作業を終えるための
目安として用いることができるため、不要な作業を減ら
すことができ、作業効率の向上が図れる。
Alternatively, a plurality of quality estimation value calculation methods may be set based on the results of multiple regression analysis using these plurality of different parameters as objective variables, and the quality estimation means 5 may operate to use them in combination. . In this case, the content of suggestions to the program developer can be enhanced, and the implementation efficiency of the measures can be improved. Further, as in the case of using the number of defects F described above, the values of the respective parameters subjected to the multiple regression analysis can be estimated from the metric difference values, so that the respective estimated values for the respective parameters are provided as work guide presenting means. You may make it display by adding 6 together. Since these estimated values can be used as a guide for finishing the treatment work to be performed, like the above-described estimated value of the defect number F, unnecessary work can be reduced and work efficiency can be improved.

【0093】また複数の品質推定値を併用する場合で
は、品質が悪いと推定された品質推定値の種類によって
作業ガイド提示手段6で適切な作業ガイドを選択して提
示することも可能である。例えば検出不具合数の面で品
質が悪いと推定された場合は検出作業に重点をおくよう
に示唆し、不具合処置工数の面で品質が悪い、すなわち
不具合処置工数が長くなると推定された場合は、ソース
コードレビューにより複数人での不具合処置を行うよう
示唆する、といったように動作しても良い。これによ
り、やはりプログラム開発作業者に対する示唆の内容を
充実することができ、対策の実施効率の向上が図れる。
When a plurality of quality estimation values are used together, the work guide presenting means 6 can select and present an appropriate work guide according to the type of quality estimation value estimated to be of poor quality. For example, if it is estimated that the quality is poor in terms of the number of detected defects, it is suggested to focus on the detection work. It may be operated such as suggesting that the source code review should perform the trouble handling by a plurality of people. As a result, the contents of suggestions to the program developer can be enhanced, and the implementation efficiency of the measures can be improved.

【0094】また上記では、プログラムソースコードに
対する品質推定値算出方法を求める際に、版の改訂原因
となったプログラム開発作業の内容を考慮せずに各版を
取り扱ったが、これは例えばその改訂原因に応じて区別
して品質推定値算出方法を求め用いるようにしても良
い。これは例えば、プログラム版管理手段2が保持する
改訂時のコメントといった版付属情報を元に、機能実現
(機能拡張)による版の改訂と、プログラムレビューに
よる版の改訂、そして不具合処置による版の改訂を区別
し、そのそれぞれについて同じ作業内容に伴い改訂され
たプログラムソースコードの版を用いて品質推定値算出
方法を求めるようにし、品質推定値算出方法保持手段7
は、改訂原因ごとに品質推定値算出方法を分析して複数
の品質推定値算出方法を保持する。またプログラムソー
スコードの品質推定値の算出の際には、品質推定手段5
は、対象となる版の改訂原因となった作業内容に対応し
た品質推定値算出方法を用いるように動作する。このよ
うに動作することで、各プログラムソースコードに対す
るメトリックス値の差分(変動)の散らばり具合が、版
改訂の原因となった作業内容に配慮せずにプログラムソ
ースコードの版全体を一括して取り扱う場合よりも小さ
くなることが期待でき、品質推定の精度の向上が期待で
きる。
Also, in the above, when obtaining the quality estimation value calculation method for the program source code, each version was handled without considering the contents of the program development work that caused the revision of the version. The quality estimation value calculation method may be determined and used according to the cause. This is, for example, based on version attached information such as a comment at the time of revision held by the program version management means 2, revision of the version by function realization (function extension), revision of the version by program review, and revision of the version by fault correction. The quality estimation value calculation method is determined by using the version of the program source code revised according to the same work content for each of them, and the quality estimation value calculation method holding unit 7
Holds a plurality of quality estimation value calculation methods by analyzing the quality estimation value calculation method for each revision cause. When calculating the quality estimation value of the program source code, the quality estimation means 5
Operates to use a quality estimation value calculation method corresponding to the work content that has caused the revision of the target version. By operating in this way, the distribution of differences (variations) in the metric values for each program source code is handled as a whole without considering the work content that caused the revision of the version. It can be expected to be smaller than that in the case, and improvement in the accuracy of quality estimation can be expected.

【0095】また上記では、プログラムソースコードと
して、プログラム版管理手段2に保持されているプログ
ラムソースコードを一括して取り扱うように動作した
が、品質推定手段5は、各改訂プログラム群の各プログ
ラムソースコードを、そのメトリックス値の傾向が異な
るいくつかのグループに分け、あるプログラムソースコ
ードに関する評価を行ったりまた品質推定値算出方法を
設定する場合は、そのプログラムソースコードが属する
グループ内のプログラムソースコードに閉じて前述の処
理を行うように動作しても良い。例えば、品質推定の対
象となるプログラムソースコードと同じグループに属す
るプログラムソースコードに対して図5に示すS11〜
S12の処理を行ってグループごとの品質推定値算出方
法を設定することができる。また、このようにして設定
した品質推定値算出方法を用いて、品質推定手段5は品
質推定対象のプログラムソースコードの品質推定値を算
出することができる。この場合グループ内の各プログラ
ムソースコードに対するメトリックス値の散らばり具合
が、プログラムソースコード全体を一括して取り扱う場
合よりも小さくなるため、品質推定の精度が向上すると
いう効果が得られる。
In the above, the program source code stored in the program version management means 2 is handled as a program source code, but the quality estimating means 5 operates as a program source code of each revised program group. If the code is divided into several groups with different tendencies of the metric values, and if you want to evaluate a certain program source code or set the quality estimation value calculation method, the program source code in the group to which the program source code belongs You may operate so that it may be closed and the above-mentioned process may be performed. For example, S11 to S11 shown in FIG. 5 for the program source code belonging to the same group as the program source code to be quality estimated.
The process of S12 can be performed to set the quality estimation value calculation method for each group. Further, the quality estimation means 5 can calculate the quality estimation value of the program source code of the quality estimation target by using the quality estimation value calculation method set in this way. In this case, the degree of dispersion of the metric values for each program source code in the group is smaller than that in the case where the entire program source code is handled collectively, so that the accuracy of quality estimation is improved.

【0096】プログラムソースコードのグループの分け
方としては、例えばプログラムソースコードが実現する
機能(グラフィックユーザインタフェース、データベー
スアクセス、状態遷移処理、数値演算など)の違いに着
目して分類する方法がある。あるいはプログラムソース
コードの作成者毎にグループ分けを行っても良い。さら
にプログラムソースコードのメトリックス値を元に統計
学の知識を用いてクラスタ分析を行い、その結果有意に
分離できるグループを用いるようにしても良い。クラス
タ分析を用いる手法では、メトリックス値の類似度を統
計学的に厳密に評価できるため、精度向上の効果がより
高まることが期待できる。なお分類のためのメトリック
ス値を測定する時のプログラムソースコードの版は、例
えばアセンブラやコンパイラによって検出した文法上の
誤りを処置した段階、あるいは一回目の動作確認で検出
した不具合の処置が終わった段階といった、プログラム
開発作業上の同じ契機に該当する版で統一するほうが、
分類をより効果的に行える可能性を高められる。
As a method of dividing the program source code groups, for example, there is a method of focusing on the difference in the functions (graphic user interface, database access, state transition processing, numerical operation, etc.) realized by the program source code. Alternatively, the creators of the program source code may be divided into groups. Further, cluster analysis may be performed using statistical knowledge based on the metric values of the program source code, and as a result, groups that can be significantly separated may be used. In the method using cluster analysis, the degree of similarity of the metric values can be evaluated statistically exactly, and therefore the effect of accuracy improvement can be expected to be further enhanced. Note that the version of the program source code when measuring the metrics value for classification is, for example, the stage where the grammatical error detected by the assembler or compiler has been corrected, or the defect detected during the first operation check has been completed. It is better to unify the versions that correspond to the same trigger in program development work, such as stages
The possibility of more effective classification can be increased.

【0097】プログラム版管理手段2に保持されている
プログラムソースコードを一括して取り扱うことによっ
て得た品質推定値算出方法と、グループに分けて各グル
ープ毎に得た品質推定値算出方法は、それぞれがメトリ
ックス測定項目と品質推定値の相関を示す情報とみなす
ことができるので、その両者を比較することで、品質推
定値に対するメトリックス測定項目の影響の違いを得る
ことができ、これによりグループに固有の特性を抽出す
ることができる。特に作成者毎にグループ分けを行った
場合、作成者に依存した特性が抽出でき、例えば特定の
作成者は全体的な傾向より特定のメトリックス測定項目
と品質推定値の相関が高いといった作業ガイド提示上有
用な情報が得られる可能性がある。このため、品質推定
手段5は、プログラム版管理手段2に保持されているプ
ログラムソースコードを一括して取り扱うことによって
第1の品質推定値算出方法を得て、また個別の作成者に
対応したプログラムソースコードのみを用いて第2の品
質推定値算出方法を得て、両者を比較することで作成者
に応じた品質推定値に対するメトリックス測定項目の影
響の違いを得て、同情報を作業ガイド提示手段6に渡
し、作業ガイド提示手段6では、品質推定手段5から渡
された同情報を元に、作成者の特性の違いに配慮した適
切なガイドを選定して提示するように動作しても良く、
この場合、提示する作業ガイドの効果を高め、作業の効
率をより向上することができる。
The quality estimation value calculation method obtained by collectively handling the program source code held in the program version management means 2 and the quality estimation value calculation method obtained by dividing each group into groups are as follows. Can be regarded as the information indicating the correlation between the metric measurement item and the quality estimation value, and by comparing the two, it is possible to obtain the difference in the influence of the metric measurement item on the quality estimation value. The characteristics of can be extracted. Especially when grouping by creator, characteristics that depend on the creator can be extracted. For example, a work guide is presented in which a specific creator has a higher correlation between a specific metric measurement item and a quality estimate than the overall tendency. The above information may be useful. Therefore, the quality estimation means 5 obtains the first quality estimation value calculation method by collectively handling the program source code held in the program version management means 2, and the program corresponding to the individual creator. A second quality estimation value calculation method was obtained using only the source code, and by comparing the two, the effect of the metrics measurement items on the quality estimation value depending on the creator was obtained, and the same information was presented as a work guide. Even if the work guide presenting means 6 operates to select and present an appropriate guide in consideration of the difference in characteristics of the creator based on the same information passed from the quality estimating means 5. well,
In this case, the effect of the presented work guide can be enhanced, and the work efficiency can be further improved.

【0098】なおプログラムソースコードをグループに
分けて取り扱う場合は、前述の品質評価方法に代えて、
以下に示す品質評価方法を用いることも可能である。本
品質評価方法を図6を用いて説明する。図6は本品質評
価方法の概念を説明する説明図である。
When the program source code is divided into groups and handled, instead of the quality evaluation method described above,
It is also possible to use the quality evaluation method shown below. This quality evaluation method will be described with reference to FIG. FIG. 6 is an explanatory diagram for explaining the concept of this quality evaluation method.

【0099】本品質評価方法では、事前準備としてまず
プログラムソースコードのグループ化とグループごとの
代表点の算出を行う。グループ化では、まずプログラム
版管理手段2が保持するプログラムソースコードのう
ち、改訂時のコメントといった版付属情報をもとに、あ
るいは別途管理されている版毎の障害情報をもとに、品
質の良いと判断できる複数のプログラムソースコードの
版(例えば過去のプログラム開発作業で開発したプログ
ラムソースコードのうち不具合処置が一通り終わった後
の版)をプログラム指定手段10が、比較対象のプログ
ラムソースコードとして指定し、品質推定手段5は、そ
れぞれに対しメトリックス測定手段4を用いてメトリッ
クス値を測定する。そして品質推定手段5は、測定した
メトリックス値を元にクラスタ分析を用いてプログラム
ソースコードのグループ化を行い、また有意なメトリッ
クス測定項目1〜nを選定し、またその重み付けW1
nを設定する。重み付けはW1〜Wnは、既に説明した
のと同じ方法、すなわち目的変数F、説明変数ΔMi、誤
差εの下記線形モデルを用いる。
In this quality evaluation method, first, as a preparation, the program source codes are grouped and representative points are calculated for each group. In grouping, the quality of the program source code stored in the program version management means 2 is first determined based on version-related information such as a comment at the time of revision or separately managed failure information for each version. The program designating means 10 compares the plurality of program source code versions that can be judged to be good (for example, the version of the program source code developed in the past program development work after all the troubles have been dealt with) by the program source code to be compared. , And the quality estimating means 5 measures the metric value using the metric measuring means 4 for each. Then, the quality estimating means 5 groups the program source codes by using cluster analysis based on the measured metric values, selects significant metric measurement items 1 to n, and weights W 1 to
Set W n . For weighting, W 1 to W n use the same method as described above, that is, the following linear model of the objective variable F, the explanatory variable ΔM i , and the error ε.

【0100】[0100]

【数6】 [Equation 6]

【0101】すなわち、上記線形モデルに目的変数を不
具合の数、説明変数ΔMiをメトリックス測定項目i
(i=1〜n)のメトリックス差分値として重回帰分析
を行い、得た回帰係数α0…αnを元に、Wi=αiとして
定める。なおこのとき回帰係数αiの絶対値が他に比べ
十分小さい場合は、前述同様対応するメトリックス測定
項目iをメトリックス測定対象から省いても良い。
That is, in the above linear model, the objective variable is the number of defects, and the explanatory variable ΔM i is the metric measurement item i.
Multiple regression analysis is performed as a metric difference value of (i = 1 to n), and W i = α i is determined based on the obtained regression coefficient α 0 ... α n . At this time, if the absolute value of the regression coefficient α i is sufficiently smaller than the others, the corresponding metric measurement item i may be omitted from the metric measurement target as described above.

【0102】尺度となるn個のメトリックス測定項目を
定めたことにより、品質推定の対象となるプログラムソ
ースコード及び比較対象のプログラムソースコードは、
その各メトリックス測定項目のメトリックス値で定ま
る、各メトリックス測定項目を座標軸としたn次元品質
測定空間(品質評価座標)上の1点に対応付けられる。
このとき空間内での各軸に沿った距離を補正するため、
メトリックス測定項目iの測定値Miは重み付けWiを用
いて、 M’i=Wi・Mi と変数変換して、このM’iを用いて品質推定手段5は
各点の空間内の座標位置を定める。そして例えば各グル
ープに属するプログラムソースコードの95%を含む球
の中心点として各グループの代表点(比較対象座標位
置)を定める。なお、この品質測定空間は、品質推定手
段5が保有している。
By defining n metric measurement items as a scale, the program source code to be quality-estimated and the program source code to be compared are:
It is associated with one point on the n-dimensional quality measurement space (quality evaluation coordinates) with each metric measurement item as a coordinate axis, which is determined by the metric value of each metric measurement item.
At this time, in order to correct the distance along each axis in space,
The measured value M i of metrics measurement item i with weights W i, M 'i = W i · M i and with variable transformation, the M' quality estimation unit 5 using the i is in the space of each point Determine the coordinate position. Then, for example, a representative point (comparison target coordinate position) of each group is set as the center point of a sphere containing 95% of the program source code belonging to each group. The quality estimating space is held by the quality estimating means 5.

【0103】図6は、メトリックス測定項目として2つ
の測定項目1、2を用いた場合の品質測定空間と上記処
理の結果の例を示す図である。本図では、検討対象のプ
ログラムソースコード、即ち品質推定対象のプログラム
ソースコードを示す点が中央に示されている。また、多
数の白点は比較対象のプログラムソースコードの各々に
対応する点であり、本例ではクラスタ分析の結果2つの
グループA、Bに分類されている。黒点は各グループ
A、Bそれぞれの代表点を示す。また点線の円は各グル
ープA、Bそれぞれについて、その代表点を中心にグル
ープに属するプログラムソースコード(クラスタ分析に
用いたプログラムソースコード)のうち95%を内包す
る円(2次元空間内の球)を示す。
FIG. 6 is a diagram showing an example of the quality measurement space and the result of the above processing when two measurement items 1 and 2 are used as metrics measurement items. In the figure, the point indicating the program source code to be examined, that is, the program source code to be quality estimated is shown in the center. Further, a large number of white dots are points corresponding to respective program source codes to be compared, and in this example, they are classified into two groups A and B as a result of cluster analysis. Black dots indicate representative points of each of the groups A and B. The dotted circle is a circle (sphere in the two-dimensional space) that contains 95% of the program source code (program source code used for the cluster analysis) belonging to the group centering on the representative point of each group A and B. ) Is shown.

【0104】次に本評価方法に基づくプログラムソース
コードに対する品質推定値算出方法について説明する。
以下では図6と対応付けるためメトリックス測定項目と
して2つの測定項目1、2を用いた場合での例を示す
が、これは一般にn個のメトリックス測定項目を用いた
n次元空間でも同様である。
Next, a method of calculating a quality estimation value for a program source code based on this evaluation method will be described.
In the following, an example in which two measurement items 1 and 2 are used as the metric measurement items will be shown in association with FIG.

【0105】検討対象とするプログラムソースコード
は、そのメトリックス値M1、M2により空間内の座標
(M’1、M’2)=(W1・M1、W2・M2)に位置する
点(図中の大きな白点)として対応付けられるので、ま
ずこの点と各グループA、Bの代表点との空間内の距離
を求め、もっとも近い代表点を選定する(本図ではグル
ープAの代表点を選定)。そして検討対象のプログラム
ソースコードに対応する点ともっとも近いグループAの
代表点との距離を、本プログラムソースコードの品質推
定値とする。本方法では、グループの代表点は品質の良
いプログラムソースコードの代表であるため、距離が長
いほうが品質が悪い、すなわち品質推定値が大きいほう
が品質が悪いとして、品質推定手段5は、プログラムソ
ースコードの品質を評価する。メトリックス差分値やプ
ログラムソースコードの差異に対するメトリックス値
が、品質の変化に対する推定を表しているのに対し、プ
ログラムソースコードの差異に対応する点とグループの
代表点との距離は品質そのものに対する推定を表すこと
になり、品質評価においてより直接的な指針を得ること
ができる。すなわち、プログラム開発作業者に対し対策
の優先度としてより適切な指針を示すことで、対策の実
施効率の向上を図ることができる。また、グループ化を
品質測定空間上の距離に基づいて行うことは、プログラ
ム開発作業者にとって比較対象とする代表点や品質推定
値の位置づけが直感的にわかりやすく、これにより求め
た品質推定値やそれから示唆されるガイドに対する心理
的抵抗・反発が少なくなるという効果を期待することが
できる。
The program source code to be examined is located at the coordinates (M ′ 1 , M ′ 2 ) in the space = (W 1 · M 1 , W 2 · M 2 ) according to its metric values M 1 and M 2. Points (large white points in the figure), the distance between this point and the representative point of each group A and B in the space is first obtained, and the closest representative point is selected (group A in this figure). Select the representative point of). Then, the distance between the point corresponding to the program source code to be examined and the representative point of the closest group A is set as the quality estimated value of this program source code. In this method, since the representative point of the group is the representative of the program source code of good quality, the quality is worse as the distance is longer, that is, the quality estimation value is larger as the quality estimation value is larger. Evaluate the quality of. While the metric difference value or the metric value for the difference in the program source code represents the estimation for the change in quality, the distance between the point corresponding to the difference in the program source code and the representative point of the group is the estimation for the quality itself. As a result, it is possible to obtain more direct guidance in quality evaluation. That is, it is possible to improve the implementation efficiency of the measures by giving the program development worker a guideline more appropriate as the priority of the measures. In addition, performing grouping based on the distance in the quality measurement space makes it easy for the program developer to intuitively understand the positions of representative points and quality estimation values to be compared, and the quality estimation values and It can be expected that the psychological resistance and repulsion to the suggested guide will be reduced.

【0106】あるいは、品質推定値としては検討対象と
するプログラムソースコードの点とグループの代表点と
間の距離に代え、メトリックス差分値(改訂前のメトリ
ックス値と改訂後のメトリックス値の差分)が示す空間
上のベクトルΔと、改訂前のメトリックス値とグループ
の代表点のメトリックス値の差分から得られるベクトル
Dに基づいて品質推定値を求めても良い。この場合品質
推定値は、すなわちメトリックス差分値のベクトルΔの
長さLΔと、メトリックス差分値のベクトルΔのうち改
訂前のメトリックス値とグループの代表点のメトリック
ス値の差分から得られるベクトルDの方向に対する成分
の長さLD・Δの組として得ることができる。
Alternatively, as the quality estimation value, a metric difference value (difference between the metric value before revision and the metric value after revision) is used instead of the distance between the point of the program source code to be considered and the representative point of the group. The quality estimation value may be obtained based on the vector Δ on the space shown and the vector D obtained from the difference between the metric value before revision and the metric value of the representative point of the group. In this case, the quality estimation value is the length L Δ of the vector Δ of the metric difference value, and the vector D obtained from the difference between the metric value before revision of the metric difference value vector Δ and the metric value of the representative point of the group. It can be obtained as a set of component lengths L D · Δ with respect to the direction.

【0107】[0107]

【数7】 [Equation 7]

【0108】ただし、品質推定値のLΔは改訂に伴う作
業量に対応する数値であり、LD・Δは作業の中で品質の
改善に向かった効果に対応する数値としてみなすことが
でき(正の場合品質向上、負の場合品質低下)、両者の
値を元に品質推定手段5はプログラムソースコードの品
質を評価する。また作業ガイド提示手段6は両者の値を
基づき、例えばLD・Δが小さくLΔが大きい場合は品質
の変動として測定できない作業が多く実施されたとして
検証作業の強化を促すといったように、適切なガイドを
提示するように動作することが可能である。この方法で
は、品質の変動として測定できない作業が実施されたこ
とを推定することができるため、不適切な作業が実施さ
れている可能性があるとして検証作業の強化を促すガイ
ドを提示したり、あるいは実施した作業内容自体の見直
しを促すガイドを提示することができ、これによりプロ
グラム開発作業者に対する示唆の内容を充実することが
でき、対策の実施効率の向上が図れる。また、グループ
化を品質測定空間上の距離に基づいて行うことは、プロ
グラム開発作業者にとって比較対象とする代表点や品質
推定値の位置づけが直感的にわかりやすく、これにより
求めた品質推定値やそれから示唆されるガイドに対する
心理的抵抗・反発が少なくなるという効果を期待するこ
とができる。
However, L Δ of the quality estimation value is a numerical value corresponding to the amount of work involved in revision, and L D · Δ can be regarded as a numerical value corresponding to the effect of improving the quality in the work ( The quality estimating means 5 evaluates the quality of the program source code on the basis of the values of both (if the value is positive, the quality is improved, and if the value is negative, the quality is decreased). Further, the work guide presenting means 6 is appropriate based on the values of both, for example, in the case where L D · Δ is small and L Δ is large, it is assumed that a lot of work that cannot be measured as a change in quality has been carried out and the verification work is reinforced. It is possible to operate to present various guides. With this method, it is possible to infer that work that cannot be measured as a change in quality has been performed, so we suggest a guide that strengthens the verification work as it is possible that inappropriate work is being performed, Alternatively, it is possible to present a guide that prompts the review of the work content itself that has been carried out, whereby the content of suggestions to the program development worker can be enhanced, and the implementation efficiency of the measures can be improved. In addition, performing grouping based on the distance in the quality measurement space makes it easy for the program developer to intuitively understand the positions of representative points and quality estimation values to be compared, and the quality estimation values and It can be expected that the psychological resistance and repulsion to the suggested guide will be reduced.

【0109】なお上記で、用いるメトリックス測定項目
のいくつかにおいて、互いに相関が強く空間の座標軸と
して用いるのに適切な相互独立性が得られないメトリッ
クス測定項目がある場合は、そのうちの主要な項目で代
表させて用いても良く、また統計学の手法の1つである
主成分分析を用いて、メトリックス測定項目を互いに無
相関な合成変数に要約し、該合成変数を空間の座標軸と
して用いるようにしても良い。これにより空間内の測定
点の分布の偏りが少なくなり、品質評価の精度が上がる
という効果が得られる。
In the above, some of the metric measurement items to be used have a strong correlation with each other, and if there is a metric measurement item that does not provide mutual independence suitable for use as a coordinate axis of a space, if there is a metric measurement item, the main item is It may be used as a representative, or by using principal component analysis, which is one of the statistical methods, the metrics measurement items are summarized into synthetic variables that are uncorrelated with each other, and the synthetic variables are used as coordinate axes of the space. May be. As a result, the deviation of the distribution of the measurement points in the space is reduced, and the effect of improving the accuracy of quality evaluation can be obtained.

【0110】また上記では、比較対象とするグループの
代表点の選定方法として、検査対象のプログラムソース
コードに対応する点にもっとも距離の近い代表点を選定
するようにしたが、これは他の方法、例えば既に行われ
たプログラムソースコードの改訂に対しそれぞれのメト
リックス値に対応する点(M1j、...Mnj)(jは版
管理番号)を品質評価空間上でプロットし、その変化の
様子(各差分ベクトルの大まかな方向)から、将来の版
に対応する点が存在するであろう方向を推測し、該方向
に存在する間近のグループの代表点を比較対象のグルー
プの代表点に選定するという方法を用いても良い。本方
法を採用した場合、例えば図6の例では、検査対象を表
す点に最も近い代表点はグループAの代表点であるが、
変化の様子(メトリックス差分値のベクトル)からはグ
ループBの方向へ進むと推測できるため、比較する代表
点としてグループBの代表点を選定することとなる。ま
た上記では、グループの代表点を1つ選定して処理を行
ったが、これはすべての代表点について処理を行うよう
にしても良い。また事前準備として行うグループ化にお
いて、クラスタ分析によって明確に分離可能なグループ
が得られなかった場合は、全体を1つのグループとして
取り扱って処理を行っても良い。また上記品質推定値算
出方法と他の品質推定値算出方法を併用してもよい。こ
の方法では、単にある瞬間で近い代表点ではなく、過去
からの改訂の様子を踏まえて適切な代表点を選択するこ
とができるため、得られる品質推定値の精度が向上し、
よってプログラム開発作業者に対しより適切な指針を提
示できるようになり、対策の実施効率の向上を高めるこ
とができる。また、グループ化を品質測定空間上の距離
に基づいて行うことは、プログラム開発作業者にとって
比較対象とする代表点や品質推定値の位置づけが直感的
にわかりやすく、これにより求めた品質推定値やそれか
ら示唆されるガイドに対する心理的抵抗・反発が少なく
なるという効果を期待することができる。
Further, in the above, as the method of selecting the representative point of the group to be compared, the representative point having the closest distance to the point corresponding to the program source code of the inspection object is selected. , For example, the points (M 1j , ... M nj ) (j is the version control number) corresponding to each metric value are plotted on the quality evaluation space for the revision of the program source code that has already been performed, and the change From the state (rough direction of each difference vector), the direction in which the point corresponding to the future version is likely to exist is inferred, and the representative point of the immediate group existing in that direction is set as the representative point of the comparison target group. You may use the method of selecting. When this method is adopted, for example, in the example of FIG. 6, the representative point closest to the point representing the inspection target is the representative point of group A,
From the state of change (vector of metric difference value), it can be inferred that the process proceeds in the direction of group B, so the representative point of group B is selected as the representative point for comparison. Further, in the above description, one representative point of the group is selected and the processing is performed, but this may be performed for all the representative points. In addition, in the grouping performed as a preliminary preparation, if a group that can be clearly separated is not obtained by the cluster analysis, the whole may be treated as one group and processed. Further, the above-described quality estimation value calculation method may be used in combination with another quality estimation value calculation method. With this method, it is possible to select an appropriate representative point based on the state of revision from the past, rather than just a representative point at a certain moment, so the accuracy of the obtained quality estimation value improves,
Therefore, it becomes possible to present more appropriate guidelines to the program development worker, and it is possible to improve the efficiency of implementing the measures. In addition, performing grouping based on the distance in the quality measurement space makes it easy for the program developer to intuitively understand the positions of representative points and quality estimation values to be compared, and the quality estimation values and It can be expected that the psychological resistance and repulsion to the suggested guide will be reduced.

【0111】実施の形態3.図7はこの発明の第3の実
施の形態に係るプログラム品質管理支援装置1の構成を
示す構成図である。図7が示すように、本形態に係るプ
ログラム品質管理支援装置1は、プログラム版管理手段
2、メトリックス測定手段4、品質推定手段5、作業ガ
イド提示手段6、メトリックス測定情報蓄積手段8、プ
ログラム指定手段10から構成される。
Third Embodiment FIG. 7 is a configuration diagram showing the configuration of the program quality management support device 1 according to the third embodiment of the present invention. As shown in FIG. 7, the program quality management support apparatus 1 according to the present embodiment includes a program version management unit 2, a metrics measurement unit 4, a quality estimation unit 5, a work guide presentation unit 6, a metrics measurement information storage unit 8, and a program designation. It comprises means 10.

【0112】本実施の形態において、プログラム版管理
手段2の動作は第1の実施の形態と同じであるためその
説明を省略する。
In the present embodiment, the operation of the program version management means 2 is the same as that of the first embodiment, so its explanation is omitted.

【0113】メトリックス測定手段4は、第1の実施の
形態と同様に、品質の検討対象となる一連のプログラム
ソースコードに対して、プログラム版管理手段2を用い
てそのそれぞれの最新のプログラムソースコード(改訂
後のプログラムソースコード)と、そのプログラムソー
スコードの以前の版(改訂前のプログラムソースコー
ド)を得て、それぞれのあらかじめ定められた複数の項
目についてメトリックス値を求め、改訂前及び改訂後の
プログラムソースコードについて、それぞれの識別情報
(名称)、版管理番号、そして測定したメトリックス値
と対応させ、メトリックス測定情報蓄積手段8(メトリ
ックス値測定結果記憶手段)に登録、蓄積する。なお、
改訂前のプログラムソースコードが複数ある場合は、複
数のプログラムソースコードのそれぞれについてメトリ
ックス値を求め、それぞれのメトリックス値を登録、蓄
積する。
As in the first embodiment, the metrics measuring means 4 uses the program version managing means 2 to update the latest program source code of a series of program source codes subject to quality examination. Obtain the (revised program source code) and the previous version (pre-revised program source code) of that program source code, and obtain the metric values for each of a plurality of predetermined items. The program source code is registered and stored in the metrics measurement information storage means 8 (metrics value measurement result storage means) in association with each identification information (name), version management number, and measured metrics value. In addition,
When there are a plurality of program source codes before revision, a metric value is obtained for each of the plurality of program source codes, and each metric value is registered and accumulated.

【0114】次に、プログラム指定手段10が、品質推
定の対象となるプログラムソースコード及び比較対象と
なるプログラムソースコードを指定する。品質推定手段
5は、品質推定の対象となるプログラムソースコードに
対応するメトリックス値と比較対象となるプログラムソ
ースコードに対応するメトリックス値を、プログラムソ
ースコードの識別情報(名称)と版管理番号を元にメト
リックス測定情報蓄積手段8から検索し、そのそれぞれ
の値を得る。なおこのとき該当する版管理番号に対する
メトリックス値がまだ蓄積されていなければ、メトリッ
クス測定情報蓄積手段8を経由してメトリックス測定手
段4に対し、該当する版のプログラムソースコードに関
するメトリックス値の測定を行うよう促し、メトリック
ス測定手段4はプログラム版管理手段2を用いて該当す
る版のプログラムソースコードを得て、そのメトリック
ス値を測定し、メトリックス測定情報蓄積手段8に登録
し、これにより品質推定手段5は必要なメトリックス値
を得る。
Next, the program designating means 10 designates a program source code to be a quality estimation target and a program source code to be a comparison target. The quality estimating means 5 determines the metrics value corresponding to the program source code to be quality estimated and the metrics value corresponding to the program source code to be compared based on the identification information (name) and the version control number of the program source code. Then, the metrics measurement information storage means 8 is searched to obtain the respective values. At this time, if the metric value for the corresponding version management number has not been accumulated yet, the metric value relating to the program source code of the relevant version is measured by the metric measuring means 4 via the metric measurement information accumulating means 8. The metric measuring means 4 obtains the program source code of the corresponding version using the program version managing means 2, measures the metric value thereof, and registers it in the metric measurement information accumulating means 8, whereby the quality estimating means 5 is obtained. Gets the required metric values.

【0115】その後、品質推定手段5は、メトリックス
測定情報蓄積手段8から得た品質推定対象のプログラム
ソースコードのメトリックス値と比較対象のプログラム
ソースコードのメトリックス値を元に、第1の実施の形
態と同様に、各メトリックスの項目ごとにメトリックス
値の差分(メトリックス差分値)を求め、そのメトリッ
クス差分値を元にプログラムソースコードの品質の変化
の様子を表す品質推定値を求め、作業ガイド提示手段6
へ渡す。なお本実施の形態におけるメトリックス差分値
から品質推定値の求め方は第1の実施の形態及び第2の
実施の形態と同じであるためその説明を省略する。また
作業ガイド提示手段6の動作も第1の実施の形態及び第
2の実施の形態と同じであるため、その説明を省略す
る。
After that, the quality estimating means 5 uses the metrics value of the program source code of the quality estimation object and the metrics value of the program source code of the comparison object obtained from the metrics measurement information accumulating means 8 in the first embodiment. Similarly, the difference between metrics values (metrics difference value) is calculated for each metric item, and the quality estimation value representing the state of the change in the quality of the program source code is calculated based on the metric difference value. 6
Hand over to. Note that the method of obtaining the quality estimation value from the metric difference value in the present embodiment is the same as in the first and second embodiments, and therefore its explanation is omitted. Further, the operation of the work guide presenting means 6 is also the same as in the first and second embodiments, and therefore its explanation is omitted.

【0116】本実施の形態では上記のように、第1の実
施の形態と同様に、メトリックス値の差分を用いて公知
の客観的情報に基づきプログラムソースコードの品質を
推定するように動作するので、プログラムソースコード
の特性に依存したメトリックス値の変動の影響を受けに
くく、プログラム開発作業者の経験や勘に依存しない、
安定したソフトウェアの品質評価方法を得ることができ
る。これによりソフトウェアの品質評価を容易かつ迅速
に安定して行うことができるようになるため、ソフトウ
ェアの品質向上対策の実施効率を高めることができ、少
ない労力でより品質の高いソフトウェアが得られるよう
になる。
As described above, in the present embodiment, the quality of the program source code is estimated based on the known objective information using the difference between the metrics values, as in the first embodiment. , Is not easily affected by the fluctuation of the metric value depending on the characteristics of the program source code, and does not depend on the experience and intuition of the program developer.
It is possible to obtain a stable software quality evaluation method. As a result, the quality of software can be evaluated easily and quickly and stably, so that the implementation efficiency of software quality improvement measures can be increased, and higher quality software can be obtained with less effort. Become.

【0117】さらにプログラムソースコードの各版に対
応したメトリックス値はメトリックス測定情報蓄積手段
8に蓄積、保存されるように動作するため、メトリック
ス測定手段4がプログラムソースコードの各版に対して
行うメトリックス値の測定作業は、それぞれのプログラ
ムソースコードのそれぞれの版に対して高々1回で済む
ため、その処理量を大幅に削減でき、これによりソフト
ウェアの品質評価に必要な処理時間を短縮することがで
き、作業の効率が向上するといった効果が得られる。
Further, since the metric value corresponding to each version of the program source code operates so as to be accumulated and stored in the metric measurement information accumulating means 8, the metric value measured by the metric measuring means 4 for each version of the program source code. Since the value measurement work only needs to be done at most once for each version of each program source code, the amount of processing can be greatly reduced, which can shorten the processing time required for software quality evaluation. It is possible to obtain the effect that the work efficiency is improved.

【0118】実施の形態4.図8はこの発明の第4の実
施の形態に係るプログラム品質管理支援装置1の構成を
示す構成図である。図8が示すように、本形態に係るプ
ログラム品質管理支援装置1は、プログラム版管理手段
2、メトリックス測定手段4、品質推定手段5、作業ガ
イド提示手段6、プログラム改訂箇所抽出手段9、プロ
グラム指定手段10から構成される。
Fourth Embodiment FIG. 8 is a configuration diagram showing the configuration of the program quality management support apparatus 1 according to the fourth embodiment of the present invention. As shown in FIG. 8, the program quality management support apparatus 1 according to the present embodiment has a program version management unit 2, a metrics measurement unit 4, a quality estimation unit 5, a work guide presentation unit 6, a program revision location extraction unit 9, and a program designation. It comprises means 10.

【0119】本実施の形態において、プログラム版管理
手段2の動作は第1の実施の形態と同じであるためその
説明を省略する。
In this embodiment, the operation of the program version management means 2 is the same as that of the first embodiment, and therefore its explanation is omitted.

【0120】まず、プログラム指定手段10が、品質推
定の対象となるプログラムソースコード及び比較対象と
なるプログラムソースコードを指定する。次に、プログ
ラム改訂箇所抽出手段9が、指定された品質推定の対象
となるプログラムソースコードと比較対象となるプログ
ラムソースコードとの間のプログラム内容の差異を抽出
し、抽出した差異を示す差分情報をメトリックス測定手
段4に渡す。なお、プログラム改訂箇所抽出手段9は、
差異抽出手段に相当する。メトリックス測定手段4は、
該差分情報に対しあらかじめ定められた複数の項目につ
いてメトリックス値を求め、品質推定手段5に渡す。
First, the program designating means 10 designates a program source code to be a quality estimation target and a program source code to be a comparison target. Next, the program revision point extraction means 9 extracts the difference in the program content between the designated program source code for quality estimation and the program source code for comparison, and the difference information indicating the extracted difference. To the metrics measuring means 4. The program revision location extraction means 9
It corresponds to the difference extracting means. The metrics measuring means 4 is
Metric values are obtained for a plurality of predetermined items for the difference information and passed to the quality estimating means 5.

【0121】品質推定手段5は、メトリックス測定手段
4から渡されたメトリックス値を元に、プログラムソー
スコードの品質の変化の様子を表す品質推定値を求め、
作業ガイド提示手段6へ渡す。作業ガイド提示手段6で
は、算出した品質推定値をプログラム開発者に提示す
る。また、複数のプログラムソースコードの品質推定値
を算出した場合は、検討対象としたプログラムソースコ
ードを、その品質推定値の悪い順にプログラム開発者に
提示する。プログラム開発者は検討対象としたプログラ
ムソースコードについて、作業ガイド提示手段6で提示
された順番とそのそれぞれの品質推定値に基づき、プロ
グラムソースコードに対する作業の実施順番、各プログ
ラムソースコードに対する改善作業あるいは検証作業と
いった対策実施の要否とその密度(重点的に作業をする
か、軽微な作業で済ませるかといった違い)を判断し、
対策を講じる。
The quality estimation means 5 obtains a quality estimation value representing the state of the quality change of the program source code based on the metrics value passed from the metrics measurement means 4,
Hand it over to the work guide presenting means 6. The work guide presenting means 6 presents the calculated quality estimation value to the program developer. Further, when the quality estimation values of a plurality of program source codes are calculated, the program source codes to be examined are presented to the program developer in the order of the quality estimation value. For the program source code to be examined, the program developer, based on the order presented by the work guide presenting means 6 and the respective quality estimation values, the order of performing the work on the program source code, the improvement work on each program source code, or Judging the necessity of implementation of countermeasures such as verification work and its density (difference between focused work and minor work),
Take measures.

【0122】本実施の形態におけるメトリックス値から
の品質推定値の求め方を次に示す。本実施の形態では、
メトリックスの測定項目としては、メトリックス測定手
段4で測定可能なすべての項目、あるいはメトリックス
に関する一般的な知識に基づき重要とされる項目を設定
する。またメトリックスの測定では、改訂後のプログラ
ムソースコードと改訂前のプログラムソースコードの差
分情報に含まれる、改訂に伴い削除された内容と改訂に
伴い追加された内容のそれぞれについて、メトリックス
値の測定を行う。なお改訂に伴い変更された箇所は、改
訂前の内容は改訂に伴い削除された内容に、また改訂後
の内容は改訂に伴い追加された内容に含めて処理する。
A method of obtaining a quality estimation value from a metric value in this embodiment will be described below. In this embodiment,
As the metric measurement items, all items that can be measured by the metric measurement unit 4 or items that are important based on general knowledge about the metric are set. In addition, in the measurement of metrics, the metrics value is measured for each of the contents deleted by the revision and the contents added by the revision, which are included in the difference information between the revised program source code and the unrevised program source code. To do. For the parts that have been changed due to the revision, the contents before the revision will be included in the contents deleted due to the revision, and the contents after the revision will be included in the contents added due to the revision.

【0123】本方法での品質推定値の算出式を以下に示
す。
The calculation formula of the quality estimation value in this method is shown below.

【0124】[0124]

【数8】 [Equation 8]

【0125】また本算出式における係数Wiは、第2の
実施の形態における品質推定値算出方法と同様に、目的
変数F、説明変数ΔMi、誤差εの下記線形モデルを用い
て求める。
Further, the coefficient W i in this calculation formula is obtained by using the following linear model of the objective variable F, the explanatory variable ΔM i , and the error ε, as in the quality estimation value calculation method in the second embodiment.

【0126】[0126]

【数9】 [Equation 9]

【0127】すなわち、上記線形モデルに目的変数を不
具合の数、説明変数ΔMiを差分情報に対するメトリッ
クス測定項目i(i=1〜n)のメトリックス値ΔMd
iとΔMaiの差として、サンプル〔Fs、ΔM1s、ΔM
2s、…、ΔMns〕(sはサンプル番号、ΔMis=ΔMd
is−ΔMais)を用いて重回帰分析を行い、得た回帰係
数α0…αnを元に、Wi=−αiとして定める。なおこの
とき回帰係数αiの絶対値が他に比べ十分小さい場合
は、第1の実施の形態同様、対応するメトリックス測定
項目iをメトリックス測定対象から省いても良く、測定
作業の簡素化を図ることができる。
That is, in the above linear model, the objective variable is the number of defects, and the explanatory variable ΔM i is the metric value ΔMd of the metric measurement item i (i = 1 to n) with respect to the difference information.
The difference between i and ΔMa i is the sample [F s , ΔM 1s , ΔM
2s , ..., ΔM ns ] (s is a sample number, ΔM is = ΔMd
is −ΔMa is ), multiple regression analysis is performed, and W i = −α i is determined based on the obtained regression coefficients α 0 ... α n . At this time, if the absolute value of the regression coefficient α i is sufficiently smaller than the others, the corresponding metric measurement item i may be omitted from the metric measurement target as in the first embodiment, and the measurement work is simplified. be able to.

【0128】本実施の形態では上記のように、プログラ
ムソースコードの差分情報、すなわち改訂情報に基づく
メトリックス値を用いて、また検出された不具合数とい
う客観的情報を用いて定めた算出方法に基づいてプログ
ラムソースコードの品質を推定するように動作するの
で、第1の実施の形態と同様に、プログラムソースコー
ドの特性に依存したメトリックス値の変動の影響を受け
にくく、プログラム開発作業者の経験や勘に依存しな
い、安定したソフトウェアの品質評価方法を得ることが
できる。これによりソフトウェアの品質評価を容易かつ
迅速に安定して行うことができるようになるため、ソフ
トウェアの品質向上対策の実施効率を高めることがで
き、少ない労力でより品質の高いソフトウェアが得られ
るようになる。
As described above, the present embodiment is based on the calculation method determined by using the difference information of the program source code, that is, the metric value based on the revision information, and the objective information of the number of detected defects. Since it operates so as to estimate the quality of the program source code, it is unlikely to be affected by the fluctuation of the metric value depending on the characteristics of the program source code, as in the first embodiment, and the experience of the program developer or It is possible to obtain a stable software quality evaluation method that does not depend on intuition. As a result, the quality of software can be evaluated easily and quickly and stably, so that the implementation efficiency of software quality improvement measures can be increased, and higher quality software can be obtained with less effort. Become.

【0129】さらにプログラムソースコードの差分情報
に含まれる改訂に伴い削除された内容と改訂に伴い追加
された内容のそれぞれに対しメトリックス値を測定して
用いるので、第1の実施の形態と異なり、改訂に伴いプ
ログラムソースコード上から消えてしまう情報に対して
もメトリックス値を得るように動作することができ、改
訂の内容に伴う品質の変化をより確実に捉え、ソフトウ
ェアの品質評価の精度をより高められるという効果が得
られる。
Further, since the metrics value is measured and used for each of the content deleted by the revision and the content added by the revision included in the difference information of the program source code, different from the first embodiment, It can operate so as to obtain the metric value even for the information that disappears from the program source code due to the revision, more reliably grasp the change in quality due to the contents of revision, and improve the accuracy of software quality evaluation. The effect of being enhanced is obtained.

【0130】なお本実施の形態におけるメトリックス値
からの品質推定値の求め方については、第2の実施の形
態同様に、他の品質推定値算出方法を用いても良く、い
ずれの場合も上記算出方法と同様の効果が得られる。本
実施の形態における他の方法による品質推定値の算出式
の例を以下に示す。
Regarding the method of obtaining the quality estimation value from the metric value in the present embodiment, another quality estimation value calculation method may be used as in the second embodiment. In any case, the above calculation is performed. The same effect as the method can be obtained. An example of the calculation formula of the quality estimation value by another method in the present embodiment is shown below.

【0131】[0131]

【数10】 [Equation 10]

【0132】また本算出式における係数Wiは、目的変
数F、説明変数ΔMi、誤差εの下記線形モデルを用いて
求める。
The coefficient W i in this calculation formula is obtained using the following linear model of the objective variable F, the explanatory variable ΔM i , and the error ε.

【0133】[0133]

【数11】 [Equation 11]

【0134】すなわち、上記線形モデルに目的変数を不
具合の数、説明変数ΔMiを差分情報に対するメトリッ
クス測定項目i(i=1〜n)のメトリックス値ΔMd
iとΔMaiの和として、サンプル〔Fs、ΔM1s、ΔM
2s、…、ΔMns〕(sはサンプル番号、ΔMis=ΔMd
is+ΔMais)を用いて重回帰分析を行い、得た回帰係
数α0…αnを元に、Wi=−αiとして定める。
That is, in the above linear model, the objective variable is the number of defects, and the explanatory variable ΔM i is the metric value ΔMd of the metric measurement item i (i = 1 to n) with respect to the difference information.
As the sum of i and ΔMa i , the sample [F s , ΔM 1s , ΔM
2s , ..., ΔM ns ] (s is a sample number, ΔM is = ΔMd
is + ΔMa is ), multiple regression analysis is performed, and W i = −α i is determined based on the obtained regression coefficients α 0 ... α n .

【0135】さらに第2の実施の形態と同様、複数の品
質推定値算出方法を併用する、あるいはその品質推定の
精度に基づき複数の品質推定値算出方法から適切な1な
いし複数の方法を選定して用いても良く、それぞれ第2
の実施の形態での動作と同様の効果が得られる。あるい
は本実施の形態で得られる品質推定値、すなわちプログ
ラムソースコードの改訂に伴う差分情報に基づく品質推
定値と、第1または第2の実施の形態で得られる品質推
定値、すなわちプログラムソースコードの改訂前後のメ
トリックス差分値に基づく品質推定値のそれぞれを併せ
て用いるようにしても良く、プログラムソースコードの
品質をより多面的に捉えることができ、その品質評価の
精度をより高められるという効果が得られる。
Further, as in the second embodiment, a plurality of quality estimation value calculation methods are used together, or an appropriate one or a plurality of methods are selected from the plurality of quality estimation value calculation methods based on the accuracy of the quality estimation. May be used as a second
The same effect as the operation in the above embodiment can be obtained. Alternatively, the quality estimation value obtained in this embodiment, that is, the quality estimation value based on the difference information associated with the revision of the program source code, and the quality estimation value obtained in the first or second embodiment, that is, the program source code Each of the quality estimation values based on the metric difference value before and after the revision may be used together, and the quality of the program source code can be grasped more multilaterally, and the accuracy of the quality evaluation can be further improved. can get.

【0136】また本実施の形態において、第1の実施の
形態に対する第3の実施の形態と同様に、メトリックス
測定情報蓄積手段8を付加しても良い。この場合、プロ
グラム改訂箇所抽出手段9は、各版のプログラムソース
コードについて他の版のプログラムソースコードとの差
異を抽出し、メトリックス測定手段4は、各版の改訂に
伴う差分情報に対応したメトリックス値を測定し、測定
した各版の差分情報に基づくメトリックス値は、メトリ
ックス測定情報蓄積手段8に蓄積、保存されるように動
作する。このようにすることにより、第3の実施の形態
同様、メトリックス測定手段4が行うメトリックス値の
測定の処理量を大幅に削減でき、これによりソフトウェ
アの品質評価に必要な処理時間を短縮することができ、
作業の効率が向上するといった効果が得られる。
Further, in the present embodiment, as in the third embodiment with respect to the first embodiment, the metrics measurement information storage means 8 may be added. In this case, the program revision point extracting means 9 extracts the difference between the program source code of each version and the program source code of another version, and the metrics measuring means 4 extracts the metrics corresponding to the difference information due to the revision of each version. The value is measured, and the metric value based on the measured difference information of each version operates so as to be accumulated and stored in the metric measurement information accumulating unit 8. By doing so, similarly to the third embodiment, the processing amount of the measurement of the metric value performed by the metric measuring unit 4 can be significantly reduced, and thereby the processing time required for the software quality evaluation can be shortened. You can
The effect that work efficiency improves can be obtained.

【0137】以上の実施の形態1〜4では、本発明に係
るプログラム品質管理支援装置について説明したが、同
等の処理手順により本発明に係るプログラム品質管理支
援方法も実現することができる。
In the above first to fourth embodiments, the program quality management support apparatus according to the present invention has been described, but the program quality management support method according to the present invention can also be realized by an equivalent processing procedure.

【0138】ここで、以上の実施の形態1〜4で説明し
たプログラム品質管理支援装置及びプログラム品質管理
支援方法の特徴についてまとめると、以下のようにな
る。
Here, the features of the program quality management support apparatus and the program quality management support method described in the first to fourth embodiments are summarized as follows.

【0139】本プログラム品質管理支援装置は、メトリ
ックス測定手段と、品質推定手段と、作業ガイド提示手
段から構成され、メトリックス測定手段は、改訂前のプ
ログラムソースコードと、改訂後のプログラムソースコ
ードの、それぞれのメトリックス値を測定するように動
作し、品質推定手段は、改訂前のプログラムソースコー
ドのメトリックス値と改訂後のプログラムソースコード
のメトリックス値の差(変化量)を求め、その変化量に
基づきプログラムソースコードの品質を推定するように
動作し、作業ガイド提示手段は品質推定手段が推定した
プログラムソースコードの品質を提示するように動作す
る、ことを特徴とする。
The present program quality control support device is composed of a metric measuring means, a quality estimating means, and a work guide presenting means. The metric measuring means includes a program source code before revision and a program source code after revision. It operates so as to measure each metric value, and the quality estimation means obtains the difference (change amount) between the metric value of the program source code before revision and the metric value of the program source code after revision, and based on that change amount. The operation guide presenting means operates so as to estimate the quality of the program source code, and the work guide presenting means operates so as to present the quality of the program source code estimated by the quality estimating means.

【0140】また、本プログラム品質管理支援装置は、
プログラム改訂箇所抽出手段と、メトリックス測定手段
と、品質推定手段と、作業ガイド提示手段から構成さ
れ、プログラム改訂箇所抽出手段は、改訂前のプログラ
ムソースコードと改訂後のプログラムソースコードの差
分情報を得るよう動作し、メトリックス測定手段は、該
差分情報に対しメトリックス値を測定するように動作
し、品質推定手段は、該差分情報に対するメトリックス
値からプログラムソースコードの品質を推定するように
動作し、作業ガイド提示手段は品質推定手段が推定した
プログラムソースコードの品質を提示するように動作す
る、ことを特徴とする。
Also, the program quality control support device
The program revision portion extracting means, the metrics measuring means, the quality estimating means, and the work guide presenting means are provided, and the program revision portion extracting means obtains the difference information between the program source code before revision and the program source code after revision. The metric measuring unit operates to measure a metric value for the difference information, and the quality estimating unit operates to estimate the quality of the program source code from the metric value for the difference information. The guide presenting means operates so as to present the quality of the program source code estimated by the quality estimating means.

【0141】前記作業ガイド提示手段は、前記品質推定
手段から渡されたプログラムソースコードに対する品質
情報に基づき、作業に対する適切な示唆を選択して提示
するように動作する、ことを特徴とする。
It is characterized in that the work guide presenting means operates so as to select and present an appropriate suggestion for the work based on the quality information for the program source code passed from the quality estimating means.

【0142】前記品質推定手段は、プログラムソースコ
ードの改訂の複数の版に対応してそれぞれの品質推定値
を求めるように動作し、前記作業ガイド提示手段は、各
版の品質推定値の組み合わせに基づき、作業に対する適
切な示唆を選択して提示するように動作する、ことを特
徴とする。
The quality estimating means operates so as to obtain respective quality estimation values corresponding to a plurality of revisions of the program source code, and the work guide presenting means determines the combination of the quality estimation values of the respective editions. On the basis of this, it operates so as to select and present an appropriate suggestion for the work.

【0143】前記品質推定手段は、プログラムソースコ
ードの改訂履歴を保持するプログラム版管理手段から、
各改訂の版に対応したプログラムソースコードを得て、
前記メトリックス測定手段を用いて、それぞれに対応し
たメトリックス値を求め、それらの値を元にメトリック
ス値からプログラムソースコードの品質を推定するため
の品質推定値算出方法を求め、該品質推定値算出方法を
用いて前記メトリックス測定手段が測定したメトリック
ス値に基づきプログラムソースコードの品質を推定する
ように動作する、ことを特徴とする。
The quality estimating means uses the program version managing means for holding the revision history of the program source code,
Obtain the program source code corresponding to each revision edition,
A metric value corresponding to each is obtained using the metric measuring means, and a quality estimated value calculation method for estimating the quality of the program source code from the metric value based on these values is obtained, and the quality estimated value calculation method is obtained. Is used to estimate the quality of the program source code based on the metric value measured by the metric measuring means.

【0144】前記品質推定手段は、メトリックス値から
プログラムソースコードの品質を推定するための前記品
質推定値算出方法を求める際には、メトリックス値とプ
ログラムソースコードの品質の相関情報を得るために回
帰分析手法を用いて動作する、ことを特徴とする。
When obtaining the quality estimation value calculating method for estimating the quality of the program source code from the metrics value, the quality estimating means performs regression to obtain correlation information between the metrics value and the quality of the program source code. It is characterized in that it operates by using an analytical method.

【0145】前記品質推定手段は、各改訂の版に対応し
たプログラムソースコードを元に測定したメトリックス
値から求めた前記品質推定値算出方法を用いて、品質に
関する情報が明らかなプログラムソースコードに対し適
宜その品質を推定し、その結果をプログラムソースコー
ドの実際の品質の情報と比較することで前記品質推定値
算出方法の精度を検証し、前記品質推定値算出方法の精
度が許容範囲を外れた場合は、再度前記品質推定値算出
方法を求め直すように動作する、ことを特徴とする。
The quality estimation means uses the quality estimation value calculation method obtained from the metric value measured based on the program source code corresponding to each revision edition, to the program source code for which information on quality is clear. The quality is estimated appropriately, and the accuracy of the quality estimation value calculation method is verified by comparing the result with the information of the actual quality of the program source code, and the accuracy of the quality estimation value calculation method is out of the allowable range. In this case, the operation is performed so that the quality estimation value calculation method is calculated again.

【0146】前記品質推定手段は、プログラムソースコ
ードの品質を推定するための前記品質推定値算出方法と
して、複数の品質推定値算出方法を併用して用いるよう
に動作し、前記作業ガイド提示手段は前記品質推定手段
から渡されたプログラムソースコードに対する複数の品
質情報を提示し、また各品質推定値の値あるいは値の組
み合わせに基づき、作業に対する適切な示唆を選択して
提示するように動作する、ことを特徴とする。
The quality estimating means operates so as to use a plurality of quality estimated value calculating methods together as the quality estimated value calculating method for estimating the quality of the program source code. It presents a plurality of quality information for the program source code passed from the quality estimating means, and operates to select and present an appropriate suggestion for the work based on the value of each quality estimation value or the combination of the values. It is characterized by

【0147】前記品質推定手段は、プログラムソースコ
ード、またはプログラムソースコードの改訂の複数の版
のそれぞれをいくつかのグループに分けて取り扱う、こ
とを特徴とする。
The quality estimation means is characterized in that each of the program source code or a plurality of revisions of the program source code is divided into some groups and handled.

【0148】前記品質推定手段は、前記品質推定値算出
方法を求める際には、そのプログラムソースコード、ま
たはプログラムソースコードの改訂の複数の版のそれぞ
れが属するグループ毎に品質推定値算出方法を求め、プ
ログラムソースコードの品質を推定する際には、そのプ
ログラムソースコード、またはそのプログラムソースコ
ードの改訂の版が属するグループに対応した該品質推定
値算出方法を用いて、その品質を推定するように動作す
る、ことを特徴とする。
When obtaining the quality estimation value calculating method, the quality estimating means obtains the quality estimation value calculating method for each group to which the program source code or a plurality of revisions of the program source code belongs. When estimating the quality of the program source code, the quality is estimated by using the quality estimation value calculation method corresponding to the program source code or the group to which the revised edition of the program source code belongs. It operates.

【0149】前記品質推定手段は、プログラムソースコ
ードの改訂の複数の版のそれぞれをグループに分けて取
り扱う際、その改訂原因となったプログラム開発作業の
内容の違いによってグループに分けるよう動作する、こ
とを特徴とする。
When the plurality of revisions of the program source code are divided into groups and handled, the quality estimating means operates so as to divide the revisions into groups according to the difference in the contents of the program development work that causes the revisions. Is characterized by.

【0150】前記品質推定手段は、プログラムソースコ
ードを一括して取り扱うことでメトリックス値と品質に
関する第1の相関情報を求め、プログラムソースコード
を作成者毎にグループ化して取り扱うことでメトリック
ス値と品質に関する第2の相関情報を求め、第1の相関
情報と第2の相関情報を比較することで作成者に関する
特性情報を得て、前記作業ガイド提示手段に渡すように
動作し、前記作業ガイド提示手段では、作業者に関する
該特性情報を用いて、作業に対する適切な示唆を選択し
て提示するように動作する、ことを特徴とする。
The quality estimating means obtains the first correlation information regarding the metrics value and the quality by collectively handling the program source code, and handles the program source code by grouping for each creator to handle the metrics value and the quality. Regarding the creator by obtaining the second correlation information regarding the creator and comparing the first correlation information with the second correlation information, and the characteristic information regarding the creator is passed to the work guide presenting means. The means is operable to select and present an appropriate suggestion for the work by using the characteristic information about the worker.

【0151】前記品質推定手段は、プログラムソースコ
ードを測定したメトリックス値に基づき品質評価空間内
の点として扱い、プログラムソースコードの品質を推定
する際には、その空間内における幾何学演算に基づく品
質推定値算出方法を用いて、その品質を推定するように
動作する、ことを特徴とする。
The quality estimating means treats the program source code as a point in the quality evaluation space based on the measured metric value, and when estimating the quality of the program source code, the quality based on the geometric operation in the space is estimated. It is characterized in that it operates so as to estimate its quality using an estimated value calculation method.

【0152】前記メトリックス測定手段は、前記改訂前
のプログラムソースコード及び前記改訂後のプログラム
ソースコードをプログラム版管理手段から得るように
し、また測定したメトリックス値を、プログラムソース
コードの版管理番号に対応させて、メトリックス測定情
報蓄積手段に保存するように動作し、前記品質推定手段
は、プログラムソースコードの版管理番号を元にメトリ
ックス測定情報蓄積手段に保存されたメトリックス値を
求め、該メトリックス値を用いてプログラムソースコー
ドの品質を推定するように動作する、ことを特徴とす
る。
The metrics measuring means obtains the program source code before the revision and the program source code after the revision from the program version management means, and the measured metrics value corresponds to the version control number of the program source code. Thus, the quality estimation means obtains the metric value stored in the metric measurement information storage means based on the version control number of the program source code, and the metric value is stored in the metric measurement information storage means. And operating to estimate the quality of the program source code.

【0153】本プログラム品質管理支援方法は、メトリ
ックス測定ステップと、品質推定ステップと、作業ガイ
ド提示ステップから構成され、メトリックス測定ステッ
プは、改訂前のプログラムソースコードと、改訂後のプ
ログラムソースコードの、それぞれのメトリックス値を
測定するように動作し、品質推定ステップは、改訂前の
プログラムソースコードのメトリックス値と改訂後のプ
ログラムソースコードのメトリックス値の差(変化量)
を求め、その変化量に基づきプログラムソースコードの
品質を推定するように動作し、作業ガイド提示ステップ
は品質推定ステップが推定したプログラムソースコード
の品質を提示するように動作する、ことを特徴とする。
This program quality control support method is composed of a metric measuring step, a quality estimating step, and a work guide presenting step. The metric measuring step includes a program source code before revision and a program source code after revision. It operates to measure each metric value, and the quality estimation step is the difference (change amount) between the metric value of the program source code before revision and the metric value of the program source code after revision.
Is calculated and the quality of the program source code is estimated based on the amount of change, and the work guide presenting step operates to present the quality of the program source code estimated by the quality estimating step. .

【0154】また、本プログラム品質管理支援方法は、
プログラム改訂箇所抽出ステップと、メトリックス測定
ステップと、品質推定ステップと、作業ガイド提示ステ
ップから構成され、プログラム改訂箇所抽出ステップ
は、改訂前のプログラムソースコードと改訂後のプログ
ラムソースコードの差分情報を得るように動作し、メト
リックス測定ステップは、該差分情報に対しメトリック
ス値を測定するように動作し、品質推定ステップは、該
差分情報に対するメトリックス値からプログラムソース
コードの品質を推定するように動作し、作業ガイド提示
ステップは品質推定ステップが推定したプログラムソー
スコードの品質を提示するように動作する、ことを特徴
とする。
The program quality control support method is as follows:
It consists of a program revision point extraction step, metrics measurement step, quality estimation step, and work guide presentation step. The program revision point extraction step obtains difference information between the program source code before revision and the program source code after revision. The metric measuring step operates to measure a metric value for the difference information, the quality estimating step operates to estimate the quality of the program source code from the metric value for the difference information, The work guide presenting step is characterized in that it operates so as to present the quality of the program source code estimated by the quality estimating step.

【0155】前記作業ガイド提示ステップは、前記品質
推定ステップから渡されたプログラムソースコードに対
する品質情報に基づき、作業に対する適切な示唆を選択
して提示するように動作する、ことを特徴とする。
The work guide presenting step is characterized in that the work guide presenting step operates so as to select and present an appropriate suggestion for the work based on the quality information for the program source code passed from the quality estimating step.

【0156】前記品質推定ステップは、プログラムソー
スコードの改訂の複数の版に対応してそれぞれの品質推
定値を求めるように動作し、前記作業ガイド提示ステッ
プは、各版の品質推定値の組み合わせに基づき、作業に
対する適切な示唆を選択して提示するように動作する、
ことを特徴とする。
The quality estimating step operates so as to obtain respective quality estimation values corresponding to a plurality of revisions of the program source code, and the work guide presenting step calculates a combination of the quality estimation values of the respective editions. Act to select and present appropriate suggestions for work, based on
It is characterized by

【0157】前記品質推定ステップは、プログラムソー
スコードの改訂履歴を保持するプログラム版管理ステッ
プから、各改訂の版に対応したプログラムソースコード
を得て、前記メトリックス測定ステップを用いて、それ
ぞれに対応したメトリックス値を求め、それらの値を元
にメトリックス値からプログラムソースコードの品質を
推定するための品質推定値算出ステップを生成し、該品
質推定値算出ステップを用いて前記メトリックス測定ス
テップが測定したメトリックス値に基づきプログラムソ
ースコードの品質を推定するように動作する、ことを特
徴とする。
In the quality estimation step, the program source code corresponding to each revision version is obtained from the program version management step that holds the revision history of the program source code, and the quality measurement step is performed using the metrics measurement step. Obtaining a metric value, generating a quality estimated value calculating step for estimating the quality of the program source code from the metric value based on these values, and using the quality estimated value calculating step, the metric measured by the metric measuring step. It operates to estimate the quality of the program source code based on the value.

【0158】前記品質推定ステップは、メトリックス値
からプログラムソースコードの品質を推定するための前
記品質推定値算出ステップを求める際には、メトリック
ス値とプログラムソースコードの品質の相関情報を得る
ために回帰分析手法を用いて動作する、ことを特徴とす
る。
In the quality estimation step, when obtaining the quality estimation value calculation step for estimating the quality of the program source code from the metrics value, regression is performed to obtain correlation information between the metrics value and the quality of the program source code. It is characterized in that it operates by using an analytical method.

【0159】前記品質推定ステップは、各改訂の版に対
応したプログラムソースコードを元に測定したメトリッ
クス値から求めた前記品質推定値算出ステップを用い
て、品質に関する情報が明らかなプログラムソースコー
ドに対し適宜その品質を推定し、その結果をプログラム
ソースコードの実際の品質の情報と比較することで前記
品質推定値算出ステップの精度を検証し、前記品質推定
値算出ステップの精度が許容範囲を外れた場合は、再度
前記品質推定値算出ステップを求め直すように動作す
る、ことを特徴とする。
The quality estimation step uses the quality estimation value calculation step obtained from the metric value measured based on the program source code corresponding to each revision version, to the program source code whose quality information is clear. The quality is appropriately estimated, and the accuracy of the quality estimation value calculation step is verified by comparing the result with information on the actual quality of the program source code, and the accuracy of the quality estimation value calculation step is outside the allowable range. In this case, the operation is performed so that the quality estimated value calculating step is calculated again.

【0160】前記品質推定ステップは、プログラムソー
スコードの品質を推定するための前記品質推定値算出ス
テップとして、複数の品質推定値算出ステップを併用し
て用いるように動作し、前記作業ガイド提示ステップは
前記品質推定ステップから渡されたプログラムソースコ
ードに対する複数の品質情報を提示し、また各品質推定
値の値あるいは値の組み合わせに基づき、作業に対する
適切な示唆を選択して提示するように動作する、ことを
特徴とする。
The quality estimation step operates so that a plurality of quality estimation value calculation steps are used in combination as the quality estimation value calculation step for estimating the quality of the program source code. It operates to present a plurality of pieces of quality information for the program source code passed from the quality estimation step, and to select and present an appropriate suggestion for the work based on the value of each quality estimation value or the combination of the values. It is characterized by

【0161】前記品質推定ステップは、プログラムソー
スコード、またはプログラムソースコードの改訂の複数
の版のそれぞれをいくつかのグループに分けて取り扱
う、ことを特徴とする。
The quality estimation step is characterized in that each of the program source code or a plurality of revisions of the program source code is divided into some groups and handled.

【0162】前記品質推定ステップは、前記品質推定値
算出ステップを求める際には、そのプログラムソースコ
ード、またはプログラムソースコードの改訂の複数の版
のそれぞれが属するグループ毎に品質推定値算出ステッ
プを求め、プログラムソースコードの品質を推定する際
には、そのプログラムソースコード、またはそのプログ
ラムソースコードの改訂の版が属するグループに対応し
た該品質推定値算出ステップを用いて、その品質を推定
するように動作する、ことを特徴とする。
In the quality estimating step, when obtaining the quality estimated value calculating step, the quality estimated value calculating step is obtained for each group to which the program source code or a plurality of revisions of the program source code belongs. When estimating the quality of the program source code, the quality estimation value calculating step corresponding to the program source code or the group to which the revised edition of the program source code belongs is used to estimate the quality. It operates.

【0163】前記品質推定ステップは、プログラムソー
スコードの改訂の複数の版のそれぞれをグループに分け
て取り扱う際、その改訂原因となったプログラム開発作
業の内容の違いによってグループに分けるよう動作す
る、ことを特徴とする。
In the quality estimating step, when each of a plurality of revisions of the program source code is divided into groups and handled, it is divided into groups according to the content of the program development work that causes the revisions. Is characterized by.

【0164】前記品質推定ステップは、プログラムソー
スコードを一括して取り扱うことでメトリックス値と品
質に関する第1の相関情報を求め、プログラムソースコ
ードを作成者毎にグループ化して取り扱うことでメトリ
ックス値と品質に関する第2の相関情報を求め、第1の
相関情報と第2の相関情報を比較することで作成者に関
する特性情報を得て、前記作業ガイド提示ステップに渡
すように動作し、前記作業ガイド提示ステップでは、作
業者に関する該特性情報を用いて、作業に対する適切な
示唆を選択して提示するように動作する、ことを特徴と
する。
In the quality estimating step, the program source codes are collectively processed to obtain the first correlation information regarding the metrics value and the quality, and the program source codes are grouped for each creator to be handled and the metrics values and the quality are evaluated. Regarding the creator by obtaining the second correlation information about the creator, and comparing the first correlation information and the second correlation information to obtain characteristic information about the creator, and pass it to the work guide presenting step. The step is characterized in that the characteristic information regarding the worker is used to operate to select and present an appropriate suggestion for the work.

【0165】前記品質推定ステップは、プログラムソー
スコードを測定したメトリックス値に基づき品質評価空
間内の点として扱い、プログラムソースコードの品質を
推定する際には、その空間内における幾何学演算に基づ
く品質推定値算出ステップを用いて、その品質を推定す
るように動作する、ことを特徴とする。
In the quality estimation step, the program source code is treated as a point in the quality evaluation space based on the measured metric value, and when estimating the quality of the program source code, the quality based on the geometric operation in the space is used. It is characterized in that it operates to estimate its quality using an estimated value calculation step.

【0166】前記メトリックス測定ステップは、前記改
訂前のプログラムソースコード及び前記改訂後のプログ
ラムソースコードをプログラム版管理ステップから得る
ようにし、また測定したメトリックス値を、プログラム
ソースコードの版管理番号に対応させて、メトリックス
測定情報蓄積ステップにより保存するように動作し、前
記品質推定ステップは、プログラムソースコードの版管
理番号を元にメトリックス測定情報蓄積ステップにより
保存されたメトリックス値を求め、該メトリックス値を
用いてプログラムソースコードの品質を推定するように
動作する、ことを特徴とする。
In the metrics measuring step, the program source code before revision and the program source code after revision are obtained from the program version management step, and the measured metrics value corresponds to the version management number of the program source code. Then, it operates so as to be stored by the metric measurement information storage step, and the quality estimation step obtains the metric value stored by the metric measurement information storage step based on the version control number of the program source code, and calculates the metric value. And operating to estimate the quality of the program source code.

【0167】[0167]

【発明の効果】本発明によれば、メトリックス値の差分
を用いて公知の客観的情報に基づきプログラムソースコ
ードの品質を推定するように動作するので、プログラム
ソースコードの特性に依存したメトリックス値の変動の
影響を受けにくく、プログラム開発作業者の経験や勘に
依存しない、安定したソフトウェアの品質評価を得るこ
とができる。これによりソフトウェアの品質評価を容易
かつ迅速に安定して行うことができるようになるため、
ソフトウェアの品質向上対策の実施効率を高めることが
でき、少ない労力でより品質の高いソフトウェアが得ら
れるようになる。
According to the present invention, since the quality of the program source code is estimated based on the known objective information by using the difference of the metric values, the metric value dependent on the characteristics of the program source code is used. It is possible to obtain stable software quality evaluation that is not easily affected by fluctuations and does not depend on the experience and intuition of the program developer. As a result, software quality can be evaluated easily, quickly and stably.
The efficiency of implementing the software quality improvement measures can be improved, and higher quality software can be obtained with less labor.

【0168】また、本発明によれば、プログラムソース
コードの各版に対応したメトリックス値を事前に測定
し、測定したメトリックス値を蓄積、保存するため、メ
トリックス値の測定作業は、それぞれのプログラムソー
スコードのそれぞれの版に対して高々1回で済む。この
ため、その処理量を大幅に削減でき、これによりソフト
ウェアの品質評価に必要な処理時間を短縮することがで
き、作業の効率が向上する。
Further, according to the present invention, the metric value corresponding to each version of the program source code is measured in advance, and the measured metric value is accumulated and stored. At most once for each version of the code. Therefore, the processing amount can be significantly reduced, which can reduce the processing time required for software quality evaluation and improve work efficiency.

【0169】また、本発明によれば、プログラムソース
コードの差分を抽出し、差分に対するメトリックス値を
測定するため、プログラムソースコードの改訂に伴い削
除された内容と改訂に伴い追加された内容のそれぞれに
対しメトリックス値を測定することができる。このた
め、改訂に伴いプログラムソースコード上から消えてし
まう情報に対してもメトリックス値を得るように動作す
ることができ、改訂の内容に伴う品質の変化をより確実
に捉え、ソフトウェアの品質評価の精度をより高められ
る。
Further, according to the present invention, since the difference between the program source codes is extracted and the metric value with respect to the difference is measured, the contents deleted by the revision of the program source code and the contents added by the revision are respectively Metric values can be measured against. Therefore, it is possible to operate so as to obtain the metric value even for the information that disappears from the program source code due to the revision, and to more reliably capture the change in quality due to the content of revision, and to evaluate the quality of software. The accuracy can be improved.

【0170】また、本発明によれば、検討対象としたプ
ログラムソースコードの改善作業に対するガイドをプロ
グラム開発者に提示するので、プログラム開発者はガイ
ドに基づき対策内容を検討することができ、対策の実施
効率の向上を図ることができる。
Further, according to the present invention, since the guide for the improvement work of the program source code to be examined is presented to the program developer, the program developer can study the contents of the countermeasure based on the guide, and The implementation efficiency can be improved.

【0171】また、本発明によれば、複数の品質推定値
に基づき、改善作業に対するガイドをプログラム開発者
に提示するので、より的確なガイドを提示することがで
きる。
Further, according to the present invention, since a guide for improvement work is presented to the program developer based on a plurality of quality estimation values, a more accurate guide can be presented.

【0172】また、本発明によれば、改善作業に対する
ガイドを提示する際に、プログラムソースコードに発生
する不具合に関する推定値も提示するため、プログラム
開発者は不具合に関する推定値も考慮して対策内容を検
討することができ、対策の実施効率の向上を図ることが
できる。さらにプログラム開発者は、不具合に関する推
定値を不具合の検出と処置作業の終了の目安として用い
ることができるため、不要な作業を減らすことができ、
作業効率の向上が図れる。
Further, according to the present invention, when presenting a guide for improvement work, an estimated value relating to a defect that occurs in the program source code is also presented, so that the program developer considers the estimated value relating to the defect and details of the countermeasure. Can be considered, and the efficiency of implementing the measures can be improved. Furthermore, the program developer can use the estimated value of the defect as a guide for detecting the defect and ending the remedial work, thereby reducing unnecessary work.
Work efficiency can be improved.

【0173】本発明によれば、複数の品質推定値算出ル
ールのうち最も適切な品質推定値算出ルールを設定する
ことができ、設定した品質推定値算出ルールを用いて品
質推定値を算出することができる。このため、不正確な
品質推定値算出方法を用いつづけることにより誤った品
質推定値を用いてしまい作業効率が向上しづらくなると
いった状況の発生を回避できる。
According to the present invention, the most appropriate quality estimation value calculation rule can be set among the plurality of quality estimation value calculation rules, and the quality estimation value can be calculated using the set quality estimation value calculation rule. You can Therefore, it is possible to avoid a situation in which an incorrect quality estimation value is used by continuing to use an inaccurate quality estimation value calculation method, which makes it difficult to improve work efficiency.

【0174】また、本発明によれば、品質推定値算出ル
ールに含まれるパラメータに対する数値の決定の際に、
回帰分析による回帰係数を用いるので、メトリックス値
が品質に与える影響を示す重み付けを総合的に評価、設
定することができ、品質推定値の精度の向上を図ること
ができる。さらに、この場合、高い精度が得られた回帰
係数を用いたり、あるいは複数の回帰係数を用いること
で、メトリックス値が品質に与える影響を示す重み付け
をより正確に評価、設定することができ、品質推定値の
精度の更なる向上を図ることができる。
Further, according to the present invention, when the numerical values for the parameters included in the quality estimation value calculation rule are determined,
Since the regression coefficient by the regression analysis is used, the weighting showing the influence of the metric value on the quality can be comprehensively evaluated and set, and the accuracy of the quality estimation value can be improved. Furthermore, in this case, by using a regression coefficient with high accuracy, or by using a plurality of regression coefficients, it is possible to more accurately evaluate and set the weighting indicating the influence of the metric value on the quality. It is possible to further improve the accuracy of the estimated value.

【0175】また、本発明によれば、プログラムソース
コードの改訂原因に着目して品質推定値を算出すること
ができ、各プログラムソースコードに対するメトリック
ス値の差分(変動)の散らばり具合が、版改訂の原因と
なった作業内容に配慮せずにプログラムソースコードの
版全体を一括して取り扱う場合よりも小さくなることが
期待でき、品質推定の精度の向上が期待できる。
Further, according to the present invention, the quality estimation value can be calculated by paying attention to the cause of revision of the program source code, and the dispersion of the difference (fluctuation) in the metric value for each program source code is revised. It can be expected to be smaller than the case where the entire version of the program source code is handled collectively without considering the work content that caused the, and the accuracy of quality estimation can be improved.

【0176】また、本発明によれば、プログラムソース
コードを複数のグループに分けて取り扱うことができ、
同じグループ内の各プログラムソースコードに対するメ
トリックス値の散らばり具合は、プログラムソースコー
ド全体を一括して取り扱う場合よりも小さくなるため、
品質推定の精度が向上するという効果が得られる。
Further, according to the present invention, the program source code can be handled by being divided into a plurality of groups,
Since the distribution of metrics values for each program source code in the same group is smaller than when handling the entire program source code at once,
The effect of improving the accuracy of quality estimation is obtained.

【0177】また、本発明によれば、プログラムソース
コードを複数のグループに分けて取り扱うことができ、
また、各グループの特性の違いに配慮した適切なガイド
を選定して提示することができるため、提示するガイド
の効果を高め、作業の効率をより向上することができ
る。
Also, according to the present invention, the program source code can be handled by being divided into a plurality of groups,
Moreover, since it is possible to select and present an appropriate guide in consideration of the difference in characteristics of each group, it is possible to enhance the effect of the presented guide and further improve the work efficiency.

【0178】また、本発明によれば、プログラムソース
コードに対応する点とグループの代表点とを品質測定空
間上で求め、品質測定空間上の距離を品質推定値とする
ことで、品質評価においてより直接的な指針を得ること
ができる。この結果、プログラム開発作業者に対し対策
の優先度としてより適切な指針を示すことで、対策の実
施効率の向上を図ることができる。
Further, according to the present invention, the point corresponding to the program source code and the representative point of the group are obtained in the quality measurement space, and the distance in the quality measurement space is used as the quality estimation value, so that the quality evaluation is performed. You can get more direct guidance. As a result, it is possible to improve the implementation efficiency of the measures by providing the program development worker with more appropriate guidelines as the priority of the measures.

【0179】また、本発明によれば、メトリックス差分
値が示す品質測定空間上のベクトルΔを用いることによ
り、品質の変動として測定できない作業が実施されたこ
とを推定することができるため、不適切な作業が実施さ
れている可能性があるとして検証作業の強化を促すガイ
ドを提示したり、あるいは実施した作業内容自体の見直
しを促すガイドを提示することができ、これによりプロ
グラム開発作業者に対する示唆の内容を充実することが
でき、対策の実施効率の向上が図れる。
Further, according to the present invention, by using the vector Δ on the quality measurement space indicated by the metric difference value, it is possible to estimate that the work that cannot be measured as the quality variation is performed, and thus it is inappropriate. It is possible to present a guide to reinforce the verification work because there is a possibility that various work is being carried out, or a guide to revise the contents of the work itself, which is suggested to the program developer. The contents of can be enhanced and the implementation efficiency of measures can be improved.

【0180】また、本発明によれば、品質測定空間にお
いて代表点を求める場合に、単にある瞬間で近い代表点
ではなく、過去からの改訂の様子を踏まえて適切な代表
点を選択することができるため、得られる品質推定値の
精度が向上し、よってプログラム開発作業者に対しより
適切な指針を提示できるようになり、対策の実施効率の
向上を高めることができる。
Further, according to the present invention, when a representative point is obtained in the quality measurement space, it is possible to select an appropriate representative point based on the state of revision from the past, rather than just the representative point close at a certain moment. As a result, the accuracy of the obtained quality estimation value is improved, so that more appropriate guidelines can be presented to the program developer, and the efficiency of implementing the measures can be improved.

【0181】また、グループ化を品質測定空間上の距離
に基づいて行うことは、プログラム開発作業者にとって
比較対象とする代表点や品質推定値の位置づけが直感的
にわかりやすく、これにより求めた品質推定値やそれか
ら示唆されるガイドに対する心理的抵抗・反発が少なく
なるという効果を期待することができる。
Further, if the grouping is performed based on the distance in the quality measurement space, the position of the representative point or the quality estimation value to be compared can be intuitively understood by the program developer, and the obtained quality can be obtained. It can be expected that the psychological resistance and repulsion to the estimated value and the guide suggested by it will be reduced.

【図面の簡単な説明】[Brief description of drawings]

【図1】 実施の形態1に係るプログラム品質管理支援
装置の構成例を示す図。
FIG. 1 is a diagram showing a configuration example of a program quality management support device according to a first embodiment.

【図2】 作業ガイド保持テーブルの例を示す図。FIG. 2 is a diagram showing an example of a work guide holding table.

【図3】 実施の形態2に係るプログラム品質管理支援
装置の構成例を示す図。
FIG. 3 is a diagram showing a configuration example of a program quality management support device according to a second embodiment.

【図4】 回帰係数の導出過程の例を説明する図。FIG. 4 is a diagram illustrating an example of a process of deriving a regression coefficient.

【図5】 品質推定値算出方法の設定処理の手順を示す
フローチャート図。
FIG. 5 is a flowchart showing a procedure of setting processing of a quality estimation value calculation method.

【図6】 品質測定空間の例を示す図。FIG. 6 is a diagram showing an example of a quality measurement space.

【図7】 実施の形態3に係るプログラム品質管理支援
装置の構成例を示す図。
FIG. 7 is a diagram showing a configuration example of a program quality management support device according to a third embodiment.

【図8】 実施の形態4に係るプログラム品質管理支援
装置の構成例を示す図。
FIG. 8 is a diagram showing a configuration example of a program quality management support device according to a fourth embodiment.

【図9】 第1の従来例を説明する図。FIG. 9 is a diagram illustrating a first conventional example.

【図10】 第2の従来例を説明する図。FIG. 10 is a diagram illustrating a second conventional example.

【符号の説明】[Explanation of symbols]

1 プログラム品質管理支援装置、2 プログラム版管
理手段、3 改訂プログラム群、4 メトリックス測定
手段、5 品質推定手段、6 作業ガイド提示手段、7
品質推定値算出方法保持手段、8 メトリックス測定
情報蓄積手段、9 プログラム改訂箇所抽出手段、10
プログラム指定手段。
1 program quality control support device, 2 program version control means, 3 revised program groups, 4 metrics measurement means, 5 quality estimation means, 6 work guide presenting means, 7
Quality estimation value calculation method holding means, 8 metrics measurement information storage means, 9 program revision location extraction means, 10
Program designation means.

───────────────────────────────────────────────────── フロントページの続き (54)【発明の名称】 プログラム品質管理支援装置、プログラム品質管理支援方法、プログラム品質管理支援方法をコ ンピュータに実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体、プ ログラム品質管理支援方法をコンピュータに実行させるためのプログラム   ─────────────────────────────────────────────────── ─── Continued front page    (54) [Title of Invention] A program quality control support device, a program quality control support method, and a program quality control support method                     A computer-readable recording medium that stores a program to be executed by a computer.                     Program for causing a computer to execute a program for supporting quality control of programs

Claims (32)

【特許請求の範囲】[Claims] 【請求項1】 プログラム開発においてプログラムの品
質を推定し、プログラムの品質管理を支援するプログラ
ム品質管理支援装置であって、 プログラム開発における初版のプログラムと少なくとも
一つ以上の改訂版のプログラムとを関連づけて改訂プロ
グラム群とし、改訂プログラム群ごとにプログラム改訂
による複数の版のプログラムを管理するプログラム管理
手段と、 前記プログラム管理手段により管理されたいずれかの改
訂プログラム群のいずれかの改訂版のプログラムを品質
推定対象プログラムとして指定し、前記品質推定対象プ
ログラムと同じ改訂プログラム群に属し前記品質推定対
象プログラムよりも以前の版のプログラムを比較対象プ
ログラムとして指定するプログラム指定手段と、 前記品質推定対象プログラム及び前記比較対象プログラ
ムに関し、少なくとも一種類以上のメトリックス測定項
目のそれぞれに対してメトリックス値を測定するメトリ
ックス値測定手段と、 前記メトリックス値測定手段によるメトリックス値の測
定結果に基づき、前記品質推定対象プログラムの品質を
推定し、前記品質推定対象プログラムの品質推定値を算
出する品質推定手段と、 前記品質推定手段により算出された前記品質推定対象プ
ログラムの品質推定値を提示する品質推定値提示手段と
を有することを特徴とするプログラム品質管理支援装
置。
1. A program quality management support device for estimating the quality of a program during program development and supporting the quality management of the program, wherein a first version program and at least one or more revised version programs in the program development are associated with each other. As a revised program group, and a program management means for managing a plurality of versions of the program for each revised program group, and a revised version program of any of the revised program groups managed by the program management means. Program designation means for designating as a quality estimation target program, and designating a program of a version earlier than the quality estimation target program and belonging to the same revised program group as the quality estimation target program as a comparison target program, the quality estimation target program, and The ratio Regarding the comparison target program, a metric value measuring means for measuring a metric value for each of at least one or more types of metric measurement items, and the quality of the quality estimation target program based on the measurement result of the metric value by the metric value measuring means. And a quality estimation value presenting means for presenting the quality estimation value of the quality estimation target program calculated by the quality estimation means. A program quality control support device characterized by:
【請求項2】 前記メトリックス値測定手段は、それぞ
れのメトリックス測定項目に対して、前記品質推定対象
プログラムのメトリックス値及び前記比較対象プログラ
ムのメトリックス値を測定し、 前記品質推定手段は、前記メトリックス値測定手段によ
るメトリックス値の測定結果に基づき、それぞれのメト
リックス測定項目について前記品質推定対象プログラム
のメトリックス値と前記比較対象プログラムのメトリッ
クス値との差異を判定し、判定したそれぞれの差異に基
づき、前記品質推定対象プログラムの品質推定値を算出
することを特徴とする請求項1に記載のプログラム品質
管理支援装置。
2. The metric value measuring means measures, for each metric measurement item, a metric value of the quality estimation target program and a metric value of the comparison target program, and the quality estimating means determines the metric value. Based on the measurement result of the metric value by the measuring means, the difference between the metric value of the quality estimation target program and the metric value of the comparison target program is determined for each metric measurement item, and the quality is determined based on each determined difference. The program quality management support apparatus according to claim 1, wherein a quality estimation value of the estimation target program is calculated.
【請求項3】 前記プログラム品質管理支援装置は、更
に、前記品質推定対象プログラムと前記比較対象プログ
ラムとの間のプログラム内容の差異を抽出する差異抽出
手段を有し、 前記メトリックス値測定手段は、前記差異抽出手段によ
り抽出された前記差異について、前記メトリックス測定
項目のそれぞれに対してメトリックス値を測定し、 前記品質推定手段は、前記メトリックス値測定手段によ
る測定結果に基づき、前記品質推定対象プログラムの品
質推定値を算出することを特徴とする請求項1に記載の
プログラム品質管理支援装置。
3. The program quality management support device further comprises a difference extracting means for extracting a difference in program content between the quality estimation target program and the comparison target program, and the metric value measuring means, For the difference extracted by the difference extracting means, measure a metric value for each of the metric measurement items, the quality estimating means, based on the measurement result by the metric value measuring means, of the quality estimation target program. The program quality management support device according to claim 1, wherein a quality estimation value is calculated.
【請求項4】 プログラム開発においてプログラムの品
質を推定し、プログラムの品質管理を支援するプログラ
ム品質管理支援装置であって、 プログラム開発における初版のプログラムと少なくとも
一つ以上の改訂版のプログラムとを関連づけて改訂プロ
グラム群とし、改訂プログラム群ごとにプログラム改訂
による複数の版のプログラムを管理するプログラム管理
手段と、 前記プログラム管理手段により管理された前記改訂プロ
グラム群ごとに複数の版のプログラムのそれぞれに関
し、少なくとも一種類以上のメトリックス測定項目のそ
れぞれに対してメトリックス値を測定するメトリックス
値測定手段と、 前記メトリックス値測定手段によるメトリックス値の測
定結果を前記改訂プログラム群ごとに記憶するメトリッ
クス値測定結果記憶手段と、 前記プログラム管理手段により管理されたいずれかの改
訂プログラム群のいずれかの改訂版のプログラムを品質
推定対象プログラムとして指定し、前記品質推定対象プ
ログラムと同じ改訂プログラム群に属し前記品質推定対
象プログラムよりも以前の版のプログラムを比較対象プ
ログラムとして指定するプログラム指定手段と、 前記メトリックス値測定結果記憶手段より、前記品質推
定対象プログラムと前記比較対象プログラムとに関する
メトリックス値の測定結果とを取得し、取得したメトリ
ックス値の測定結果に基づき前記品質推定対象プログラ
ムの品質を推定し、前記品質推定対象プログラムの品質
推定値を算出する品質推定手段と、 前記品質推定手段により算出された前記品質推定対象プ
ログラムの品質推定値を提示する品質推定値提示手段と
を有することを特徴とするプログラム品質管理支援装
置。
4. A program quality management support device for estimating the quality of a program during program development and supporting quality management of the program, wherein a first version program and at least one or more revised version programs in the program development are associated with each other. And a program management means for managing a plurality of versions of programs by program revision for each revised program group, and each of the plurality of versions of programs for each revised program group managed by the program management means, Metric value measuring means for measuring a metric value for each of at least one or more kinds of metric measuring items, and metric value measurement result storage for storing a metric value measurement result by the metric value measuring means for each revision program group. And a revised version program of any revised program group managed by the program management means as a quality estimation target program, and belongs to the same revised program group as the quality estimation target program, and the quality estimation target Program specification means for specifying a program of a version earlier than the program as a comparison target program, and the metrics value measurement result storage means, and obtains the measurement result of the metrics value for the quality estimation target program and the comparison target program. A quality estimation unit that estimates the quality of the quality estimation target program based on the measurement result of the acquired metrics value and calculates a quality estimation value of the quality estimation target program; and the quality estimation target calculated by the quality estimation unit. Present a quality estimate for the program Program quality management support apparatus characterized by having a quality estimate presenting means.
【請求項5】 前記メトリックス値測定手段は、前記改
訂プログラム群ごとに複数の版のプログラムのそれぞれ
について、それぞれのメトリックス測定項目に対するメ
トリックス値を測定し、 前記メトリックス値測定結果記憶手段は、前記改訂プロ
グラム群ごとに、複数の版のプログラムのそれぞれにつ
いてのメトリックス値の測定結果を記憶し、 前記品質推定手段は、前記メトリックス値測定結果記憶
手段より、前記品質推定対象プログラムについてのメト
リックス値の測定結果と前記比較対象プログラムについ
てのメトリックス値の測定結果とを取得し、それぞれの
メトリックス測定項目について前記品質推定対象プログ
ラムのメトリックス値と前記比較対象プログラムのメト
リックス値との差異を判定し、判定したそれぞれのメト
リックス値の差異に基づき前記品質推定対象プログラム
の品質推定値を算出することを特徴とする請求項4に記
載のプログラム品質管理支援装置。
5. The metric value measurement means measures metric values for each metric measurement item for each of a plurality of versions of programs for each of the revised program groups, and the metric value measurement result storage means stores the revised value. For each program group, stores the measurement results of the metrics value for each of a plurality of versions of the program, the quality estimation means, from the metrics value measurement result storage means, the measurement result of the metrics value for the quality estimation target program And the measurement result of the metric value for the comparison target program is obtained, and for each metric measurement item, the difference between the metric value of the quality estimation target program and the metric value of the comparison target program is determined, and each determined Metric Program quality control assistance device according to claim 4, characterized in that for calculating the quality estimate of the quality estimation target program based on a difference of the scan values.
【請求項6】 前記プログラム品質管理支援装置は、更
に、前記プログラム管理手段により管理されたそれぞれ
のプログラムについて、同じ改訂プログラム群の他の版
のプログラムのそれぞれとの間のプログラム内容の差異
を抽出する差異抽出手段を有し、 前記メトリックス値測定手段は、前記差異抽出手段によ
りプログラムごとに抽出された同じ改訂プログラム群の
他の版のプログラムのそれぞれとの差異について、前記
メトリックス測定項目のそれぞれに対してメトリックス
値を測定し、 前記メトリックス値測定結果記憶手段は、前記改訂プロ
グラム群ごとに、複数の版のプログラムのそれぞれにつ
いて、それぞれの差異についてのメトリックス値の測定
結果を記憶し、 前記品質推定手段は、前記メトリックス値測定結果記憶
手段より、前記品質推定対象プログラムと前記比較対象
プログラムとの差異についてのメトリックス値の測定結
果を取得し、取得したメトリックス値の測定結果に基づ
き前記品質推定対象プログラムの品質推定値を算出する
ことを特徴とする請求項4に記載のプログラム品質管理
支援装置。
6. The program quality control support device further extracts a difference in program content between each program managed by the program management means and each of the other versions of the same revised program group. The metric value measuring means, with respect to the difference from each of the other versions of programs of the same revised program group extracted for each program by the difference extracting means, to each of the metric measurement items. The metric value measurement result storage means stores the metric value measurement result for each difference for each of a plurality of edition programs for each of the revised program groups, and the quality estimation Means, from the metrics value measurement result storage means, It is characterized in that a measurement result of a metric value for a difference between the quality estimation target program and the comparison target program is acquired, and a quality estimation value of the quality estimation target program is calculated based on the acquired measurement result of the metric value. The program quality control support device according to claim 4.
【請求項7】 前記品質推定値提示手段は、前記品質推
定対象プログラムの品質推定値に基づき前記品質推定対
象プログラムの品質改善作業に対するガイドを提示する
ことを特徴とする請求項1又は4に記載のプログラム品
質管理支援装置。
7. The quality estimation value presenting means presents a guide for a quality improvement work of the quality estimation target program based on the quality estimation value of the quality estimation target program. Program quality control support device.
【請求項8】 前記プログラム指定手段は、複数の比較
対象プログラムを指定し、 前記品質推定手段は、前記複数の比較対象プログラムの
それぞれに対応する前記品質推定対象プログラムの品質
推定値を算出し、 前記品質推定値提示手段は、前記品質推定対象プログラ
ムのそれぞれの品質推定値に基づき、前記品質推定対象
プログラムの品質改善作業に対するガイドを提示するこ
とを特徴とする請求項7に記載のプログラム品質管理支
援装置。
8. The program designating unit designates a plurality of comparison target programs, and the quality estimating unit calculates a quality estimation value of the quality estimation target program corresponding to each of the plurality of comparison target programs, 8. The program quality management according to claim 7, wherein the quality estimation value presenting means presents a guide for a quality improvement work of the quality estimation target program based on each quality estimation value of the quality estimation target program. Support device.
【請求項9】 前記プログラム指定手段は、前記品質推
定対象プログラムとして、いずれかの改訂プログラム群
の最新の版のプログラムを指定し、 前記品質推定値は、前記最新の版のプログラムの品質推
定値を算出することを特徴とする請求項1又は4に記載
のプログラム品質管理支援装置。
9. The program designating unit designates, as the quality estimation target program, a latest version of a program of any revised program group, and the quality estimation value is a quality estimation value of the latest version of the program. The program quality control support device according to claim 1 or 4, wherein
【請求項10】 前記プログラム指定手段は、前記品質
推定対象プログラムとして、前記最新の版のプログラム
と同じ改訂プログラム群に属し、前記最新の版のプログ
ラム以外の他のプログラムを指定し、 前記品質推定手段は、前記他のプログラムの品質推定値
を算出し、 前記品質推定値提示手段は、前記最新の版のプログラム
の品質推定値と前記他のプログラムの品質推定値とを比
較し、比較結果に基づき前記最新の版のプログラムの品
質改善作業に対するガイドを提示することを特徴とする
請求項9に記載のプログラム品質管理支援装置。
10. The program specifying means specifies, as the quality estimation target program, a program other than the latest version of the program that belongs to the same revised program group as the latest version of the program, and the quality estimation The means calculates a quality estimation value of the other program, the quality estimation value presenting means compares the quality estimation value of the latest version of the program with the quality estimation value of the other program, 10. The program quality control support device according to claim 9, wherein a guide for quality improvement work of the latest version of the program is presented based on the program.
【請求項11】 前記品質推定手段は、前記プログラム
指定手段より前記最新の版のプログラムが前記品質推定
対象プログラムとして指定された場合に、前記最新の版
のプログラムに発生する不具合に関する推定値を少なく
とも一つ以上算出し、 前記品質推定値提示手段は、前記品質推定値により算出
された前記不具合に関する推定値のそれぞれを提示する
ことを特徴とする請求項9に記載のプログラム品質管理
支援装置。
11. The quality estimating means at least an estimated value relating to a defect that occurs in the latest version of the program when the latest version of the program is designated as the quality estimation target program by the program designating means. 10. The program quality management support device according to claim 9, wherein the quality estimation value presenting means calculates one or more and presents each of the estimation values regarding the failure calculated by the quality estimation value.
【請求項12】 前記プログラム品質管理支援装置は、
更に、前記品質推定手段による品質推定値の算出手順を
示した品質推定値算出ルールを少なくとも一つ以上記憶
する品質推定値算出ルール記憶手段を有し、 前記品質推定手段は、前記品質推定値算出ルール記憶手
段に記憶されたいずれかの品質推定値算出ルールに従っ
て前記品質推定対象プログラムの品質推定値を算出する
ことを特徴とする請求項1又は4に記載のプログラム品
質管理支援装置。
12. The program quality control support device,
Furthermore, the quality estimation means includes a quality estimation value calculation rule storage means for storing at least one quality estimation value calculation rule indicating a procedure for calculating the quality estimation value by the quality estimation means, and the quality estimation means is configured to calculate the quality estimation value. 5. The program quality management support apparatus according to claim 1, wherein the quality estimation value of the quality estimation target program is calculated according to one of the quality estimation value calculation rules stored in the rule storage means.
【請求項13】 前記品質推定値算出ルール記憶手段
は、それぞれのメトリックス測定項目に対応するパラメ
ータが含まれたパラメータ品質推定値算出ルールを記憶
し、 前記品質推定手段は、前記メトリックス値測定手段に対
して、特定の改訂プログラム群の複数の版のプログラム
のそれぞれについてそれぞれのメトリックス測定項目に
対するメトリックス値を測定するよう指示し、 前記メトリックス値測定手段は、前記品質推定手段から
の指示に基づき、前記特定の改訂プログラム群の複数の
版のプログラムのそれぞれについてそれぞれのメトリッ
クス測定項目に対するメトリックス値を測定し、 前記品質推定手段は、前記メトリックス値測定手段によ
る測定結果に基づき、前記パラメータ品質推定値算出ル
ールのそれぞれのパラメータに対する数値を決定するこ
とを特徴とする請求項12に記載のプログラム品質管理
支援装置。
13. The quality estimation value calculation rule storage means stores a parameter quality estimation value calculation rule including a parameter corresponding to each metric measurement item, and the quality estimation means stores the parameter quality estimation value calculation rule in the metrics value measurement means. On the other hand, instructing to measure the metric value for each metric measurement item for each of the plurality of versions of the program of the specific revision program group, the metric value measuring means, based on the instruction from the quality estimating means, A metric value for each metric measurement item is measured for each of a plurality of versions of programs of a specific revised program group, and the quality estimating means calculates the parameter quality estimated value calculation rule based on the measurement result by the metric value measuring means. For each parameter of 13. The program quality control support device according to claim 12, wherein a numerical value for the program is determined.
【請求項14】 前記品質推定手段は、前記メトリック
ス値測定手段による測定結果を用いて回帰分析を行い、
メトリックス測定項目ごとに回帰係数を算出し、算出し
たそれぞれの回帰係数に基づき前記パラメータ品質推定
値算出ルールのそれぞれのパラメータに対する数値を決
定することを特徴とする請求項13に記載のプログラム
品質管理支援装置。
14. The quality estimating means performs regression analysis using the measurement result by the metric value measuring means,
14. The program quality control support according to claim 13, wherein a regression coefficient is calculated for each metric measurement item, and a numerical value for each parameter of the parameter quality estimation value calculation rule is determined based on each calculated regression coefficient. apparatus.
【請求項15】 前記品質推定手段は、所定のタイミン
グで、いずれかのプログラムの品質推定値を算出し、算
出した前記品質推定値の推定精度を分析し、前記推定精
度が所定の許容範囲を超える場合に、前記パラメータ品
質推定値算出ルールのそれぞれのパラメータに対する数
値を設定することを特徴とする請求項13に記載のプロ
グラム品質管理支援装置。
15. The quality estimating means calculates a quality estimation value of one of the programs at a predetermined timing, analyzes the estimation accuracy of the calculated quality estimation value, and the estimation accuracy is within a predetermined allowable range. 14. The program quality management support device according to claim 13, wherein when the number of parameters exceeds the numerical value, a numerical value for each parameter of the parameter quality estimation value calculation rule is set.
【請求項16】 前記品質推定値算出ルール記憶手段
は、複数の品質推定値算出ルールを記憶し、 前記品質推定手段は、前記複数の品質推定値算出ルール
のうち少なくとも二つ以上の品質推定値算出ルールを選
択品質推定値算出ルールとして選択し、いずれかのプロ
グラムについて前記選択品質推定値算出ルールのそれぞ
れに対応する品質推定値を算出し、算出したそれぞれの
品質推定値について推定精度を分析し、分析結果に基づ
き前記選択品質推定値算出ルールの中から特定の品質推
定値算出ルールを指定品質推定値算出ルールとして指定
し、前記指定品質推定値算出ルールに従って前記品質推
定対象プログラムの品質推定値を算出することを特徴と
する請求項12に記載のプログラム品質管理支援装置。
16. The quality estimation value calculation rule storage means stores a plurality of quality estimation value calculation rules, and the quality estimation means stores at least two or more quality estimation values among the plurality of quality estimation value calculation rules. The calculation rule is selected as the selection quality estimation value calculation rule, the quality estimation value corresponding to each of the selection quality estimation value calculation rules is calculated for one of the programs, and the estimation accuracy is analyzed for each calculated quality estimation value. , Specifying a specific quality estimation value calculation rule from the selected quality estimation value calculation rules as a designated quality estimation value calculation rule, and according to the designated quality estimation value calculation rule, the quality estimation value of the quality estimation target program 13. The program quality management support device according to claim 12, wherein
【請求項17】 前記複数の品質推定値算出ルールのそ
れぞれは、それぞれのメトリックス測定項目に対応する
パラメータを含み、 前記品質推定手段は、前記選択品質推定値算出ルールの
選択に先立ち、前記メトリックス値測定手段に対して、
特定の改訂プログラム群の複数の版のプログラムのそれ
ぞれについてそれぞれのメトリックス測定項目に対する
メトリックス値を測定するよう指示し、 前記メトリックス値測定手段は、前記品質推定手段から
の指示に基づき、前記特定の改訂プログラム群の複数の
版のプログラムのそれぞれについてそれぞれのメトリッ
クス測定項目に対するメトリックス値を測定し、 前記品質推定手段は、前記メトリックス値測定手段によ
る測定結果に基づき、それぞれのパラメータに対する数
値を決定し、決定したそれぞれのパラメータに対する数
値を用いて前記選択品質推定値算出ルールのそれぞれに
対応する品質推定値を算出することを特徴とする請求項
16に記載のプログラム品質管理支援装置。
17. Each of the plurality of quality estimation value calculation rules includes a parameter corresponding to each metric measurement item, and the quality estimation means prior to selecting the selected quality estimation value calculation rule. For measuring means,
Instructing each of a plurality of versions of programs of a specific revision program group to measure a metric value for each metric measurement item, the metric value measuring means, based on the instruction from the quality estimating means, The metrics value for each metric measurement item is measured for each of the programs of the plurality of versions of the program group, and the quality estimating unit determines and determines the numerical value for each parameter based on the measurement result by the metric value measuring unit. 17. The program quality management support device according to claim 16, wherein the quality estimation value corresponding to each of the selected quality estimation value calculation rules is calculated using the numerical values for the respective parameters.
【請求項18】 前記品質推定手段は、前記メトリック
ス値測定手段による測定結果を用いて複数種類の回帰分
析を行い、メトリックス測定項目ごとに複数の回帰係数
を算出し、算出したそれぞれの回帰係数について精度の
分析を行い、分析結果に基づきメトリックス測定項目の
それぞれに対して複数の回帰係数の中から特定の回帰係
数を選択し、メトリックス測定項目のそれぞれに対して
選択した回帰係数を用いてそれぞれのパラメータに対す
る数値を決定することを特徴とする請求項17に記載の
プログラム品質管理支援装置。
18. The quality estimating means performs a plurality of types of regression analysis using the measurement results by the metric value measuring means, calculates a plurality of regression coefficients for each metric measurement item, and calculates each regression coefficient. Perform an accuracy analysis, select a specific regression coefficient from multiple regression coefficients for each metric measurement item based on the analysis result, and use the selected regression coefficient for each metric measurement item. 18. The program quality control support device according to claim 17, wherein a numerical value for the parameter is determined.
【請求項19】 前記プログラム管理手段は、改訂版の
プログラムのプログラム改訂原因を示す改訂原因情報を
改訂プログラム群ごとに管理し、 前記プログラム指定手段は、前記改訂原因情報に基づ
き、前記品質推定対象プログラムと同じ改訂原因の改訂
版のプログラムを前記比較対象プログラムとして指定
し、 前記品質推定値算出ルール記憶手段は、プログラム改訂
原因ごとに品質推定値算出ルールを分類して複数の品質
推定値算出ルールを記憶し、 前記品質推定手段は、前記品質推定対象プログラムのプ
ログラム改訂原因に対応する品質推定値算出ルールに従
って前記品質推定対象プログラムの品質推定値を算出す
ることを特徴とする請求項12に記載のプログラム品質
管理支援装置。
19. The program management means manages revision cause information indicating a program revision cause of a revised version program for each revision program group, and the program designating means, based on the revision cause information, the quality estimation target. A revised version of the program having the same revision cause as the program is designated as the comparison target program, and the quality estimation value calculation rule storage unit classifies the quality estimation value calculation rules for each program revision cause to classify a plurality of quality estimation value calculation rules. 13. The quality estimation unit calculates a quality estimation value of the quality estimation target program according to a quality estimation value calculation rule corresponding to a program revision cause of the quality estimation target program. Program quality control support device.
【請求項20】 前記プログラム管理手段は、複数の改
訂プログラム群を管理し、 前記品質推定手段は、前記複数の改訂プログラム群の複
数の版のプログラムをそれぞれ複数のグループに分類
し、前記品質推定対象プログラムと同じグループに分類
された同グループプログラムのいずれかについて前記選
択品質推定値算出ルールのそれぞれに対応する品質推定
値を算出し、算出したそれぞれの品質推定値について推
定精度を分析し、分析結果に基づき前記選択品質推定値
算出ルールの中から前記指定品質推定値算出ルールを指
定することを特徴とする請求項16に記載のプログラム
品質管理支援装置。
20. The program management means manages a plurality of revised program groups, and the quality estimation means classifies programs of a plurality of versions of the plurality of revised program groups into a plurality of groups, respectively, and estimates the quality. The quality estimation value corresponding to each of the selection quality estimation value calculation rules is calculated for any of the programs of the same group that are classified into the same group as the target program, and the estimation accuracy is analyzed for each of the calculated quality estimation values and analyzed. The program quality management support apparatus according to claim 16, wherein the designated quality estimation value calculation rule is designated from the selection quality estimation value calculation rules based on the result.
【請求項21】 前記品質推定手段は、前記複数の改訂
プログラム群の複数の版のプログラムをそれぞれ複数の
グループに分類することなく、いずれかのプログラムに
ついて特定の品質推定値算出ルールを指定して第一の品
質推定値算出ルールとするとともに、前記複数の改訂プ
ログラム群の複数の版のプログラムをそれぞれ複数のグ
ループに分類し、前記品質推定対象プログラムと同じグ
ループに分類された同グループプログラムのいずれかに
ついて特定の品質推定値算出ルールを指定して第二の品
質推定値算出ルールとし、前記第一の品質推定値算出ル
ールと前記第二の品質推定ルールとを比較し、 前記品質推定値提示手段は、前記品質推定手段による比
較結果に基づき、前記品質推定対象プログラムの品質改
善作業に対するガイドを提示することを特徴とする請求
項20に記載のプログラム品質管理支援装置。
21. The quality estimating means specifies a specific quality estimation value calculation rule for any of the programs without classifying a plurality of versions of programs of the plurality of revised program groups into a plurality of groups, respectively. With the first quality estimation value calculation rule, the programs of the plurality of editions of the plurality of revised program groups are each classified into a plurality of groups, and any of the group programs classified into the same group as the quality estimation target program. Whether a specific quality estimation value calculation rule is designated as a second quality estimation value calculation rule, the first quality estimation value calculation rule and the second quality estimation rule are compared, and the quality estimation value is presented. The means provides a guide for the quality improvement work of the quality estimation target program based on the comparison result by the quality estimation means. Program quality control assistance device according to claim 20, characterized in that the.
【請求項22】 プログラム開発においてプログラムの
品質を推定し、プログラムの品質管理を支援するプログ
ラム品質管理支援装置であって、 複数のプログラムを管理するプログラム管理手段と、 前記プログラム管理手段により管理された前記複数のプ
ログラムの中から特定のプログラムを品質推定対象プロ
グラムとして指定し、前記品質推定対象プログラム以外
の他のプログラムの中から少なくとも二つ以上のプログ
ラムを比較対象プログラムとして指定するプログラム指
定手段と、 前記品質推定対象プログラム及び前記比較対象プログラ
ムのそれぞれについて、少なくとも一種類以上のメトリ
ックス測定項目のそれぞれに対してメトリックス値を測
定するメトリックス値測定手段と、 それぞれのメトリックス測定項目に対応する座標軸から
構成される品質評価座標を有し、前記メトリックス値測
定手段による測定結果に基づき前記品質推定対象プログ
ラム及び前記比較対象プログラムのそれぞれについて前
記品質評価座標内の座標位置を特定し、特定したそれぞ
れの座標位置に基づき幾何学演算を行い、前記幾何学演
算の結果に基づき前記品質推定対象プログラムの品質を
推定し、前記品質推定対象プログラムの品質推定値を算
出する品質推定手段と、 前記品質推定手段により算出された前記品質推定対象プ
ログラムの品質推定値を提示する品質推定値提示手段と
を有することを特徴とするプログラム品質管理支援装
置。
22. A program quality management support device for estimating the quality of a program in program development and supporting quality management of the program, the program management means managing a plurality of programs, and the program management means managing the program quality management means. A program designating unit that designates a specific program from among the plurality of programs as a quality estimation target program, and designates at least two or more programs from among programs other than the quality estimation target program as comparison target programs, For each of the quality estimation target program and the comparison target program, metric value measuring means for measuring a metric value for each of at least one or more metric measurement items, and coordinates corresponding to each metric measurement item. Having quality evaluation coordinates composed of, the coordinate position in the quality evaluation coordinates is specified for each of the quality estimation target program and the comparison target program based on the measurement result by the metrics value measuring means, and each specified A quality estimating unit that performs a geometric operation based on a coordinate position, estimates the quality of the quality estimation target program based on the result of the geometric operation, and calculates a quality estimation value of the quality estimation target program; And a quality estimated value presenting means for presenting the quality estimated value of the quality estimation target program calculated by the above.
【請求項23】 前記品質推定手段は、前記比較対象プ
ログラムの座標位置の分布状況に基づき前記比較対象プ
ログラムの座標位置のそれぞれを少なくとも一つ以上の
座標位置グループに分類し、それぞれの座標位置グルー
プについてそれぞれの座標位置グループ内の特定の座標
位置を比較対象座標位置として決定し、前記品質推定対
象プログラムの座標位置とそれぞれの比較対象座標位置
とに基づき幾何学演算を行い、前記幾何学演算の結果に
基づき前記品質推定対象プログラムの品質推定値を算出
することを特徴とする請求項22に記載のプログラム品
質管理支援装置。
23. The quality estimating means classifies each of the coordinate positions of the comparison target program into at least one coordinate position group based on the distribution status of the coordinate positions of the comparison target program, and each coordinate position group. About a specific coordinate position in each coordinate position group is determined as a comparison target coordinate position, geometric calculation is performed based on the coordinate position of the quality estimation target program and each comparison target coordinate position, and the geometric calculation 23. The program quality management support device according to claim 22, wherein a quality estimation value of the quality estimation target program is calculated based on the result.
【請求項24】 プログラム開発においてプログラムの
品質を推定し、プログラムの品質管理を支援するプログ
ラム品質管理支援方法であって、 プログラム開発における初版のプログラムと少なくとも
一つ以上の改訂版のプログラムとを関連づけて改訂プロ
グラム群とし、改訂プログラム群ごとにプログラム改訂
による複数の版のプログラムを管理するプログラム管理
ステップと、 前記プログラム管理ステップにより管理されたいずれか
の改訂プログラム群のいずれかの改訂版のプログラムを
品質推定対象プログラムとして指定し、前記品質推定対
象プログラムと同じ改訂プログラム群に属し前記品質推
定対象プログラムよりも以前の版のプログラムを比較対
象プログラムとして指定するプログラム指定ステップ
と、 前記品質推定対象プログラム及び前記比較対象プログラ
ムに関し、少なくとも一種類以上のメトリックス測定項
目のそれぞれに対してメトリックス値を測定するメトリ
ックス値測定ステップと、 前記メトリックス値測定ステップによるメトリックス値
の測定結果に基づき、前記品質推定対象プログラムの品
質を推定し、前記品質推定対象プログラムの品質推定値
を算出する品質推定ステップと、 前記品質推定ステップにより算出された前記品質推定対
象プログラムの品質推定値を提示する品質推定値提示ス
テップとを有することを特徴とするプログラム品質管理
支援方法。
24. A program quality control support method for estimating program quality in program development and supporting program quality control, wherein a first version program and at least one or more revised version programs in program development are associated with each other. As a revised program group, and a program management step for managing a plurality of versions of the program for each revised program group, and a revised version program of any of the revised program groups managed by the program management step. A program specifying step of specifying as a quality estimation target program, a program belonging to the same revised program group as the quality estimation target program and having a version earlier than the quality estimation target program as a comparison target program; and the quality estimation target program Ram and the program to be compared, the quality estimation target based on a metric value measurement step of measuring a metric value for each of at least one or more metric measurement items, and a metric value measurement result by the metric value measurement step. A quality estimation step of estimating the quality of the program and calculating a quality estimation value of the quality estimation target program; and a quality estimation value presentation step of presenting the quality estimation value of the quality estimation target program calculated by the quality estimation step. A method for supporting program quality control, comprising:
【請求項25】 前記メトリックス値測定ステップは、
それぞれのメトリックス測定項目に対して、前記品質推
定対象プログラムのメトリックス値及び前記比較対象プ
ログラムのメトリックス値を測定し、 前記品質推定ステップは、前記メトリックス値測定ステ
ップによるメトリックス値の測定結果に基づき、それぞ
れのメトリックス測定項目について前記品質推定対象プ
ログラムのメトリックス値と前記比較対象プログラムの
メトリックス値との差異を判定し、判定したそれぞれの
差異に基づき、前記品質推定対象プログラムの品質推定
値を算出することを特徴とする請求項24に記載のプロ
グラム品質管理支援方法。
25. The metric value measuring step comprises:
For each metric measurement item, measure the metric value of the quality estimation target program and the metric value of the comparison target program, the quality estimation step, based on the measurement result of the metric value by the metric value measurement step, respectively, For the metric measurement item, the difference between the metric value of the quality estimation target program and the metric value of the comparison target program is determined, and the quality estimation value of the quality estimation target program is calculated based on each determined difference. 25. The program quality control support method according to claim 24.
【請求項26】 前記プログラム品質管理支援方法は、
更に、前記品質推定対象プログラムと前記比較対象プロ
グラムとの間のプログラム内容の差異を抽出する差異抽
出ステップを有し、 前記メトリックス値測定ステップは、前記差異抽出ステ
ップにより抽出された前記差異について、前記メトリッ
クス測定項目のそれぞれに対してメトリックス値を測定
し、 前記品質推定ステップは、前記メトリックス値測定ステ
ップによる測定結果に基づき、前記品質推定対象プログ
ラムの品質推定値を算出することを特徴とする請求項2
4に記載のプログラム品質管理支援方法。
26. The program quality control support method,
Further, there is a difference extracting step for extracting a difference in program content between the quality estimation target program and the comparison target program, the metrics value measuring step, for the difference extracted by the difference extracting step, A metric value is measured for each metric measurement item, and the quality estimation step calculates a quality estimation value of the quality estimation target program based on a measurement result by the metric value measurement step. Two
4. The program quality control support method described in 4.
【請求項27】 プログラム開発においてプログラムの
品質を推定し、プログラムの品質管理を支援するプログ
ラム品質管理支援方法であって、 プログラム開発における初版のプログラムと少なくとも
一つ以上の改訂版のプログラムとを関連づけて改訂プロ
グラム群とし、改訂プログラム群ごとにプログラム改訂
による複数の版のプログラムを管理するプログラム管理
ステップと、 前記プログラム管理ステップにより管理された前記改訂
プログラム群ごとに複数の版のプログラムのそれぞれに
関し、少なくとも一種類以上のメトリックス測定項目の
それぞれに対してメトリックス値を測定するメトリック
ス値測定ステップと、 前記メトリックス値測定ステップによるメトリックス値
の測定結果を前記改訂プログラム群ごとに記憶するメト
リックス値測定結果記憶ステップと、 前記プログラム管理ステップにより管理されたいずれか
の改訂プログラム群のいずれかの改訂版のプログラムを
品質推定対象プログラムとして指定し、前記品質推定対
象プログラムと同じ改訂プログラム群に属し前記品質推
定対象プログラムよりも以前の版のプログラムを比較対
象プログラムとして指定するプログラム指定ステップ
と、 前記メトリックス値測定結果記憶ステップより、前記品
質推定対象プログラムと前記比較対象プログラムとに関
するメトリックス値の測定結果とを取得し、取得したメ
トリックス値の測定結果に基づき前記品質推定対象プロ
グラムの品質を推定し、前記品質推定対象プログラムの
品質推定値を算出する品質推定ステップと、 前記品質推定ステップにより算出された前記品質推定対
象プログラムの品質推定値を提示する品質推定値提示ス
テップとを有することを特徴とするプログラム品質管理
支援方法。
27. A program quality control support method for estimating program quality in program development and supporting program quality control, wherein a first version program and at least one or more revised version programs in program development are associated with each other. As a revised program group, a program management step of managing a plurality of versions of the program by the program revision for each revised program group, and each of the plurality of versions of the program for each revised program group managed by the program management step, A metric value measuring step of measuring a metric value for each of at least one or more types of metric measuring items, and a metric for storing a metric value measurement result by the metric value measuring step for each revised program group. The measurement value measurement result storing step, and a revised version program of any revised program group managed by the program management step is designated as a quality estimation target program, and is set to the same revised program group as the quality estimation target program. A program specifying step for specifying a program of a version earlier than the quality estimation target program as a comparison target program, and a metric value measurement for the quality estimation target program and the comparison target program from the metric value measurement result storage step. And a quality estimation step of estimating the quality of the quality estimation target program based on the measurement result of the obtained metrics value and calculating the quality estimation value of the quality estimation target program, and the quality estimation step. Item Program quality management support method characterized by having a quality estimate presenting step of presenting a quality estimate of the estimated target program.
【請求項28】 前記メトリックス値測定ステップは、
前記改訂プログラム群ごとに複数の版のプログラムのそ
れぞれについて、それぞれのメトリックス測定項目に対
するメトリックス値を測定し、 前記メトリックス値測定結果記憶ステップは、前記改訂
プログラム群ごとに、複数の版のプログラムのそれぞれ
についてのメトリックス値の測定結果を記憶し、 前記品質推定ステップは、前記メトリックス値測定結果
記憶ステップより、前記品質推定対象プログラムについ
てのメトリックス値の測定結果と前記比較対象プログラ
ムについてのメトリックス値の測定結果とを取得し、そ
れぞれのメトリックス測定項目について前記品質推定対
象プログラムのメトリックス値と前記比較対象プログラ
ムのメトリックス値との差異を判定し、判定したそれぞ
れのメトリックス値の差異に基づき前記品質推定対象プ
ログラムの品質推定値を算出することを特徴とする請求
項27に記載のプログラム品質管理支援方法。
28. The metric value measuring step comprises:
For each of a plurality of versions of the program for each revised program group, measure a metric value for each metric measurement item, the metric value measurement result storing step, for each revised program group, each of the plurality of versions of the program. The measurement result of the metric value for the quality estimation step, the quality estimation step, from the metric value measurement result storage step, the measurement result of the metric value for the quality estimation target program and the measurement result of the metric value for the comparison target program. Is obtained, the difference between the metric value of the quality estimation target program and the metric value of the comparison target program is determined for each metric measurement item, and the quality estimation is performed based on the determined difference in each metric value. Program quality control support method according to claim 27, wherein calculating the quality estimate of the target program.
【請求項29】 前記プログラム品質管理支援方法は、
更に、前記プログラム管理ステップにより管理されたそ
れぞれのプログラムについて、同じ改訂プログラム群の
他の版のプログラムのそれぞれとの間のプログラム内容
の差異を抽出する差異抽出ステップを有し、 前記メトリックス値測定ステップは、前記差異抽出ステ
ップによりプログラムごとに抽出された同じ改訂プログ
ラム群の他の版のプログラムのそれぞれとの差異につい
て、前記メトリックス測定項目のそれぞれに対してメト
リックス値を測定し、 前記メトリックス値測定結果記憶ステップは、前記改訂
プログラム群ごとに、複数の版のプログラムのそれぞれ
について、それぞれの差異についてのメトリックス値の
測定結果を記憶し、 前記品質推定ステップは、前記メトリックス値測定結果
記憶ステップより、前記品質推定対象プログラムと前記
比較対象プログラムとの差異についてのメトリックス値
の測定結果を取得し、取得したメトリックス値の測定結
果に基づき前記品質推定対象プログラムの品質推定値を
算出することを特徴とする請求項27に記載のプログラ
ム品質管理支援方法。
29. The program quality control support method,
Further, the method includes a difference extracting step for extracting a difference in program content between each program managed by the program managing step and each program of another version of the same revised program group, and the metric value measuring step. Measures a metric value for each of the metric measurement items for a difference from each of the other versions of the same revised program group extracted for each program by the difference extraction step, and obtains the metric value measurement result. The storing step stores the measurement result of the metric value for each difference for each of the plurality of versions of the program for each of the revised program groups, and the quality estimating step includes the metric value measurement result storing step, Quality estimation target 28. The quality estimation value of the quality estimation target program is calculated based on the measurement result of the metric value of the difference between the gram and the comparison target program, and the quality estimation value of the quality estimation target program is calculated based on the acquired measurement result of the metric value. Described program quality control support method.
【請求項30】 プログラム開発においてプログラムの
品質を推定し、プログラムの品質管理を支援するプログ
ラム品質管理支援方法であって、 複数のプログラムを管理するプログラム管理ステップ
と、 前記プログラム管理ステップにより管理された前記複数
のプログラムの中から特定のプログラムを品質推定対象
プログラムとして指定し、前記品質推定対象プログラム
以外の他のプログラムの中から少なくとも二つ以上のプ
ログラムを比較対象プログラムとして指定するプログラ
ム指定ステップと、 前記品質推定対象プログラム及び前記比較対象プログラ
ムのそれぞれについて、少なくとも一種類以上のメトリ
ックス測定項目のそれぞれに対してメトリックス値を測
定するメトリックス値測定ステップと、 それぞれのメトリックス測定項目に対応する座標軸から
構成される品質評価座標を有し、前記メトリックス値測
定ステップによる測定結果に基づき前記品質推定対象プ
ログラム及び前記比較対象プログラムのそれぞれについ
て前記品質評価座標内の座標位置を特定し、特定したそ
れぞれの座標位置に基づき幾何学演算を行い、前記幾何
学演算の結果に基づき前記品質推定対象プログラムの品
質を推定し、前記品質推定対象プログラムの品質推定値
を算出する品質推定ステップと、 前記品質推定ステップにより算出された前記品質推定対
象プログラムの品質推定値を提示する品質推定値提示ス
テップとを有することを特徴とするプログラム品質管理
支援方法。
30. A program quality management support method for estimating program quality in program development and supporting program quality management, comprising: a program management step of managing a plurality of programs; and a program management step managed by the program management step. A program designating step of designating a specific program from among the plurality of programs as a quality estimation target program, and designating at least two or more programs as comparison target programs from among programs other than the quality estimation target program, For each of the quality estimation target program and the comparison target program, a metric value measurement step of measuring a metric value for each of at least one or more types of metric measurement items, and each metric measurement item. Having a quality evaluation coordinate composed of coordinate axes corresponding to, specifying the coordinate position in the quality evaluation coordinates for each of the quality estimation target program and the comparison target program based on the measurement result by the metrics value measuring step, Performing a geometric operation based on each of the identified coordinate positions, estimating the quality of the quality estimation target program based on the result of the geometric operation, a quality estimation step of calculating a quality estimation value of the quality estimation target program, And a quality estimated value presenting step of presenting a quality estimated value of the quality estimation target program calculated in the quality estimating step.
【請求項31】 プログラム開発においてプログラムの
品質を推定し、プログラムの品質管理を支援するプログ
ラム品質管理支援方法をコンピュータに実行させるため
のプログラムを記録したコンピュータ読み取り可能な記
録媒体であって、 プログラム開発における初版のプログラムと少なくとも
一つ以上の改訂版のプログラムとを関連づけて改訂プロ
グラム群とし、改訂プログラム群ごとにプログラム改訂
による複数の版のプログラムを管理するプログラム管理
ステップと、 前記プログラム管理ステップにより管理されたいずれか
の改訂プログラム群のいずれかの改訂版のプログラムを
品質推定対象プログラムとして指定し、前記品質推定対
象プログラムと同じ改訂プログラム群に属し前記品質推
定対象プログラムよりも以前の版のプログラムを比較対
象プログラムとして指定するプログラム指定ステップ
と、 前記品質推定対象プログラム及び前記比較対象プログラ
ムに関し、少なくとも一種類以上のメトリックス測定項
目のそれぞれに対してメトリックス値を測定するメトリ
ックス値測定ステップと、 前記メトリックス値測定ステップによるメトリックス値
の測定結果に基づき、前記品質推定対象プログラムの品
質を推定し、前記品質推定対象プログラムの品質推定値
を算出する品質推定ステップと、 前記品質推定ステップにより算出された前記品質推定対
象プログラムの品質推定値を提示する品質推定値提示ス
テップとを有するプログラム品質管理支援方法をコンピ
ュータに実行させるためのプログラムを記録したコンピ
ュータ読み取り可能な記録媒体。
31. A computer-readable recording medium having recorded therein a program for causing a computer to execute a program quality control support method for estimating a program quality in program development and supporting the program quality control. The program of the first edition and the program of at least one or more revisions are associated with each other as a revision program group, and a program management step of managing a plurality of versions of the program by the program revision for each revision program group, and management by the program management step A revised version of any of the revised program groups specified as a quality estimation target program is specified, and a program of a version earlier than the quality estimation target program belonging to the same revised program group as the quality estimation target program is specified. Program specifying step for specifying a program as a comparison target program, the quality estimation target program and the comparison target program, a metric value measuring step for measuring a metric value for each of at least one or more metric measurement items, Based on the measurement result of the metric value by the metric value measurement step, the quality estimation step of estimating the quality of the quality estimation target program and calculating the quality estimation value of the quality estimation target program; and the quality estimation step calculated by the quality estimation step. A computer-readable recording medium recording a program for causing a computer to execute a program quality control support method, which comprises a quality estimation value presentation step of presenting a quality estimation value of a quality estimation target program.
【請求項32】 プログラム開発においてプログラムの
品質を推定し、プログラムの品質管理を支援するプログ
ラム品質管理支援方法をコンピュータに実行させるため
のプログラムであって、 プログラム開発における初版のプログラムと少なくとも
一つ以上の改訂版のプログラムとを関連づけて改訂プロ
グラム群とし、改訂プログラム群ごとにプログラム改訂
による複数の版のプログラムを管理するプログラム管理
ステップと、 前記プログラム管理ステップにより管理されたいずれか
の改訂プログラム群のいずれかの改訂版のプログラムを
品質推定対象プログラムとして指定し、前記品質推定対
象プログラムと同じ改訂プログラム群に属し前記品質推
定対象プログラムよりも以前の版のプログラムを比較対
象プログラムとして指定するプログラム指定ステップ
と、 前記品質推定対象プログラム及び前記比較対象プログラ
ムに関し、少なくとも一種類以上のメトリックス測定項
目のそれぞれに対してメトリックス値を測定するメトリ
ックス値測定ステップと、 前記メトリックス値測定ステップによるメトリックス値
の測定結果に基づき、前記品質推定対象プログラムの品
質を推定し、前記品質推定対象プログラムの品質推定値
を算出する品質推定ステップと、 前記品質推定ステップにより算出された前記品質推定対
象プログラムの品質推定値を提示する品質推定値提示ス
テップとを有するプログラム品質管理支援方法をコンピ
ュータに実行させるためのプログラム。
32. A program for causing a computer to execute a program quality control support method for estimating the quality of a program in the program development and supporting the quality control of the program, and at least one or more of the first version program in the program development. The program management step of managing a plurality of versions of the program by the program revision for each revision program group by associating with the program of the revised version of A program that designates one of the revised versions of the program as a quality estimation target program, and designates a program of a version earlier than the quality estimation target program as a comparison target program that belongs to the same revised program group as the quality estimation target program. Specifying step, with respect to the quality estimation target program and the comparison target program, a metric value measuring step for measuring a metric value for each of at least one or more metric measuring items, and a metric value by the metric value measuring step. A quality estimation step of estimating the quality of the quality estimation target program based on the measurement result and calculating a quality estimation value of the quality estimation target program, and a quality estimation value of the quality estimation target program calculated by the quality estimation step. A program for causing a computer to execute a program quality control support method, the method including:
JP2001212144A 2001-07-12 2001-07-12 Program quality management supporting device, program quality management supporting method, computer readable recording medium having program for making computer perform program quality management supporting method recorded thereon and program for making computer perform program quality management supporting method Pending JP2003029970A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001212144A JP2003029970A (en) 2001-07-12 2001-07-12 Program quality management supporting device, program quality management supporting method, computer readable recording medium having program for making computer perform program quality management supporting method recorded thereon and program for making computer perform program quality management supporting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001212144A JP2003029970A (en) 2001-07-12 2001-07-12 Program quality management supporting device, program quality management supporting method, computer readable recording medium having program for making computer perform program quality management supporting method recorded thereon and program for making computer perform program quality management supporting method

Publications (1)

Publication Number Publication Date
JP2003029970A true JP2003029970A (en) 2003-01-31

Family

ID=19047349

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001212144A Pending JP2003029970A (en) 2001-07-12 2001-07-12 Program quality management supporting device, program quality management supporting method, computer readable recording medium having program for making computer perform program quality management supporting method recorded thereon and program for making computer perform program quality management supporting method

Country Status (1)

Country Link
JP (1) JP2003029970A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011180811A (en) * 2010-03-01 2011-09-15 Nec Corp Apparatus, system and method for evaluating content, method for displaying content evaluation, and program
US8527966B2 (en) 2009-09-17 2013-09-03 International Business Machines Corporation Source code inspection method and system
JP5793228B1 (en) * 2014-08-22 2015-10-14 三菱電機インフォメーションシステムズ株式会社 Defect number prediction apparatus and defect number prediction program
JP2017513357A (en) * 2014-03-19 2017-05-25 日本電気株式会社 Signaling for cooperative multipoint transmission and reception (CoMP)
US10224986B2 (en) 2014-09-25 2019-03-05 Nec Corporation Signalling in coordinated multi-point transmission and reception (CoMP)
US10230507B2 (en) 2014-09-25 2019-03-12 Nec Corporation Signalling in coordinated multi-point transmission and reception (CoMP)
JP2020119239A (en) * 2019-01-23 2020-08-06 株式会社三菱Ufj銀行 Man-hour calculation method and program
JPWO2021192049A1 (en) * 2020-03-24 2021-09-30
US11281566B2 (en) 2018-07-23 2022-03-22 Mitsubishi Electric Corporation Scoring device, computer readable medium, and scoring method

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8527966B2 (en) 2009-09-17 2013-09-03 International Business Machines Corporation Source code inspection method and system
US8645925B2 (en) 2009-09-17 2014-02-04 International Business Machines Corporation Source code inspection
JP2011180811A (en) * 2010-03-01 2011-09-15 Nec Corp Apparatus, system and method for evaluating content, method for displaying content evaluation, and program
US10616880B2 (en) 2014-03-19 2020-04-07 Nec Corporation Signalling for coordinated multi-point transmission and reception (CoMP)
JP2017513357A (en) * 2014-03-19 2017-05-25 日本電気株式会社 Signaling for cooperative multipoint transmission and reception (CoMP)
US9888469B2 (en) 2014-03-19 2018-02-06 Nec Corporation Signalling for coordinated multi-point transmission and reception (CoMP)
JP5793228B1 (en) * 2014-08-22 2015-10-14 三菱電機インフォメーションシステムズ株式会社 Defect number prediction apparatus and defect number prediction program
US10224986B2 (en) 2014-09-25 2019-03-05 Nec Corporation Signalling in coordinated multi-point transmission and reception (CoMP)
US10230507B2 (en) 2014-09-25 2019-03-12 Nec Corporation Signalling in coordinated multi-point transmission and reception (CoMP)
US11281566B2 (en) 2018-07-23 2022-03-22 Mitsubishi Electric Corporation Scoring device, computer readable medium, and scoring method
JP2020119239A (en) * 2019-01-23 2020-08-06 株式会社三菱Ufj銀行 Man-hour calculation method and program
JP7290947B2 (en) 2019-01-23 2023-06-14 株式会社三菱Ufj銀行 Man-hour calculation method and program
JPWO2021192049A1 (en) * 2020-03-24 2021-09-30
WO2021192049A1 (en) * 2020-03-24 2021-09-30 日本電気株式会社 Software evaluation device, software evaluation method, and computer-readable medium
JP7464109B2 (en) 2020-03-24 2024-04-09 日本電気株式会社 Software evaluation device, software evaluation method and program

Similar Documents

Publication Publication Date Title
US7584162B2 (en) Manufacture data analysis method and manufacture data analyzer apparatus
EP2960799A1 (en) Defect localization in software integration tests
US9459947B2 (en) Error report processing using call stack similarity
CN111104335B (en) C language defect detection method and device based on multi-level analysis
JP2009181536A (en) Software fault management device, test management device and program therefor
US8577849B2 (en) Guided data repair
US11580425B2 (en) Managing defects in a model training pipeline using synthetic data sets associated with defect types
CN113127342B (en) Defect prediction method and device based on power grid information system feature selection
JP2003029970A (en) Program quality management supporting device, program quality management supporting method, computer readable recording medium having program for making computer perform program quality management supporting method recorded thereon and program for making computer perform program quality management supporting method
CN114138669A (en) Software automatic testing method based on function level selection symbolized mixed execution
JP2006277426A (en) Reliability evaluation method, system, and program for component information
CN110618926A (en) Source code analysis method and source code analysis device
JP2016091138A (en) Source code verification system
JP7190246B2 (en) Software failure prediction device
US20200393799A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
CN115280334A (en) Error cause estimation device and estimation method
JP2019003333A (en) Bug contamination probability calculation program and bug contamination probability calculation method
US7844627B2 (en) Program analysis method and apparatus
JP5640796B2 (en) Name identification support processing apparatus, method and program
JP2017224185A (en) Bug contamination probability calculation program and bug contamination probability calculation method
JP2010282441A (en) Apparatus for calculating inter-module dependent strength, method and program for measuring inter-module dependent strength
JP2003058248A (en) Operation supporting device
JP4681574B2 (en) Sampling inspection system
CN115185833A (en) Abnormal code processing method and device, computer equipment and storage medium
JP2008117280A (en) Software source code-retrieval method and system

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040518

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20041019