JP2002055816A - Program management device, its method and storage medium to be used for the device - Google Patents

Program management device, its method and storage medium to be used for the device

Info

Publication number
JP2002055816A
JP2002055816A JP2000240077A JP2000240077A JP2002055816A JP 2002055816 A JP2002055816 A JP 2002055816A JP 2000240077 A JP2000240077 A JP 2000240077A JP 2000240077 A JP2000240077 A JP 2000240077A JP 2002055816 A JP2002055816 A JP 2002055816A
Authority
JP
Japan
Prior art keywords
correction
unit
file
data
corrected
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
JP2000240077A
Other languages
Japanese (ja)
Inventor
Hiroyuki Ataka
宏之 安宅
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2000240077A priority Critical patent/JP2002055816A/en
Publication of JP2002055816A publication Critical patent/JP2002055816A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a program management device capable of automatically retrieving the corrected data of a required correcting position in a source program sorted into plural files, collectively checking related information and recorrecting the corrected data. SOLUTION: The program management device is provided with a storage part for storing a source program sorted into plural files in each function or each purpose and the correction history data of the program, a retrieving part for retrieving the source program of a certain file from the storage part, a correction part for correcting the source program data of a position concerned in the retrieved file, a setting part for setting up the same correction ID in the corrected position of the file corrected due to the same correction factor, a generation part for generating the set correction ID and the correction data of the corrected position as correction history data and storing the generated data in the storage part, and a specification part for specifying the correction ID for retrieving the corrected file. The retrieving part is constituted so as to retrieve the corrected file related to the correction ID specified from the specification part and the correction data of the corrected position of the file from the storage part.

Description

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

【0001】[0001]

【発明が属する技術分野】本発明は、ソースプログラム
とその修正履歴データを管理するソースプログラム管理
装置及び方法並びにこれに利用される記憶媒体に関す
る。
[0001] 1. Field of the Invention [0002] The present invention relates to a source program management device and method for managing a source program and its modification history data, and a storage medium used for the same.

【0002】[0002]

【従来の技術】従来のプログラム管理として、例えば、
コンピュータシステム稼働後に発生するバグや機能改善
などによりプログラム変更が必要になった際、変更指示
書を作成してプログラムの変更箇所を調査し、その変更
箇所が判明した時点で、変更指示書の内容に基づいてプ
ログラムの変更を行い、変更箇所に対してコメントを付
記し、変更指示書の通りに変更した証拠物件として変更
箇所のハードコピーを出力し、変更後のテスト結果が変
更指示書の内容を満たした時点で変更箇所のハードコピ
ーを変更指示書に添付してファイリングしていた。
2. Description of the Related Art Conventional program management includes, for example,
When a program needs to be changed due to a bug or function improvement that occurs after the computer system has been activated, a change instruction is created, the program change is examined, and when the change is found, the contents of the change instruction are The program is changed based on the above, a comment is added to the changed part, and a hard copy of the changed part is output as evidence that the change was made according to the change instruction, and the test result after the change is the content of the change instruction At the time when the condition was satisfied, a hard copy of the changed part was attached to the change order and filed.

【0003】しかしながら、このプログラム変更履歴管
理は、個人による手作業で行われているため、変更時の
コメントを忘れたり、変更履歴が不明になったり、プロ
グラムソースライブラリが破壊されたりして、後からバ
グ、機能の改善・追加などの対応ができないという問題
があった。
[0003] However, since the program change history management is manually performed by an individual, the comments at the time of the change are forgotten, the change history becomes unknown, or the program source library is destroyed. There was a problem that it was not possible to respond to bugs and improvements / additions of functions.

【0004】この問題を改善する従来技術として、特開
平6−161736号公報の記載によれば、プログラム
を変更した際にプログラム記憶部に格納しているプログ
ラムを変更したプログラムに置換し、プログラム変更情
報を必要により出力可能に変更履歴登録部に登録するこ
とにより、プログラムの変更履歴管理を一元的に自動化
して、管理上のミスをなくし、プログラムソースライブ
ラリの破壊や変更への対応を格段に向上させるプログラ
ム変更履歴管理方式が提案されている。
As a conventional technique for solving this problem, according to Japanese Patent Application Laid-Open No. 6-161736, when a program is changed, a program stored in a program storage unit is replaced with the changed program, and the program is changed. By registering information in the change history registration unit so that information can be output as necessary, the change history management of the program can be centrally automated, eliminating management mistakes, and dramatically responding to destruction and change of the program source library. An improved program change history management method has been proposed.

【0005】また、あるソースプログラムを流用した複
数の他のソースプログラムが存在し、あるソースプログ
ラムの一部を変更した場合、他のソースプログラムの対
応箇所にも同一の変更を行う必要があるため、どのプロ
グラムのどの部分に対して流用を行ったかの管理に時間
がかかるという問題があった。
In addition, when there are a plurality of other source programs using a certain source program and a part of a certain source program is changed, it is necessary to make the same change in a corresponding portion of the other source program. However, there is a problem that it takes time to manage which part of which program has been diverted.

【0006】この問題を改善する従来技術として、特開
平5−61666号公報に記載によれば、1つのソース
プログラムに対して修正すると、そのプログラムを流用
した部分の修正であれば、流用したソースプログラムの
部分も全て自動的に修正することができるソースプログ
ラム作成装置が提案されている。
As a conventional technique for solving this problem, according to Japanese Patent Application Laid-Open No. Hei 5-61666, if a single source program is modified, if the modification of a part diverted from that program is made, the diverted source There has been proposed a source program creating apparatus capable of automatically modifying all program parts.

【0007】従来、システム開発において、ソースプロ
グラムに修正が発生した場合、開発者から要望により修
正対象のソースプログラムを、最新ソースプログラムを
格納している本番ライブラリから開発者が更新可能な開
発用ライブラリに複写する払い出し作業や修正完了後の
最新ソースプログラムを本番ライブラリへ格納する登録
作業を人為的に行っていたSI管理を、特開平10−2
28370号公報に記載によれば、SI管理ライブラ
リ、修正履歴ライブラリ、本番ライブラリ、最新ライブ
ラリなどを備え、最新ソースプログラムの払い出し作業
や登録作業を機械的に一元管理し、人為的管理不備によ
るソースプログラムの品質低下を防止するSI管理方法
が提案されている。
Conventionally, when a source program is modified in system development, a development library that allows the developer to update the source program to be modified from a production library storing the latest source program upon request from the developer. Japanese Patent Laid-Open No. 10-2 discloses a system in which a pay-out operation for copying data into a library and a registration operation for storing the latest source program after correction in a production library are performed artificially.
According to Japanese Patent No. 28370, an SI management library, a correction history library, a production library, a latest library, and the like are provided. There has been proposed an SI management method for preventing the quality from being deteriorated.

【0008】[0008]

【発明が解決しようとする課題】特開平6−16173
6号公報に記載の従来技術では、1つのソースプログラ
ムの変更履歴情報を変更履歴リストまたは変更データリ
ストとして管理しているので、ソフト開発者は、バグ対
応や機能の改善または追加作業を行うとき、変更履歴リ
ストまたは変更データリストから1つづつ変更箇所とそ
の変更理由を確認することができる。
Problems to be Solved by the Invention Japanese Patent Laid-Open No. 6-16173
In the prior art described in Japanese Patent Application Publication No. 6-206, the change history information of one source program is managed as a change history list or a change data list. From the change history list or the change data list, it is possible to confirm the changed portion and the reason for the change one by one.

【0009】しかしながら、変更履歴リストまたは変更
データリストは、つまり設計変更書であり、この設計変
更書では、例えば、1つのソースプログラムが機能別ま
たは用途別に複数のファイルにまたがって記憶し、ファ
イル毎にある要因で関連して変更してきたソースプログ
ラムの変更箇所を再度変更するとき、その変更箇所が、
どのファイルのどのプログラムデータの部分にあるのか
を関連して自動検索できるよう構成されていない。よっ
て、プログラム変更時に変更対応ファイルとその変更箇
所が関連して容易に検索することができないという問題
がある。
However, the change history list or the change data list is, in other words, a design change document. In this design change document, for example, one source program is stored over a plurality of files for each function or purpose, and each file is stored. When the source program that has been changed due to the factors described above is changed again,
It is not configured to automatically search for which file and which program data part is related. Therefore, there is a problem that the change correspondence file and the changed portion cannot be easily searched for at the time of changing the program.

【0010】また、特開平5−61666号公報に記載
の従来技術では、1つのソースプログラムの一部を変更
した場合、そのソースプログラムから流用した他のソー
スプログラムの対応箇所にも同一の変更を行うことがで
きる。しかしながら、ソースプログラムの変更箇所を再
度変更するとき、その変更箇所が、どのファイル(他の
ソースプログラム)のどの部分にあるのかを関連して自
動検索できるよう構成されていないので、関連した変更
箇所を容易に検索することができないという問題があ
る。
In the prior art described in Japanese Patent Application Laid-Open No. 5-66666, when a part of one source program is changed, the same change is made to a corresponding part of another source program diverted from the source program. It can be carried out. However, when the changed portion of the source program is changed again, the changed portion is not configured to be automatically searched for in relation to which file (other source program) and which portion, so the related changed portion is not changed. There is a problem that cannot be easily searched.

【0011】また、特開平10−228370号公報に
記載の従来技術では、最新ソースプログラムの払い出し
作業や登録作業を機械的に一元管理することができる。
しかしながら、ソースプログラムの変更箇所を再度変更
するとき、その変更箇所が、どのソースプログラムの部
分にあるのかを関連して自動検索できるよう構成されて
いないので、関連した変更箇所を容易に検索することが
できないという問題がある。
Further, according to the prior art disclosed in Japanese Patent Application Laid-Open No. 10-228370, it is possible to centrally manage the paying out work and the registering work of the latest source program.
However, when the changed part of the source program is changed again, it is not configured so that the changed part can be automatically searched in relation to which part of the source program, so that the related changed part can be easily searched. There is a problem that can not be.

【0012】一般に、極小規模のソースプログラムを除
くと大部分のソースプログラムは、機能別または用途別
の複数のファイルに分割して管理されているため、1つ
の要因に基く変更も複数のファイルにまたがる場合も少
なくない。よって、1つのソースプログラムが機能別ま
たは用途別に複数のファイルに分割され、ファイル毎に
ある要因で関連して変更してきたソースプログラムの変
更箇所を再度変更または追加変更するとき、その変更箇
所が、どのファイルのどの部分にあるのかを関連して自
動検索できるソースプログラムの変更履歴管理機能を備
えたソースプログラム管理装置が要望されている。
Generally, most source programs except for very small source programs are managed by being divided into a plurality of files for each function or use. Therefore, changes based on one factor are also stored in a plurality of files. There are many cases in which they straddle. Therefore, when one source program is divided into a plurality of files for each function or purpose, and when a changed portion of the source program that has been changed in association with a certain factor for each file is changed or added again, the changed portion is There is a need for a source program management device having a source program change history management function that can automatically search for which file is in which part.

【0013】本発明は以上の事情を考慮してなされたも
のであり、例えば、機能別や用途別に複数のファイルに
分類されたソースプログラムと同一修正要因により修正
したファイルの修正個所の修正データに同じ修正IDを
付加して記憶部に記憶する構成にすることにより、修正
IDを指定するだけで、記憶部から所望の修正されたフ
ァイルの修正個所の修正データをすべて自動検索して関
連する情報を一括して確認でき、再修正することができ
るソースプログラム管理装置及び方法並びにこれに利用
される記憶媒体を提供する。
The present invention has been made in consideration of the above circumstances. For example, a source program classified into a plurality of files according to functions or uses and correction data of a file to be corrected according to the same correction factor may be used. With the configuration in which the same correction ID is added and stored in the storage unit, simply by specifying the correction ID, all the correction data of the correction location of the desired corrected file is automatically searched from the storage unit and the related information is obtained. And a source program management method and a storage medium used for the source program management method and the source program management method, which can collectively check and re-correct.

【0014】[0014]

【課題を解決するための手段】本発明は、機能別や用途
別に複数のファイルに分類されたソースプログラム及び
その修正履歴データを記憶する記憶部と、記憶部からフ
ァイルのソースプログラムを検索する検索部と、検索さ
れたファイルの該当箇所のソースプログラムデータを修
正する修正部と、同一修正要因により修正されたファイ
ルの修正個所に同一修正IDを設定する設定部と、設定
された修正ID及び修正個所の修正データを修正履歴デ
ータとして生成して記憶部に記憶する生成部と、修正さ
れたファイルを検索するための修正IDを指定する指定
部とを備え、前記検索部は、指定部から指定された修正
IDに関連する修正されたファイル及びそのファイルの
修正箇所の修正データを記憶部から検索することを特徴
とするプログラム管理装置である。
SUMMARY OF THE INVENTION The present invention relates to a storage unit for storing a source program classified into a plurality of files according to functions and uses, and modification history data thereof, and a search for retrieving a file source program from the storage unit. Unit, a correction unit that corrects the source program data of a corresponding part of the searched file, a setting unit that sets the same correction ID at a correction position of the file corrected by the same correction factor, a set correction ID and the correction A generation unit that generates correction data at a location as correction history data and stores the correction data in a storage unit; and a specification unit that specifies a correction ID for searching for a corrected file, wherein the search unit specifies from the specification unit A program for retrieving, from a storage unit, a corrected file associated with a corrected ID and a correction data of a corrected portion of the file. It is a management apparatus.

【0015】本発明によれば、機能別や用途別に複数の
ファイルに分類されたソースプログラムと同一修正要因
により修正したファイルの修正個所の修正データに同じ
修正IDを付加して記憶部に記憶する構成にしたことに
より、修正IDを指定するだけで、記憶部から所望の修
正されたファイルの修正個所の修正データをすべて自動
検索して関連する情報を一括して確認でき、再修正する
ことができる。
According to the present invention, the same correction ID is added to the correction data of the correction location of the file corrected by the same correction factor as that of the source program classified into a plurality of files for each function or purpose and stored in the storage unit. With this configuration, it is possible to automatically search all the correction data of the correction location of the desired corrected file from the storage unit and confirm the related information collectively by simply designating the correction ID, so that the correction can be performed again. it can.

【0016】前記設定部が同一修正要因により修正され
たファイルにバージョン番号を設定したとき、前記生成
部は、設定されたバージョン番号を含む修正履歴データ
を生成して記憶部に記憶し、前記検索部は、前記指定部
からソースプログラムのバージョン番号及び全ファイル
検索の指定を受けたとき、指定されたバージョン番号に
関連する全ファイル及びその全ファイルの修正箇所の修
正データを前記記憶部から検索する構成にしてもよい。
この構成によれば、バージョン番号及び全ファイル検索
を指定すれば、指定されたバージョン番号に関連するフ
ァイルの修正個所の修正データをすべて検索することが
できる。
When the setting unit sets a version number to the file corrected by the same correction factor, the generation unit generates correction history data including the set version number, stores the correction history data in the storage unit, and performs the search. The unit retrieves, from the storage unit, modification data of all files related to the designated version number and modification locations of all the files when the designation of the version number of the source program and the retrieval of all files is received from the designation unit. It may be configured.
According to this configuration, if the version number and the search for all files are designated, all the modification data at the modification location of the file related to the designated version number can be retrieved.

【0017】前記生成部は、修正ID及び修正IDに対
応する修正要因の共通コメントを表記した共通コメント
リストを含む修正履歴データを生成して前記記憶部に記
憶し、前記指定部から所望の修正IDを指定するための
共通コメントリストの表示指定を受けたとき、共通コメ
ントリストを表示する表示部をさらに備えた構成にして
もよい。この構成によれば、ソフト開発者は、表示部に
表示した共通コメントリストを参照して修正IDを指定
し、指定された修正IDに関連するファイルの修正個所
の修正データを検索することができる。
The generation unit generates correction history data including a correction ID and a common comment list indicating a common comment of a correction factor corresponding to the correction ID, stores the correction history data in the storage unit, and performs a desired correction from the designation unit. When a display of the common comment list for designating the ID is received, a display unit for displaying the common comment list may be further provided. According to this configuration, the software developer can specify the correction ID with reference to the common comment list displayed on the display unit, and can search for the correction data of the correction location of the file related to the specified correction ID. .

【0018】前記修正部は、検索部により検索された修
正されたファイルの修正データと修正前のプログラムデ
ータから修正されたファイルのソースプログラムを生成
する構成にしてもよい。この構成によれば、ファイルの
ソースプログラムを修正する度に修正されたソースプロ
グラムデータ全体を記憶しておく必要が無いので、記憶
部のファイルの修正データ記憶領域を低減することがで
きる。
[0018] The correction unit may be configured to generate a source program of the corrected file from the correction data of the file corrected by the search unit and the program data before correction. According to this configuration, it is not necessary to store the entire corrected source program data every time the source program of the file is corrected, so that the corrected data storage area of the file in the storage unit can be reduced.

【0019】ネットワークに接続された複数の端末装置
とデータ通信可能なネットワークインターフェイスと、
ネットワークインターフェイスを介して各端末装置から
の送信データによってソースプログラム管理装置の各部
を制御する制御部とをさらに備え、前記制御部は、前記
修正部により修正されたファイルの修正データと前記生
成部により生成された修正履歴データを各端末装置に送
信する構成にしてもよい。この構成によれば、複数のソ
フト開発者が端末装置を利用してソフト開発を進めるこ
とができ、修正履歴データによってどのファイルのどの
箇所のプログラムデータを修正したか確認することがで
きる。
A network interface capable of performing data communication with a plurality of terminal devices connected to the network,
A control unit that controls each unit of the source program management device according to transmission data from each terminal device via a network interface, wherein the control unit includes a correction data of a file corrected by the correction unit and the generation unit. The configuration may be such that the generated correction history data is transmitted to each terminal device. According to this configuration, a plurality of software developers can proceed with software development using the terminal device, and it is possible to confirm which program data of which file has been modified by the modification history data.

【0020】本発明の別の観点によれば、機能別や用途
別に複数のファイルに分類されたソースプログラム及び
その修正履歴データを記憶部に記憶し、検索部を用い
て、記憶部からファイルのソースプログラムを検索し、
修正部を用いて、検索されたファイルの該当箇所のソー
スプログラムデータを修正し、設定部を用いて、同一修
正要因により修正されたファイルの修正個所に同一修正
IDを設定し、生成部を用いて、設定された修正ID及
び修正個所の修正データを修正履歴データとして生成し
て記憶部に記憶し、指定部を用いて、修正されたファイ
ルを検索するための修正IDを指定し、前記検索部は、
指定部から指定された修正IDに関連する修正されたフ
ァイル及びそのファイルの修正箇所の修正データを記憶
部から検索することを特徴とするソースプログラム管理
方法が提供される。
According to another aspect of the present invention, a source program and its modification history data classified into a plurality of files according to functions and applications are stored in a storage unit, and the search unit is used to store the file from the storage unit. Search the source program,
Using the correction unit, the source program data at the corresponding location of the searched file is corrected, the setting unit is used to set the same correction ID at the correction location of the file corrected by the same correction factor, and the generation unit is used. Then, the set correction ID and the correction data of the correction location are generated as correction history data and stored in the storage unit, and the specifying unit is used to specify a correction ID for searching for the corrected file, and the search is performed. The department is
There is provided a source program management method characterized by retrieving, from a storage unit, a corrected file associated with a correction ID specified by a specifying unit and correction data of a corrected portion of the file.

【0021】本発明の別の観点によれば、機能別や用途
別に複数のファイルに分類されたソースプログラム及び
その修正履歴データを記憶部に記憶する機能と、検索部
を用いて、記憶部からファイルのソースプログラムを検
索する機能と、修正部を用いて、検索されたファイルの
該当箇所のソースプログラムデータを修正する機能と、
設定部を用いて、同一修正要因により修正されたファイ
ルの修正個所に同一修正IDを設定する機能と、生成部
を用いて、設定された修正ID及び修正個所の修正デー
タを修正履歴データとして生成して記憶部に記憶する機
能と、指定部を用いて、修正されたファイルを検索する
ための修正IDを指定する機能と、前記検索部は、指定
部から指定された修正IDに関連する修正されたファイ
ル及びそのファイルの修正箇所の修正データを記憶部か
ら検索する機能とをコンピュータに実行させるプログラ
ム管理プログラムを記憶した記憶媒体が提供される。
According to another aspect of the present invention, a function of storing a source program classified into a plurality of files according to functions and applications and its modification history data in a storage unit, and a function of retrieving data from a storage unit using a search unit A function for searching the source program of the file, a function for correcting the source program data of a corresponding portion of the searched file using the correction unit,
A function of setting the same correction ID at a correction location of a file corrected by the same correction factor using the setting unit, and generating the set correction ID and correction data of the correction location as correction history data using the generation unit. And a function of specifying a correction ID for searching for a corrected file using the specification unit. The search unit performs a correction related to the correction ID specified by the specification unit. There is provided a storage medium storing a program management program for causing a computer to execute, from a storage unit, a file that has been subjected to a file and a correction data of a correction portion of the file.

【0022】[0022]

【発明の実施の形態】以下、図に示す実施例に基づいて
本発明を詳述する。なお、本発明はこれによって限定さ
れるものではない。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail based on an embodiment shown in the drawings. The present invention is not limited by this.

【0023】図1は本発明の一実施例であるプログラム
管理システムの構成を示すブロック図である。図1に示
すように、本発明のプログラム管理システムは、プログ
ラム管理装置1、ネットワーク3に接続された端末装置
2から構成され、プログラム管理装置1は、制御部1
1、記憶部12、操作部13、ネットワークI/F(ネ
ットワークインターフェイス)14から構成され、ネッ
トワーク3を介して端末装置2に接続されている。
FIG. 1 is a block diagram showing a configuration of a program management system according to one embodiment of the present invention. As shown in FIG. 1, the program management system according to the present invention includes a program management device 1 and a terminal device 2 connected to a network 3, and the program management device 1 includes a control unit 1
1, a storage unit 12, an operation unit 13, and a network I / F (network interface) 14, and are connected to the terminal device 2 via the network 3.

【0024】制御部11は、例えば、CPU(中央処理
装置)、ROM、RAM、I/Oポートからなるコピュ
ータで構成され、ROMやRAMに記憶された制御プロ
グラムにより記憶部12、操作部13、ネットワークI
/F14を制御する。また、制御部11は、記憶部12
からファイルのソースプログラムを検索する検索部11
aと、検索されたファイルの該当箇所のソースプログラ
ムデータを修正する修正部11bと、設定された修正I
D及び修正個所の修正データを修正履歴データとして生
成して記憶部12に記憶する生成部11cとして機能す
る。
The control unit 11 is composed of, for example, a computer including a CPU (Central Processing Unit), a ROM, a RAM, and an I / O port, and has a storage unit 12, an operation unit 13, and a control program stored in the ROM or the RAM. Network I
/ F14 is controlled. Further, the control unit 11 includes a storage unit 12
Search unit 11 for searching a source program of a file from a file
a, a correction unit 11b that corrects the source program data of the corresponding part of the searched file, and a set correction I
It functions as a generation unit 11c that generates the correction data of D and the correction location as correction history data and stores the correction history data in the storage unit 12.

【0025】また、制御部11は、検索したファイルの
ソースプログラム、修正履歴データを記憶部12から取
り出し端末装置2に送信するチェックアウト部11d、
修正部11bにより修正されたファイルのプログラムデ
ータやその修正個所に付加した修正IDを記憶部12に
記憶するチェックイン部11eとして機能する。さら
に、制御部11は、ネットワークI/F14を介して各
端末装置2からの送信データによってソースプログラム
管理装置1の各部を制御することも可能であり、修正部
11により修正されたファイルの修正データと生成部1
1cにより生成された修正履歴データを各端末装置2に
送信する
The control unit 11 retrieves the source program and the correction history data of the searched file from the storage unit 12 and sends them to the terminal device 2.
The storage section 12 functions as a check-in section 11e that stores the program data of the file corrected by the correction section 11b and the correction ID added to the correction location. Further, the control unit 11 can control each unit of the source program management device 1 by the transmission data from each terminal device 2 via the network I / F 14, and the correction data of the file corrected by the correction unit 11 And generator 1
The correction history data generated by 1c is transmitted to each terminal device 2.

【0026】記憶部12は、例えば、RAM、EEPR
OM、フロッピー(登録商標)ディスク、ハードディス
ク、CD−ROM、MOなどの記憶媒体で構成され、機
能別や用途別に複数のファイルに分類されたソースプロ
グラム及びその修正履歴データを記憶する領域を備えて
いる。
The storage unit 12 includes, for example, a RAM, an EEPR
OM, a floppy (registered trademark) disk, a hard disk, a CD-ROM, an MO, and other storage media, including an area for storing a source program classified into a plurality of files according to functions and uses and correction history data thereof. I have.

【0027】操作部13は、例えば、キーボード、マウ
ス、タッチパネルなどの入力装置、CRTディスプレ
イ、液晶ディスプレイ(LCD)、プラズマディスプレ
イ(PD)、ELディスプレイ(ELD)などの表示装
置で構成され、入力装置から記憶部12に更新記憶する
各種データを入力したり、入力された各種データを表示
装置に表示する。また、操作部13は、同一修正要因に
より修正されたファイルの修正個所に同一修正IDを設
定する設定部、修正されたファイルを検索するためのバ
ージョン番号や修正IDを指定する指定部として機能す
る。
The operation unit 13 is composed of, for example, input devices such as a keyboard, a mouse, and a touch panel, and display devices such as a CRT display, a liquid crystal display (LCD), a plasma display (PD), and an EL display (ELD). The user inputs various data to be updated and stored in the storage unit 12, and displays the input various data on the display device. Further, the operation unit 13 functions as a setting unit that sets the same correction ID at a correction location of a file corrected by the same correction factor, and a specification unit that specifies a version number and a correction ID for searching for a corrected file. .

【0028】ネットワークI/F14は、例えば、入出
力回路、信号変換回路などから構成され、ネットワーク
3に接続され、プログラム管理装置1と複数の端末装置
2間のデータ通信を行う。
The network I / F 14 includes, for example, an input / output circuit, a signal conversion circuit, etc., is connected to the network 3, and performs data communication between the program management device 1 and the plurality of terminal devices 2.

【0029】端末装置2は、制御部21、記憶部22、
操作部23、ネットワークI/F24から構成され、ネ
ットワーク3を介してプログラム管理装置1に接続され
ている。
The terminal device 2 includes a control unit 21, a storage unit 22,
The operation unit 23 includes a network I / F 24, and is connected to the program management device 1 via the network 3.

【0030】制御部21は、例えば、CPU、ROM、
RAM、I/Oポートからなるコンピュータから構成さ
れ、ROMやRAMに記憶された制御プログラムにより
端末装置2の各部を制御する。また、制御部21は、ネ
ットワークI/F部23を介してプログラム管理装置1
からソースプログラム、修正履歴データ、共通コメント
リストを取得する取得部及び取得した修正履歴データ、
共通コメントリストに基づいてソースプログラムデータ
を修正するようプログラム管理装置1を通信制御する通
信制御部として機能する。
The control unit 21 includes, for example, a CPU, a ROM,
The computer is composed of a RAM and an I / O port, and controls each unit of the terminal device 2 by a control program stored in the ROM or the RAM. Further, the control unit 21 communicates with the program management device 1 via the network I / F unit 23.
An acquisition unit that acquires a source program, modification history data, and a common comment list from the acquired modification history data;
It functions as a communication control unit that controls the communication of the program management device 1 so as to correct the source program data based on the common comment list.

【0031】記憶部22は、例えば、RAM、EEPR
OM、フロッピーディスク、ハードディスク、CD−R
OM、MOなどの記憶媒体で構成される。また、記憶部
22は、機能別や用途別に複数のファイルに分類された
ソースプログラムを記憶する領域、プログラム修正中の
各種データを記憶する領域を備えた構成にしてもよい。
The storage unit 22 is, for example, a RAM, an EEPR
OM, floppy disk, hard disk, CD-R
It is composed of storage media such as OM and MO. Further, the storage unit 22 may be configured to include an area for storing a source program classified into a plurality of files according to functions and uses, and an area for storing various data during program correction.

【0032】操作部23は、例えば、キーボード、マウ
ス、タッチパネルなどの入力装置、CRTディスプレ
イ、液晶ディスプレイ(LCD)、プラズマディスプレ
イ(PD)、ELディスプレイ(ELD)などの表示装
置で構成され、入力装置からネットワークI/F部23
を介してプログラム管理装置1にソースプログラムデー
タを修正するための各種データや記憶部22に更新記憶
する各種データを入力したり、プログラム管理装置1か
ら送信された各種データや入力装置から入力された各種
データを表示装置に表示する。また、この操作部23
も、同一修正要因により修正されたファイルの修正個所
に同一修正IDを設定する設定部、修正されたファイル
を検索するためのバージョン番号や修正IDを指定する
指定部として機能する。
The operation unit 23 is composed of, for example, input devices such as a keyboard, a mouse, and a touch panel, and display devices such as a CRT display, a liquid crystal display (LCD), a plasma display (PD), and an EL display (ELD). To network I / F unit 23
Various data for correcting the source program data and various data to be updated and stored in the storage unit 22 are input to the program management device 1 via the PC, and various data transmitted from the program management device 1 and input from the input device are input. Various data are displayed on a display device. The operation unit 23
The function also functions as a setting unit for setting the same correction ID at a correction location of a file corrected by the same correction factor, and as a specification unit for specifying a version number and a correction ID for searching for a corrected file.

【0033】ネットワークI/F24は、例えば、入出
力回路、信号変換回路などから構成され、ネットワーク
3に接続され、プログラム管理装置1と複数の端末装置
2間のデータ通信を行う。
The network I / F 24 includes, for example, an input / output circuit, a signal conversion circuit, and the like, is connected to the network 3, and performs data communication between the program management device 1 and the plurality of terminal devices 2.

【0034】また、本発明のプログラム管理機能を実現
するために、機能別や用途別に複数のファイルに分類さ
れたソースプログラム及びその修正履歴データを記憶部
に記憶する機能と、検索部を用いて、記憶部からファイ
ルのソースプログラムを検索する機能と、修正部を用い
て、検索されたファイルの該当箇所のソースプログラム
データを修正する機能と、設定部を用いて、同一修正要
因により修正されたファイルの修正個所に同一修正ID
を設定する機能と、生成部を用いて、設定された修正I
D及び修正個所の修正データを修正履歴データとして生
成して記憶部に記憶する機能と、指定部を用いて、修正
されたファイルを検索するための修正IDを指定する機
能と、前記検索部は、指定部から指定された修正IDに
関連する修正されたファイル及びそのファイルの修正箇
所の修正データを記憶部から検索する機能とをコンピュ
ータに実行させるプログラム管理プログラムを記憶した
記憶媒体を利用してもよい。
Further, in order to realize the program management function of the present invention, a function of storing a source program classified into a plurality of files according to functions and uses and its modification history data in a storage unit and a search unit are provided. A function for searching the source program of the file from the storage unit, a function for correcting the source program data of a corresponding portion of the searched file using the correction unit, and a function for correcting the same program using the setting unit. Same modification ID in file modification location
And the correction I set by using the generation unit.
A function of generating correction data of D and the correction location as correction history data and storing the same in the storage unit; a function of specifying a correction ID for searching for a corrected file using a specification unit; Using a storage medium storing a program management program for causing a computer to execute a corrected file associated with a correction ID specified by a specified unit and a correction data of a corrected portion of the file from a storage unit. Is also good.

【0035】記憶媒体は、例えば、マスクROM、EP
ROM、EEPROM、フラッシュROM等による半導
体メモリ、あるいは磁気テープやカセットテープ等のテ
ープ系、フロッピーディスクやハードディスク等の磁気
ディスクやCD−ROM/MO/MD/DVD等の光デ
ィスクのディスク系、ICカード(メモリカードも含
む)/光カード等のカード系等を含めた本体と分離可能
なメディアで構成した固定的にプログラムを担持する記
憶媒体を示し、記憶媒体に本発明のプログラム管理プロ
グラムを記憶し、記憶媒体読取装置を介して制御部11
のRAMにプログラム管理プログラムをインストールす
ることにより本発明のプログラム管理機能を実現しても
よい。
The storage medium is, for example, a mask ROM, EP
A semiconductor memory such as a ROM, an EEPROM, a flash ROM, or the like, a tape system such as a magnetic tape or a cassette tape, a magnetic disk such as a floppy disk or a hard disk, a disk system of an optical disk such as a CD-ROM / MO / MD / DVD, an IC card ( A memory medium including a card system such as an optical card / an optical card or the like and a medium separable from the main body including a card system, and a program management program of the present invention stored in the storage medium; Control unit 11 via a storage medium reading device
The program management function of the present invention may be realized by installing a program management program in the RAM of the present invention.

【0036】また、この記憶媒体は、プログラム管理装
置がネットワークとの接続可能なネットワークI/Fを
備えているので、そのネットワークI/Fを介してネッ
トワークからプログラムをダウンロードするように流動
的にプログラムを担持する媒体であってもよい。なお、
このようにネットワークからプログラムをダウンロード
する場合には、そのダウンロード用プログラムは予め本
体装置に格納しておくか、あるいは別な記憶媒体からイ
ンストールされるものであってもよい。なお、記憶媒体
に格納されている内容としてはプログラムに限定され
ず、データであってもよい。
Also, since the storage medium has a network I / F connectable to a network by the program management device, the program is fluidly downloaded from the network via the network I / F. May be used as the medium. In addition,
When the program is downloaded from the network as described above, the download program may be stored in the main device in advance, or may be installed from another storage medium. The content stored in the storage medium is not limited to a program, but may be data.

【0037】図2は本実施例のプログラム管理装置の記
憶部に登録された修正履歴データの一例を示す図であ
る。図2(a)は本実施例のプログラム管理装置の記憶
部に登録された修正履歴データの一例を示す図である。
図2(a)に示すように、修正履歴データとして、ソー
スプログラムまたはファイルの修正版の番号を示すバー
ジョン番号、ファイルを開いた日時を示すチェックイン
日時、修正者名、共通コメントリストを示す修正IDx
(修正データ識別番号)、ファイルごとの個別の修正理
由を示す個別コメント、ファイルの修正箇所1…x、修
正箇所の修正データを示す差分データ1…xを登録して
いる。
FIG. 2 is a diagram showing an example of correction history data registered in the storage unit of the program management device according to the present embodiment. FIG. 2A is a diagram illustrating an example of the correction history data registered in the storage unit of the program management device according to the present embodiment.
As shown in FIG. 2A, as the correction history data, a version number indicating the number of the corrected version of the source program or the file, a check-in date and time indicating the date and time when the file was opened, a corrector name, and a correction indicating the common comment list. IDx
(Correction data identification number), an individual comment indicating the reason for each correction for each file, correction locations 1... X of the file, and difference data 1.

【0038】図2(b)は本実施例のプログラム管理装
置の記憶部に登録された共通コメントリストの一例を示
す図である。図2(b)に示すように、共通コメントリ
ストとして、修正IDx(IDa、IDb、……ID
x)、追加変更やバグ対応などの大きな要因で修正した
かを示す共通コメントa、b…x、コメントを入力した
日時を登録している。
FIG. 2B is a diagram showing an example of a common comment list registered in the storage unit of the program management device according to the present embodiment. As shown in FIG. 2 (b), the modification IDx (IDa, IDb,.
x), common comments a, b... x indicating whether the correction has been made due to a major factor such as additional change or bug correspondence, and the date and time when the comment was input.

【0039】図3は本実施例の修正ファイルの検索例と
検索結果の表示例を示す図である。図3(a)は修正I
D指定による修正ファイルの検索例と検索結果の表示例
を示す。例えば、ソフト開発者により修正IDaが指定
されたとすると、修正IDaに対応する修正ファイルを
一覧表示する。図3(a)に示すように、日時、修正I
D、修正者名、修正したソースプログラムまたは修正フ
ァイルのバージョン番号、共通コメントa、修正ファイ
ルデータ(ファイルa、チェックイン日時、個別コメン
ト)が検索され、表示装置に表示される。
FIG. 3 is a diagram showing a search example of a correction file and a display example of a search result according to this embodiment. FIG. 3A shows the correction I.
A search example of a correction file by D designation and a display example of a search result are shown. For example, if the modification IDa is designated by the software developer, a list of modification files corresponding to the modification IDa is displayed. As shown in FIG.
D, the name of the corrector, the version number of the corrected source program or the corrected file, the common comment a, and the corrected file data (file a, check-in date and time, individual comment) are retrieved and displayed on the display device.

【0040】図3(b)はバージョン番号指定による全
修正ファイルの検索例と検索結果の表示例2を示す。例
えば、ソフト開発者によりバージョン番号が指定された
とすると、バージョン番号に関連する全修正ファイルを
一覧表示する。図3(b)に示すように、日時、修正し
たソースプログラムまたは修正ファイルのバージョン番
号に関連する、修正IDa…、修正者名…、日時a…、
共通コメントa…、チェックイン日時…、修正ファイル
情報(ファイルa、チェックイン日時、個別コメント)
…のすべてが検索され、表示装置に表示される。
FIG. 3B shows a search example of all correction files by version number designation and a display example 2 of search results. For example, if a version number is specified by the software developer, a list of all correction files related to the version number is displayed. As shown in FIG. 3B, the date and time, the modification IDa..., The name of the modifier,.
Common comment a ..., check-in date and time ..., modified file information (file a, check-in date and time, individual comment)
Are searched and displayed on the display device.

【0041】図4は本実施例の修正ファイル検索処理の
手順を示すフローチャートである。図4において、制御
部11の制御に基づいて修正するファイルの検索処理手
順が実行される。 ステップS1:ネットワークI/F13を介して端末装
置2からソースプログラムのバージョン番号の指定を受
け、さらにソースプログラムのバージョンに対応する修
正IDの指定、修正内容表示の指定、ファイル名の指定
または全ファイルの検索指定を受ける。
FIG. 4 is a flowchart showing the procedure of a modified file search process according to this embodiment. In FIG. 4, a search processing procedure for a file to be corrected based on the control of the control unit 11 is executed. Step S1: Specify the version number of the source program from the terminal device 2 via the network I / F 13, further specify the correction ID corresponding to the version of the source program, specify the display of the correction contents, specify the file name, or all files. Receive search specification.

【0042】ステップS2:修正内容表示の指定か、修
正IDの指定か、またはファイル名、全ファイルの指定
かを判定する。修正内容表示の指定ならば、ステップS
3に進み、修正IDの指定ならば、ステップS5に進
み、ファイル名の指定または全ファイルの検索指定なら
ば、ステップS6に進む。
Step S2: It is determined whether to specify display of correction contents, a correction ID, or a file name or all files. If the display of correction contents is specified, step S
The process proceeds to step S3, if the modification ID is designated, the process proceeds to step S5. If the file name is designated or the search of all files is designated, the process proceeds to step S6.

【0043】ステップS3:修正内容表示の指定なら
ば、記憶部12の修正IDコメント領域に登録された共
通コメントリストを検索して表示する。 ステップS4:表示された共通コメントリストから修正
IDを指定する。 ステップS5:ステップS2またはステップS4で指定
された修正IDを一時記憶する。
Step S3: If the display of the correction content is designated, the common comment list registered in the correction ID comment area of the storage unit 12 is searched and displayed. Step S4: Designate a modification ID from the displayed common comment list. Step S5: The correction ID specified in step S2 or step S4 is temporarily stored.

【0044】ステップS6:指定された修正IDに対応
する修正ファイル名またはステップS2で指定された修
正ファイル名を検索し表示する(図3(a)参照)。全
ファイルの検索指定ならば、指定されたバージョンのプ
ログラムに対応する全ファイルを検索し表示する(図3
(b)参照)。
Step S6: Search and display the correction file name corresponding to the specified correction ID or the correction file name specified in step S2 (see FIG. 3A). If all files are designated for retrieval, all files corresponding to the specified version of the program are retrieved and displayed (FIG. 3).
(B)).

【0045】ステップS7:修正ファイルのプログラム
データの生成を開始する。 ステップS8:修正対象のファイルのバージョン番号を
指定する。ステップS1でソースプログラムのバージョ
ン番号が既に指定されていれば、指定する必要がない。 ステップS9:指定された修正ファイルの修正データ
(差分データ)と元のファイルのプログラムデータから
修正ファイルのプログラムデータを生成する。
Step S7: The generation of the program data of the correction file is started. Step S8: Specify the version number of the file to be modified. If the version number of the source program has already been specified in step S1, there is no need to specify it. Step S9: The program data of the correction file is generated from the correction data (difference data) of the specified correction file and the program data of the original file.

【0046】ステップS10:端末装置2の要求に応じ
て、生成したプログラムデータを含む修正ファイルを取
り出し(チェックアウト)、端末装置2に送信する。 ステップS11:指定されたすべての修正ファイルのプ
ログラムデータの生成処理が終了したか否かを判定す
る。そうならば、指定された修正ファイルのプログラム
データの生成を終了し、そうでないならば、ステップS
7〜ステップS11の処理を繰り返す。
Step S10: In response to a request from the terminal device 2, a correction file including the generated program data is extracted (checked out) and transmitted to the terminal device 2. Step S11: It is determined whether the process of generating the program data of all the specified correction files has been completed. If so, the generation of the program data of the specified correction file is terminated.
Steps S7 to S11 are repeated.

【0047】図5は本実施例の修正履歴データ登録処理
の手順を示すフローチャートである。図5において、制
御部11の制御に基づいて修正するファイルの修正履歴
データの登録処理手順が実行される。 ステップS21:指定された修正IDが、ステップS1
1でチェックアウトしたファイルに対応する修正IDか
否かを判定する。そうならば、ステップS28に進み、
そうでないならば、ステップS22に進む。
FIG. 5 is a flowchart showing the procedure of the correction history data registration processing of this embodiment. In FIG. 5, a registration processing procedure of the correction history data of the file to be corrected based on the control of the control unit 11 is executed. Step S21: The specified correction ID is the same as the value in step S1
It is determined whether the file is a modification ID corresponding to the file checked out in step 1. If so, proceed to step S28,
If not, the process proceeds to step S22.

【0048】ステップS22:指定された修正IDが、
既存の修正IDか新規の修正IDかを判定する。既存の
修正IDならば、ステップS23に進み、新規の修正I
Dならば、ステップS25に進む。 ステップS23:指定された修正IDが既存の修正ID
ならば、図2(b)に示す記憶部12の修正IDコメン
ト領域に登録された共通コメントリストを検索して表示
する。 ステップS24:表示された共通コメントリストから修
正IDを指定する。
Step S22: The specified modification ID is
It is determined whether it is an existing correction ID or a new correction ID. If it is an existing correction ID, the process proceeds to step S23, where the new correction I
If D, proceed to step S25. Step S23: The specified modification ID is an existing modification ID
If so, the common comment list registered in the correction ID comment area of the storage unit 12 shown in FIG. 2B is searched and displayed. Step S24: Specify a correction ID from the displayed common comment list.

【0049】ステップS25:指定された修正IDが新
規の修正IDならば、新規の修正IDxを設定し、記憶
部12に登録する。 ステップS26:修正IDxを設定した日時を記憶部1
3に登録する。 ステップS27:修正IDxに対応する共通コメントx
を入力して記憶部13に登録する。
Step S25: If the designated modification ID is a new modification ID, a new modification IDx is set and registered in the storage unit 12. Step S26: The date and time when the modification IDx is set is stored in the storage unit 1.
Register to 3. Step S27: common comment x corresponding to modification IDx
Is input and registered in the storage unit 13.

【0050】ステップS28:修正ファイルの修正履歴
データの生成処理を開始する ステップS29:バージョン番号を生成し、記憶部12
に登録する(図2(a)参照)。
Step S28: Start processing for generating correction history data of the correction file Step S29: Generate a version number and store it in the storage unit 12
(See FIG. 2A).

【0051】ステップS30:バージョン番号に対応す
る個別コメントを生成し、記憶部12に登録する(図2
(a)参照)。 ステップS31:バージョン番号、個別コメントに対応
する差分データを生成し、記憶部12に登録する(図2
(a)参照)。 ステップS32:修正した日時、修正者の氏名を記憶部
12に登録する(チェックイン処理)。
Step S30: Generate an individual comment corresponding to the version number and register it in the storage unit 12 (FIG. 2)
(A)). Step S31: Generate difference data corresponding to the version number and the individual comment, and register the difference data in the storage unit 12 (FIG. 2).
(A)). Step S32: The date and time of correction and the name of the corrector are registered in the storage unit 12 (check-in process).

【0052】ステップS33:指定されたバージョン番
号に対応する修正ファイルの修正履歴データの登録処理
が終了したか否かを判定する。そうならば、修正ファイ
ルの修正履歴データの登録処理を終了し、そうでないな
らば、ステップS28〜ステップS33の処理を繰り返
す。 ステップS34:記憶部12に登録した修正履歴データ
(修正したファイル名と修正ID)をネットワークI/
F14を介して端末装置2に送信する。
Step S33: It is determined whether the registration processing of the correction history data of the correction file corresponding to the specified version number has been completed. If so, the process of registering the correction history data of the correction file ends, and if not, the processes of steps S28 to S33 are repeated. Step S34: The correction history data (corrected file name and correction ID) registered in the storage unit 12 is stored in the network I /
It transmits to the terminal device 2 via F14.

【0053】[0053]

【発明の効果】本発明によれば、機能別や用途別に複数
のファイルに分類されたソースプログラムと同一修正要
因により修正したファイルの修正個所の修正データに同
じ修正IDを付加して記憶部に記憶する構成にしたこと
により、修正IDを指定するだけで、記憶部から所望の
修正されたファイルの修正個所の修正データをすべて自
動検索して関連する情報を一括して確認でき、再修正す
ることができる。
According to the present invention, the same correction ID is added to the correction data of the correction location of the file corrected by the same correction factor as the source program classified into a plurality of files by function or use, and the same is added to the storage unit. With the configuration for storing, simply by designating the correction ID, all the correction data of the correction part of the desired corrected file can be automatically searched from the storage unit, and the related information can be collectively confirmed and re-corrected. be able to.

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

【図1】本発明の一実施例であるプログラム管理システ
ムの構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a program management system according to an embodiment of the present invention.

【図2】本実施例のプログラム管理装置の記憶部に登録
された修正履歴データの一例を示す図である。
FIG. 2 is a diagram illustrating an example of correction history data registered in a storage unit of the program management device according to the embodiment.

【図3】本実施例の修正ファイルの検索例と検索結果の
表示例を示す図である。
FIG. 3 is a diagram illustrating a search example of a correction file and a display example of a search result according to the embodiment;

【図4】本実施例の修正ファイル検索処理の手順を示す
フローチャートである。
FIG. 4 is a flowchart illustrating a procedure of a modified file search process according to the embodiment;

【図5】本実施例の修正履歴データ登録処理の手順を示
すフローチャートである。
FIG. 5 is a flowchart illustrating a procedure of a correction history data registration process according to the embodiment.

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

1 プログラム管理装置 2 端末装置 3 ネットワーク 11 制御部 11a 検索部 11b 修正部 11c 生成部 11d チェックアウト部 11e チェックイン部 12 記憶部 13 操作部 14 ネットワークI/F 21 制御部 22 記憶部 23 操作部 24 ネットワークI/F REFERENCE SIGNS LIST 1 program management device 2 terminal device 3 network 11 control unit 11a search unit 11b correction unit 11c generation unit 11d checkout unit 11e checkin unit 12 storage unit 13 operation unit 14 network I / F 21 control unit 22 storage unit 23 operation unit 24 Network I / F

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 機能別や用途別に複数のファイルに分類
されたソースプログラム及びその修正履歴データを記憶
する記憶部と、記憶部からファイルのソースプログラム
を検索する検索部と、検索されたファイルの該当箇所の
ソースプログラムデータを修正する修正部と、同一修正
要因により修正されたファイルの修正個所に同一修正I
Dを設定する設定部と、設定された修正ID及び修正個
所の修正データを修正履歴データとして生成して記憶部
に記憶する生成部と、修正されたファイルを検索するた
めの修正IDを指定する指定部とを備え、前記検索部
は、指定部から指定された修正IDに関連する修正され
たファイル及びそのファイルの修正箇所の修正データを
記憶部から検索することを特徴とするプログラム管理装
置。
1. A storage unit for storing a source program classified into a plurality of files according to function or application and its modification history data; a search unit for searching a source program of a file from the storage unit; A correction unit that corrects the source program data at the corresponding location, and the same correction I at the correction location of the file corrected by the same correction factor
A setting unit for setting D, a generation unit for generating the set modification ID and modification data of the modification location as modification history data and storing the modification history data in the storage unit, and a modification ID for searching for a modified file are designated. A program management apparatus, comprising: a designation unit, wherein the search unit retrieves, from the storage unit, a corrected file associated with the modification ID designated by the designation unit and modification data of a modified portion of the file.
【請求項2】 前記設定部が同一修正要因により修正さ
れたファイルにバージョン番号を設定したとき、前記生
成部は、設定されたバージョン番号を含む修正履歴デー
タを生成して記憶部に記憶し、前記検索部は、前記指定
部からソースプログラムのバージョン番号及び全ファイ
ル検索の指定を受けたとき、指定されたバージョン番号
に関連する全ファイル及びその全ファイルの修正箇所の
修正データを前記記憶部から検索することを特徴とする
請求項1記載のプログラム管理装置。
2. When the setting unit sets a version number to a file corrected by the same correction factor, the generation unit generates correction history data including the set version number and stores the generated correction history data in a storage unit. When the search unit receives the source program version number and all file search designation from the designation unit, the search unit retrieves, from the storage unit, modification data of all files related to the designated version number and modification locations of all the files. 2. The program management device according to claim 1, wherein a search is performed.
【請求項3】 前記生成部は、修正ID及び修正IDに
対応する修正要因の共通コメントを表記した共通コメン
トリストを含む修正履歴データを生成して前記記憶部に
記憶し、前記指定部から所望の修正IDを指定するため
の共通コメントリストの表示指定を受けたとき、共通コ
メントリストを表示する表示部をさらに備えたことを特
徴とする請求項1記載のプログラム管理装置。
3. The generation unit generates correction history data including a correction ID and a common comment list describing a common comment of a correction factor corresponding to the correction ID, stores the correction history data in the storage unit, and stores the correction history data in the storage unit. 2. The program management device according to claim 1, further comprising a display unit for displaying the common comment list when the display of the common comment list for specifying the modification ID is received.
【請求項4】 前記修正部は、前記検索部により検索さ
れた修正されたファイルの修正データと修正前のプログ
ラムデータから修正されたファイルのソースプログラム
を生成することを特徴とする請求項1記載のプログラム
管理装置。
4. The correction unit according to claim 1, wherein the correction unit generates a source program of the corrected file from the correction data of the file corrected by the search unit and the program data before the correction. Program management device.
【請求項5】 ネットワークに接続された複数の端末装
置とデータ通信可能なネットワークインターフェイス
と、ネットワークインターフェイスを介して各端末装置
からの送信データによってプログラム管理装置の各部を
制御する制御部とをさらに備え、前記制御部は、前記修
正部により修正されたファイルの修正データと前記生成
部により生成された修正履歴データを各端末装置に送信
することを特徴とする請求項1記載のプログラム管理装
置。
5. It further comprises a network interface capable of data communication with a plurality of terminal devices connected to a network, and a control unit for controlling each unit of the program management device with transmission data from each terminal device via the network interface. 2. The program management device according to claim 1, wherein the control unit transmits, to each terminal device, the correction data of the file corrected by the correction unit and the correction history data generated by the generation unit.
【請求項6】 機能別や用途別に複数のファイルに分類
されたソースプログラム及びその修正履歴データを記憶
部に記憶し、検索部を用いて、記憶部からファイルのソ
ースプログラムを検索し、修正部を用いて、検索された
ファイルの該当箇所のソースプログラムデータを修正
し、設定部を用いて、同一修正要因により修正されたフ
ァイルの修正個所に同一修正IDを設定し、生成部を用
いて、設定された修正ID及び修正個所の修正データを
修正履歴データとして生成して記憶部に記憶し、指定部
を用いて、修正されたファイルを検索するための修正I
Dを指定し、前記検索部は、指定部から指定された修正
IDに関連する修正されたファイル及びそのファイルの
修正箇所の修正データを記憶部から検索することを特徴
とするプログラム管理方法。
6. A storage unit storing a source program classified into a plurality of files according to functions and uses and correction history data thereof, and searching for a source program of the file from the storage unit using a search unit. Is used to correct the source program data of the corresponding portion of the searched file, the setting unit is used to set the same correction ID at the correction location of the file corrected by the same correction factor, and the generation unit is used. The set correction ID and the correction data of the correction location are generated as correction history data and stored in the storage unit, and the correction unit for searching the corrected file using the specification unit.
D, and the search unit searches the storage unit for a corrected file associated with the correction ID specified by the specifying unit and correction data of a corrected portion of the file.
【請求項7】 機能別や用途別に複数のファイルに分類
されたソースプログラム及びその修正履歴データを記憶
部に記憶する機能と、検索部を用いて、記憶部からファ
イルのソースプログラムを検索する機能と、修正部を用
いて、検索されたファイルの該当箇所のソースプログラ
ムデータを修正する機能と、設定部を用いて、同一修正
要因により修正されたファイルの修正個所に同一修正I
Dを設定する機能と、生成部を用いて、設定された修正
ID及び修正個所の修正データを修正履歴データとして
生成して記憶部に記憶する機能と、指定部を用いて、修
正されたファイルを検索するための修正IDを指定する
機能と、前記検索部は、指定部から指定された修正ID
に関連する修正されたファイル及びそのファイルの修正
箇所の修正データを記憶部から検索する機能とをコンピ
ュータに実行させるプログラム管理プログラムを記憶し
た記憶媒体。
7. A function of storing a source program classified into a plurality of files according to functions and uses and its modification history data in a storage unit, and a function of searching for a source program of a file from the storage unit using a search unit. And a function of correcting the source program data at the corresponding location of the searched file by using the correction unit, and the same correction I at the correction location of the file corrected by the same correction factor by using the setting unit.
D, a function of using the generation unit to generate the set correction ID and correction data of the correction location as correction history data and storing the same in the storage unit, and a file corrected by using the specification unit A function of designating a modification ID for retrieving a document; and the search unit includes a modification ID designated by the designation unit.
A storage medium storing a program management program for causing a computer to execute a file that has been corrected and a function of searching a storage unit for correction data of a correction location of the file.
JP2000240077A 2000-08-08 2000-08-08 Program management device, its method and storage medium to be used for the device Pending JP2002055816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000240077A JP2002055816A (en) 2000-08-08 2000-08-08 Program management device, its method and storage medium to be used for the device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000240077A JP2002055816A (en) 2000-08-08 2000-08-08 Program management device, its method and storage medium to be used for the device

Publications (1)

Publication Number Publication Date
JP2002055816A true JP2002055816A (en) 2002-02-20

Family

ID=18731505

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000240077A Pending JP2002055816A (en) 2000-08-08 2000-08-08 Program management device, its method and storage medium to be used for the device

Country Status (1)

Country Link
JP (1) JP2002055816A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2007110953A1 (en) * 2006-03-29 2009-08-06 三菱電機株式会社 Program creation support apparatus, program creation support method, program for causing computer to execute the method, and recording medium recording the same
JP2011180811A (en) * 2010-03-01 2011-09-15 Nec Corp Apparatus, system and method for evaluating content, method for displaying content evaluation, and program
JP2017169147A (en) * 2016-03-17 2017-09-21 株式会社東芝 Verification device, electronic apparatus, program, and verification system
JP2019139606A (en) * 2018-02-14 2019-08-22 カシオ計算機株式会社 Information processing apparatus and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2007110953A1 (en) * 2006-03-29 2009-08-06 三菱電機株式会社 Program creation support apparatus, program creation support method, program for causing computer to execute the method, and recording medium recording the same
JP4541437B2 (en) * 2006-03-29 2010-09-08 三菱電機株式会社 Program creation support apparatus, program creation support method, program for causing computer to execute the method, and recording medium recording the same
US8499277B2 (en) 2006-03-29 2013-07-30 Mitsubishi Electric Corporation Programming support apparatus, programming support method, program for causing computer to implement the method, and recording medium containing the program
JP2011180811A (en) * 2010-03-01 2011-09-15 Nec Corp Apparatus, system and method for evaluating content, method for displaying content evaluation, and program
JP2017169147A (en) * 2016-03-17 2017-09-21 株式会社東芝 Verification device, electronic apparatus, program, and verification system
JP2019139606A (en) * 2018-02-14 2019-08-22 カシオ計算機株式会社 Information processing apparatus and program
JP7000900B2 (en) 2018-02-14 2022-01-19 カシオ計算機株式会社 Information processing equipment and programs

Similar Documents

Publication Publication Date Title
EP1030242A2 (en) Object-oriented software development
JP5500999B2 (en) Information processing apparatus, control method thereof, and program
US20120054728A1 (en) Maintaining a database of patch data
JP2011028587A (en) Information-processing device, method for controlling information-processing device, and information-processing program
US7451440B2 (en) Patch application that enables the identification of patches for installation on a computer system in a reactive manner
JP2006260314A (en) Application software configuration management device, application software configuration management method and program
JP5879276B2 (en) Information processing apparatus and creation program
JP2002055816A (en) Program management device, its method and storage medium to be used for the device
JP2009223822A (en) Source code update notifying device and source code update notifying method
JP2003058378A (en) Information processor, program installing method, storage medium and program
WO2017036197A1 (en) Method and device for managing network element model
JPH10326212A (en) Data managing device
US20020056058A1 (en) Storage system with online manual
US6606616B1 (en) Modified action rules
JPH11134178A (en) Interrelated check system by information on number of versions of load module and program storage medium
JPH09114649A (en) Program operation environment confirmation system
JPH1027095A (en) Software version managing system
EP4246320A1 (en) Remote management of device user interface content
JP6869428B2 (en) Data creator, data transfer method and data transfer program
WO2023162260A1 (en) Environment construction assistance device, system, and method, and computer-readable medium
JP4937387B2 (en) Automatic rewriting program and automatic rewriting device
JPH1091500A (en) Client/server system, differential file down loading method in client/server system and storage medium storing program for differential file down loading
JP2000330920A (en) Method and system for information processing, and storage medium
JPH0561666A (en) Source program forming device
JP2002169703A (en) Device and method for inspecting setting information of computer and storage medium