JP3243791B2 - Computer program modification management system - Google Patents

Computer program modification management system

Info

Publication number
JP3243791B2
JP3243791B2 JP21558690A JP21558690A JP3243791B2 JP 3243791 B2 JP3243791 B2 JP 3243791B2 JP 21558690 A JP21558690 A JP 21558690A JP 21558690 A JP21558690 A JP 21558690A JP 3243791 B2 JP3243791 B2 JP 3243791B2
Authority
JP
Japan
Prior art keywords
line number
correction
ratio
number ratio
line
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.)
Expired - Fee Related
Application number
JP21558690A
Other languages
Japanese (ja)
Other versions
JPH0497427A (en
Inventor
光治 吉田
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP21558690A priority Critical patent/JP3243791B2/en
Publication of JPH0497427A publication Critical patent/JPH0497427A/en
Application granted granted Critical
Publication of JP3243791B2 publication Critical patent/JP3243791B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はコンピュータによるプログラム修正管理方式
に関し、特にコンピュータによるプログラムの修正をど
の程度行ったかを記憶し、その修正の程度の履歴から今
後の修正の程度を予測するコンピュータによるプログラ
ム修正管理方式に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer program correction management system, and in particular, stores how much a program has been corrected by a computer, and records future corrections based on the history of the degree of correction. The present invention relates to a computer program management system for predicting the degree of program modification.

〔従来の技術〕[Conventional technology]

従来、この種のプログラムの修正の予測管理に関して
は、管理者及び技術者の経験と勘に頼っており、定量化
はされていなかった。
Heretofore, regarding the prediction management of this type of program correction, it has not been quantified, relying on the experience and intuition of managers and engineers.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

上述した従来のプログラム修正管理方式では、定量化
されていないため、今後どの程度修正を行わなければな
らないのか、すなわち、現在のプログラムの完成度はど
の程度か、また品質はどの程度か等の判定は、管理者及
び技術者の経験と勘に頼っていたので、その予測の信頼
性は非常に低いという問題点があった。
In the above-mentioned conventional program correction management method, since it is not quantified, it is necessary to determine how much correction must be made in the future, that is, how complete the current program is, how much the quality is, etc. Has relied on the experience and intuition of the manager and technician, so that the reliability of the prediction is very low.

本発明の目的は、プログラムの完成度、品質の予測を
定量化することができ、予測の信頼性を向上することが
できるコンピュータによるプログラム修正管理方式を提
供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a computer-based program correction management system that can quantify the degree of completion and quality of a program and improve the reliability of the prediction.

〔課題を解決するための手段〕[Means for solving the problem]

本発明のコンピュータによるプログラム修正管理方式
は、 (A)修正後のファイルのライン数と、修正を行ったラ
イン数との比率を算出するライン数比率算出手段、 (B)前記ライン数比率の修正履歴を、修正を行った時
点の時間情報とともに記憶するライン数比率履歴記憶手
段、 (C)X軸に前記時間情報をとりY軸に前記ライン数比
率をとった二次元座標で、各時間情報で示された時点の
前記ライン数比率をプロットするライン数比率プロット
手段、 (D)前記プロットを最小2乗近似によって二次式化
し、将来の前記ライン数比率の推移を予測する二次曲線
であるプログラム修正ライン比率の最小2乗近似曲線を
出力するライン数比率推移予測手段、 を備えている。
The computer program correction management system according to the present invention includes: (A) a line number ratio calculating means for calculating a ratio between the number of lines of the file after correction and the number of corrected lines; and (B) correction of the line number ratio. (C) two-dimensional coordinates in which the time information is stored on the X axis and the line number ratio is stored on the Y axis, and each time information is stored. A line number ratio plotting means for plotting the line number ratio at the time indicated by (D), and a quadratic curve for predicting a transition of the line number ratio in the future by quadraticizing the plot by least squares approximation. Line number ratio transition predicting means for outputting a least square approximation curve of a certain program correction line ratio.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明す
る。
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例のブロック図である。 FIG. 1 is a block diagram of one embodiment of the present invention.

第1図に示すコンピュータによるプログラム修正管理
方式は、修正後のファイルのライン数と、修正を行った
ライン数との比率を算出するライン数比率算出手段1、
ライン数比率の修正履歴を、修正を行った時点の時間情
報とともに記憶するライン数比率履歴記憶手段2、二次
元座標のX軸に前記時間情報をとり、Y軸に前記ライン
数比率をとった二次元座標で、各時間情報で示された時
点のライン数比率をプロットするライン数比率プロット
手段3、プロットを最小2乗近似によって二次式化し、
将来のライン数比率の推移を予測するライン数比率推移
予測手段4から構成されている。
The computer program correction management system shown in FIG. 1 uses a line number ratio calculating means 1 for calculating a ratio between the number of lines of a file after correction and the number of lines corrected.
Line number ratio history storage means 2 for storing the correction history of the line number ratio together with the time information at the time of the correction, taking the time information on the X axis of the two-dimensional coordinates, and taking the line number ratio on the Y axis. Line number ratio plotting means 3 for plotting the line number ratio at the time point indicated by each piece of time information in two-dimensional coordinates, the plot is quadratic by least square approximation,
It comprises a line number ratio transition estimating means 4 for predicting a future line number ratio transition.

次に、動作を説明する。 Next, the operation will be described.

第2図は第1図に示すコンピュータによるプログラム
修正管理方式のファイルの中味を示す説明図であり、第
3図はX軸に時刻をとりY軸に修正ライン比率をとった
二次元座標系に描かれたプログラム修正ライン比率の最
小2乗近似曲線を示す図である。
FIG. 2 is an explanatory diagram showing the contents of the file of the program correction management system by the computer shown in FIG. 1, and FIG. 3 is a two-dimensional coordinate system in which time is taken on the X axis and the correction line ratio is taken on the Y axis. It is a figure showing the least square approximation curve of the drawn program correction line ratio.

第2図において、左側に示す修正前は、4行のライン
数であり、修正作業において、2行目の「BBBB」を削除
し、その2行目と3行目との間に新たに2行「XXXX」,
「YYYY」を追加し、その結果右側のよに5行のライン数
となったものとする。
In FIG. 2, before the correction shown on the left side, the number of lines is four lines. In the correction work, “BBBB” on the second line is deleted, and two lines are newly added between the second and third lines. Line "XXXX",
"YYYY" is added, and as a result, the number of lines becomes five as shown on the right.

まず、ライン数比率算出手段1に上記のプログラム修
正情報5を入力すると、5行のラインのうち、1行目,4
行目,5行目は、変らないため、ライン数比率算出手段1
により、修正ライン比率は、2行分/5行分=40%と算出
される。そして、ライン数比率履歴記憶手段2により、
算出されたライン数比率の修正履歴は、修正を行った時
点の時間情報とともに記憶される。
First, when the above-mentioned program modification information 5 is input to the line number ratio calculating means 1, the first and fourth lines among the five lines are obtained.
Lines 5 and 5 do not change, so the line number ratio calculation means 1
As a result, the corrected line ratio is calculated as 2 lines / 5 lines = 40%. Then, the line number ratio history storage means 2
The correction history of the calculated line number ratio is stored together with the time information at the time of performing the correction.

第3図において、ライン数比率プロット手段3によ
り、二次元座標のX軸に前記時間情報をとり、Y軸に前
記ライン数比率をとった二次元座標で、各時間情報で示
された時点(ソフトウェア開発の開示時からの日数)の
ライン数比率がプロット出力6としてプロット点101〜1
06にプロットされる。
In FIG. 3, the line number ratio plotting means 3 takes the time information on the X-axis of the two-dimensional coordinates and the two-dimensional coordinates with the line number ratio on the Y-axis. The line number ratio of the number of days since the disclosure of software development) is plotted as plot output 6 as plot points 101-1
Plotted at 06.

次に、このプロットしたプロット点101〜106に関し、
ライン数比率推移予測手段4により、最小2乗近似によ
って、二次式化が行われ、そして、これから将来のライ
ン数比率の推移を予測する二次曲線であるプログラム修
正ライン比率の最小2乗近似曲線出力7として、プログ
ラム修正ライン比率の最小2乗近似曲線107が出力され
る。なお、近似式は必ずしも二次式である必要はなく、
修正ライン比率のプロット数が増加すればするほど多次
元式の方がよりよい近似となる。また、この二次式と各
プロットの偏移から分散値をも計算することができる。
Next, regarding the plotted points 101 to 106,
The number-of-lines-ratio-transition predicting means 4 performs quadratic expression by least-squares approximation, and the least-squares approximation of a program-corrected line ratio, which is a quadratic curve predicting the future transition of the number-of-lines ratio. As the curve output 7, a least square approximation curve 107 of the program correction line ratio is output. Note that the approximate expression need not necessarily be a quadratic expression,
The more the number of plots of the corrected line ratio, the better the approximation of the multidimensional formula. Also, a variance value can be calculated from the quadratic equation and the shift of each plot.

このように、プログラムの修正作業に関し、その修正
ライン比率の値によって修正の程度の定量化を行い、次
に、その修正ライン比率の履歴を、二次元座標において
プロット化し、その結果、最小二乗近似による二次式化
を行い、将来の修正の予測と、この2次式の分散値から
その予測の範囲を把握することにより、プログラムの完
成度、品質の予測を定量化することができ、予測の信頼
性を向上することができる。また、今後、どの位の時間
をかければ、完成させられるかという予測をすることも
できる。
In this way, regarding the correction work of the program, the degree of correction is quantified by the value of the correction line ratio, and then the history of the correction line ratio is plotted in two-dimensional coordinates. By predicting the future correction and grasping the range of the prediction from the variance of the quadratic expression, the prediction of the degree of program completion and quality can be quantified. Reliability can be improved. It can also predict how much time it will take to complete it in the future.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明は、プログラムの修正作
業に関し、その修正ライン比率の値によって修正の程度
の定量化を行い、次に、その修正ライン比率の履歴を、
二次元座標においてプロット化し、その結果、最小二乗
近似による二次式化を行い、将来の修正の予測と、この
2次式の分散値からその予測の範囲を把握することによ
り、プログラムの完成度、品質の予測を定量化すること
ができ、予測の信頼性を向上することができるという効
果を有する。
As described above, the present invention relates to a program correcting operation, quantifies the degree of correction based on the value of the corrected line ratio, and then records the corrected line ratio history.
Plotting in two-dimensional coordinates and, as a result, performing quadraticization by least-squares approximation, predicting future corrections, and grasping the range of the prediction from the variance of this quadratic expression, the completeness of the program This has the effect that the quality prediction can be quantified and the reliability of the prediction can be improved.

【図面の簡単な説明】 第1図は本発明の一実施例のブロック図、第2図は第1
図に示すコンピュータによるプログラム修正管理方式の
ファイルの中味を示す説明図、第3図はX軸に時刻をと
りY軸に修正ライン比率をとった二次元座標系に描かれ
たプログラム修正ライン比率の最少2乗近似曲線を示す
図である。 1……ライン数比率算出手段、2……ライン数比率履歴
記憶手段、3……ライン数比率プロット手段、4……ラ
イン数比率推移予測手段、5……プログラム修正情報、
6……プロット出力、7……ライン比率の最少2乗近似
曲線出力。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram of one embodiment of the present invention, and FIG.
FIG. 3 is an explanatory diagram showing the contents of a file of the program correction management system by the computer shown in FIG. 3, and FIG. 3 is a diagram of a program correction line ratio drawn on a two-dimensional coordinate system in which time is taken on the X axis and correction line ratio is taken on the Y axis. It is a figure showing the least square approximation curve. 1 ... line number ratio calculation means, 2 ... line number ratio history storage means, 3 ... line number ratio plotting means, 4 ... line number ratio transition prediction means, 5 ... program correction information,
6 ... Plot output, 7 ... Least square approximation curve output of line ratio.

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 9/06,11/34,11/36 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 9 / 06,11 / 34,11 / 36

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】(A)修正後のファイルのライン数と、修
正を行ったライン数との比率を算出するライン数比率算
出手段、 (B)前記ライン数比率の修正履歴を、修正を行った時
点の時間情報とともに記憶するライン数比率履歴記憶手
段、 (C)X軸に前記時間情報をとりY軸に前記ライン数比
率をとった二次元座標で、各時間情報で示された時点の
前記ライン数比率をプロットするライン数比率プロット
手段、 (D)前記プロットを最小2乗近似によって二次式化
し、将来の前記ライン数比率の推移を予測する二次曲線
であるプログラム修正ライン比率の最小2乗近似曲線を
出力するライン数比率推移予測手段、 を備えたことを特徴とするコンピュータによるプログラ
ム修正管理方式。
(A) a line number ratio calculating means for calculating a ratio between the number of lines of a file after correction and the number of corrected lines; and (B) correction of the correction history of the line number ratio. (C) Two-dimensional coordinates in which the time information is stored on the X-axis and the line number ratio is stored on the Y-axis. A line number ratio plotting means for plotting the line number ratio, and (D) a quadratic expression of the plot by least squares approximation, which is a quadratic curve for predicting a future transition of the line number ratio. A computer-based program correction management method, comprising: a line number ratio transition prediction unit that outputs a least-squares approximation curve.
【請求項2】請求項1記載のコンピュータによるプログ
ラム修正管理方式において、前記時間情報としてプログ
ラム開発開始日からの日数を用いたことを特徴とするコ
ンピュータによるプログラム修正管理方式。
2. The computer program management system according to claim 1, wherein the time information is a number of days from a program development start date.
JP21558690A 1990-08-15 1990-08-15 Computer program modification management system Expired - Fee Related JP3243791B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21558690A JP3243791B2 (en) 1990-08-15 1990-08-15 Computer program modification management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21558690A JP3243791B2 (en) 1990-08-15 1990-08-15 Computer program modification management system

Publications (2)

Publication Number Publication Date
JPH0497427A JPH0497427A (en) 1992-03-30
JP3243791B2 true JP3243791B2 (en) 2002-01-07

Family

ID=16674888

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21558690A Expired - Fee Related JP3243791B2 (en) 1990-08-15 1990-08-15 Computer program modification management system

Country Status (1)

Country Link
JP (1) JP3243791B2 (en)

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
「電子情報通信学会技術研究報告」Vol.90,No.114(SS90−4,5)(1990−6−29)

Also Published As

Publication number Publication date
JPH0497427A (en) 1992-03-30

Similar Documents

Publication Publication Date Title
CN113434482A (en) Data migration method and device, computer equipment and storage medium
CN111177828A (en) Linkage method and device applied to standard floor model and computer storage medium
JP3243791B2 (en) Computer program modification management system
JP2000039904A (en) Project management system
JPH09101947A (en) Time series forcasting method
CN113064895B (en) Incremental updating method, device and system for map
CN114528626A (en) Data integration method and system based on three-dimensional BIM model and electronic equipment
JPH01134630A (en) Inference system
JP6292818B2 (en) Basic unit calculation device and basic unit calculation method
CN112632894A (en) Josephson junction array voltage output method, apparatus, device and storage medium
JP3211236B2 (en) Automatic knowledge corrector for approximate inference
JP3491379B2 (en) Information processing apparatus and trace information storage method
EP3846039B1 (en) Data writing method and apparatus, and electronic device
JP3027420B2 (en) Project management equipment
CN115859908B (en) Electronic medical record display method and system based on grid processing
JP3353470B2 (en) Work process display device
JP2002259654A (en) Device and method for converting data and computer readable recording medium recording program for computer to perform data converting method
CN115139306B (en) Active motion precision compensation method, device, equipment and medium for industrial robot
US20220350313A1 (en) Information management system, information management method, and non-transitory storage medium having information management program stored thereon
JP4038255B2 (en) Large-scale data analysis method
CN106790634A (en) A kind of method and apparatus for being used to determine whether to initiate backup request
JP2842293B2 (en) Automatic setting of actual data recording date
CN117611115A (en) Salary generation method, system, storage medium and processor
CN116069383A (en) Version management method, device and equipment for graphical programming file
CN116340330A (en) Method, device, equipment, medium and product for complement of transfer data

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees