JP2000200185A - Version management device for program - Google Patents

Version management device for program

Info

Publication number
JP2000200185A
JP2000200185A JP11002221A JP222199A JP2000200185A JP 2000200185 A JP2000200185 A JP 2000200185A JP 11002221 A JP11002221 A JP 11002221A JP 222199 A JP222199 A JP 222199A JP 2000200185 A JP2000200185 A JP 2000200185A
Authority
JP
Japan
Prior art keywords
program
version
source program
source
difference information
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
JP11002221A
Other languages
Japanese (ja)
Inventor
Makoto Kojima
誠 小島
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 JP11002221A priority Critical patent/JP2000200185A/en
Publication of JP2000200185A publication Critical patent/JP2000200185A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To eliminate the situation that the version can not be recognized for the source program used for preparation of an application program. SOLUTION: A data base 21 stores the respective version numbers of the application program and the source program utilized for the preparation in relation. In this case, when a source generator 22 is activated and the version number of the application program is inputted, the corresponding source program is obtained from the data base 21. After it is edited in an editor 23, when a prescribed version registration command is issued, the version number is updated and registered in the data base 21 by a version manager 24. Thus, the source program is edited by an application program unit and the efficiency in bug analysis or the like is improved.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、プログラムのバー
ジョン管理装置に関する。
[0001] The present invention relates to a program version control device.

【0002】[0002]

【従来の技術】従来、この種のプログラムのバージョン
管理装置として、本願出願人による特開平6−8359
6号公報に開示されたものが知られている。同公報に開
示されたものにおいては、ソースプログラムを変更する
ごとに、更新日時、更新によって増加した版数および親
ソースプログラムからの変更部分が取得され、バージョ
ン管理データベースに書き込まれる。バグ解析などの事
由により、ソースプログラムの過去の状態を再現する場
合には、日付パラメータあるいは版数パラメータを指定
する。すると、現版ソースプログラムとバージョン管理
データベースから該当するソースプログラムが作成され
るようになっている。
2. Description of the Related Art Heretofore, as a version control device of this type of program, Japanese Patent Application Laid-Open No. 6-8359 by the present applicant has been proposed.
No. 6 is known. In the technique disclosed in the publication, every time the source program is changed, the update date and time, the version number increased by the update, and the changed part from the parent source program are acquired and written in the version management database. To reproduce the past state of the source program due to reasons such as bug analysis, a date parameter or a version number parameter is specified. Then, a corresponding source program is created from the current version source program and the version control database.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の技術に
おいては、次の点で改良の余地ががあった。すなわち、
上記従来の技術は、過去のソースプログラムの状態を再
現することができ、バグ解析の手続きが容易になる点で
優れている。しかし、実際にバグが発見されるのはアプ
リケーションプログラムの実行時であるため、問題とな
るアプリケーションがいずれの版数のソースプログラム
を利用しているのかが判然としないことがあり、バグ解
析に手間がかかってしまうことがあった。
In the above-mentioned prior art, there is room for improvement in the following points. That is,
The above-described conventional technique is excellent in that the state of the past source program can be reproduced and the procedure of bug analysis becomes easy. However, since a bug is actually discovered at the time of execution of an application program, it may not be clear which version of the source program is used by the application in question. Was sometimes applied.

【0004】本発明は、上記事情にかんがみてなされた
もので、バグ解析などでソースプログラムを編集する場
合に、その手続きを容易化して作業能率を向上させるこ
とが可能なプログラムのバージョン管理装置の提供を目
的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and, when a source program is edited by bug analysis or the like, a program version control apparatus capable of simplifying the procedure and improving work efficiency. For the purpose of providing.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するた
め、請求項1にかかる発明は、アプリケーションプログ
ラムの各版数と、各版数のアプリケーションプログラム
の作成に利用するソースプログラムとを関連づけて記憶
するプログラム記憶手段と、アプリケーションプログラ
ムの版数の入力に応じて上記プログラム記憶手段から対
応するソースプログラムを取得するソースプログラム取
得手段と、このソースプログラム取得手段によって取得
されたソースプログラムを編集するとともに、編集後の
ソースプログラムとその編集によって更新されたアプリ
ケーションプログラムの版数とを関連づけて上記プログ
ラム記憶手段に記憶させるプログラム編集手段とを備え
た構成としてある。
In order to achieve the above object, the invention according to claim 1 stores each version of an application program in association with a source program used to create an application program of each version. A program storage unit, a source program acquisition unit that acquires a corresponding source program from the program storage unit in response to input of a version number of an application program, and a source program acquired by the source program acquisition unit. There is provided a program editing means for storing the edited source program and the version number of the application program updated by the editing in the program storage means in association with each other.

【0006】すなわち、プログラム記憶手段は、アプリ
ケーションプログラムの各版数と、各版数のアプリケー
ションプログラムの作成に利用するソースプログラムと
を関連づけて記憶している。ここで、アプリケーション
プログラムにバグなどが発見され、ソースプログラムを
修正する場合、そのアプリケーションプログラムの版数
を入力する。すると、ソースプログラム取得手段がプロ
グラム記憶手段から対応するソースプログラムを取得す
る。ここで、取得されたソースプログラムは、プログラ
ム編集手段によって編集可能であり、このプログラム編
集手段は、編集後のソースプログラムとその編集によっ
て更新されたアプリケーションプログラムの版数とを関
連づけてプログラム記憶手段に記憶させる。
That is, the program storage means stores each version of the application program in association with a source program used for creating the application program of each version. Here, when a bug or the like is found in the application program and the source program is corrected, the version number of the application program is input. Then, the source program acquisition means acquires the corresponding source program from the program storage means. Here, the obtained source program can be edited by the program editing means, and the program editing means associates the edited source program with the version number of the application program updated by the editing to the program storage means. Remember.

【0007】アプリケーションプログラムは版数管理さ
れるが、ソースプログラムについても同様に版数管理し
ておいてもよい。その場合の好適な構成の一例として、
請求項2にかかる発明は、請求項1に記載のプログラム
のバージョン管理装置において、上記ソースプログラム
は、版数管理されており、上記プログラム記憶手段は、
各ソースプログラムを初期版数のソースプログラムと、
その初期版数のソースプログラムからの差分情報で記憶
し、上記ソースプログラム取得手段は、上記初期版数の
ソースプログラムと差分情報に基づいて対応するソース
プログラムを取得するとともに、上記プログラム編集手
段は、上記ソースプログラムを編集した後に上記差分情
報を抽出して上記プログラム記憶手段に記憶させる構成
としてある。
Although the version number of the application program is managed, the version number of the source program may be similarly managed. As an example of a suitable configuration in that case,
According to a second aspect of the present invention, in the version control apparatus for the program according to the first aspect, the source program is version-managed, and the program storage means comprises:
Each source program is the initial version of the source program,
The initial version number is stored as difference information from the source program, and the source program obtaining means obtains a source program corresponding to the initial version source program and the difference information based on the difference information. After editing the source program, the difference information is extracted and stored in the program storage means.

【0008】すなわち、プログラム記憶手段は、初期版
数のソースプログラムについては全体を記憶するが、版
数の更新されたソースプログラムについては初期版数か
らの差分情報として記憶する。従って、ソースプログラ
ム取得手段は、初期版数のソースプログラムと差分情報
に基づいて対応するソースプログラムを取得することに
なる。また、プログラム編集手段は、編集されたソース
プログラムと初期版数のソースプログラムとの差分情報
を抽出してプログラム記憶手段に記憶させる。
That is, the program storage means stores the entire source program of the initial version number, but stores the source program with the updated version number as difference information from the initial version number. Therefore, the source program obtaining means obtains a source program corresponding to the source program of the initial version number and the difference information. Further, the program editing unit extracts difference information between the edited source program and the source program of the initial version number, and stores the difference information in the program storage unit.

【0009】ここにおいて差分情報を記憶するといった
場合、版数が更新されたソースプログラムのそれぞれに
ついて、厳密に初期版数からの差分を記憶する構成とし
てもよいが、もちろん、この構成に限定されることはな
い。その一例として、請求項3にかかる発明は、請求項
2に記載のプログラムのバージョン管理装置において、
上記差分情報は、版数更新ごとの親ソースプログラムか
らの逐次差分情報を累積して構成される。すなわち、初
期版数のソースプログラムから版数が更新されるごと
に、親ソースプログラムからの逐次差分情報を取得し、
この逐次差分情報を累積して初期版数からの差分情報と
する。
In the case of storing the difference information here, a configuration may be used in which the difference from the initial version number is strictly stored for each of the source programs whose version numbers have been updated, but, of course, the configuration is limited to this configuration. Never. As an example, the invention according to claim 3 is a program version management device according to claim 2, wherein:
The difference information is configured by accumulating sequential difference information from the parent source program for each version number update. That is, every time the version is updated from the initial version of the source program, the sequential difference information from the parent source program is acquired,
This sequential difference information is accumulated to be difference information from the initial version number.

【0010】この逐次差分情報を用いる場合において、
ソースプログラム取得手段の具体的な構成の一例とし
て、請求項4にかかる発明は、請求項3に記載のプログ
ラムのバージョン管理装置において、上記ソースプログ
ラム取得手段は、取得しようとするソースプログラムか
ら上記初期版数のソースプログラムへと親ソースプログ
ラムを順次遡って逐次差分情報を取得するとともに、こ
の逐次差分情報を取得した順番と逆の順番で適用しなが
ら上記初期版数のソースプログラムに変更を加えてソー
スプログラムを取得する構成としてある。すなわち、ソ
ースプログラム取得手段がソースプログラムを取得する
場合、そのソースプログラムから初期版数に遡りながら
逐次差分情報を取得し、取得した順番と逆の順番で適用
しながら初期版数のソースプログラムに変更を加える。
In the case of using the sequential difference information,
As an example of a specific configuration of the source program acquisition means, the invention according to claim 4 is the program version management device according to claim 3, wherein the source program acquisition means is configured to execute the initialization from the source program to be acquired. The parent program is sequentially traced back to the source program of the version number to obtain the sequential difference information, and the sequential version difference information is applied in a reverse order to the acquisition order, and the source program of the initial version number is changed. It is configured to acquire a source program. In other words, when the source program obtaining means obtains a source program, it sequentially obtains difference information from the source program while going back to the initial version number, and changes the source program to the initial version number while applying it in the reverse order of the order in which it was obtained. Add.

【0011】また、プログラム編集手段は、親ソースプ
ログラムからの逐次差分情報を抽出するが、その抽出方
法の具体的な一例として、請求項5にかかる発明は、請
求項3または請求項4のいずれかに記載のプログラムの
バージョン管理装置において、上記プログラム編集手段
は、編集されたソースプログラムをテンポラリファイル
として保存するとともに、このテンポラリファイルと親
ソースプログラムを比較して逐次差分情報を抽出する構
成としてある。すなわち、プログラム編集手段は、親ソ
ースプログラムを直接編集するのではなく、別のテンポ
ラリファイルとして編集して保存する。そして、保存し
たテンポラリファイルと、元の親ソースプログラムを比
較して逐次差分情報を抽出する。
The program editing means extracts the sequential difference information from the parent source program. As a specific example of the extracting method, the invention according to claim 5 is based on any one of claims 3 and 4 In the version control device for a program described in the above item (1), the program editing means is configured to store the edited source program as a temporary file, and compare the temporary file with a parent source program to sequentially extract difference information. . That is, the program editing means does not directly edit the parent source program, but edits and saves it as another temporary file. Then, the stored temporary file is compared with the original parent source program to sequentially extract difference information.

【0012】ところで、アプリケーションプログラム
は、一つのソースプログラムで作成されるとは限らな
い。例えば、汎用的に利用しうる処理については、一つ
の関数としてソースプログラムを作成しておき、必要時
にリンクするといったことが行われる。そこで、このよ
うな場合に好適な構成の一例として、請求項6にかかる
発明は、請求項1〜請求項5のいずれかに記載のプログ
ラムのバージョン管理装置において、上記アプリケーシ
ョンプログラムは、複数のソースプログラムを利用して
作成されており、上記プログラム編集手段は、上記複数
のソースプログラムを一括して編集可能な構成としてあ
る。すなわち、プログラム編集手段は、アプリケーショ
ンの作成に利用した複数のソースプログラムを一括して
編集することができる。例えば、一つの編集画面を分割
して各ソースプログラムを表示してもよいし、各ソース
プログラムに対応して複数の編集ウィンドウを表示する
ようにしてもよく、各種手法を適用可能である。
By the way, an application program is not always created by one source program. For example, for a process that can be used for general purposes, a source program is created as one function and linked when necessary. Therefore, as an example of a configuration suitable for such a case, the invention according to claim 6 is the program version management device according to any one of claims 1 to 5, wherein the application program includes a plurality of source programs. It is created by using a program, and the program editing means is configured to be able to edit the plurality of source programs collectively. That is, the program editing means can edit a plurality of source programs used for creating the application at once. For example, one editing screen may be divided to display each source program, or a plurality of editing windows may be displayed corresponding to each source program, and various methods can be applied.

【0013】[0013]

【発明の実施の形態】以下、図面にもとづいて本発明の
実施形態を説明する。図1は、本発明の一実施形態にか
かるプログラムのバージョン管理装置のハードウェア構
成を概略ブロック図により示している。同図において、
コンピュータ10は、CPU11、ROM12やRAM
13などの電子部品を備えるとともに、図示しないイン
ターフェイス回路を介してハードディスク20、出力装
置30や入力装置40などが接続されている。すなわ
ち、コンピュータ10は、ハードディスク20に対して
アクセス可能であり、プログラムの実行結果などは出力
装置30から出力され、また必要に応じて入力装置40
を介してデータなどを入力することができる。この出力
装置30としては、ディスプレイやプリンタなどが該当
し、入力装置40としては、キーボードやマウスなどが
該当する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic block diagram showing a hardware configuration of a program version management apparatus according to an embodiment of the present invention. In the figure,
The computer 10 includes a CPU 11, a ROM 12, and a RAM.
13 and the like, and the hard disk 20, the output device 30, the input device 40, and the like are connected via an interface circuit (not shown). That is, the computer 10 can access the hard disk 20, the execution results of the program are output from the output device 30, and the input device 40
And the like can be input via the. The output device 30 corresponds to a display or a printer, and the input device 40 corresponds to a keyboard or a mouse.

【0014】本プログラムのバージョン管理装置におい
ては、アプリケーションプログラムを作成する際に利用
されるソースプログラムのバージョン管理を行うことを
目的としている。なお、本実施形態におけるアプリケー
ションプログラムは、複数のソースプログラムをそれぞ
れコンパイルし、その結果得られるモジュールを静的に
リンクすることによって生成されるものとする。ハード
ディスク20には、このようなアプリケーションの作成
および修正を支援する各種プログラムが備えられ、コン
ピュータ10で必要時に実行可能となっている。次に、
これらの支援プログラムについて図2を参照しつつ説明
する。
The purpose of the program version control device is to control the version of a source program used when creating an application program. It is assumed that the application program in the present embodiment is generated by compiling a plurality of source programs, respectively, and statically linking the resulting modules. The hard disk 20 is provided with various programs for supporting the creation and modification of such applications, and can be executed by the computer 10 when necessary. next,
These support programs will be described with reference to FIG.

【0015】各バージョンのソースプログラムは、デー
タベース21で管理されている。より具体的には、デー
タベース21において、ソースプログラムのバージョン
情報21aと、アプリケーション単位のバージョン情報
21bとして管理されている。ソースプログラムのバー
ジョン情報21aについては、ソースプログラムの種類
に応じてテーブル化されており、それぞれソースプログ
ラムの「バージョン番号」、「親バージョン番号」、
「内容」の3フィールドからなるレコードが格納され
る。
The source program of each version is managed by the database 21. More specifically, the database 21 manages the version information 21a of the source program and the version information 21b for each application. The version information 21a of the source program is tabulated according to the type of the source program, and the "version number", "parent version number",
A record consisting of three fields of "contents" is stored.

【0016】図3は、あるソースプログラムAについて
のテーブル内のレコード例を示している。この場合、4
つのレコードが存在しており、これらのレコードによっ
て次のようなことを意味している。すなわち、Vers
ion1のソースプログラムAを編集し、Versio
n2およびVersion3のソースプログラムAを作
成するとともに、さらにVersion2のソースプロ
グラムAを編集してVersion4のソースプログラ
ムAを作成したことを意味している。各レコードにおい
て、親バージョン番号フィールドには編集前のソースプ
ログラムのバージョン番号が格納され、内容フィールド
には、編集前のソースプログラムからの変更部分である
逐次差分情報が格納されている。ただし、Versio
n1のソースプログラムAについては、親ソースプログ
ラムが存在しないので親バージョン番号フィールドには
データはなく、内容フィールドにはVersion1の
ソースプログラムAそのものが格納されている。
FIG. 3 shows an example of a record in a table for a certain source program A. In this case, 4
There are two records, which mean the following: That is, Vers
Edit the source program A of ion1 and select Versio
This means that the source program A of Version 2 was created by editing the source program A of Version 2 while creating the source program A of n2 and Version 3. In each record, the parent version number field stores the version number of the source program before editing, and the content field stores sequential difference information that is a change from the source program before editing. However, Versio
For the n1 source program A, there is no parent source program, so there is no data in the parent version number field, and the source program A itself of Version 1 is stored in the content field.

【0017】一方、図4は、別のソースプログラムBに
ついてのテーブル内のレコード例を示している。この場
合、Version1についてのレコードのみが存在し
ている。従って、Version1のソースプログラム
Bから何ら編集されていないことを意味している。
FIG. 4 shows an example of a record in a table for another source program B. In this case, only the record for Version 1 exists. Therefore, it means that the source program B of Version 1 has not been edited at all.

【0018】また、図5は、別のソースプログラムCに
ついてのテーブル内のレコード例を示している。この場
合、Version1およびVersion2について
のレコードが存在している。従って、Version1
のソースプログラムCを編集してVersion2のソ
ースプログラムCを作成したことを意味している。
FIG. 5 shows an example of a record in a table for another source program C. In this case, records for Version 1 and Version 2 exist. Therefore, Version 1
Means that the source program C of Version 2 was edited by editing the source program C of No. 2.

【0019】このようなソースプログラムを個別に編集
するにあたっては、ソースジェネレータ22を起動し、
編集しようとするソースプログラム名とバージョン番号
を入力する。すると、ソースジェネレータ22は、図6
に示すフローチャートに従って対象となるソースプログ
ラムを出力する。
When editing such a source program individually, the source generator 22 is started,
Enter the source program name and version number to be edited. Then, the source generator 22
The target source program is output according to the flowchart shown in FIG.

【0020】同図において、ステップS110では、ソ
ースプログラムのバージョン情報21aを検索し、入力
されたソースプログラム名とバージョン番号に対応する
レコードを取得するとともに所定のリストに記憶する。
次のステップS120では、取得したレコードから親バ
ージョン番号が存在するか否かを判断する。ここで、親
バージョン番号が存在する場合には、ステップS130
で調査対象をその親バージョン番号のレコードに移し、
ステップS110で同様にしてそのレコードをリストに
記憶する。以降、親バージョン番号が存在しなくなるま
で順次リストに記憶する。すなわち、ステップS110
〜S130の処理は、編集対象となるバージョン番号か
らVersion1へと至る親バージョン番号のレコー
ドを順次遡りながら、各バージョン番号のレコードをリ
ストに記憶していることになる。
In FIG. 2, in step S110, the version information 21a of the source program is searched, a record corresponding to the input source program name and version number is obtained and stored in a predetermined list.
In the next step S120, it is determined whether or not a parent version number exists from the acquired record. Here, if the parent version number exists, step S130
Moves the survey to its parent version number record,
In step S110, the record is similarly stored in the list. Thereafter, the parent version number is sequentially stored in the list until it no longer exists. That is, step S110
In the processing from S130 to S130, the records of the respective version numbers are stored in the list while sequentially going back the records of the parent version numbers from the version number to be edited to Version1.

【0021】ステップS140では、Version1
のソースプログラムを読み込み、次のステップS150
でリストに記憶したレコードがあるか否かを判断する。
ここで、リストに記憶したレコードがないと判断した場
合には、ステップS160で読み込んだソースプログラ
ムをそのまま出力する。例えば、上述したソースプログ
ラムBのように、Version1から何ら編集されて
いないソースプログラムについては、そのレコードに親
バージョン番号が存在しないので、リストにレコードが
記憶されず、Version1のソースプログラムが出
力される。
In step S140, Version1
Is read, and the next step S150
It is determined whether or not there is a record stored in the list.
If it is determined that there is no record stored in the list, the source program read in step S160 is output as it is. For example, for a source program that has not been edited from Version 1 like the above-described source program B, the record does not have a parent version number, so that no record is stored in the list and the source program of Version 1 is output. .

【0022】一方、リストに記憶したレコードが存在す
ると判断した場合には、ステップS170で記憶したレ
コードを逆に辿って逐次差分情報を取得する。すなわ
ち、リストに複数のレコードが存在する場合は、バージ
ョン番号の若いレコードから逐次差分情報を取得する。
そして、この逐次差分情報に基づきVersion1の
ソースプログラムに変更を加えた後に、そのレコードを
リストから削除してステップS150に戻り、同様の処
理をリストからレコードがなくなるまで繰り返し実行す
る。すると、編集対象となるソースプログラムが復元さ
れるので、そのソースプログラムを出力する。
On the other hand, when it is determined that the record stored in the list exists, the difference information is sequentially obtained by tracing the record stored in step S170 in reverse. That is, when there are a plurality of records in the list, the difference information is sequentially acquired from the record having the lower version number.
Then, after making a change to the source program of Version 1 based on the sequential difference information, the record is deleted from the list and the process returns to step S150, and the same processing is repeatedly executed until there are no more records in the list. Then, the source program to be edited is restored, and the source program is output.

【0023】このソースジェネレータ22から出力され
たソースプログラムは、エディタ23に現版ソースプロ
グラムとして渡される。エディタ23は現版ソースプロ
グラムを編集画面に表示するので、プログラム作成者は
その編集画面上で現版ソースプログラムを編集する。そ
して、編集が完了したら、所定の操作に従ってソースプ
ログラムのバージョン登録コマンドを発行する。なお、
ここにおいて、編集されたソースプログラムは、テンポ
ラリファイルとして保存される。
The source program output from the source generator 22 is passed to the editor 23 as a current version source program. Since the editor 23 displays the current version source program on the editing screen, the program creator edits the current version source program on the editing screen. When the editing is completed, a source program version registration command is issued according to a predetermined operation. In addition,
Here, the edited source program is stored as a temporary file.

【0024】エディタ23からソースプログラムのバー
ジョン登録コマンドが発行されると、バージョンマネー
ジャ24が起動する。このバージョンマネージャ24
は、エディタ23によって保存されたテンポラリファイ
ルと現版ソースプログラムを比較し、現版ソースプログ
ラムからの変更部分を抽出して逐次差分情報を生成す
る。これとともに、編集後のソースプログラムに対する
新たなバージョン番号を採番し、このバージョン番号
と、親バージョン番号および生成した逐次差分情報から
なるレコードをソースプログラムのバージョン情報21
aに登録する。
When a version registration command of the source program is issued from the editor 23, the version manager 24 starts. This version manager 24
Compares the temporary file saved by the editor 23 with the current version source program, extracts a changed portion from the current version source program, and sequentially generates difference information. At the same time, a new version number is assigned to the edited source program, and a record including the version number, the parent version number, and the generated sequential difference information is stored in the version information 21 of the source program.
Register in a.

【0025】このように、本実施形態においては、各バ
ージョンのソースプログラムを親ソースプログラムから
の逐次差分情報で記憶するため、必要となるハードディ
スクの記憶容量は少なく済む。すなわち、各バージョン
のソースプログラムをそれぞれ完全な形式で記憶する場
合、相互に重複部分が発生するのでディスク使用率が冗
長となるところ、本実施形態によれば、このような冗長
が発生することはなく、効率的にディスクを使用するこ
とができる。
As described above, in this embodiment, since the source program of each version is stored as sequential difference information from the parent source program, the required storage capacity of the hard disk can be reduced. That is, when each version of the source program is stored in a complete format, the disk usage rate becomes redundant because of the mutual overlap, and according to the present embodiment, such redundancy does not occur. And the disk can be used efficiently.

【0026】また、本実施形態においては、ソースジェ
ネレータ22にソースプログラム名とバージョン番号を
入力することにより、過去のいかなるバージョンのソー
スプログラムをも復元することができる。従って、プロ
グラム作成者が別途ソースプログラムのバージョン管理
を行う必要がなく、作業手順も容易となって好適である
といえる。
In this embodiment, any past version of the source program can be restored by inputting the source program name and the version number to the source generator 22. Therefore, it is not necessary for the program creator to separately manage the version of the source program, and the working procedure is simplified, which is preferable.

【0027】ところで、上述したようにして作成したソ
ースプログラムは、最終的にはコンパイルされ、その結
果生成されたモジュールをリンクすることによってアプ
リケーションプログラムが作成される。そして、このよ
うに作成されたアプリケーションプログラムで各種テス
トを行い、仕様通りに動作するか否かを試験することに
なる。ここで、アプリケーションプログラムにバグが発
見された場合、バグの原因を調査してソースプログラム
を修正する必要がある。もちろん、このような修正を行
うためには、そのアプリケーションプログラムがいずれ
のバージョンのソースプログラムを利用して作成された
かが分からなければならない。しかし、ソースプログラ
ムが幾度も修正されてバージョンが更新された場合、い
ずれのバージョンのソースプログラムを利用したのかが
分からなくなってしまうことがあった。
The source program created as described above is finally compiled, and an application program is created by linking the modules generated as a result. Then, various tests are performed with the application program created in this way, and it is tested whether or not the operation is performed as specified. Here, when a bug is found in the application program, it is necessary to investigate the cause of the bug and correct the source program. Of course, in order to make such a correction, it is necessary to know which version of the source program was used to create the application program. However, if the source program is modified many times and the version is updated, it may become impossible to know which version of the source program was used.

【0028】そこで、本実施形態においては、アプリケ
ーション単位でもソースプログラムを管理するようにし
てある。より具体的には、データベース21において、
アプリケーション単位のバージョン情報21bとして管
理している。図7は、このアプリケーション単位のバー
ジョン情報21bのレコード例を示している。同図にお
いて、各レコードは、アプリケーションプログラムのバ
ージョン番号と、このアプリケーションプログラムの作
成に利用するソースプログラム名およびバージョン番号
から構成される。図からも明らかなように、アプリケー
ションプログラムの各バージョン番号において、実際に
利用しているソースプログラムのバージョン番号が異な
っていることが分かる。
Therefore, in the present embodiment, the source program is managed on an application basis. More specifically, in the database 21,
It is managed as version information 21b for each application. FIG. 7 shows a record example of the version information 21b for each application. In the figure, each record is composed of a version number of an application program, a source program name and a version number used for creating the application program. As is clear from the figure, it can be seen that the version number of the source program actually used is different for each version number of the application program.

【0029】このアプリケーション単位のバージョン情
報21bにレコードを登録するには、エディタ23を起
動し、所定の操作に従ってアプリケーションプログラム
のバージョン登録コマンドを発行する。すると、バージ
ョンマネージャ24が起動してソースプログラムのバー
ジョン情報21aを検索し、登録されているソースプロ
グラム名と全てのバージョン番号を取得してエディタ2
3に渡す。そして、エディタ23は、そのソースプログ
ラム名と全てのバージョン番号を表示するので、プログ
ラム作成者は各ソースプログラムのバージョン番号を適
宜選択し、アプリケーションプログラムのバージョン番
号と関連づけて所定の登録コマンドを発行する。する
と、バージョンマネージャ24がその登録コマンドに基
づいて図7に示すようなレコードとして登録する。
In order to register a record in the version information 21b for each application, the editor 23 is started, and a version registration command of the application program is issued according to a predetermined operation. Then, the version manager 24 starts up, searches the version information 21a of the source program, obtains the registered source program name and all version numbers, and
Pass to 3. Then, since the editor 23 displays the source program name and all version numbers, the program creator appropriately selects the version number of each source program and issues a predetermined registration command in association with the version number of the application program. . Then, the version manager 24 registers as a record as shown in FIG. 7 based on the registration command.

【0030】一方、ソースジェネレータ22に対して
は、アプリケーションプログラムのバージョン番号を入
力することが可能である。この場合、ソースジェネレー
タ22は、アプリケーション単位のバージョン情報21
bを検索して対応するレコードを取得する。そして、そ
のレコードに含まれる各ソースプログラムについて、バ
ージョン番号を検知し、図6に示す手順に従って対象と
なるソースプログラムを再現して出力する。
On the other hand, the version number of the application program can be input to the source generator 22. In this case, the source generator 22 outputs the version information 21 for each application.
b to retrieve the corresponding record. Then, the version number is detected for each source program included in the record, and the target source program is reproduced and output according to the procedure shown in FIG.

【0031】例えば、ソースジェネレータ22に対し
て、図7に示すアプリケーションプログラムのバージョ
ン番号としてVersion4を入力したものとする。
この場合、図6に示す手順に従って、Version4
のソースプログラムA、Version1のソースプロ
グラムBおよびVersion2のソースプログラムC
が生成されて出力される。もちろん、ここで出力された
ソースプログラムは、エディタ23によって編集可能で
ある。具体的には、エディタ23によって各ソースプロ
グラムを個別の編集ウィンドウに表示して編集させるな
どの構成とすればよい。
For example, assume that Version 4 is input to the source generator 22 as the version number of the application program shown in FIG.
In this case, according to the procedure shown in FIG.
Source program A, version 1 source program B and version 2 source program C
Is generated and output. Of course, the source program output here can be edited by the editor 23. More specifically, the source program may be displayed in an individual editing window by the editor 23 and edited.

【0032】このように、本実施形態においては、アプ
リケーションプログラムのバージョン番号を入力するこ
とにより、そのアプリケーションプログラムの作成に利
用したソースプログラムを容易に編集することができ、
バグ解析時の作業能率も向上することになる。
As described above, in the present embodiment, by inputting the version number of the application program, the source program used to create the application program can be easily edited.
The work efficiency at the time of bug analysis will also be improved.

【0033】次に、上記のように構成した本実施形態の
動作について説明する。登録したソースプログラムを個
別に編集する場合は、ソースジェネレータ22を起動
し、編集対象となるソースプログラム名とバージョン番
号を入力する。すると、ソースジェネレータ22は、デ
ータベース21のソースプログラムのバージョン情報2
1aを検索し、対応するレコードを取得するともに所定
のリストに記憶する(ステップS110)。そして、取
得したレコードから親バージョン番号が存在するか否か
を判断する(ステップS120)。ここで、親バージョ
ン番号が存在する場合には、調査対象をその親バージョ
ン番号のレコードに移し(ステップS130)、同様に
してレコードをリストに記憶する(ステップS11
0)。以降、同様にして親バージョン番号が存在しなく
なるまで順次リストに記憶する。
Next, the operation of this embodiment configured as described above will be described. When the registered source programs are to be individually edited, the source generator 22 is started, and the name and the version number of the source program to be edited are input. Then, the source generator 22 outputs the version information 2 of the source program in the database 21.
1a, retrieves the corresponding record, and stores it in a predetermined list (step S110). Then, it is determined from the acquired record whether or not the parent version number exists (step S120). If the parent version number exists, the investigation target is moved to the record of the parent version number (step S130), and the record is stored in the list in the same manner (step S11).
0). Thereafter, similarly, the parent version number is sequentially stored in the list until it no longer exists.

【0034】リストの記憶が完了したら、Versio
n1のソースプログラムを読み込み(ステップS14
0)、リストに記憶したレコードがあるか否かを判断す
る(ステップS150)。ここで、リストに記憶したレ
コードがない場合には、読み込んだソースプログラムを
そのまま出力する(ステップS160)。例えば、上述
したソースプログラムBのように、Version1か
ら何ら編集されていないソースプログラムについては、
そのレコードに親バージョン番号が存在しないので、リ
ストにレコードが記憶されず、Version1のソー
スプログラムが出力される。
When the storage of the list is completed, the Versio
The source program of n1 is read (step S14).
0), it is determined whether or not there is a record stored in the list (step S150). If there is no record stored in the list, the read source program is output as it is (step S160). For example, for a source program that is not edited at all from Version 1, such as the source program B described above,
Since the parent version number does not exist in the record, the record is not stored in the list, and the source program of Version 1 is output.

【0035】一方、リストに記憶したレコードが存在す
る場合には、リストに記憶したレコードを逆に辿って逐
次差分情報を取得し、この逐次差分情報に基づきVer
sion1のソースプログラムに変更を加えた後、その
レコードをリストから削除する(ステップS170)。
以降、同様にしてリストからレコードがなくなるまで繰
り返し変更を加えていく。すると、編集対象となるソー
スプログラムが復元されてそのソースプログラムを出力
される。
On the other hand, when there is a record stored in the list, the sequential difference information is obtained by tracing the record stored in the list in reverse, and the Ver.
After making a change to the source program of section1, the record is deleted from the list (step S170).
Thereafter, the same process is repeated until there are no more records in the list. Then, the source program to be edited is restored and the source program is output.

【0036】ここで出力されたソースプログラムは、エ
ディタ23に現版ソースプログラムとして渡される。エ
ディタ23は現版ソースプログラムを編集画面に表示す
るので、プログラム作成者はその編集画面上で現版ソー
スプログラムを編集する。すると、編集されたソースプ
ログラムは、テンポラリファイルとして保存される。そ
して、編集が完了したら、所定の操作に従ってソースプ
ログラムのバージョン登録コマンドを発行する。
The output source program is passed to the editor 23 as a current version source program. Since the editor 23 displays the current version source program on the editing screen, the program creator edits the current version source program on the editing screen. Then, the edited source program is saved as a temporary file. When the editing is completed, a source program version registration command is issued according to a predetermined operation.

【0037】このバージョン登録コマンドが発行される
と、バージョンマネージャ24が起動する。そして、エ
ディタ23によって保存されたテンポラリファイルと現
版ソースプログラムを比較し、現版ソースプログラムか
らの変更部分を抽出して逐次差分情報を生成する。これ
とともに、編集後のソースプログラムに対する新たなバ
ージョン番号を採番し、このバージョン番号と、親バー
ジョン番号および生成した逐次差分情報からなるレコー
ドをソースプログラムのバージョン情報21aに登録す
る。
When this version registration command is issued, the version manager 24 starts. Then, the temporary file saved by the editor 23 is compared with the current version source program, and a changed portion from the current version source program is extracted to sequentially generate difference information. At the same time, a new version number is assigned to the edited source program, and a record including the version number, the parent version number, and the generated sequential difference information is registered in the version information 21a of the source program.

【0038】一方、アプリケーション単位のバージョン
番号を登録するには、エディタ23を起動し、所定の操
作に従ってアプリケーションプログラムのバージョン登
録コマンドを発行する。すると、バージョンマネージャ
24が起動してソースプログラムのバージョン情報21
aを検索し、登録されている全てのソースプログラム名
とバージョン番号を取得してエディタ23に渡す。そし
て、エディタ23は、そのソースプログラム名とバージ
ョン番号を表示するので、プログラム作成者は各ソース
プログラムのバージョン番号を適宜選択し、アプリケー
ションプログラムのバージョン番号と関連づけて所定の
登録コマンドを発行する。すると、バージョンマネージ
ャ24がその登録コマンドに基づいてアプリケーション
単位のバージョン情報21bに登録する。
On the other hand, to register a version number for each application, the editor 23 is activated, and a version registration command of the application program is issued according to a predetermined operation. Then, the version manager 24 is activated and the version information 21 of the source program is
a, and retrieves all registered source program names and version numbers and passes them to the editor 23. Then, since the editor 23 displays the source program name and the version number, the program creator appropriately selects the version number of each source program and issues a predetermined registration command in association with the version number of the application program. Then, the version manager 24 registers in the version information 21b for each application based on the registration command.

【0039】一方、ソースジェネレータ22を起動して
アプリケーションプログラムのバージョン番号を入力す
ると、ソースジェネレータ22は、アプリケーション単
位のバージョン情報21bを検索して対応するレコード
を取得する。そして、そのレコードに含まれる各ソース
プログラムについて、バージョン番号を検知し、図6に
示す手順に従って対象となるソースプログラムを再現し
て出力する。もちろん、ここで出力されたソースプログ
ラムは、エディタ23によって編集可能である。そし
て、同様にして編集後のソースプログラムのバージョン
番号を登録した後、アプリケーション単位のバージョン
番号を登録する。
On the other hand, when the source generator 22 is activated and the version number of the application program is input, the source generator 22 searches the version information 21b for each application and acquires a corresponding record. Then, the version number is detected for each source program included in the record, and the target source program is reproduced and output according to the procedure shown in FIG. Of course, the source program output here can be edited by the editor 23. Then, similarly, after registering the version number of the edited source program, the version number of each application is registered.

【0040】このように、データベース21はアプリケ
ーションプログラムの各バージョン番号と、その作成に
利用されるソースプログラムとを関連づけて記憶してお
り、ソースジェネレータ22を起動してアプリケーショ
ンプログラムのバージョン番号を入力すると、データベ
ース21から対応するソースプログラムが取得され、こ
れをエディタ23で編集した後に、所定のバージョン登
録コマンドを発行すると、バージョンマネージャ24に
よってバージョン番号が更新されてデータベース21に
登録されるようにしたため、アプリケーションプログラ
ム単位でソースプログラムを編集することができ、バグ
解析などの作業能率を向上させることができる。
As described above, the database 21 stores each version number of the application program and the source program used for its creation in association with each other. When the source generator 22 is activated and the version number of the application program is input, Since a corresponding source program is acquired from the database 21 and edited by the editor 23 and then a predetermined version registration command is issued, the version number is updated by the version manager 24 and registered in the database 21. The source program can be edited for each application program, and work efficiency such as bug analysis can be improved.

【0041】[0041]

【発明の効果】以上説明したように本発明は、アプリケ
ーションプログラムの版数を入力することにより、その
作成に利用したソースプログラムを取得して編集可能と
したため、バグ解析などの手続きが容易となり、作業能
率を向上させることが可能なプログラムのバージョン管
理装置を提供することができる。また、請求項2にかか
る発明によれば、版数更新されたソースプログラムを初
期版数からの差分情報で記憶するようにしたため、必要
となる記憶容量が少なく済む。さらに、請求項3にかか
る発明によれば、版数更新ごとに親ソースプログラムか
らの逐次差分情報を記憶するようにしたため、必要とな
る記憶容量を最小限に抑えることができる。
As described above, according to the present invention, by inputting the version number of an application program, the source program used for its creation can be acquired and edited, thereby facilitating procedures such as bug analysis. A program version control device capable of improving work efficiency can be provided. According to the second aspect of the present invention, the source program whose version has been updated is stored as difference information from the initial version, so that the required storage capacity can be reduced. Further, according to the third aspect of the invention, since the sequential difference information from the parent source program is stored every time the version number is updated, the required storage capacity can be minimized.

【0042】さらに、請求項4にかかる発明によれば、
逐次差分情報を用いる場合において、具体的なソースプ
ログラムの再現方法を提供することができる。さらに、
請求項5にかかる発明によれば、逐次差分情報の具体的
な抽出方法を提供することができる。さらに、請求項6
にかかる発明によれば、複数のソースプログラムを一括
して編集可能としたため、個別に編集する必要がなく、
さらに作業能率を向上させることができる。
Further, according to the invention according to claim 4,
When the sequential difference information is used, a specific method of reproducing a source program can be provided. further,
According to the invention according to claim 5, it is possible to provide a specific extraction method of the sequential difference information. Further, claim 6
According to the present invention, a plurality of source programs can be edited collectively, so that there is no need to edit them individually,
Further, work efficiency can be improved.

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

【図1】本発明の一実施形態にかかるプログラムのバー
ジョン管理装置のハードウェア構成を示す概略ブロック
図である。
FIG. 1 is a schematic block diagram illustrating a hardware configuration of a program version management device according to an embodiment of the present invention.

【図2】ハードディスクに備えられたプログラム構成を
示すブロック図である。
FIG. 2 is a block diagram showing a program configuration provided in a hard disk.

【図3】ソースプログラムのバージョン情報におけるレ
コード例を示す図である。
FIG. 3 is a diagram showing an example of a record in version information of a source program.

【図4】ソースプログラムのバージョン情報におけるレ
コード例を示す図である。
FIG. 4 is a diagram showing an example of a record in version information of a source program.

【図5】ソースプログラムのバージョン情報におけるレ
コード例を示す図である。
FIG. 5 is a diagram showing an example of a record in version information of a source program.

【図6】ソースプログラムの再現手順を示すフローチャ
ートである。
FIG. 6 is a flowchart showing a procedure for reproducing a source program.

【図7】アプリケーション単位のバージョン情報におけ
るレコード例を示す図である。
FIG. 7 is a diagram illustrating an example of a record in version information for each application.

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

10 コンピュータ 11 CPU 12 ROM 13 RAM 20 ハードディスク 21 データベース 21a ソースプログラムのバージョン情報 21b アプリケーション単位のバージョン情報 22 ソースジェネレータ 23 エディタ 24 バージョンマネージャ 30 出力装置 40 入力装置 DESCRIPTION OF SYMBOLS 10 Computer 11 CPU 12 ROM 13 RAM 20 Hard disk 21 Database 21a Version information of a source program 21b Version information of each application 22 Source generator 23 Editor 24 Version manager 30 Output device 40 Input device

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションプログラムの各版数
と、各版数のアプリケーションプログラムの作成に利用
されるソースプログラムとを関連づけて記憶するプログ
ラム記憶手段と、 アプリケーションプログラムの版数の入力に応じて上記
プログラム記憶手段から対応するソースプログラムを取
得するソースプログラム取得手段と、 このソースプログラム取得手段によって取得されたソー
スプログラムを編集するとともに、編集後のソースプロ
グラムとその編集によって更新されたアプリケーション
プログラムの版数とを関連づけて上記プログラム記憶手
段に記憶させるプログラム編集手段とを具備することを
特徴とするプログラムのバージョン管理装置。
1. A program storage means for storing each version of an application program in association with a source program used for creating each version of the application program, and the program according to an input of the version of the application program Source program acquisition means for acquiring the corresponding source program from the storage means; and editing the source program acquired by the source program acquisition means, the version number of the edited source program and the application program updated by the editing. And a program editing means for storing the program in the program storage means.
【請求項2】 上記請求項1に記載のプログラムのバー
ジョン管理装置において、 上記ソースプログラムは、版数管理されており、 上記プログラム記憶手段は、各ソースプログラムを初期
版数のソースプログラムと、その初期版数のソースプロ
グラムからの差分情報で記憶し、 上記ソースプログラム取得手段は、上記初期版数のソー
スプログラムと差分情報に基づいて対応するソースプロ
グラムを取得するとともに、 上記プログラム編集手段は、上記ソースプログラムを編
集した後に上記差分情報を抽出して上記プログラム記憶
手段に記憶させることを特徴とするプログラムのバージ
ョン管理装置。
2. The program version control device according to claim 1, wherein the source programs are version-controlled, and the program storage means stores each source program as an initial version of a source program, and The source program obtaining means stores the source program corresponding to the initial version number based on the difference information, and stores the source program corresponding to the initial version number source program based on the difference information. A program version management device, wherein after editing a source program, the difference information is extracted and stored in the program storage means.
【請求項3】 上記請求項2に記載のプログラムのバー
ジョン管理装置において、 上記差分情報は、版数更新ごとの親ソースプログラムか
らの逐次差分情報を累積して構成されることを特徴とす
るプログラムのバージョン管理装置。
3. The program version control device according to claim 2, wherein the difference information is configured by accumulating sequential difference information from a parent source program for each version number update. Version control device.
【請求項4】 上記請求項3に記載のプログラムのバー
ジョン管理装置において、 上記ソースプログラム取得手段は、取得しようとするソ
ースプログラムから上記初期版数のソースプログラムへ
と親ソースプログラムを順次遡って逐次差分情報を取得
するとともに、この逐次差分情報を取得した順番と逆の
順番で適用しながら上記初期版数のソースプログラムに
変更を加えてソースプログラムを取得することを特徴と
するプログラムのバージョン管理装置。
4. The program version control device according to claim 3, wherein the source program acquiring means sequentially traces back the parent source program from the source program to be acquired to the source program of the initial version number. A program version management device for acquiring the difference information and acquiring the source program by modifying the source program having the initial version number while applying the sequential difference information in the reverse order of the acquisition order. .
【請求項5】 上記請求項3または請求項4のいずれか
に記載のプログラムのバージョン管理装置において、 上記プログラム編集手段は、編集されたソースプログラ
ムをテンポラリファイルとして保存するとともに、この
テンポラリファイルと親ソースプログラムを比較して逐
次差分情報を抽出することを特徴とするプログラムのバ
ージョン管理装置。
5. The program version control device according to claim 3, wherein the program editing means stores the edited source program as a temporary file, and stores the edited source program in a temporary file. A program version control device for comparing source programs and successively extracting difference information.
【請求項6】 上記請求項1〜請求項5のいずれかに記
載のプログラムのバージョン管理装置において、 上記アプリケーションプログラムは、複数のソースプロ
グラムを利用して作成されており、 上記プログラム編集手段は、上記複数のソースプログラ
ムを一括して編集可能であることを特徴とするプログラ
ムのバージョン管理装置。
6. The program version control device according to claim 1, wherein the application program is created using a plurality of source programs, and the program editing means includes: A program version control device, wherein the plurality of source programs can be edited collectively.
JP11002221A 1999-01-07 1999-01-07 Version management device for program Pending JP2000200185A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11002221A JP2000200185A (en) 1999-01-07 1999-01-07 Version management device for program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11002221A JP2000200185A (en) 1999-01-07 1999-01-07 Version management device for program

Publications (1)

Publication Number Publication Date
JP2000200185A true JP2000200185A (en) 2000-07-18

Family

ID=11523309

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11002221A Pending JP2000200185A (en) 1999-01-07 1999-01-07 Version management device for program

Country Status (1)

Country Link
JP (1) JP2000200185A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008136508A1 (en) * 2007-05-07 2008-11-13 Ize Co., Ltd. Development system, server of development system, and development method
JP2016122481A (en) * 2016-04-07 2016-07-07 株式会社エヌ・ティ・ティ・データ Virtual machine management system, virtual machine management method, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008136508A1 (en) * 2007-05-07 2008-11-13 Ize Co., Ltd. Development system, server of development system, and development method
JP2008276690A (en) * 2007-05-07 2008-11-13 Ize:Kk Development system, server for development system, and development method
JP2016122481A (en) * 2016-04-07 2016-07-07 株式会社エヌ・ティ・ティ・データ Virtual machine management system, virtual machine management method, and program

Similar Documents

Publication Publication Date Title
US6289489B1 (en) Method and apparatus for automatically cross-referencing graphical objects and HDL statements
CN108399130A (en) Automatically generate the method, apparatus, equipment and readable storage medium storing program for executing of test cases
US9760347B2 (en) Method and system to identify GUI objects for non-markup-language-presented applications
NO20101527A1 (en) Undo / restore operations for multi-object data
WO2004086222A2 (en) Development of software systems
US20120124550A1 (en) Facilitating database application code translation from a first application language to a second application language
WO2007118271A1 (en) A method and system and product for conditioning software
JP5747698B2 (en) Requirements management support device
JP2001282578A (en) Device and method for supporting program test and storage medium storing program on method
JP2000200185A (en) Version management device for program
CN111459583B (en) Menu creation method and device
JPH06110733A (en) Test case generating device of program
JP2000293519A (en) Document processor
JP2016042317A (en) Software design support device, and method
JP6817523B2 (en) Information processing device, control method of information processing device, and program
JP6331307B2 (en) Information processing apparatus, information processing apparatus control method, and program
JPS60200346A (en) Production of program test data
JP6531855B2 (en) INFORMATION PROCESSING APPARATUS, CONTROL METHOD FOR INFORMATION PROCESSING APPARATUS, AND PROGRAM
JPH1153391A (en) Database access method
JP4180099B2 (en) Recording medium recording sequence analysis program, sequence analysis apparatus, and sequence analysis method
JP2004362495A (en) Method for supporting of error log information analysis, executing system thereof, and processing program thereof
JP3375860B2 (en) Observation data analyzer and medium recording analysis processing procedure management program
JP2002287964A (en) Screen input/output specification designing system, method and program
JP6132325B1 (en) System development support device
US20220383215A1 (en) Management device, management method, and management program