JPH0816382A - Erroneously corrected line retrieving device - Google Patents
Erroneously corrected line retrieving deviceInfo
- Publication number
- JPH0816382A JPH0816382A JP6166108A JP16610894A JPH0816382A JP H0816382 A JPH0816382 A JP H0816382A JP 6166108 A JP6166108 A JP 6166108A JP 16610894 A JP16610894 A JP 16610894A JP H0816382 A JPH0816382 A JP H0816382A
- Authority
- JP
- Japan
- Prior art keywords
- line
- source program
- remodeling
- interest
- identifier
- 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.)
- Granted
Links
Landscapes
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、磁気ディスク装置等の
外部記憶装置上のソースファイルに格納されている現在
改造中のソースプログラム中に誤修正された行がある場
合、その行を容易に且つ短時間で探し出すことができる
誤修正行検索装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention makes it possible to easily correct a line that has been erroneously corrected in a source program currently being modified stored in a source file on an external storage device such as a magnetic disk drive. The present invention also relates to an erroneously corrected row search device that can be searched for in a short time.
【0002】[0002]
【従来の技術】最新の版数のソースプログラムに改造を
加え、機能追加等を行なう場合、磁気テープ等に保存さ
れている最新の版数のソースプログラムを磁気ディスク
装置上のソースファイルにコピーし、それを利用してソ
ースプログラムの改造を行なうということが従来から行
なわれている。2. Description of the Related Art When modifying the latest version of a source program and adding functions, the latest version of a source program stored on a magnetic tape or the like is copied to a source file on a magnetic disk device. It has been conventionally performed to remodel a source program by using it.
【0003】ところで、磁気ディスク装置上のソースフ
ァイルに格納されているソースプログラムは、複数の利
用者が比較的自由に参照,更新できるようになってお
り、このため、操作に慣れていない者の誤操作等によっ
て、現在改造中のソースプログラムが誤修正されてしま
う場合がある。By the way, the source program stored in the source file on the magnetic disk device can be relatively freely referenced and updated by a plurality of users. The source program currently being remodeled may be erroneously corrected due to erroneous operation or the like.
【0004】従って、ソースプログラムの改造中の適当
な時期やソースプログラムの改造完了時に、改造中のソ
ースプログラムに誤修正が行なわれた行があるか否かを
チェックし、誤修正が行なわれた行が存在する場合は、
その行を元の内容に戻すことが必要になる。Therefore, at an appropriate time during the remodeling of the source program or at the completion of the remodeling of the source program, it is checked whether or not there is a line in the remodeling source program that has been erroneously corrected. If the row exists,
You will need to restore the line to its original content.
【0005】そのため、従来は、次のようにして改造中
のソースプログラムに誤修正が行なわれた行かあるか否
かをチェックするようにしていた。For this reason, conventionally, it has been checked whether or not a source program being remodeled has a line that has been erroneously corrected as follows.
【0006】即ち、改造中のソースプログラムの出力リ
スト及びそのソースプログラムのもとになる改造前のソ
ースプログラムの出力リストを出力し、両者を人手で1
行ずつ突き合わせて不一致行を探し出す。不一致行は、
誤修正が行なわれた行か或いは正規の改造が行なわれた
行であるので、不一致行を探し出したら、その行が誤修
正が行なわれた行なのか、正規の改造が行なわれた行な
のかを判定する。このような作業をソースプログラムの
終わりまで行なうことにより、改造中のソースプログラ
ムに存在する誤修正行を探し出す。That is, an output list of a source program being remodeled and an output list of a source program before remodeling that are the basis of the source program are output.
Match rows line by line to find unmatched lines. Unmatched rows are
Since it is a line that has been erroneously corrected or a line that has been officially modified, if you find a non-matching line, determine whether that line has been erroneously modified or a line that has been officially modified. judge. By performing such operations until the end of the source program, an erroneously corrected line existing in the source program being remodeled is found.
【0007】[0007]
【発明が解決しようとする課題】上述したように、従来
は、改造中のソースプログラムのリストと改造前のソー
スプログラムのリストとを人手で1行ずつ突き合わせる
ことにより不一致行を探し出し、更に、不一致行が誤修
正が行なわれた行なのか、正規の改造が行なわれた行な
のかを判定することにより、誤修正行をチェックするよ
うにしていたため、多くの時間が費やされるという問題
があると共に、正確さに欠けるという問題もあった。As described above, conventionally, a list of a source program under remodeling and a list of source programs before remodeling are manually compared with each other one line at a time to find a mismatched line. There is a problem that a lot of time is wasted because the erroneously corrected line is checked by determining whether the mismatched line is a line that has been erroneously corrected or a line that has been properly remodeled. At the same time, there was a problem of lack of accuracy.
【0008】本発明の目的は、改造中のソースプログラ
ムの誤修正行を短時間で且つ正確に探し出すことができ
る誤修正行検索装置を提供することにある。It is an object of the present invention to provide an erroneous correction line retrieval device which can accurately and accurately find an erroneous correction line of a source program being remodeled.
【0009】[0009]
【課題を解決するための手段】本発明は上記目的を達成
するため、改造前ソースプログラムと、該改造前ソース
プログラムをもとにして改造を行なっているソースプロ
グラムであって、改造を行なった行に改造の種類を示す
識別子が設定された改造中ソースプログラムとをソース
ファイルから入力する入力手段と、該入力手段が入力し
た前記改造中ソースプログラム中の識別子が設定されて
いない行それぞれについて、前記改造中ソースプログラ
ムに設定されている識別子に基づいて決定される、前記
入力手段が入力した前記改造前ソースプログラム中の対
応する行と内容を比較し、比較不一致の行を示す情報を
出力する比較手段とを備えたものである。In order to achieve the above object, the present invention is a source program before modification and a source program modified based on the source program before modification. Input means for inputting from the source file a source program under remodeling in which an identifier indicating the type of remodeling is set in a line, and for each line in which the identifier in the source program under remodeling input by the input means is not set, The content is compared with the corresponding line in the pre-remodeling source program input by the input means, which is determined based on the identifier set in the reconstructing source program, and the information indicating the non-comparative line is output. And means for comparison.
【0010】また、本発明は上記目的を達成するため、
改造前ソースプログラムと、該改造前ソースプログラム
をもとにして改造を行なっているソースプログラムであ
って、改造を行なった行に改造の種類が行内容の置換,
行の追加或いは行の削除の何れであるのかを示す識別子
が設定された改造中ソースプログラムとをソースファイ
ルから入力する入力手段と、前記入力手段が入力した前
記改造前,改造中ソースプログラムの先頭行を注目開始
行とし、前記改造中ソースプログラム中の現在注目して
いる行に識別子が設定されていない場合は、前記改造
前,改造中ソースプログラム中の現在注目している行の
内容を比較して比較一致であれば、注目する行を前記改
造前,改造中ソースプログラムとも次の行に変更し、比
較不一致であれば、現在注目している行を示す情報を出
力した後、注目する行を前記改造前,改造中ソースプロ
グラムとも次の行に変更し、前記改造中ソースプログラ
ム中の現在注目している行に行内容の置換を示す識別子
が設定されている場合は、注目する行を前記改造前,改
造中ソースプログラムとも次の行に変更し、前記改造中
ソースプログラム中の現在注目している行に行の追加を
示す識別子が設定されている場合は、注目する行を前記
改造中ソースプログラムのみ次の行に変更し、前記改造
中ソースプログラム中の現在注目している行に行の削除
を示す識別子が設定されている場合は、注目する行を前
記改造前,改造中ソースプログラムとも次の行に変更す
る比較手段とを備えたものである。Further, in order to achieve the above object, the present invention provides:
In the source program before modification and the source program modified based on the source program before modification, the type of modification is replaced with the contents of the line in the modified line.
Input means for inputting, from a source file, a remodeling source program in which an identifier indicating addition or deletion of a line is set; and a head of the pre-remodeling or remodeling source program input by the input means. When the line is set as the attention start line and the identifier is not set for the line of interest in the remodeling source program, the contents of the line of interest in the source program before and after modification are compared. If the comparison matches, the line of interest is changed to the next line in both the source program before and during the remodeling, and if the comparison does not match, information indicating the line of current interest is output, and then the target line is focused. If the line before the remodeling and the source program under remodeling are changed to the next line, and the line of interest in the source program under remodeling is set with an identifier indicating the replacement of the line contents, Changes the line of interest both to the next line before the remodeling and the source program being remodeled, and if an identifier indicating addition of a line is set to the line of interest in the source program being remodeled, The line of interest is changed to the next line only for the source program being remodeled, and if an identifier indicating deletion of a line is set for the line of current interest in the source program being remodeled, the line of interest is changed to the following line. Both the source program before and during the remodeling have comparison means for changing to the next line.
【0011】更に、本発明は、改造中プログラムに複数
の連続する行を削除するという改造が行なわれている場
合に於いて、処理速度を高速化できるようにするという
目的を達成するため、前記行の削除を示す識別子は、該
識別子が設定されている行から何行連続して行を削除し
たのかを示す削除行数を含み、前記比較手段は、前記改
造中ソースプログラム中の現在注目している行に削除行
数を含む行の削除を示す識別子が設定されている場合
は、注目する行を前記改造前ソースプログラムについて
は削除行数分変更し、前記改造中ソースプログラムにつ
いては次の行に変更する。Further, in order to achieve the object of enabling the processing speed to be increased in the case where the program being modified is modified by deleting a plurality of consecutive lines, The identifier indicating the deletion of a line includes the number of deleted lines indicating how many lines have been deleted consecutively from the line to which the identifier is set, and the comparison means is currently focused on in the reconstructing source program. If an identifier indicating the deletion of the line including the number of deleted lines is set in the existing line, the line of interest is changed by the number of deleted lines in the pre-modification source program, and Change to line.
【0012】また、更に、本発明は誤修正が行の削除や
行の追加といった行数を変化させるものであった場合、
上記した誤修正が行なわれた行より後の全ての行の比較
結果が不一致にならないようにするため、前記改造前,
改造中ソースプログラムはセクションに分割され、前記
比較手段は、前記改造中ソースプログラム中の現在注目
している行に識別子が設定されていない場合は、前記改
造前,改造中ソースプログラム中の現在注目している行
の内容を比較して比較一致であれば、注目する行を前記
改造前,改造中ソースプログラムとも次の行に変更し、
比較不一致であれば、現在注目している行を示す情報を
出力した後、注目する行を前記改造前,改造中ソースプ
ログラムとも次のセクションの開始行に変更するように
したものである。Further, according to the present invention, when the erroneous correction changes the number of lines such as deleting a line or adding a line,
To prevent inconsistencies in the comparison results of all lines after the line where the above erroneous correction was made,
The remodeling source program is divided into sections, and if the identifier of the current line of interest in the remodeling source program is not set, the comparing unit outputs the current program in the pre-remodeling and remodeling source program. If the content of the line being compared is a comparison match, the line of interest is changed to the next line in both the source program before and during the remodeling,
If the comparison does not match, the information indicating the currently focused line is output, and then the focused line is changed to the start line of the next section in both the source program before and during the remodeling.
【0013】[0013]
【作用】入力手段が、改造前ソースプログラムと、改造
前ソースプログラムをもとにして改造を行なっているソ
ースプログラムであって、改造を行なった行に改造の種
類を示す識別子が設定された改造中ソースプログラムと
をソースファイルから入力する。The input means is a source program before remodeling, and a source program remodeling based on the source program before remodeling, wherein a remodeling line is set with an identifier indicating the type of remodeling. Input the middle source program from the source file.
【0014】比較手段は、改造中ソースプログラム中の
識別子が設定されていない行それぞれについて、改造中
ソースプログラムに設定されている識別子に基づいて決
定される改造前ソースプログラム中の対応する行と内容
を比較し、比較不一致の行を示す情報を出力する。The comparing means, for each line in the source program being remodeled for which no identifier is set, determines the corresponding line and content in the source program before remodeling determined based on the identifier set in the source program being remodeled. Are compared and the information indicating the row in which the comparison does not match is output.
【0015】識別子は、例えば、改造の種類が行内容の
置換,行の追加或いは行の削除の何れであるのかを示
す。The identifier indicates, for example, whether the type of remodeling is replacement of line contents, addition of lines, or deletion of lines.
【0016】識別子がこのようなものである場合、比較
手段は、改造前,改造中ソースプログラムの先頭行を注
目開始行とし、改造中ソースプログラム中の現在注目し
ている行に識別子が設定されていない場合は、改造前,
改造中ソースプログラム中の現在注目している行の内容
を比較して比較一致であれば、注目する行を改造前,改
造中ソースプログラムとも次の行に変更し、比較不一致
であれば、現在注目している行(内容が不一致の行)を
示す情報を出力した後、注目する行を改造前,改造中ソ
ースプログラムとも次の行に変更する。When the identifier is such, the comparing means sets the first line of the source program before and under modification as the starting line of interest, and sets the identifier on the line of interest in the source program under modification. If not, before remodeling,
If the contents of the line of interest in the source program under remodeling are compared and the comparison is a match, the line of interest is changed to the next line in both the source program under remodeling and the source program being remodeled. After outputting the information indicating the line of interest (the line where the contents do not match), change the line of interest to the next line for both the source program before modification and the source program under modification.
【0017】また、改造中ソースプログラム中の現在注
目している行に行内容の置換を示す識別子が設定されて
いる場合は、注目する行を改造前,改造中ソースプログ
ラムとも次の行に変更する。If an identifier indicating replacement of the line content is set in the line of interest in the source program being remodeled, the line of interest is changed to the next line in both the source program before remodeling and the source program being remodeled. I do.
【0018】また、改造中ソースプログラム中の現在注
目している行に行の追加を示す識別子が設定されている
場合は、注目する行を前記改造中ソースプログラムのみ
次の行に変更する。Further, when an identifier indicating addition of a line is set to the line of interest in the source program being remodeled, the line of interest is changed to the next line only for the source program being remodeled.
【0019】また、改造中ソースプログラム中の現在注
目している行に行の削除を示す識別子が設定されている
場合は、注目する行を改造前,改造中ソースプログラム
とも次の行に変更する。If an identifier indicating deletion of a line is set in the line of interest in the source program being remodeled, the line of interest is changed to the next line both in the source program before remodeling and in the source program being remodeled. .
【0020】更に、削除を示す識別子に、その識別子が
設定されている行から何行連続して行を削除したのかを
示す削除行数を含ませるようにすることもできる。Further, the identifier indicating deletion may include the number of deleted lines indicating how many consecutive lines have been deleted from the line in which the identifier is set.
【0021】この場合、比較手段は、改造中ソースプロ
グラム中の現在注目している行に削除行数を含む行の削
除を示す識別子が設定されていると、注目する行を改造
前ソースプログラムについては削除行数分変更し、改造
中ソースプログラムについては次の行に変更する。In this case, if the identifier indicating the deletion of the line including the number of deleted lines is set in the line of interest in the source program under remodeling, the comparing means changes the line of interest with respect to the source program before remodeling. Is changed by the number of deleted lines, and the source program being modified is changed to the next line.
【0022】更に、改造前,改造中ソースプログラムは
セクションに分割され、比較手段は、改造中ソースプロ
グラム中の現在注目している行に識別子が設定されてい
なければ、改造前,改造中ソースプログラム中の現在注
目している行の内容を比較して比較一致であれば、注目
する行を改造前,改造中ソースプログラムとも次の行に
変更し、比較不一致であれば、現在注目している行を示
す情報を出力した後、注目する行を改造前,改造中ソー
スプログラムとも次のセクションの開始行に変更する。Further, the source program before and during remodeling is divided into sections, and the comparing means determines whether or not an identifier is set in a current line of interest in the source program during remodeling, if the source program before and during remodeling is not modified. Compare the contents of the currently focused line in the comparison, and if the comparison is consistent, change the focused line to the next line in both the source program before and during the remodeling, and if the comparison does not match, focus on the current line After the information indicating the line is output, the line of interest is changed to the start line of the next section in both the source program before and during the modification.
【0023】[0023]
【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。Embodiments of the present invention will now be described in detail with reference to the drawings.
【0024】図1は本発明の実施例のブロック図であ
り、誤修正行検索装置1と、キーボード等の入力装置2
と、CRT等の表示装置3と、プリンタ4と、ソースプ
ログラムが格納された複数のソースファイル5−1〜5
−nとから構成されている。FIG. 1 is a block diagram of an embodiment of the present invention.
, A display device 3 such as a CRT, a printer 4, and a plurality of source files 5-1 to 5 storing source programs.
-N.
【0025】誤修正行検索装置1は、入力手段11と、
メモリ12と、比較手段13と、出力手段14とを備え
ている。尚、誤修正行検索装置1は、例えば、ホストコ
ンピュータにより構成することができる。The erroneously corrected row search device 1 includes an input unit 11,
It comprises a memory 12, a comparing means 13, and an output means 14. The erroneous correction line retrieval device 1 can be composed of, for example, a host computer.
【0026】入力手段11は、改造前ソースプログラム
が格納されている磁気テープ装置上のソースファイルの
ファイル名と、改造前ソースプログラムをもとにして改
造を行なっている改造中ソースプログラムが格納されて
いる磁気ディスク装置上のソースファイルのファイル名
とを含む誤修正行検索指示が入力装置2から入力される
ことにより、誤修正行検索指示に含まれているファイル
名に従ってソースファイルから改造前ソースプログラ
ム,改造中ソースプログラムを読み込み、メモリ12に
格納する機能を有する。The input means 11 stores the file name of the source file on the magnetic tape device in which the source program before modification is stored, and the source program being modified which is being modified based on the source program before modification. The incorrect correction line search instruction including the file name of the source file on the magnetic disk device is input from the input device 2, and the source file before modification is converted from the source file according to the file name included in the incorrect correction line search instruction. It has a function of reading a program and a source program under modification and storing it in the memory 12.
【0027】改造前ソースプログラムをもとに改造を行
なっている改造中ソースプログラムには、改造を行なっ
た行に改造の種類を示す識別子が設定されている。本実
施例では、識別子は、行内容の置換,行の追加,行の削
除(削除行数も含む)の3種類を示すものとする。ま
た、識別子はプログラム作成者が設定するものであり、
例えば、ソースプログラムをCOBOLで記述する場合
は、第1カラム〜第7カラムに識別子を設定するものと
する。In the remodeling source program that is being remodeled based on the pre-remodeling source program, an identifier indicating the type of remodeling is set in the remodeled line. In the present embodiment, it is assumed that the identifiers indicate three types of replacement of row contents, addition of rows, and deletion of rows (including the number of deleted rows). Also, the identifier is set by the program creator,
For example, when a source program is described in COBOL, an identifier is set in the first to seventh columns.
【0028】比較手段13は、メモリ12に格納されて
いる改造中ソースプログラムの識別子が設定されていな
い各行それぞれについて、改造前ソースプログラム中の
対応する行と行内容を比較し、比較不一致の行を示す情
報を出力手段14に出力する機能を有する。The comparing means 13 compares, for each of the lines stored in the memory 12 in which the identifier of the source program under modification is not set, with the corresponding line in the source program before modification, and compares the line which has not been compared. Is output to the output unit 14.
【0029】図2は入力手段11の処理例を示す流れ
図、図3,図4は比較手段13の処理例を示す流れ図で
あり、以下各図を参照して本実施例の動作を説明する。FIG. 2 is a flow chart showing a processing example of the input means 11, and FIGS. 3 and 4 are flow charts showing a processing example of the comparison means 13. The operation of this embodiment will be described below with reference to the drawings.
【0030】利用者は、改造中のソースプログラムに誤
修正が行なわれている行があるか否かをチェックする場
合、改造前ソースプログラムが格納されているソースフ
ァイル(例えば、ソースファイル5−1とする)のファ
イル名と、改造中ソースプログラムが格納されているソ
ースファイル(例えば、ソースファイル5−nとする)
のファイル名とを含む誤修正検索指示を入力装置2から
入力する。When the user checks whether or not there is a line in which the source program under remodeling is erroneously corrected, the source file (for example, source file 5-1) in which the source program before remodeling is stored. And the source file in which the source program under remodeling is stored (for example, source file 5-n)
The incorrect correction search instruction including the file name is input from the input device 2.
【0031】この誤修正検索指示は、誤修正行検索装置
1内の入力手段11で受け付けられる。This erroneously corrected search instruction is received by the input means 11 in the erroneously corrected line search device 1.
【0032】入力手段11は、誤修正検索指示を受け付
けると、図2の流れ図に示すように、誤修正検索指示に
含まれているソースファイル5−1のファイル名に基づ
いてソースファイル5−1から改造前ソースプログラム
を読み込んでメモリ12に格納し (ステップS1)、次
いで誤修正検索指示に含まれているソースファイル5−
nのファイル名に基づいてソースファイル5−nから改
造中ソースプログラムを読み込んでメモリ12に格納す
る (ステップS2)。そして、改造前ソースプログラ
ム,改造中ソースプログラムの格納が完了すると、入力
手段11は、比較手段13を起動する (ステップS
3)。When the input means 11 receives the erroneous correction search instruction, as shown in the flowchart of FIG. 2, the source file 5-1 is based on the file name of the source file 5-1 included in the erroneous correction search instruction. The pre-modification source program is read from and stored in the memory 12 (step S1), and then the source file 5-
The source program under modification is read from the source file 5-n based on the file name of n and stored in the memory 12 (step S2). Then, when the storage of the source program before modification and the source program under modification is completed, the input means 11 activates the comparison means 13 (step S
3).
【0033】図5,図6はそれぞれ入力手段11が入力
した改造前ソースプログラム,改造中ソースプログラム
を例示した図である。この例の場合、図6に示す改造中
ソースプログラムの第N行目には行内容を置換したこと
を示す識別子Rが設定され、第N+1行目にはその行か
ら連続して2行削除したことを示す識別子D0002と
が設定され、第N+2行目にはその行は追加行であるこ
とを示す識別子Aが設定されている。また、改造中ソー
スプログラムに於いては、改造前ソースプログラムの第
N+3行目に対応する「MOVE X TO Z」が誤
って削除されている。FIGS. 5 and 6 are diagrams respectively exemplifying a source program before remodeling and a source program during remodeling input by the input means 11. In the case of this example, an identifier R indicating that the line contents have been replaced is set in the Nth line of the source program under remodeling shown in FIG. 6, and two lines are deleted from the N + 1th line in succession. The identifier D0002 indicating that the line is added, and the identifier A indicating that the line is an additional line is set in the (N + 2) th line. Further, in the source program during remodeling, “MOVE X TOZ” corresponding to the (N + 3) th line of the source program before remodeling is erroneously deleted.
【0034】比較手段13は、起動されると、図3の流
れ図に示すように、改造前ソースプログラム中の注目行
を示す変数iを「1」とすると共に、改造中ソースプロ
グラム中の注目行を示す変数jを「1」とする (ステッ
プS11)。When activated, the comparing means 13 sets the variable i indicating the line of interest in the source program before remodeling to “1” and sets the line of interest in the source program during remodeling as shown in the flowchart of FIG. Is set to "1" (step S11).
【0035】その後、比較手段13は、改造中ソースプ
ログラムの第1行目に注目し、識別子が設定されている
か否かを判断する (ステップS12,S14)。そし
て、識別子が設定されていないと判断した場合は改造中
ソースプログラムの第1行目がコメント行であるか否か
を判断し (ステップS15)、識別子が設定されている
と判断した場合はその種類を判断する (図4,ステップ
S19)。After that, the comparing means 13 pays attention to the first line of the source program under remodeling and judges whether or not the identifier is set (steps S12 and S14). If it is determined that the identifier has not been set, it is determined whether or not the first line of the source program being modified is a comment line (step S15). The type is determined (FIG. 4, step S19).
【0036】図6の例の場合、改造中ソースプログラム
の第1行目には識別子が設定されていないので、ステッ
プ14の判断結果がNOとなり、比較手段13は、改造
中ソースプログラムの第1行目がコメント行か否かを判
断する (ステップS15)。In the case of the example of FIG. 6, since the identifier is not set in the first line of the source program under remodeling, the judgment result in step 14 is NO, and the comparing means 13 determines the first line of the source program under remodeling. It is determined whether the line is a comment line (step S15).
【0037】改造中ソースプログラムの第1行目がコメ
ント行である場合は、比較手段13は、変数i,jの値
を共に+1して注目する行を改造前ソースプログラム,
改造中ソースプログラムとも次の行に変更した後 (ステ
ップS18)、ステップ12の処理を行なう。また、改
造中ソースプログラムがコメント行でない場合は、比較
手段13は、メモリ12に格納されている改造前ソース
プログラムの第1行目の内容と改造中ソースプログラム
の第1行目の内容とを比較し (ステップS16)、比較
一致であれば (ステップS17がYES)、ステップS
18の処理行なった後、ステップS12の処理に戻り、
比較不一致であれば (ステップS17がNO)、図4の
ステップS22の処理を行なう。If the first line of the source program being modified is a comment line, the comparing means 13 sets the value of the variables i and j to +1 and sets the line of interest to the source program before modification.
After the source program being modified is changed to the next line (step S18), the process of step 12 is performed. If the source program under modification is not a comment line, the comparing means 13 compares the contents of the first line of the source program before modification stored in the memory 12 with the contents of the first line of the source program under modification. Compare (step S16), and if the comparisons match (YES in step S17), step S
After performing the process of 18, the process returns to the process of step S12,
If the comparisons do not match (NO in step S17), the process of step S22 in FIG. 4 is performed.
【0038】図6の例の場合、改造中ソースプログラム
の第1行目はコメント行ではないので、比較手段13
は、ステップS16の処理を行なうことになり、また、
改造前ソースプログラムの第1行目と改造中ソースプロ
グラムの第1行目とは図5,図6の例の場合、内容が同
じであるので、比較手段13は、注目する行を改造前ソ
ースプログラム,改造中ソースプログラムとも次の行に
変更した後 (ステップS18)、ステップS12の処理
に戻ることになる。In the example shown in FIG. 6, the first line of the source program being modified is not a comment line.
Performs the process of step S16, and
Since the contents of the first line of the source program before remodeling and the first line of the source program during remodeling are the same in the examples of FIGS. After changing both the program and the source program under modification to the next line (step S18), the process returns to step S12.
【0039】以上の処理が繰り返し行なわれることによ
り、例えば、i=N,j=Nとなったとする。i=N,
j=Nとなると、比較手段13は、改造中ソースプログ
ラムの第N行目を注目し、改造中ソースプログラムの第
N行目に識別子が設定されているか否かを判断する (図
3のステップS12,S14)。It is assumed that, for example, i = N and j = N are obtained by repeating the above processing. i = N,
When j = N, the comparing unit 13 looks at the Nth line of the source program being remodeled and determines whether or not an identifier is set on the Nth line of the source program being remodeled (step in FIG. 3). S12, S14).
【0040】図6の例の場合、改造中ソースプログラム
の第N行目には識別子Rが設定されているので、比較手
段13は図4のステップS19に於いてその種類を判断
する。識別子Rは行内容の置換を示すものであるので、
比較手段13は、i=N+1,j=N+1とすることに
より、注目する行を改造前ソースプログラム,改造中ソ
ースプログラムとも次の行(N+1)に変更した後(図
3,ステップS18)、ステップS12の処理を行な
う。即ち、改造中ソースプログラムの第N行目は行内容
の置換が行なわれた行であり、その行と対応する改造前
ソースプログラム中の行と内容を比較しても無意味であ
るので、比較手段13は、注目する行を改造前ソースプ
ログラム,改造中ソースプログラムとも次の行にする。In the case of the example shown in FIG. 6, since the identifier R is set in the Nth line of the source program being remodeled, the comparing means 13 determines the type in step S19 of FIG. Since the identifier R indicates the replacement of the line contents,
By setting i = N + 1 and j = N + 1, the comparing means 13 changes the line of interest to the next line (N + 1) for both the source program before remodeling and the source program during remodeling (FIG. 3, step S18). The processing of S12 is performed. That is, the Nth line of the source program being remodeled is a line in which the contents of the line have been replaced, and it is meaningless to compare the line with the corresponding line in the source program before remodeling. The means 13 sets the line of interest to the next line in both the source program before remodeling and the source program during remodeling.
【0041】i=N+1,j=N+1となると、比較手
段13は、改造中ソースプログラムの第N+1行目に着
目し、その行に識別子が設定されているか否かを判断す
る (ステップS12,14)。When i = N + 1 and j = N + 1, the comparison means 13 focuses on the (N + 1) th line of the source program being remodeled and determines whether or not an identifier is set in that line (steps S12 and S14). ).
【0042】図6の例の場合、改造中ソースプログラム
の第N+1行目には、識別子D0002が設定されてい
るので、比較手段13は図4のステップS19に於いて
その種類を判断する。識別子D0002は2行の削除を
示すものであるので、比較手段13は、改造前ソースプ
ログラム中の現在注目している行を示す変数iの値(N
+1)に削除行数「2」を加算してi=(N+3)とす
ることにより、改造前ソースプログラムに対する注目行
を第N+3行目に変更すると共に、改造中ソースプログ
ラム中の現在注目している行を示す変数jの値(N+
1)を+1してj=(N+2)とすることにより、改造
中ソースプログラムに対する注目行を第N+2行目に変
更し (ステップS21)、その後、図3のステップS1
2の処理を行なう。即ち、改造前ソースプログラム中の
第N+1行目,第N+2行目は、改造中ソースプログラ
ムに於いては削除されているので、比較手段13は、注
目行を、改造前ソースプログラムについては第N+3行
目にし、改造中ソースプログラムについては第N+2行
目にする。In the example shown in FIG. 6, since the identifier D0002 is set in the (N + 1) th line of the source program being remodeled, the comparing means 13 judges the type in step S19 of FIG. Since the identifier D0002 indicates deletion of two lines, the comparing means 13 determines the value of the variable i (N
By adding the number of deleted lines “2” to (+1) and i = (N + 3), the line of interest for the source program before remodeling is changed to the (N + 3) th line, and the current line in the source program being remodeled is focused on. Of the variable j indicating the row where
By adding 1 to 1 and setting j = (N + 2), the line of interest for the source program being remodeled is changed to the (N + 2) th line (step S21), and thereafter, step S1 in FIG.
Process 2 is performed. That is, since the (N + 1) th line and the (N + 2) th line in the source program before remodeling have been deleted in the source program during remodeling, the comparing means 13 sets the line of interest and the (N + 3) th line for the source program before remodeling. On the line, the source program being remodeled is on the (N + 2) th line.
【0043】i=N+3,j=N+2となると、比較手
段13は、改造中ソースプログラムの第N+2行目に注
目し、その行に識別子が設定されているか否かを判断す
る (ステップS12,S14)。When i = N + 3 and j = N + 2, the comparing means 13 pays attention to the N + 2th line of the source program under remodeling and judges whether or not an identifier is set in that line (steps S12 and S14). ).
【0044】図6の例の場合、改造中ソースプログラム
の第N+2行目には、識別子Aが設定されているので、
比較手段13は、図4のステップS19に於いてその種
類を判断する。識別子Aは行の追加を示すものであるの
で、比較手段13は、改造中ソースプログラム中の現在
注目している行を示す変数jの値(N+2)を+1して
j=N+3とすることにより、改造中ソースプログラム
に対する注目行のみを第N+3行目に変更し (ステップ
S20)、その後、図3のステップS12の処理を行な
う。即ち、改造中ソースプログラムの第N+2行目は、
追加された行であり、その行と現在注目している改造前
ソースプログラム中の行とを比較しても無意味であるの
で、比較手段13は、注目する行を改造中ソースプログ
ラムについてのみ、次の行に変更する。In the case of the example of FIG. 6, since the identifier A is set in the N + 2th line of the source program under remodeling,
The comparing means 13 determines the type in step S19 in FIG. Since the identifier A indicates the addition of a line, the comparing means 13 increases the value (N + 2) of the variable j indicating the current line of interest in the source program under remodeling by +1 to j = N + 3. Then, only the line of interest for the remodeling source program is changed to the (N + 3) th line (step S20), and then the process of step S12 in FIG. 3 is performed. That is, the N + 2th line of the source program under remodeling is
Since the added line is insignificant even if the line is compared with the line in the source program before remodeling that is currently being focused on, the comparing means 13 sets the line to be focused only for the source program under remodeling. Change to the following line:
【0045】i=N+3,j=N+3となると、比較手
段13は、改造中ソースプログラムの第N+3行目に注
目し、その行に識別子が設定されているか否かを判断す
る (ステップS12,S14)。When i = N + 3 and j = N + 3, the comparing means 13 looks at the (N + 3) th line of the source program being remodeled and determines whether or not an identifier is set in that line (steps S12 and S14). ).
【0046】図6の例の場合、改造中ソースプログラム
の第N+3行目には識別子が設定されていないので、比
較手段13は改造中ソースプログラムの第N+3行目が
コメント行であるか否かを判断する (ステップS1
5)。In the example of FIG. 6, since the identifier is not set in the (N + 3) th line of the remodeling source program, the comparing means 13 determines whether the (N + 3) th line of the remodeling source program is a comment line. (Step S1
5).
【0047】改造中ソースプログラムの第N+3行目は
コメント行でないので、比較手段13は、変数iによっ
て示される改造前ソースプログラムの第N+3行目の内
容と、変数jによって示される改造中ソースプログラム
の第N+3行目の内容とを比較する。Since the (N + 3) th line of the remodeling source program is not a comment line, the comparing means 13 determines the contents of the (N + 3) th line of the pre-modification source program indicated by the variable i and the remodeling source program indicated by the variable j. Is compared with the contents of the (N + 3) th line.
【0048】改造前ソースプログラムの第N+3行目の
内容は「MOVE X TO Z」、改造中ソースプロ
グラムの第N+3行目の内容は「MOVE M TO
N」であり、その比較結果は不一致となるので、比較手
段13は、図4の流れ図に示すように、改造前ソースプ
ログラムの第N+3行目の内容「MOVE X TO
Z」,行番号(N+3)と、改造中ソースプログラムの
第N+3行目の内容「MOVE M TO N」,行番
号(N+3)とを出力手段14に渡す (ステップS2
2)。The content of the (N + 3) th line of the source program before remodeling is “MOVE X TO Z”, and the content of the (N + 3) th line of the source program being remodeled is “MOVE M TOZ”.
Since the comparison result is a non-coincidence, the comparison means 13 causes the contents "MOVE X TO" of the N + 3th line of the source program before modification as shown in the flowchart of FIG.
Z ”, the line number (N + 3), and the contents“ MOVE M TON ”and the line number (N + 3) of the line N + 3 of the source program being remodeled are passed to the output means 14 (step S2).
2).
【0049】出力手段14は、比較手段13から上記し
た情報が渡されると、表示装置3にその情報を表示する
と共に、プリンタ4に上記した情報を渡し、印字させ
る。利用者は、この出力を見て改造中ソースプログラム
のどこに誤修正行があるかを知ることができる。When the above information is passed from the comparing means 13, the output means 14 displays the information on the display device 3 and passes the above information to the printer 4 for printing. Users can look at this output to find out where the incorrectly modified line is in the source program being modified.
【0050】ステップS22の処理が終了すると、比較
手段13は、改造前ソースプログラム,改造中ソースプ
ログラムをそれぞれ検索し、次のセクションの開始行を
求める (ステップS23)。図5,図6の例の場合、改
造前ソースプログラムについては次のセクションの開始
行として第X行が求められ、改造中ソースプログラムに
ついては次のセクションの開始行として第Y行が求めら
れる。尚、改造前ソースプログラムを最後まで検索して
も次のセクションの開始行を求めることができなかった
場合或いは改造中ソースプログラムを最後まで検索して
も、次のセクション開始行を求めることができなかった
場合 (ステップS24がYES)は、比較手段13はそ
の処理を終了する。When the processing in step S22 is completed, the comparing means 13 searches the source program before remodeling and the source program under remodeling, respectively, and obtains the start line of the next section (step S23). In the case of the examples of FIGS. 5 and 6, the X-th line is obtained as the start line of the next section for the source program before remodeling, and the Y-line is obtained as the start line of the next section for the source program being remodeled. If you cannot find the start line of the next section after searching the source program before modification to the end, or you can find the start line of the next section even if you search the source program before modification to the end. If not (YES in step S24), the comparing means 13 ends the process.
【0051】ステップS23で、改造前ソースプログラ
ムの次のセクションの開始行が第X行、改造中ソースプ
ログラムの次のセクションの開始行が第Y行であること
を求めると、比較手段13は、i=X,j=Yとした後
(ステップS25)、図3のステップS12の処理に戻
り、前述したと同様の処理を行なう。そして、改造中ソ
ースプログラムの最後の行の処理が終了すると(ステッ
プS13がYES)、比較手段13はその処理を終了す
る。ここで、改造前ソースプログラムと改造中ソースプ
ログラムとに不一致行があった場合、注目する行を改造
前ソースプログラム,改造中ソースプログラムとも次の
セクションの開始行にするのは、行の削除,行の追加等
の行数が変化する誤修正が行なわれた場合、それ以後の
行が全て不一致と判断されることを防ぐためである。When it is determined in step S23 that the start line of the next section of the pre-modification source program is the Xth line and the start line of the next section of the source program being modified is the Yth line, the comparing means 13 After setting i = X and j = Y
(Step S25), the process returns to step S12 in FIG. 3, and the same processing as described above is performed. Then, when the processing of the last line of the source program being modified ends (YES in step S13), the comparing unit 13 ends the processing. Here, if there is a mismatch between the source program before modification and the source program being modified, it is necessary to make the line of interest the start line of the next section for both the source program before modification and the source program being modified by deleting the line, This is to prevent the subsequent lines from being determined as non-coincident when an erroneous correction such as the addition of lines is performed that changes the number of lines.
【0052】尚、上述した実施例に於いては、行の削除
を示す識別子を、削除した行数も示すものにしたが、削
除のみを示すものにすることもできる。その場合は、削
除を示す識別子を削除した行それぞれに設定し、比較手
段13は、改造中ソースプログラムの現在注目中の行に
削除を示す識別子が設定されている場合は、注目する行
を改造中ソースプログラムのみ次の行にするようにすれ
ば良い。It should be noted that in the above-described embodiment, the identifier indicating the deletion of the line is also shown as the number of deleted lines, but it is also possible to show only the deletion. In that case, an identifier indicating deletion is set for each of the deleted lines, and the comparing means 13 modifies the line of interest if the identifier indicating deletion is set for the current line of interest of the source program being altered. Only the middle source program should be on the next line.
【0053】[0053]
【発明の効果】以上説明したように本発明は、改造前ソ
ースプログラムをもとにして改造を行なっている改造中
ソースプログラム中の識別子の内容に基づいて決まる、
改造前ソースプログラムと改造中ソースプログラムとの
対応する行の内容を比較し、比較不一致の行を示す情報
を出力する比較手段を備えているので、改造中のソース
プログラムの誤修正行を短時間で且つ正確に探し出すこ
とができる効果がある。As described above, the present invention is determined based on the contents of the identifier in the source program under remodeling which is remodeled based on the source program before remodeling.
Equipped with a comparison means that compares the contents of the lines corresponding to the source program before modification and the source program under modification and outputs the information indicating the lines that do not match, so the erroneous correction lines of the source program being modified can be corrected in a short time. And there is an effect that can be accurately searched.
【0054】また、本発明は、行の削除を示す識別子に
その識別子が設定されている行から何行連続して行を削
除したのかを示す削除行数を含ませ、比較手段は、改造
中ソースプログラムの現在注目している行に上記識別子
が設定されている場合は、注目する行を改造前プログラ
ムについては削除行数分変更し、改造中ソースプログラ
ムについては次の行に変更するので、改造中ソースプロ
グラムに複数の連続する行を削除するという正規の改造
が行なわれている場合、処理速度を高速化することがで
きる効果がある。Further, according to the present invention, the identifier indicating the deletion of a line includes the number of deleted lines indicating the number of consecutive lines deleted from the line in which the identifier is set, and the comparison means is under modification. If the above line is set on the line of interest in the source program, the line of interest is changed by the number of deleted lines for the pre-modification program and changed to the next line for the source program being modified. During modification If the source program is modified by deleting a plurality of consecutive lines, the processing speed can be increased.
【0055】更に、本発明は、改造前,改造中ソースプ
ログラムがセクションに分割されている場合、不一致を
検出したら、不一致行を示す情報を出力した後、注目す
る行を改造前,改造中ソースプログラムとも次のセクシ
ョンの開始行に変更するようにしたものであるので、誤
修正が行の削除や行の追加といった行数を変化させるも
のであった場合、上記した誤修正が行なわれた行より後
の全ての行の比較結果が全て不一致になってしまうとい
う事態を防止できる効果がある。Further, according to the present invention, if a source program is divided into sections before and after remodeling, if a mismatch is detected, information indicating a mismatched line is output, and the line of interest is rewritten before the remodeling and the source being remodeled. Since the program is changed to the start line of the next section, if the erroneous correction is to change the number of lines such as deleting a line or adding a line, the line where the erroneous correction described above was performed This has the effect of preventing a situation in which the comparison results of all subsequent rows all become inconsistent.
【図1】本発明の実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.
【図2】入力手段11の処理例を示す流れ図である。FIG. 2 is a flowchart showing a processing example of an input unit 11;
【図3】比較手段13の処理例を示す流れ図である。FIG. 3 is a flowchart illustrating a processing example of a comparison unit 13;
【図4】比較手段13の処理例を示す流れ図である。FIG. 4 is a flowchart showing a processing example of a comparison unit 13;
【図5】改造前ソースプログラムの一例を示す図であ
る。FIG. 5 is a diagram showing an example of a pre-modification source program.
【図6】改造中ソースプログラムの一例を示す図であ
る。FIG. 6 is a diagram showing an example of a source program being modified.
【符号の説明】 1…誤修正行検索装置 11…入力手段 12…メモリ 13…比較手段 14…出力手段 2…入力装置 3…表示装置 4…プリンタ 5−1〜5−n…ソースファイル[Explanation of Codes] 1 ... Corrected line retrieval device 11 ... Input means 12 ... Memory 13 ... Comparison means 14 ... Output means 2 ... Input device 3 ... Display device 4 ... Printers 5-1 to 5-n ... Source files
Claims (4)
ースプログラムをもとにして改造を行なっているソース
プログラムであって、改造を行なった行に改造の種類を
示す識別子が設定された改造中ソースプログラムとをソ
ースファイルから入力する入力手段と、 該入力手段が入力した前記改造中ソースプログラム中の
識別子が設定されていない行それぞれについて、前記改
造中ソースプログラムに設定されている識別子に基づい
て決定される、前記入力手段が入力した前記改造前ソー
スプログラム中の対応する行と内容を比較し、比較不一
致の行を示す情報を出力する比較手段とを備えたことを
特徴とする誤修正行検索装置。1. A source program before modification and a source program modified based on the source program before modification, wherein an identifier indicating the type of modification is set in the modified line. An input means for inputting a source program from a source file, and for each line in which the identifier in the remodeling source program input by the input means is not set, based on the identifier set in the remodeling source program An erroneous correction line characterized in that it comprises a comparison unit for comparing the content of the determined line that is input by the input unit with the corresponding line in the pre-modification source program and outputting information indicating a line that does not match. Search device.
ースプログラムをもとにして改造を行なっているソース
プログラムであって、改造を行なった行に改造の種類が
行内容の置換,行の追加或いは行の削除の何れであるの
かを示す識別子が設定された改造中ソースプログラムと
をソースファイルから入力する入力手段と、 前記入力手段が入力した前記改造前,改造中ソースプロ
グラムの先頭行を注目開始行とし、前記改造中ソースプ
ログラム中の現在注目している行に識別子が設定されて
いない場合は、前記改造前,改造中ソースプログラム中
の現在注目している行の内容を比較して比較一致であれ
ば、注目する行を前記改造前,改造中ソースプログラム
とも次の行に変更し、比較不一致であれば、現在注目し
ている行を示す情報を出力した後、注目する行を前記改
造前,改造中ソースプログラムとも次の行に変更し、前
記改造中ソースプログラム中の現在注目している行に行
内容の置換を示す識別子が設定されている場合は、注目
する行を前記改造前,改造中ソースプログラムとも次の
行に変更し、前記改造中ソースプログラム中の現在注目
している行に行の追加を示す識別子が設定されている場
合は、注目する行を前記改造中ソースプログラムのみ次
の行に変更し、前記改造中ソースプログラム中の現在注
目している行に行の削除を示す識別子が設定されている
場合は、注目する行を前記改造前,改造中ソースプログ
ラムとも次の行に変更する比較手段とを備えたことを特
徴とする誤修正行検索装置。2. A source program before modification and a source program modified based on the source program before modification, wherein the type of modification replaces the contents of the line and the addition of a line to the modified line. Or, pay attention to the input means for inputting from the source file the source program under remodeling in which an identifier indicating whether the line is deleted or not, and the first line of the source program before remodeling or under remodeling input by the input means. If an identifier is not set to the line of interest in the source program under remodeling as the start line, the contents of the line of current interest in the source program under remodeling and under remodeling are compared and compared. If there is a match, the line of interest is changed to the next line for both the source program before modification and the source program under modification, and if there is no comparison, the information indicating the line of current interest is output. After that, the line of interest is changed to the next line both in the source program before and during the remodeling and the identifier indicating the replacement of the line content is set in the current line of interest in the source program during the remodeling. If the line of interest is changed to the next line both in the source program before and during the remodeling and the identifier of the line of interest in the source program being remodeled is set to the next line, The line to be changed is changed to the next line only in the source program being remodeled, and if an identifier indicating deletion of a line is set in the line of interest in the source program being remodeled, the line of interest is converted to the remodeled source program. An erroneously corrected line search device, comprising comparison means for changing both the source program before and during remodeling to the next line.
が設定されている行から何行連続して行を削除したのか
を示す削除行数を含み、 前記比較手段は、前記改造中ソースプログラム中の現在
注目している行に削除行数を含む行の削除を示す識別子
が設定されている場合は、注目する行を前記改造前ソー
スプログラムについては削除行数分変更し、前記改造中
ソースプログラムについては次の行に変更することを特
徴とする請求項2記載の誤修正行検索装置。3. The identifier indicating the deletion of the line includes the number of deleted lines indicating how many lines have been deleted consecutively from the line in which the identifier is set, and the comparison unit is the remodeling source. When an identifier indicating the deletion of a line including the number of deleted lines is set for the line of current interest in the program, the line of interest is changed by the number of deleted lines for the source program before modification and the modification is in progress. 3. The erroneous correction line retrieval device according to claim 2, wherein the source program is changed to the next line.
セクションに分割され、 前記比較手段は、前記改造中ソースプログラム中の現在
注目している行に識別子が設定されていない場合は、前
記改造前,改造中ソースプログラム中の現在注目してい
る行の内容を比較して比較一致であれば、注目する行を
前記改造前,改造中ソースプログラムとも次の行に変更
し、比較不一致であれば、現在注目している行を示す情
報を出力した後、注目する行を前記改造前,改造中ソー
スプログラムとも次のセクションの開始行に変更するこ
とを特徴とする請求項3記載の誤修正行検索装置。4. The pre-remodeling and remodeling source program is divided into sections, and the comparing means, if an identifier is not set to a line of interest in the remodeling source program, the pre-remodeling , If the contents of the line of interest in the source program under remodeling are compared and the comparison is in agreement, the line of interest is changed to the next line in both the source program under remodeling and the source program under remodeling, and if the comparison is inconsistent. 4. The erroneously corrected line according to claim 3, wherein after the information indicating the line of current interest is output, the line of interest is changed to the start line of the next section in both the source program before the modification and the source program being modified. Search device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6166108A JP2639349B2 (en) | 1994-06-24 | 1994-06-24 | Error correction line search device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6166108A JP2639349B2 (en) | 1994-06-24 | 1994-06-24 | Error correction line search device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0816382A true JPH0816382A (en) | 1996-01-19 |
JP2639349B2 JP2639349B2 (en) | 1997-08-13 |
Family
ID=15825173
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6166108A Expired - Lifetime JP2639349B2 (en) | 1994-06-24 | 1994-06-24 | Error correction line search device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2639349B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008262330A (en) * | 2007-04-11 | 2008-10-30 | Hitachi Ltd | Program erroneous correction detection method and device |
JP2012141916A (en) * | 2011-01-06 | 2012-07-26 | Hitachi Information & Control Solutions Ltd | Program modification supporting method and program modification supporting apparatus |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02100131A (en) * | 1988-10-07 | 1990-04-12 | Nippon Steel Corp | Computer program changing device |
JPH02216528A (en) * | 1989-02-17 | 1990-08-29 | Nec Software Ltd | System for comparing generation of source file |
JPH0358125A (en) * | 1989-07-27 | 1991-03-13 | Nec Corp | Generation managing system for source program |
JPH04163626A (en) * | 1990-10-29 | 1992-06-09 | Fujitsu Ltd | Detection of difference between new/old programs |
JPH04268923A (en) * | 1991-02-25 | 1992-09-24 | Nec Corp | System for canceling edition of source program |
JPH04273527A (en) * | 1991-02-28 | 1992-09-29 | Kobe Nippon Denki Software Kk | Program source comparing system |
JPH04362735A (en) * | 1991-06-10 | 1992-12-15 | Mitsubishi Heavy Ind Ltd | Source program collation system |
JPH05108437A (en) * | 1991-10-14 | 1993-04-30 | Nec Corp | Program file alteration history management method |
JPH05216726A (en) * | 1992-02-04 | 1993-08-27 | Nec Corp | Generation comparison screen display system for source program |
JPH05265816A (en) * | 1992-03-24 | 1993-10-15 | Nec Corp | File comparator |
-
1994
- 1994-06-24 JP JP6166108A patent/JP2639349B2/en not_active Expired - Lifetime
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02100131A (en) * | 1988-10-07 | 1990-04-12 | Nippon Steel Corp | Computer program changing device |
JPH02216528A (en) * | 1989-02-17 | 1990-08-29 | Nec Software Ltd | System for comparing generation of source file |
JPH0358125A (en) * | 1989-07-27 | 1991-03-13 | Nec Corp | Generation managing system for source program |
JPH04163626A (en) * | 1990-10-29 | 1992-06-09 | Fujitsu Ltd | Detection of difference between new/old programs |
JPH04268923A (en) * | 1991-02-25 | 1992-09-24 | Nec Corp | System for canceling edition of source program |
JPH04273527A (en) * | 1991-02-28 | 1992-09-29 | Kobe Nippon Denki Software Kk | Program source comparing system |
JPH04362735A (en) * | 1991-06-10 | 1992-12-15 | Mitsubishi Heavy Ind Ltd | Source program collation system |
JPH05108437A (en) * | 1991-10-14 | 1993-04-30 | Nec Corp | Program file alteration history management method |
JPH05216726A (en) * | 1992-02-04 | 1993-08-27 | Nec Corp | Generation comparison screen display system for source program |
JPH05265816A (en) * | 1992-03-24 | 1993-10-15 | Nec Corp | File comparator |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008262330A (en) * | 2007-04-11 | 2008-10-30 | Hitachi Ltd | Program erroneous correction detection method and device |
JP2012141916A (en) * | 2011-01-06 | 2012-07-26 | Hitachi Information & Control Solutions Ltd | Program modification supporting method and program modification supporting apparatus |
Also Published As
Publication number | Publication date |
---|---|
JP2639349B2 (en) | 1997-08-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH04227550A (en) | Data processing apparatus | |
JP2639349B2 (en) | Error correction line search device | |
JP3636773B2 (en) | Information processing device for database check | |
JP3957464B2 (en) | Data update device | |
JPH0388011A (en) | Device for examination of working procedure | |
JPH0561758A (en) | Information link device | |
JP2000293519A (en) | Document processor | |
JPH05173844A (en) | Coding error correcting system | |
JP2009151727A (en) | Document processing system | |
JP2647044B2 (en) | History management method | |
JP2722684B2 (en) | File system search device | |
JP2580585B2 (en) | Label search device on non-rewritable media | |
JPH05210575A (en) | Comparing method for transaction file | |
JPH0750480B2 (en) | Text data editing device | |
JPS6398029A (en) | Application system for automatic patch selection | |
JPH11296406A (en) | Program correction supporting system | |
JPH0358227A (en) | File editing system | |
JP2000003359A (en) | Document processor | |
JPH02250166A (en) | Information processor | |
JPH06175862A (en) | Electronic computer | |
JPH1153246A (en) | Device and method for automatically updating hyperlink device | |
JPH04195222A (en) | Inspection system for module specifications | |
JPH0449421A (en) | File editing system | |
JPH0520320A (en) | Document editing processor | |
JPH0470967A (en) | Picture retrieving device |