JP5596188B2 - Program development history management system - Google Patents

Program development history management system Download PDF

Info

Publication number
JP5596188B2
JP5596188B2 JP2013019932A JP2013019932A JP5596188B2 JP 5596188 B2 JP5596188 B2 JP 5596188B2 JP 2013019932 A JP2013019932 A JP 2013019932A JP 2013019932 A JP2013019932 A JP 2013019932A JP 5596188 B2 JP5596188 B2 JP 5596188B2
Authority
JP
Japan
Prior art keywords
program
development history
development
source program
history number
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2013019932A
Other languages
Japanese (ja)
Other versions
JP2014153730A (en
Inventor
鉄也 長岡
弘美 坂本
武 岡田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chugoku Electric Power Co Inc
Original Assignee
Chugoku Electric Power Co Inc
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 Chugoku Electric Power Co Inc filed Critical Chugoku Electric Power Co Inc
Priority to JP2013019932A priority Critical patent/JP5596188B2/en
Publication of JP2014153730A publication Critical patent/JP2014153730A/en
Application granted granted Critical
Publication of JP5596188B2 publication Critical patent/JP5596188B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、複数のプログラムの開発を同時並行的に進めていく、いわゆるマルチ開発状況下において、各プログラムに対する開発内容の履歴を管理するプログラム開発履歴システムに係り、特に、管理対象となるプログラムを検索するとともに、開発に伴ってプログラムに施された変更の内容とその履歴を容易に把握することが可能なプログラム開発履歴管理システムに関する。   The present invention relates to a program development history system that manages a history of development contents for each program in a so-called multi-development situation in which development of a plurality of programs proceeds simultaneously and in particular, a program to be managed The present invention relates to a program development history management system capable of searching and easily grasping contents and history of changes made to a program along with development.

業務用プログラムの開発においては、1つのプログラムに対して種々の変更を施し、要求される仕様や運用時期の異なる複数のプログラムを派生させることがある。通常、これらのプログラムは単独で使用されることは少なく、他のプログラムと組み合わされることが多い。この場合、必ずしも最後に変更されたプログラム同士を選択して組み合わせれば良い訳ではない。すなわち、要求される仕様や運用時期に応じて、所定の段階まで変更が加えられたプログラムを適切に選択することが必要である。
一般に、プログラムの開発履歴は時系列的に記録され保管される。しかしながら、マルチ開発状況下にあっては、膨大な数のプログラムに対して異なる時期に複数の異なる内容の変更が加えられるため、これらの変更履歴を人手によって照合するのでは、非効率であり、また、見落としや誤解等が発生するおそれもある。
In the development of business programs, various changes may be made to one program to derive a plurality of programs with different required specifications and different operation times. Usually, these programs are rarely used alone and are often combined with other programs. In this case, it is not always necessary to select and combine the programs changed last. In other words, it is necessary to appropriately select a program that has been changed to a predetermined stage according to the required specifications and operation time.
In general, the development history of a program is recorded and stored in time series. However, under a multi-development situation, multiple different content changes are made at different times for a huge number of programs, so it is inefficient to manually collate these change histories, There is also a risk of oversight or misunderstanding.

そこで、このような課題を解決するものとして、例えば、特許文献1には、「ソースプログラム比較情報生成システム」という名称で、2つのプログラムを比較して、その変更内容を示す情報を生成するシステムに関する発明が開示されている。
特許文献1に開示された発明は、業務プログラムを開発する際に発生するソースプログラムの変更作業において、変更前後のソースプログラムを比較することにより、加えられた変更の種別を認識するものであって、変更に係る箇所を各プログラムについて行単位で抽出する手段と、抽出された両プログラムの変更箇所について先頭予約語が含まれる行を分析し、比較情報を生成する構成となっている。
このような構成の「ソースプログラム比較情報生成システム」によれば、ソースプログラムの先頭に記述された命令語等に基づいて適切な変更種別情報が提供されるため、プログラム開発者は、この変更種別情報に基づいて変更前後のソースプログラムを比較することにより、変更内容を容易に把握することができる。
In order to solve such a problem, for example, Patent Document 1 discloses a system that compares two programs under the name “source program comparison information generation system” and generates information indicating the contents of the change. An invention related to this is disclosed.
The invention disclosed in Patent Document 1 recognizes the type of change made by comparing the source program before and after the change in the source program change work that occurs when developing the business program. The means for extracting the portion related to the change for each program in units of lines and the line including the head reserved word for the changed portions of both extracted programs are analyzed to generate comparison information.
According to the “source program comparison information generation system” having such a configuration, appropriate change type information is provided based on the instruction word or the like described at the top of the source program. By comparing the source programs before and after the change based on the information, the change contents can be easily grasped.

また、特許文献2には、「プログラム修正結果比較方法」という名称で、プログラムに対する修正作業が正しいか否かを構文単位で容易に判断することができる方法に関する発明が開示されている。
特許文献2に開示された発明は、プログラムの修正作業において、その修正以前に定義された修正内容と照合することで、修正が正しく行われたか否かを判断し、ユーザーに修正作業の確認を促す構成となっている。
このような方法によれば、ユーザーはプログラムの修正作業を容易に、かつ、確実に行うことができる。
Further, Patent Document 2 discloses an invention relating to a method of easily determining whether or not a correction work for a program is correct by a syntax unit under the name “program correction result comparison method”.
In the invention disclosed in Patent Document 2, in the correction work of the program, it is determined whether or not the correction has been correctly performed by collating with the correction content defined before the correction, and the user is asked to confirm the correction work. It has a structure to encourage.
According to such a method, the user can easily and reliably perform a program correction operation.

さらに、特許文献3には、「ソースプログラム修正個所抽出方法」という名称で、コンピュータを動作させるために作成されたソースプログラムとこれを修正したプログラムについて、その修正された部分を行単位で抽出する方法に関する発明が開示されている。
特許文献3に開示された発明は、ライン群一致テーブルとライン一致テーブルを作成し、ソースプログラムの修正個所をライン一致テーブルに基づいてライン単位で抽出する構成となっている。
このような方法によれば、修正後のプログラムソース中で修正前のプログラムソースの中間に修正されたプログラムソースが追加されている場合にも、すべてのプログラム修正箇所を誤りなく抽出することができる。そして、この抽出作業を、人間の目視によるプログラム修正箇所の抽出のように多くの時間を必要とせずに行うことができる。
Further, Patent Document 3 extracts a corrected portion of a source program created for operating a computer under the name of “source program correction location extraction method” and a program corrected by this, in line units. An invention relating to the method is disclosed.
The invention disclosed in Patent Document 3 has a configuration in which a line group matching table and a line matching table are created, and correction points of the source program are extracted in line units based on the line matching table.
According to such a method, even when a modified program source is added in the middle of the program source before modification in the modified program source, all program modification parts can be extracted without error. . And this extraction operation | work can be performed without requiring much time like extraction of the program correction location by human visual observation.

特開2003−280903号公報JP 2003-280903 A 特開平11−353162号公報JP-A-11-353162 特開平5−94343号公報JP-A-5-94343

しかしながら、上述の従来技術である特許文献1に開示された発明においては、開発済みのプログラム群から比較対象となる2つのプログラムを検索することが可能な構成となっていないため、例えば、同種の目的に用いる複数のプログラムを選択し、各プログラムについて変更前後の状態を比較して、その変更内容を把握することは困難である。   However, in the invention disclosed in Patent Document 1 which is the above-described prior art, since it is not configured to be able to search two programs to be compared from a group of developed programs, for example, the same type It is difficult to select a plurality of programs to be used for the purpose, compare the states before and after the change for each program, and grasp the change contents.

特許文献2に開示された発明においては、プログラムに加えられた変更が仕様の変更に対応したものであるか否かを確認できるものの、所定のプログラムに加えられた変更の履歴や、同種の目的に用いるプログラムに対して過去になされた変更の内容を容易に確認できないという課題があった。   In the invention disclosed in Patent Document 2, although it can be confirmed whether or not the change made to the program corresponds to the change of the specification, the history of the change made to the predetermined program or the same kind of purpose There is a problem that the contents of changes made in the past cannot be easily confirmed.

特許文献3に開示された発明においては、あるプログラムについて修正箇所をすべて誤りなく抽出できるものの、修正箇所を抽出する対象となる当該プログラムを開発済みのプログラム群が格納されたデータベース等から検索することが可能な構成となっていないため、マルチ開発状況下において、各プログラムに対する開発内容の履歴を管理することができないという課題があった。   In the invention disclosed in Patent Document 3, although all the corrected portions of a certain program can be extracted without error, the program that is the target of extracting the corrected portions is searched from a database or the like in which a developed program group is stored. However, there is a problem that the history of development contents for each program cannot be managed in a multi-development situation.

本発明はかかる従来の事情に対処してなされたものであって、既に開発の終わった複数のソースプログラムの中から、本システムの利用者が開発内容の確認を希望するソースプログラム(以下、管理対象ソースプログラムという。)を効率良く検索し、その管理対象ソースプログラムに加えられた変更の履歴を容易に把握することが可能なプログラム開発履歴管理システムを提供することを目的とする。   The present invention has been made in response to such a conventional situation, and a source program (hereinafter referred to as a management program) from which a user of this system wishes to confirm development contents among a plurality of source programs that have already been developed. An object of the present invention is to provide a program development history management system capable of efficiently searching for a target source program) and easily grasping a history of changes made to the management target source program.

上記目的を達成するため、請求項1記載の発明は、コメント欄に開発履歴番号が記述されたソースプログラムを対象として開発履歴を管理するプログラム開発履歴管理システムであって、複数の開発済みソースプログラムが格納された記憶装置と、この記憶装置から読み出された情報を画面上に表示する表示装置と、この表示装置と記憶装置の動作を制御するとともに開発済みソースプログラムの検索と比較を行う処理装置と、この処理装置へ開発済みソースプログラムの検索に用いるキーワードを入力する入力装置と、を備え、キーワードは開発履歴番号からなり、処理装置は、記憶装置にアクセスして開発済みソースプログラムを読み出す制御手段と、入力装置からキーワードとして入力された開発履歴番号に基づいて開発済みソースプログラムの中から管理対象ソースプログラムを検索するプログラム検索手段と、この管理対象ソースプログラムについて変更前後の状態を比較して変更箇所を抽出するプログラム比較手段と、を備え、開発履歴番号は、開発年度を示す記号と、開発件名ごとに付される識別番号の組合せからなることを特徴とするものである。 To achieve the above object, the inventions of claim 1, a program development history management system for managing development history as a target source program development history number is described in the comments, more Developed sources A storage device that stores a program, a display device that displays information read from the storage device on a screen, controls operations of the display device and the storage device, and searches and compares developed source programs. A processing device and an input device for inputting a keyword used for searching the developed source program to the processing device. The keyword is composed of a development history number, and the processing device accesses the storage device to store the developed source program. Based on the control means to read and the development history number entered as a keyword from the input device Comprising a program retrieval means for retrieving a managed source program from the grams, and a program comparison means for extracting the changes by comparing the states before and after the change for this managed source program, development history number, development year And a combination of an identification number assigned to each development subject .

このような構成のプログラム開発履歴管理システムにおいては、プログラム検索手段によって、記憶装置に格納された複数の開発済みソースプログラムのうち入力装置から処理装置へ入力された開発履歴番号と一致する記述を含む開発済みソースプログラムが管理対象ソースプログラムとして検索され、この管理対象ソースプログラムに対する変更内容が抽出されるという作用を有する。また、開発履歴番号により、複数の開発済みソースプログラムについて開発年度及び開発内容が明確に識別されるという作用を有する。 In the program development history management system having such a configuration, the program search means includes a description that matches the development history number input from the input device to the processing device among the plurality of developed source programs stored in the storage device. The developed source program is searched as a managed source program, and changes to the managed source program are extracted. Further, the development history number clearly identifies the development year and the development contents for a plurality of developed source programs.

また、請求項2に記載の発明は、請求項1記載のプログラム開発履歴管理システムにおいて、記憶装置は、変更内容を表す開発件名と関連付けられた状態で開発履歴番号が開発履歴情報として格納され、キーワードは開発履歴番号に代えて、開発件名の少なくとも一部を示す語句からなり、処理装置は、制御手段が記憶装置にアクセスして開発履歴情報を読み出すとともに、入力装置から入力された語句に基づいて対象ソースプログラムに対応する開発履歴番号を検索する開発履歴番号検索手段を備えたことを特徴とすることを特徴とするものである。
このような構成のプログラム開発履歴管理システムにおいては、請求項1記載の発明の作用に加えて、記憶装置に格納された複数の開発済みソースプログラムのうち入力装置から処理装置へ入力された語句を含む開発件名に対応する開発履歴番号が開発履歴番号検索手段によって検索されるという作用を有する。
The invention according to claim 2 is the program development history management system according to claim 1, wherein the storage device stores the development history number as development history information in a state associated with the development subject representing the change contents, The keyword consists of a phrase indicating at least a part of the development subject instead of the development history number, and the processing device reads the development history information by the control means accessing the storage device and based on the phrase input from the input device. And a development history number search means for searching for a development history number corresponding to the target source program.
In the program development history management system having such a configuration, in addition to the operation of the invention described in claim 1, words input from the input device to the processing device among a plurality of developed source programs stored in the storage device are stored. The development history number corresponding to the included development subject is searched by the development history number search means.

さらに、請求項3に記載の発明は、請求項2記載のプログラム開発履歴管理システムにおいて、記憶装置は、開発済みソースプログラムの運用開始年度が開発履歴情報として開発履歴番号と関連付けられた状態で格納され、開発履歴番号検索手段は、入力装置から入力された運用期間に含まれる運用開始年度に基づいて管理対象ソースプログラムに対応する開発履歴番号を検索することを特徴とするものである。
このような構成のプログラム開発履歴管理システムにおいては、請求項2記載の発明の作用に加えて、記憶装置に格納された複数の開発済みソースプログラムのうち入力装置から処理装置へ入力された期間内に運用が開始された開発済みソースプログラムに対応する開発履歴番号が開発履歴番号検索手段によって検索されるという作用を有する。
Furthermore, the invention according to claim 3 is the program development history management system according to claim 2, wherein the storage device stores the operation start year of the developed source program in a state associated with the development history number as development history information. The development history number search means searches for the development history number corresponding to the management target source program based on the operation start year included in the operation period input from the input device.
In the program development history management system having such a configuration, in addition to the operation of the invention described in claim 2, within a period when a plurality of developed source programs stored in the storage device are input from the input device to the processing device. The development history number corresponding to the developed source program whose operation has been started is retrieved by the development history number retrieval means.

請求項4に記載の発明は、請求項1乃至請求項3のいずれか1項に記載のプログラム開発履歴管理システムにおいて、処理装置は、管理対象ソースプログラムにおける変更箇所のイメージ図を含む書面を作成するプログラム変更書作成手段を備えたことを特徴とするものである。
このような構成のプログラム開発履歴管理システムによれば、請求項1乃至請求項3のいずれか1項に記載の発明の作用に加えて、所望の開発済みソースプログラムにおいて変更内容が容易に把握されるという作用を有する。
According to a fourth aspect of the present invention, in the program development history management system according to any one of the first to third aspects, the processing device creates a document including an image diagram of the changed portion in the managed source program. It is characterized by having a program change document creating means.
According to the program development history management system having such a configuration, in addition to the operation of the invention according to any one of claims 1 to 3, the contents of change can be easily grasped in a desired developed source program. Has the effect of

本発明の請求項1に記載の発明によれば、開発済みの複数のソースプログラムの中から管理対象ソースプログラムを効率良く検索するとともに、その変更履歴を容易に把握することが可能である。また、複数の開発済みソースプログラムに関して開発年度及び開発内容が開発履歴番号によって明確に識別されるため、本システムの利用者は、管理対象ソースプログラムに施された変更の内容を容易に理解することができる。 According to the first aspect of the present invention, it is possible to efficiently search for a management target source program from a plurality of developed source programs, and to easily grasp the change history. In addition, the development year and development contents of multiple developed source programs are clearly identified by the development history number, so that users of this system can easily understand the contents of changes made to the managed source programs. Can do.

本発明の請求項2に記載の発明によれば、請求項1記載の発明の効果に加え、本システムの利用者が開発履歴番号を知らない場合でも開発件名の少なくとも一部を知っていれば、本システムを利用できるという効果を奏する。   According to the invention described in claim 2 of the present invention, in addition to the effect of the invention described in claim 1, even if the user of this system does not know the development history number, it should know at least a part of the development subject. The system can be used.

本発明の請求項3に記載の発明によれば、請求項2記載の発明の効果に加えて、所定の期間内に運用が開始された開発済みソースプログラムについて変更箇所を容易に把握できるという効果を奏する。したがって、例えば、開発件名ごとにプログラムに対する開発内容の変遷を確認することで、その開発方法が妥当であったか否かの検証を効率良く行うことができる。   According to the invention described in claim 3 of the present invention, in addition to the effect of the invention described in claim 2, an effect that the changed source program can be easily grasped about the developed source program that has started operation within a predetermined period. Play. Therefore, for example, by confirming the transition of the development contents for the program for each development subject, it is possible to efficiently verify whether or not the development method is appropriate.

本発明の請求項4に記載の発明によれば、請求項1乃至請求項3のいずれか1項に記載の発明の効果に加え、所望の開発済みソースプログラムにおいて変更内容の把握が容易なため、あるシステムにおいて用いられるプログラムが適切な段階まで改良されたものであるか否かの検討を効率良く行うことができるという効果を奏する。   According to the invention described in claim 4 of the present invention, in addition to the effects of the invention described in any one of claims 1 to 3, it is easy to grasp the contents of change in a desired developed source program. There is an effect that it is possible to efficiently examine whether or not a program used in a certain system has been improved to an appropriate stage.

本発明の実施の形態に係るプログラム開発履歴管理システムの構成を示すブロック図である。It is a block diagram which shows the structure of the program development log | history management system which concerns on embodiment of this invention. (a)は開発履歴データベースに格納された開発履歴情報を説明するための表であり、(b)は図2(a)に示した開発履歴番号を説明するための図である。(A) is a table | surface for demonstrating the development history information stored in the development history database, (b) is a figure for demonstrating the development history number shown to Fig.2 (a). 本発明の実施の形態に係るプログラム開発履歴管理システムの動作手順を示したフローチャートである。It is the flowchart which showed the operation | movement procedure of the program development log | history management system which concerns on embodiment of this invention. (a)及び(b)は図1に示したプログラム開発履歴管理システムにおいて処理装置の機能を説明するためのブロック図である。(A) And (b) is a block diagram for demonstrating the function of a processing apparatus in the program development log | history management system shown in FIG. (a)及び(b)は図1に示したプログラム開発履歴管理システムにおいて処理装置の機能を説明するためのブロック図である。(A) And (b) is a block diagram for demonstrating the function of a processing apparatus in the program development log | history management system shown in FIG. (a)及び(b)は、それぞれ「開発履歴番号リスト」と「プログラムリスト」の一例を示した図である。(A) And (b) is the figure which showed an example of the "development history number list" and the "program list", respectively. 「変更箇所のイメージ図」の一例を示す図である。It is a figure which shows an example of the "image figure of a change location". 「プログラム変更書(P票)」の一例を示す図である。It is a figure which shows an example of a "program change document (P form)."

本発明のプログラム開発履歴管理システムは、コメント欄に開発履歴番号が記述された開発済みソースプログラムを対象として、その開発履歴を管理するために用いられるものである。以下、本発明のプログラム開発履歴管理システムの構成とその運用手順について、図1乃至図8を参照しながら具体的に説明する。   The program development history management system of the present invention is used to manage the development history of a developed source program whose development history number is described in the comment field. Hereinafter, the configuration and operation procedure of the program development history management system of the present invention will be specifically described with reference to FIGS.

図1は本発明のプログラム開発履歴管理システムの構成を説明するための図であり、図2は開発履歴データベースに格納された開発履歴情報を説明するための図である。
図1に示すように、本発明のプログラム開発履歴管理システムは、記憶装置1にプログラム格納データベース1aと開発履歴データベース1bが構築されており、これらのデータベースに格納された開発済みソースプログラムや開発履歴に関する情報を画面上に表示する表示装置2と、プリンタなどからなり、記憶装置1から読み出された情報やその処理結果を出力する出力装置3と、キーボードやマウスからなり、文字入力や表示装置2の画面上でのカーソル操作等を行うための入力装置4と、これらの各装置の動作を制御するとともに、本システムの利用者が入力装置4から入力した各種の指示に基づいて、記憶装置1に格納された情報を読み出して処理を行う処理装置5を備えている。
FIG. 1 is a diagram for explaining the configuration of a program development history management system of the present invention, and FIG. 2 is a diagram for explaining development history information stored in a development history database.
As shown in FIG. 1, in the program development history management system of the present invention, a program storage database 1a and a development history database 1b are constructed in a storage device 1, and developed source programs and development histories stored in these databases are stored. A display device 2 that displays information on the screen, a printer, and the like, and an output device 3 that outputs information read from the storage device 1 and processing results thereof, a keyboard and a mouse, and a character input and display device. The input device 4 for performing a cursor operation or the like on the screen of FIG. 2, and the operation of each of these devices, and a storage device based on various instructions input from the input device 4 by the user of this system 1 is provided with a processing device 5 that reads and processes the information stored in 1.

処理装置5は、所定の管理対象ソースプログラムに対応する開発履歴番号を検索する開発履歴番号検索手段5aと、入力装置4から入力されたキーワードに基づいてプログラム格納データベース1aに格納されている開発済みソースプログラムの中から管理対象ソースプログラムを検索するプログラム検索手段5bと、この管理対象ソースプログラムについて変更前後の状態を比較して、その変更箇所を抽出するプログラム比較手段5cと、上記管理対象ソースプログラムについて、その変更内容を示す書面(後述のプログラム変更書)を作成するプログラム変更書作成手段5dと、記憶装置1にアクセスして開発済みソースプログラムや開発履歴に関する情報を読み出し、その情報に基づく処理結果を記憶装置1に書き込むとともに、表示装置2、出力装置3及び入力装置4の動作を制御する制御手段5eとからなる。   The processing device 5 includes a development history number search means 5a for searching for a development history number corresponding to a predetermined management target source program, and a development history stored in the program storage database 1a based on a keyword input from the input device 4. A program search means 5b for searching for a management target source program from among the source programs, a program comparison means 5c for comparing the state before and after the change with respect to this management target source program, and extracting the changed portion, and the above management source program , A program change document creating means 5d for creating a document (program change document to be described later) indicating the contents of the change, and accessing the storage device 1 to read information on the developed source program and development history, and processing based on the information Write the result to the storage device 1 and display it Location 2, and a control unit 5e for controlling the operation of the output device 3 and an input device 4.

図2(a)に示すように、開発履歴データベース1bには、「開発履歴番号」、「開発件名」及び「運用開始年月」が互いに関連付けられた状態で「開発履歴情報」として格納されている。
「開発履歴番号」とは、アルファベットと数字という2種類の文字からなる5ケタの文字記号であり、具体的には、図2(b)に示すように、開発年度ごとに付され、アルファベット1文字で表わされる「開発区分」と、「開発件名」ごとに連続して付され、2ケタの数字で表わされる「履歴番号」と、1つの「開発件名」に含まれる複数のソースプログラム同士を区別するために連続して付される「案件番号」とからなる。
As shown in FIG. 2A, in the development history database 1b, “development history number”, “development subject name”, and “operation start date” are stored as “development history information” in association with each other. Yes.
The “development history number” is a five-digit character symbol consisting of two types of letters, an alphabet and a number. Specifically, as shown in FIG. “Development classification” expressed in characters and “Development subject” are consecutively attached, “History number” expressed in two digits, and multiple source programs included in one “Development subject” It consists of “Item numbers” that are consecutively assigned for distinction.

すなわち、「開発区分」は、ある開発済みソースプログラムについて開発が開始された年度を示している。また、「履歴番号」は「開発内容」を識別するための番号であり、「開発区分」が異なる場合でも「開発件名」が同じであれば、同一の番号が付され、「案件番号」は「開発内容」が同じでもプログラムが異なれば、異なる番号が付されている。さらに、開発済みソースプログラムには、後述するように識別番号が付されている。
このように構成される「開発履歴番号」を用いることによれば、複数の開発済みソースプログラムについて開発年度及び開発内容が明確に識別されるため、本システムの利用者は、管理対象ソースプログラムに施された変更の内容を容易に理解することができる。
In other words, the “development category” indicates the year in which the development of a certain developed source program is started. “History number” is a number for identifying “development contents”. Even if “development category” is different, if “development subject” is the same, the same number is assigned. Even if the "development contents" are the same, different programs are given different numbers. Furthermore, an identification number is assigned to the developed source program as will be described later.
By using the “development history number” configured in this way, the development year and development contents of a plurality of developed source programs are clearly identified. The contents of the changes made can be easily understood.

そして、開発済みソースプログラムは、「COBOL」というプログラミング言語で作成されており、それぞれ所定の行の73カラム目以降に、「開発履歴番号」が記述されている。
なお、本実施例では「COBOL」を使用しているが、これに限らず、プログラム内にコメントの記述が可能であれば、他のプログラミング言語を使用することもできる。また、プログラム内に記述されたコメントの抽出は、周知の手法により可能であるため、その詳細な説明については省略する。
The developed source program is created in a programming language “COBOL”, and “development history number” is described after the 73rd column of each predetermined line.
In the present embodiment, “COBOL” is used. However, the present invention is not limited to this, and other programming languages can be used as long as comments can be described in the program. Further, since the comment described in the program can be extracted by a well-known method, detailed description thereof is omitted.

次に、プログラム開発履歴管理システムの動作について、図4〜図8を適宜参照しながら図3を用いて説明する。
図3は本発明のプログラム開発履歴管理システムの動作手順を示したフローチャートであり、図4及び図5は処理装置5の機能を説明するためのブロック図である。また、図6(a)及び図6(b)は、それぞれ「開発履歴番号リスト」と「プログラムリスト」の一例を示した図であり、図7及び図8は、それぞれ「変更箇所のイメージ図」及び「プログラム変更書(P票)」の一例を示す図である。なお、図1及び図2に示した構成要素については、同一の符号を付してその説明を省略する。
Next, the operation of the program development history management system will be described using FIG. 3 with reference to FIGS. 4 to 8 as appropriate.
FIG. 3 is a flowchart showing an operation procedure of the program development history management system of the present invention, and FIGS. 4 and 5 are block diagrams for explaining the functions of the processing device 5. FIGS. 6A and 6B are diagrams showing examples of a “development history number list” and a “program list”, respectively. FIGS. 7 and 8 are “image diagrams of changed portions”, respectively. FIG. 6 is a diagram illustrating an example of a “program change book (P form)”. In addition, about the component shown in FIG.1 and FIG.2, the same code | symbol is attached | subjected and the description is abbreviate | omitted.

図3に示すように、ステップS1では、開発履歴番号検索手段5aが所定の開発済みソースプログラムを表す「開発履歴番号」を検索する。
具体的には、まず、図4(a)において、本システムの利用者が入力装置4を用いて処理装置5に対し、「開発件名」の少なくとも一部を示す語句を検索用キーワードとして入力すると(矢印A)、制御手段5eは、この検索用キーワードとともに検索開始の指令を開発履歴番号検索手段5aに送る(矢印B)。この指令を受け取った開発履歴番号検索手段5aは、開発履歴データベース1bに格納された「開発履歴情報」を参照し(矢印C)、上述の検索用キーワードが含まれる「開発件名」を検索し、その「開発件名」に対応する「開発履歴番号の一覧(開発履歴番号リスト)」(図6(a)参照)を作成して制御手段5eに送る(矢印D)。
このように、本発明のプログラム開発履歴管理システムは、本システムの利用者が「開発履歴番号」を知らない場合でも「開発件名」の少なくとも一部を知っていれば、利用することができる。
As shown in FIG. 3, in step S1, the development history number search means 5a searches for a “development history number” representing a predetermined developed source program.
Specifically, first, in FIG. 4A, when the user of this system inputs a phrase indicating at least a part of “development subject” as a search keyword to the processing device 5 using the input device 4. (Arrow A) The control means 5e sends a search start command together with the search keyword to the development history number search means 5a (arrow B). Upon receiving this instruction, the development history number search means 5a refers to the “development history information” stored in the development history database 1b (arrow C), searches for the “development subject” that includes the above search keyword, A “development history number list (development history number list)” (see FIG. 6A) corresponding to the “development subject” is created and sent to the control means 5e (arrow D).
Thus, even if the user of this system does not know the “development history number”, the program development history management system of the present invention can be used if it knows at least a part of the “development subject”.

なお、「開発履歴番号リスト」を受け取った制御手段5eは、表示指令を表示装置2に指令を送り(矢印E)、表示装置2の画面に「開発履歴番号リスト」を表示させる。また、制御手段5eは、本システムの利用者から入力装置4を介して出力要求を受け付けると(矢印A)、出力装置3に指令を送り(矢印F)、「開発履歴番号リスト」を印刷させる。   The control means 5e that has received the “development history number list” sends a display command to the display device 2 (arrow E) and causes the “development history number list” to be displayed on the screen of the display device 2. Further, when receiving an output request from the user of this system via the input device 4 (arrow A), the control means 5e sends a command to the output device 3 (arrow F) to print the “development history number list”. .

ステップS2では、ステップS1において開発履歴番号検索手段5aが作成した「開発履歴番号リスト」に基づいてプログラム検索手段5bが管理対象ソースプログラムを検索する。
図4(b)に示すように、表示装置2に表示された「開発履歴番号リスト」の中から本システムの利用者が選択した「開発履歴番号」が入力装置4から入力されると(矢印A)、制御手段5eは、この「開発履歴番号」とともに検索開始の指令をプログラム検索手段5bに送る(矢印G)。この指令を受け取ったプログラム検索手段5bは、プログラム格納データベース1aに格納された開発済みソースプログラムを参照し(矢印H)、上述の開発履歴番号がプログラム内に記述されているものを検索し、該当する開発済みソースプログラムを管理対象ソースプログラムとして「開発履歴番号」ごとに、その識別番号が記載された「プログラムリスト」(図6(b)参照)を作成して制御手段5eに送る(矢印I)。
さらに、制御手段5eは、表示指令を表示装置2に指令を送り(矢印E)、表示装置2の画面に「プログラムリスト」を表示させる。また、制御手段5eは、本システムの利用者から入力装置4を介して出力要求を受け付けると(矢印A)、出力装置3に指令を送り(矢印F)、「プログラムリスト」を印刷させる。
In step S2, the program search means 5b searches for the management target source program based on the “development history number list” created by the development history number search means 5a in step S1.
As shown in FIG. 4B, when the “development history number” selected by the user of this system from the “development history number list” displayed on the display device 2 is input from the input device 4 (arrow A) The control means 5e sends a search start command together with the “development history number” to the program search means 5b (arrow G). Receiving this instruction, the program search means 5b refers to the developed source program stored in the program storage database 1a (arrow H), searches for the program whose development history number is described in the program, and For each “development history number”, a “program list” (see FIG. 6B) in which the identification number is written is created as a management target source program and sent to the control means 5e (arrow I ).
Further, the control means 5e sends a display command to the display device 2 (arrow E), and displays a “program list” on the screen of the display device 2. Further, when receiving an output request from the user of this system via the input device 4 (arrow A), the control means 5e sends a command to the output device 3 (arrow F) to print a “program list”.

なお、本実施例では、表示装置2に表示された「開発履歴番号リスト」の中から本システムの利用者が所定の「開発履歴番号」を選択して入力装置4から入力しているが、必ずしもこのような構成に限定されるものではない。例えば、図4(a)を用いて既に説明した工程において、本システムの利用者が所望の「開発件名」を示す適切な語句を入力装置4から処理装置5へ検索用キーワードとして入力することにより、検索された「開発履歴番号」をさらに絞り込む必要がない場合には、「開発履歴番号リスト」の中から本システムの利用者が所定の「開発履歴番号」を選択するという上記作業は不要となる。   In this embodiment, the user of this system selects a predetermined “development history number” from the “development history number list” displayed on the display device 2 and inputs it from the input device 4. It is not necessarily limited to such a configuration. For example, in the process already described with reference to FIG. 4A, the user of this system inputs an appropriate phrase indicating a desired “development subject” from the input device 4 to the processing device 5 as a search keyword. When there is no need to further narrow down the searched “development history number”, the above-mentioned operation in which the user of this system selects a predetermined “development history number” from the “development history number list” is unnecessary. Become.

さらに、本発明のプログラム開発履歴管理システムでは、「開発件名」の少なくとも一部を示す語句だけでなく、「開発履歴番号」や「運用期間」も入力装置4から検索用キーワードとして入力できる構成となっている。
したがって、「開発履歴番号」が既知の場合、本システムの利用者は、上記語句の代わりに、「開発履歴番号」を検索用キーワードとして入力装置4から入力することができる(図4(a)の矢印A)。この場合、制御手段5eは、この「開発履歴番号」を開発履歴番号検索手段5aに送り(図4(a)の矢印B)、開発履歴番号検索手段5aは、その「開発履歴番号」からなる「開発履歴番号リスト」(図6(a)参照)を作成して制御手段5eに送る(図4(a)の矢印D)。
Furthermore, in the program development history management system of the present invention, not only a phrase indicating at least a part of “development subject” but also “development history number” and “operation period” can be input from the input device 4 as search keywords. It has become.
Therefore, when the “development history number” is known, the user of this system can input “development history number” from the input device 4 as a search keyword instead of the above phrase (FIG. 4A). Arrow A). In this case, the control means 5e sends this “development history number” to the development history number search means 5a (arrow B in FIG. 4A), and the development history number search means 5a consists of the “development history number”. A “development history number list” (see FIG. 6A) is created and sent to the control means 5e (arrow D in FIG. 4A).

また、本システムの利用者が、前述の語句の代わりに、「運用期間」を検索用キーワードとして入力装置4から入力した場合(図4(a)の矢印A)、制御手段5eは、この検索用キーワードとともに検索開始の指令を開発履歴番号検索手段5aに送る(図4(a)の矢印B)。この指令を受け取った開発履歴番号検索手段5aは、開発履歴データベース1bに「開発履歴情報」として格納された「運用開始年月」を参照し(図4(a)の矢印C)、入力装置4から検索用キーワードとして入力された「運用期間」内に運用が開始された開発済みソースプログラムが含まれる「開発件名」を検索し、その「開発件名」に対応する「開発履歴番号リスト」(図6(a)参照)を作成して制御手段5eに送る(図4(a)の矢印D)。   When the user of this system inputs “operation period” from the input device 4 as a search keyword instead of the above-mentioned words (arrow A in FIG. 4A), the control means 5e performs this search. A search start command is sent to the development history number search means 5a together with the keyword for use (arrow B in FIG. 4A). Upon receiving this instruction, the development history number search means 5a refers to the “operation start date” stored as “development history information” in the development history database 1b (arrow C in FIG. 4A), and the input device 4 Search for “development subject” that includes a developed source program that has started operation within the “operation period” entered as a search keyword from “Development history number list” corresponding to the “development subject” (Figure 6 (a)) is created and sent to the control means 5e (arrow D in FIG. 4 (a)).

ステップS3では、プログラム比較手段5cが、ステップS2においてプログラム検索手段5bが検索した管理対象ソースプログラムについて変更前後の状態を比較して、その変更箇所を抽出する。
図5(a)に示すように、表示装置2に表示された「プログラムリスト」の中から本システムの利用者が選択した管理対象ソースプログラムの識別番号が入力装置4から入力されると(矢印A)、制御手段5eは、この管理対象ソースプログラムの識別番号とともに抽出開始の指令をプログラム比較手段5cに送る(矢印J)。この指令を受け取ったプログラム比較手段5cは、プログラム格納データベース1aに格納された管理対象ソースプログラムを参照し(矢印K)、管理対象ソースプログラムごとに修正前後の状態を比較して変更箇所を抽出する。そして、その変更箇所とともに、修正・削除・追加等の変更内容を示す「イメージ図」(図7参照)を作成して制御手段5eに送るとともに(矢印L)、この「変更箇所のイメージ図」を開発履歴データベース1bに格納する(矢印M)。
これにより、本システムの利用者は、既に開発された複数のソースプログラムの中から管理対象ソースプログラムを効率良く検索して、その変更履歴を容易に把握することができる。
また、前述したように入力装置4から検索用キーワードとして「開発履歴番号」を入力することによれば、所望の開発済みソースプログラムについて、「開発件名」ごとに開発内容の変遷を確認し、その開発方法が妥当であったか否かを効率良く検証することができる。
In step S3, the program comparison unit 5c compares the state before and after the change with respect to the managed source program searched by the program search unit 5b in step S2, and extracts the changed portion.
As shown in FIG. 5A, when the identification number of the management source program selected by the user of this system from the “program list” displayed on the display device 2 is input from the input device 4 (arrow A) The control means 5e sends an extraction start command together with the identification number of the management target source program to the program comparison means 5c (arrow J). Receiving this command, the program comparison means 5c refers to the managed source program stored in the program storage database 1a (arrow K), compares the state before and after correction for each managed source program, and extracts the changed portion. . Then, together with the changed portion, an “image diagram” (see FIG. 7) showing the contents of the modification, deletion, addition, etc. is created and sent to the control means 5e (arrow L), and this “changed portion image diagram” is developed. Store in the history database 1b (arrow M).
As a result, the user of this system can efficiently search for a management target source program from among a plurality of source programs that have already been developed, and can easily grasp the change history.
Further, as described above, by inputting “development history number” as a search keyword from the input device 4, it is possible to confirm the transition of development contents for each “development subject” for a desired developed source program. It is possible to efficiently verify whether or not the development method was appropriate.

なお、制御手段5eは、表示指令を表示装置2に指令を送り(矢印E)、表示装置2の画面に上記「変更箇所のイメージ図」を表示させる。また、制御手段5eは、本システムの利用者から入力装置4を介して出力要求を受け付けると(矢印A)、出力装置3に指令を送り(矢印F)、上記「変更箇所のイメージ図」を印刷させる。   Note that the control means 5e sends a display command to the display device 2 (arrow E), and displays the “image diagram of the changed portion” on the screen of the display device 2. When the control means 5e receives an output request from the user of the system via the input device 4 (arrow A), it sends a command to the output device 3 (arrow F), and prints the above “image diagram of changed portion”. Let

本実施例では、表示装置2に表示された「プログラムリスト」の中から本システムの利用者が所定の管理対象ソースプログラムを示す識別番号を選択して入力装置4から入力しているが、必ずしもこのような構成に限定されるものではない。例えば、図5(a)を用いて既に説明した工程において、制御手段5eから抽出開始の指令を受け取ったプログラム比較手段5cが、プログラム格納データベース1aに格納された管理対象ソースプログラムを参照するとともに(図5(a)の矢印K)、上記識別番号に基づいて自動的に管理対象ソースプログラムごとに修正前後の状態を比較して変更箇所を抽出する構成としても良い。この場合、上述した本システムの利用者による管理対象ソースプログラムの絞り込み作業は不要となる。   In this embodiment, the user of this system selects an identification number indicating a predetermined management target source program from the “program list” displayed on the display device 2 and inputs it from the input device 4. It is not limited to such a configuration. For example, in the process already described with reference to FIG. 5A, the program comparison unit 5c that has received the extraction start command from the control unit 5e refers to the managed source program stored in the program storage database 1a ( A configuration may be adopted in which the changed part is extracted by automatically comparing the state before and after the correction for each management target source program based on the identification number, as indicated by an arrow K in FIG. In this case, it is not necessary to narrow down the management target source program by the user of the system described above.

ステップS4では、プログラム変更書作成手段5dが管理対象ソースプログラムについて、その変更内容を示すプログラム変更書(P票)を作成する。
図5(b)に示すように、ステップS3においてプログラム比較手段5cによって「変更箇所のイメージ図」が作成された管理対象ソースプログラムのうち、本システムの利用者がプログラム変更書の作成を希望する管理対象ソースプログラムの識別番号を入力装置4から入力すると(矢印A)、制御手段5eは、この管理対象ソースプログラムの識別番号とともにプログラム変更書作成開始の指令をプログラム変更書作成手段5dに送る(矢印N)。この指令を受け取ったプログラム変更書作成手段5dは、開発履歴データベース1bに格納された「変更箇所のイメージ図」を参照し(矢印O)、入力装置4から入力された識別番号に対応する「変更箇所のイメージ図」を読み出して、「プログラム変更書」(図8参照)を作成して制御手段5eに送るとともに(矢印P)、開発履歴データベース1bに格納する(矢印Q)。
このように、本発明のプログラム開発履歴管理システムによれば、開発済みソースプログラムにおける変更内容の把握が容易であるため、あるシステムにおいて用いられるプログラムが適切な段階まで改良されたものであるか否かの検討を効率良く行うことができる。
In step S4, the program change document creating means 5d creates a program change document (P form) indicating the contents of the change for the management target source program.
As shown in FIG. 5B, among the management target source programs for which the “image diagram of changed portion” has been created by the program comparison means 5c in step S3, the management that the user of this system desires to create a program change document. When the identification number of the target source program is input from the input device 4 (arrow A), the control unit 5e sends a program change document creation start command together with the identification number of the management source program to the program change document creation unit 5d (arrow). N). Receiving this command, the program change document creation means 5d refers to the “changed part image diagram” stored in the development history database 1b (arrow O), and corresponds to the “changed part” corresponding to the identification number input from the input device 4. Is read out, a “program change document” (see FIG. 8) is created and sent to the control means 5e (arrow P), and stored in the development history database 1b (arrow Q).
As described above, according to the program development history management system of the present invention, it is easy to grasp the contents of change in the developed source program. Therefore, whether or not the program used in a certain system has been improved to an appropriate stage. Can be efficiently studied.

なお、制御手段5eは、表示指令を表示装置2に指令を送り(矢印E)、表示装置2の画面にプログラム変更書を表示させる。また、制御手段5eは、本システムの利用者から入力装置4を介して出力要求を受け付けると(矢印A)、出力装置3に指令を送り(矢印F)、この「プログラム変更書」を印刷させる。   The control means 5e sends a display command to the display device 2 (arrow E), and displays a program change document on the screen of the display device 2. When the control means 5e receives an output request from the user of this system via the input device 4 (arrow A), the control means 5e sends a command to the output device 3 (arrow F) to print this "program change document". .

本発明のプログラム開発履歴管理システムの構成は、本実施例に示す場合に限定されるものではない。例えば、図4(b)において、本システムの利用者が「開発履歴番号」の代わりに、所望の開発済みソースプログラムの「識別番号」と「運用期間」を入力装置4から入力すると(矢印A)、制御手段5eが、この「識別番号」とともに検索開始の指令をプログラム検索手段5bに送り(矢印G)、プログラム検索手段5bが、この「識別番号」と「運用期間」に対応する開発済みソースプログラムをプログラム格納データベース1aの中から検索し(矢印H)、そのプログラム内に記述された全ての「開発履歴番号」を抽出して「開発履歴番号リスト」を作成する構成とすることもできる。
このような構成によれば、本システムの利用者が開発履歴の管理を望む特定の開発済みソースプログラムについて、所定の期間内にどのような「開発件名」の下で、どのような変更が加えられたかを容易に把握することができる。
The configuration of the program development history management system of the present invention is not limited to the case shown in this embodiment. For example, in FIG. 4B, when the user of this system inputs “identification number” and “operation period” of a desired developed source program from the input device 4 instead of “development history number” (arrow A). ), The control means 5e sends a search start command together with the “identification number” to the program search means 5b (arrow G), and the program search means 5b has been developed corresponding to the “identification number” and “operation period”. The source program can be searched from the program storage database 1a (arrow H), and all the “development history numbers” described in the program can be extracted to create a “development history number list”. .
According to such a configuration, what kind of changes have been made under what “development subject” within a given period for a specific developed source program that the user of this system wants to manage development history. It is possible to easily grasp what has been done.

本発明の請求項1乃至請求項に記載された発明は、複数のプログラムの開発を同時に行うマルチ開発状況下において、各プログラムの開発履歴を管理する場合に適用可能である。 The inventions described in claims 1 to 4 of the present invention are applicable to managing the development history of each program in a multi-development situation where a plurality of programs are developed simultaneously.

1…記憶装置 1a…プログラム格納データベース 1b…開発履歴データベース 2…表示装置 3…出力装置 4…入力装置 5…処理装置 5a…開発履歴番号検索手段 5b…プログラム検索手段 5c…プログラム比較手段 5d…プログラム変更書作成手段 5e…制御手段   DESCRIPTION OF SYMBOLS 1 ... Memory | storage device 1a ... Program storage database 1b ... Development history database 2 ... Display apparatus 3 ... Output device 4 ... Input device 5 ... Processing device 5a ... Development history number search means 5b ... Program search means 5c ... Program comparison means 5d ... Program Change document creation means 5e ... control means

Claims (4)

コメント欄に開発履歴番号が記述された開発済みソースプログラムを対象として開発履歴を管理するプログラム開発履歴管理システムであって、
複数の前記開発済みソースプログラムが格納された記憶装置と、
この記憶装置から読み出された情報を画面上に表示する表示装置と、
この表示装置と前記記憶装置の動作を制御するとともに前記開発済みソースプログラムの検索と比較を行う処理装置と、
この処理装置へ前記開発済みソースプログラムの検索に用いるキーワードを入力する入力装置と、を備え、
前記キーワードは前記開発履歴番号からなり、
前記処理装置は、
前記記憶装置にアクセスして前記開発済みソースプログラムを読み出す制御手段と、
前記入力装置から入力された前記開発履歴番号に基づいて前記開発済みソースプログラムの中から管理対象ソースプログラムを検索するプログラム検索手段と、
この管理対象ソースプログラムについて変更前後の状態を比較して変更箇所を抽出するプログラム比較手段と、を備え
前記開発履歴番号は、開発年度を示す記号と、開発件名ごとに付される識別番号の組合せからなることを特徴とするプログラム開発履歴管理システム。
A program development history management system for managing a development history for a developed source program whose development history number is described in a comment field,
A storage device storing a plurality of the developed source programs;
A display device for displaying information read from the storage device on a screen;
A processing device for controlling operations of the display device and the storage device and for searching and comparing the developed source program;
An input device for inputting a keyword used for searching the developed source program to the processing device,
The keyword consists of the development history number,
The processor is
Control means for accessing the storage device and reading the developed source program;
Program search means for searching for a managed source program from the developed source programs based on the development history number input from the input device;
A program comparison means for comparing the state before and after the change with respect to the managed source program and extracting the changed portion , and
The development history number comprises a combination of a symbol indicating a development year and an identification number assigned to each development subject .
前記記憶装置は、変更内容を表す開発件名と関連付けられた状態で前記開発履歴番号が開発履歴情報として格納され、
前記キーワードは前記開発履歴番号に代えて、前記開発件名の少なくとも一部を示す語句からなり、
前記処理装置は、
前記制御手段が前記記憶装置にアクセスして前記開発履歴情報を読み出すとともに、
前記入力装置から入力された前記語句に基づいて前記管理対象ソースプログラムに対応する前記開発履歴番号を検索する開発履歴番号検索手段を備えたことを特徴とする請求項1記載のプログラム開発履歴管理システム。
In the storage device, the development history number is stored as development history information in a state associated with the development subject representing the change contents,
The keyword consists of a phrase indicating at least a part of the development subject instead of the development history number,
The processor is
The control means accesses the storage device and reads the development history information,
Program development history managing system according to claim 1 characterized in that example Bei development history number retrieval means for retrieving the development history number corresponding to the managed source program based on the phrase inputted from said input device .
前記記憶装置は、
前記開発済みソースプログラムの運用開始年度が前記開発履歴情報として前記開発履歴番号と関連付けられた状態で格納され、
前記開発履歴番号検索手段は、
前記入力装置から入力された運用期間に含まれる前記運用開始年度に基づいて前記管理対象ソースプログラムに対応する前記開発履歴番号を検索することを特徴とする請求項2記載のプログラム開発履歴管理システム。
The storage device
The operation start year of the developed source program is stored in the state associated with the development history number as the development history information,
The development history number search means includes:
3. The program development history management system according to claim 2, wherein the development history number corresponding to the managed source program is searched based on the operation start year included in the operation period input from the input device.
前記処理装置は、
前記管理対象ソースプログラムにおける前記変更箇所のイメージ図を含む書面を作成するプログラム変更書作成手段を備えたことを特徴とする請求項1乃至請求項3のいずれか1項に記載のプログラム開発履歴管理システム。
The processor is
4. The program development history management system according to claim 1, further comprising a program change document creating unit that creates a document including an image diagram of the changed portion in the managed source program. 5. .
JP2013019932A 2013-02-04 2013-02-04 Program development history management system Expired - Fee Related JP5596188B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013019932A JP5596188B2 (en) 2013-02-04 2013-02-04 Program development history management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013019932A JP5596188B2 (en) 2013-02-04 2013-02-04 Program development history management system

Publications (2)

Publication Number Publication Date
JP2014153730A JP2014153730A (en) 2014-08-25
JP5596188B2 true JP5596188B2 (en) 2014-09-24

Family

ID=51575591

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013019932A Expired - Fee Related JP5596188B2 (en) 2013-02-04 2013-02-04 Program development history management system

Country Status (1)

Country Link
JP (1) JP5596188B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04260127A (en) * 1991-02-15 1992-09-16 Nec Off Syst Ltd Program source managing system
JP2001256043A (en) * 2000-03-10 2001-09-21 Toshiba Corp Correction history managing method and correction history management system of program source

Also Published As

Publication number Publication date
JP2014153730A (en) 2014-08-25

Similar Documents

Publication Publication Date Title
US7689578B2 (en) Dealing with annotation versioning through multiple versioning policies and management thereof
JP2021119509A (en) Document changes
US8645812B1 (en) Methods and apparatus for automated redaction of content in a document
US8201079B2 (en) Maintaining annotations for distributed and versioned files
US9613003B1 (en) Identifying topics in a digital work
US20190347267A1 (en) Identifying boundaries of substrings to be extracted from log files
US20140101526A1 (en) Method and computer-readable media for comparing electronic documents
JP2007109118A (en) Input instruction processing apparatus and input instruction processing program
JP4502615B2 (en) Similar sentence search device, similar sentence search method, and program
WO2014115299A1 (en) Program and electronic manual display device
JP2017041171A (en) Test scenario generation support device and test scenario generation support method
US9256585B2 (en) Non-transitory computer readable medium storing document creation support program, document creation support device, and document creation support method
JP2006099428A (en) Document summary preparation system, method, and program
JP5596188B2 (en) Program development history management system
JP7074785B2 (en) Ambiguous part correction support device and method
CN114676155A (en) Code prompt information determining method, data set determining method and electronic equipment
JP5504212B2 (en) Test case automatic generation system, test case automatic generation method, and test case automatic generation program
JP7092992B2 (en) Document management program, document management device and document management method
JP5322872B2 (en) Payroll formula creation system
JP2009104475A (en) Similar document retrieval device, and similar document retrieval method and program
JP6797038B2 (en) Software material selection support device and software material selection support program
JP2015162170A (en) Information processing device, and control method
JP7295463B2 (en) Business flow creation support device, business flow creation support method, and business flow creation support program
KR20150008212A (en) purchase request book marc data implementation method
JP5563706B1 (en) Document file generation apparatus, document file generation method, and document file generation program

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140805

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140806

R150 Certificate of patent or registration of utility model

Ref document number: 5596188

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees