JP2009289024A - Requirement management apparatus - Google Patents

Requirement management apparatus Download PDF

Info

Publication number
JP2009289024A
JP2009289024A JP2008140784A JP2008140784A JP2009289024A JP 2009289024 A JP2009289024 A JP 2009289024A JP 2008140784 A JP2008140784 A JP 2008140784A JP 2008140784 A JP2008140784 A JP 2008140784A JP 2009289024 A JP2009289024 A JP 2009289024A
Authority
JP
Japan
Prior art keywords
change
management
requirement
version
tag
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
JP2008140784A
Other languages
Japanese (ja)
Inventor
Hiroyuki Miyake
博之 三宅
Masaaki Takamatsu
正昭 高松
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.)
Panasonic Corp
Original Assignee
Panasonic 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 Panasonic Corp filed Critical Panasonic Corp
Priority to JP2008140784A priority Critical patent/JP2009289024A/en
Publication of JP2009289024A publication Critical patent/JP2009289024A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a burden of work for tying a requirement 3A indicating content to be changed, a change tag 3C recorded for each change point as a mark when a source file 1 is changed, and a single version 2A given to all source files 1A. <P>SOLUTION: A requirement management apparatus includes a source file 1; a program change record sheet 3 for tying one change tag 3C recorded as a mark to each change point of the source file 1 to one requirement 3A for management; a version management tool 2 for acquiring a revision 2C of each source file 1A by designating a version 2A; and a management means 4 for tying the requirement 3A, the change tag 3C, and the version 2A, by registering multiple management data 4A. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ソフトウェア開発プロセスにおける、要件と変更バージョンを管理するための要件管理装置に関する。   The present invention relates to a requirement management apparatus for managing requirements and changed versions in a software development process.

近年、ソフトウェアの品質問題が多発し、ソフトウェアの品質を確保するために開発プロセスによって品質を確保する方法が重要視されている。本発明に係るソフトウェア開発プロセスに含まれる要件管理は、変更する内容を示す要件に従って、ソースファイルを変更し、評価され、評価されたことを確認し、承認されたことを管理することで、アプリケーションの品質を保証するための開発プロセスである。要件管理を行うにはソースファイルのバージョンを用いて次のような運用を行うのが一般的である。   In recent years, software quality problems frequently occur, and a method of ensuring quality by a development process is regarded as important in order to ensure software quality. The requirement management included in the software development process according to the present invention is to change the source file in accordance with the requirement indicating the content to be changed, to be evaluated, to confirm that it has been evaluated, and to manage that the application has been approved. It is a development process to guarantee the quality of In general, requirements management is performed using the source file version as follows.

図39は変更タグを用いた要件管理装置のブロック図である。要件管理装置はソースファイル11、バージョン管理ツール12、プログラム変更履歴書13で構成される。   FIG. 39 is a block diagram of a requirement management apparatus using change tags. The requirement management apparatus includes a source file 11, a version management tool 12, and a program change history document 13.

図41は変更タグ13Bを用いて要件13Aにしたがってソースファイル11を変更するフロー図である。要件13Aが1件発生すると(S411)、プログラム変更履歴書13に一つの要件13Aが新規に登録され、前記要件13Aに対して一つの変更タグ13Bが新規に登録され、紐付けされる(S412)。次に要件13Aにしたがってソースファイル11を変更するとき、ソースファイル11の変更箇所すべてにしるしとして変更タグ13Bが記録される(S413)。次に変更したソースファイル11をバージョン管理ツール12にチェックインすることで、変更したすべてのソースファイル11Aのリビジョン12Bが更新される(S414)。次に全ソースファイル11Aのリビジョン12Bに対して一つのバージョン12Aを付与する(S415)。次にプログラム変更履歴書13に登録されている要件13Aに対して、付与したバージョン13Cを記録して紐付けする(S416)。   FIG. 41 is a flowchart for changing the source file 11 according to the requirement 13A using the change tag 13B. When one requirement 13A occurs (S411), one requirement 13A is newly registered in the program change history document 13, and one change tag 13B is newly registered and linked to the requirement 13A (S412). ). Next, when the source file 11 is changed according to the requirement 13A, the change tag 13B is recorded as indicia for all the changed portions of the source file 11 (S413). Next, by checking in the changed source file 11 to the version management tool 12, the revisions 12B of all the changed source files 11A are updated (S414). Next, one version 12A is assigned to the revision 12B of all source files 11A (S415). Next, the assigned version 13C is recorded and linked to the requirement 13A registered in the program change resume 13 (S416).

図40は評価仕様書14の構成図であり、評価内容と評価結果と評価時のソースファイルに対するバージョンが記載される。   FIG. 40 is a configuration diagram of the evaluation specification document 14 in which the evaluation content, the evaluation result, and the version for the source file at the time of evaluation are described.

図42は評価を実行するフロー図である。バージョンを指定して、評価を実施するソースファイル11を取得する(S421)。次に取得したソースファイル11からアプリケーション11Bを生成する(S422)。次にアプリケーション11Bに対して、評価を実行する(S423)。次にソースファイル11のバージョンを評価仕様書14に記録する(S424)。   FIG. 42 is a flowchart for executing the evaluation. The version is specified, and the source file 11 to be evaluated is acquired (S421). Next, the application 11B is generated from the acquired source file 11 (S422). Next, evaluation is performed with respect to the application 11B (S423). Next, the version of the source file 11 is recorded in the evaluation specification 14 (S424).

すなわち、図41のフローにより、変更する内容を示す要件13Aと、要件13A一つに対して一つ紐付けされ、ソースファイル11を変更するとき、ソースファイル11の変更箇所すべてにしるしとして記録される変更タグ13Bと、全ソースファイル11Aに対して一つ紐付けされるバージョン12Aをプログラム変更履歴書13に記録して紐付けし、図42のフローにより評価仕様書14に評価した時点のバージョンを記録する。   That is, according to the flow of FIG. 41, one requirement 13A indicating the content to be changed and one requirement 13A are linked, and when the source file 11 is changed, it is recorded as a mark for all the changed portions of the source file 11. The version 12A that is associated with the change tag 13B and the version 12A that is associated with all the source files 11A is recorded in the program change history record 13 and associated with it, and the evaluation specification 14 is evaluated according to the flow of FIG. Record.

これらの記録を用いて、確認したい要件を特定し、いつのバージョンで変更され、いつのバージョンで評価されたかをプログラム変更履歴書13と評価仕様書14とで確認でき、プログラム変更履歴書13に記録されたバージョンと評価仕様書14に記録されたバージョンを比較して、評価仕様書14に記録されたバージョンの方が新しければ、変更内容が適切なタイミング、すなわち変更されてから評価されたと判断できる。   Using these records, the requirements to be confirmed can be specified, and when the version has been changed and the version has been evaluated can be confirmed with the program change resume 13 and the evaluation specification 14 and recorded in the program change resume 13 If the version recorded in the evaluation specification 14 is newer and the version recorded in the evaluation specification 14 is newer, it can be determined that the change contents have been evaluated at an appropriate timing, that is, after being changed. .

つまり、プログラム変更履歴書13に記録されたバージョン、評価仕様書14に記録されたバージョンが正確に記録されていれば、アプリケーション11Bの品質を保証することができる。   That is, if the version recorded in the program change history record 13 and the version recorded in the evaluation specification document 14 are accurately recorded, the quality of the application 11B can be guaranteed.

変更タグを用いた要件管理装置においては、上述の要件管理装置が一般的であるが、一方で変更タグを用いない要件管理装置においては、要件管理装置を効率化する技術を例えば、特許文献1において提案している。   In the requirement management apparatus using the change tag, the above-described requirement management apparatus is common. On the other hand, in the requirement management apparatus not using the change tag, for example, Patent Document 1 discloses a technique for improving the efficiency of the requirement management apparatus. Proposed in

図43は変更タグを用いない要件管理装置のブロック図である。要件管理装置はソースファイル11、バージョン管理ツール12、プログラム変更履歴書13で構成される。   FIG. 43 is a block diagram of a requirement management apparatus that does not use change tags. The requirement management apparatus includes a source file 11, a version management tool 12, and a program change history document 13.

図44は変更タグを用いず要件にしたがってソースファイル11を変更するフロー図である。要件が1件発生すると(S441)、プログラム変更履歴書13に一つの要件13Aが新規に登録され、前記要件13Aに対して一つのid13Dが新規に自動的に付与され、紐付けされる(S442)。次にプログラム変更履歴書13を通して、要件13Aに対するソースファイル11を、バージョン管理ツール12から取得する(S443)。次に要件13Aにしたがってソースファイル11を変更する(S444)。次に変更したソースファイル11をバージョン管理ツール12にチェックインすることで、変更したすべてのソースファイル11Aのリビジョン12Bが更新される(S445)。次に全ソースファイル11Aのリビジョン12Bに対して一つのバージョン12Aを付与する(S446)。次にバージョン管理ツール12とプログラム変更履歴書13が連動し、チェックアウトしたときのid13Dに対応する要件13Aと付与したバージョン13Cをプログラム変更履歴書13に記録して紐付けする(S447)。   FIG. 44 is a flowchart for changing the source file 11 according to the requirement without using the change tag. When one requirement occurs (S441), one requirement 13A is newly registered in the program change resume 13 and one id 13D is automatically assigned and linked to the requirement 13A (S442). ). Next, the source file 11 corresponding to the requirement 13A is acquired from the version management tool 12 through the program change history document 13 (S443). Next, the source file 11 is changed according to the requirement 13A (S444). Next, by checking in the changed source file 11 to the version management tool 12, the revisions 12B of all the changed source files 11A are updated (S445). Next, one version 12A is assigned to revision 12B of all source files 11A (S446). Next, the version management tool 12 and the program change history record 13 are linked, and the requirement 13A corresponding to the id 13D at the time of checkout and the assigned version 13C are recorded in the program change history record 13 and associated (S447).

すなわち、図44のフローにより、変更する内容を示す要件13Aと、全ソースファイル11Aに対して一つ紐付けされるバージョン12Aをプログラム変更履歴書13で管理されるid13Dを用いて紐付けする。以上述べたことは、特許文献1に記載されている。   That is, according to the flow of FIG. 44, the requirement 13A indicating the content to be changed and the version 12A associated with all the source files 11A are associated with each other using the id 13D managed by the program change history document 13. What has been described above is described in Patent Document 1.

ただし、一つのバージョンアップに対して、複数の要件を変更した場合に、先行特許の要件管理装置では要件に対する変更箇所をソース1行単位で管理することができない。要件管理装置において、ソース1行単位で管理するためには変更タグを用いる必要がある。
特開2002−182908号公報
However, when a plurality of requirements are changed with respect to one version upgrade, the requirement management device of the prior patent cannot manage the changed portion for the requirement in units of one source line. In the requirement management apparatus, it is necessary to use a change tag in order to manage in units of one source line.
JP 2002-182908 A

しかし、上述の方法において、変更したバージョンをプログラム変更履歴書13に記録することは開発している担当者に大きな負担になっている。   However, in the above method, recording the changed version in the program change resume 13 is a heavy burden on the person in charge of development.

開発している担当者は要件一つに対して、見積もり、設計、コーディング、インスペクション、単体評価、変更タグとバージョンを紐付けするためにプログラム変更履歴書13への記録を行うが、厳しいスケジュールの中では、要求を実現することを優先してしまい、すなわちソフトウェアの動作を優先し、やむをえずプログラム変更履歴書13への記録を後回しにしてしまう状況が多発している。特に要件が多数または連続して発生した場合は、ほぼ間違いなく後回しになる。これ以外にも、担当者にとって変更したバージョンをプログラム変更履歴書13に記録する作業の重要性の認識が異なることや、記録する手順が一意に定まっていないことも原因の一つである。例えば複数のバージョンアップでまとめて記録しようとする担当者であれば、スケジュールが厳しくなると、記録する作業を後回しにし続けるという悪いスパイラルが発生する。   The person in charge of development performs estimation, design, coding, inspection, unit evaluation, and records in the program change resume 13 to link the change tag and version for one requirement. Among them, there are many situations where priority is given to fulfilling the request, that is, priority is given to the operation of the software, and recording to the program change resume 13 is unavoidably postponed. In particular, when there are many or consecutive requirements, it will almost certainly be postponed. In addition to this, one of the causes is that the recognition of the importance of the work of recording the version changed for the person in charge in the program change resume 13 is different and the recording procedure is not uniquely determined. For example, if the person in charge intends to record a plurality of versions at once, if the schedule becomes strict, a bad spiral of continuing to postpone recording will occur.

しかし、上述のようにアプリケーション11Bの品質を保証するためには、変更したバージョンをプログラム変更履歴書13に記録することは不可欠な作業である。開発の終盤になってから、すなわち実際に品質を保証する必要がでてきたとき、変更したバージョンをプログラム変更履歴書13に記録しようとしても、すでに非常に困難な状況になっている。   However, in order to guarantee the quality of the application 11B as described above, recording the changed version in the program change history document 13 is an indispensable work. Even when trying to record the changed version in the program change resume 13 after the end of development, that is, when it becomes necessary to guarantee the quality, it is already very difficult.

困難な理由として、バージョン管理ツール12に登録している全バージョンを入手して、各要件に対してどのバージョンで変更されたかを全バージョンの全ソースファイルを検索する必要があるためである。ソフトウェア開発においては複数の担当者で開発するケースが多く、複数の担当者が変更したバージョンをプログラム変更履歴書13への記録を実行できなくなった場合、各担当者が全バージョンの全ソースファイルを検索するという大きな作業になり、大きな工数ロスが発生する。一つのアプリケーション11Bを構成する全ソースファイルまた全バージョンの数が多ければ多いほど、工数ロスや検索ミスや入力ミスが増大し、変更したバージョンをプログラム変更履歴書13へ正確に記録することはより困難になる。   The reason is that it is necessary to obtain all versions registered in the version management tool 12 and search all source files of all versions to determine which version has been changed for each requirement. In software development, there are many cases where development is performed by a plurality of persons in charge, and when it becomes impossible to record a version changed by a plurality of persons in the program change resume 13, each person in charge acquires all source files of all versions. It becomes a big work of searching, and a great man-hour loss occurs. As the number of all source files or all versions constituting one application 11B increases, man-hour loss, search mistakes and input mistakes increase, and it is more possible to accurately record the changed version in the program change resume 13. It becomes difficult.

このような状況は要件管理を行う半数以上のプロジェクトで発生しており、本来要件管理の目的であるアプリケーション11Bの品質を保証することができていないのが現実である。   Such a situation has occurred in more than half of the projects that perform requirements management, and the reality is that the quality of the application 11B, which is originally the purpose of requirements management, cannot be guaranteed.

上記課題を解決するために、本発明の請求項1に係わる要件管理装置は、一つのアプリケーションを構成する一つ以上のソースファイルと、前記ソースファイルに対し変更する内容を示す要件を一つ以上管理するとともに、前記ソースファイルを変更するとき前記ソースファイルの変更箇所すべてにしるしとして記録される変更タグを前記要件一つに対して一つ紐付して管理するプログラム変更履歴書と、前記ソースファイルに対して変更があればリビジョンを更新・管理し、前記ソースファイルのリビジョンに対して前記アプリケーションを構成する全ソースファイルに対して一つのバージョンを付与し、前記バージョンを指定することにより前記全ソースファイルのリビジョンを取得可能なバージョン管理ツールと、一つのバージョンの前記全ソースファイルにしるしとして記録されている前記変更タグを前記全ソースファイルから検索して管理データとして登録するとともに、前記管理データを複数登録し前記要件と前記変更タグと前記バージョンを紐付けすることを可能とする管理手段とを備えるものである。この構成により、要件とバージョンの紐付けが容易にできるという効果を有する。   In order to solve the above problems, a requirement management apparatus according to claim 1 of the present invention has one or more source files constituting one application and one or more requirements indicating contents to be changed for the source files. A program change resume for managing and managing one change tag associated with one of the requirements, which is recorded as a mark of all changes in the source file when the source file is changed, and the source file If there is a change, the revision is updated and managed, and one version is assigned to all source files constituting the application with respect to the revision of the source file, and the all sources are designated by specifying the version. A version control tool that can retrieve file revisions and one version The change tag recorded as a mark for all source files is searched from all the source files and registered as management data, and a plurality of the management data is registered to associate the requirement with the change tag and the version. And a management means that makes it possible. This configuration has the effect that requirements and versions can be easily linked.

また、本発明の請求項2に係わる要件管理装置は、請求項1に記載の要件管理装置において、前記変更タグは変更タグであることを示すキーワードを保有し、前記全ソースファイルから前記変更タグであることを示すキーワードを検索し、一つの管理データを自動的に作成する管理データ作成機能をさらに備えるものである。   A requirement management apparatus according to claim 2 of the present invention is the requirement management apparatus according to claim 1, wherein the change management tag has a keyword indicating that the change tag is a change tag, and the change tag is included in all the source files. And a management data creation function for automatically creating one piece of management data.

また、本発明の請求項3に係わる要件管理装置は、請求項1に記載の要件管理装置において、前記管理手段が保有する指定したバージョン以前の管理データに登録されている変更タグを検索して取得することで、指定したバージョン以前に埋め込まれた全変更タグを追跡可能とする変更タグ集計機能をさらに備えるものである。   The requirement management apparatus according to claim 3 of the present invention searches the change tag registered in the management data before the specified version held by the management means in the requirement management apparatus according to claim 1. By acquiring, it is further provided with a change tag totaling function that makes it possible to track all change tags embedded before the specified version.

また、本発明の請求項4に係わる要件管理装置は、請求項1に記載の要件管理装置において、複数のバージョンを指定して指定したバージョンごとに前記管理手段が保有する指定したバージョン以前の管理データに登録されている変更タグを検索して取得し、複数のバージョン間の全変更タグの差分をとることで複数のバージョン間で追加された変更タグを追跡可能とする変更タグ差分抽出機能をさらに備えるものである。   A requirement management apparatus according to claim 4 of the present invention is the requirement management apparatus according to claim 1, wherein management before the designated version held by the management means for each version designated by designating a plurality of versions is provided. Change tag difference extraction function that makes it possible to track change tags added between multiple versions by searching and acquiring change tags registered in the data and taking the difference of all change tags between multiple versions In addition.

また、本発明の請求項5に係わる要件管理装置は、請求項1に記載の要件管理装置において、前記変更タグを指定して前記管理手段が保有する全管理データに含まれる変更タグを検索し、前記変更タグがソースファイルに記録された最初のバージョンを特定して前記変更タグに対応する要件がいつのバージョンで変更されたかを追跡可能とする変更バージョン特定機能をさらに備えるものである。   A requirement management apparatus according to claim 5 of the present invention is the requirement management apparatus according to claim 1, wherein the change tag included in all management data held by the management means is specified by specifying the change tag. The change tag further includes a change version specifying function for specifying the first version recorded in the source file and tracking when the requirement corresponding to the change tag is changed.

また、本発明の請求項6に係わる要件管理装置は、請求項1に記載の要件管理装置において、前記変更タグは開発工程を分類するキーワードを保有し、前記管理手段が保有する管理データに含まれる前記変更タグを解析し、前記開発工程ごとの変更タグの数を集計可能とする変更タグ工程単位集計機能をさらに備えるものである。   A requirement management apparatus according to claim 6 of the present invention is the requirement management apparatus according to claim 1, wherein the change tag has a keyword for classifying a development process and is included in the management data held by the management means. And a change tag process unit totaling function that analyzes the change tags to be totaled and can count the number of change tags for each development process.

また、本発明の請求項7に係わる要件管理装置は、請求項1または6に記載の要件管理装置において、前記変更タグは発生要因を分類するキーワードを保有し、前記管理手段が保有する管理データに含まれる前記変更タグを解析し、前記発生要因ごとの変更タグの数を集計可能とする変更タグ発生要因単位集計機能をさらに備えるものである。   The requirement management apparatus according to claim 7 of the present invention is the requirement management apparatus according to claim 1 or 6, wherein the change tag has a keyword for classifying an occurrence factor, and management data held by the management means. Is further provided with a change tag generation factor unit totaling function that can analyze the change tags included in the tag and totalize the number of change tags for each generation factor.

また、本発明の請求項8に係わる要件管理装置は、請求項1または6または7に記載の要件管理装置において、前記変更タグは変更タグに係る日付を保有し、前記管理手段が保有する管理データに含まれる前記変更タグを解析し、時系列に変更タグの数を集計可能とする変更タグ時系列集計機能をさらに備えるものである。   The requirement management device according to claim 8 of the present invention is the requirement management device according to claim 1, 6 or 7, wherein the change tag has a date related to the change tag, and the management means holds the management tag. It further includes a change tag time series counting function that analyzes the change tags included in the data and makes it possible to count the number of change tags in time series.

また、本発明の請求項9に係わる要件管理装置は、請求項1または6または7または8に記載の要件管理装置において、前記変更タグは変更者を分類するキーワードを保有し、前記管理手段が保有する管理データに含まれる前記変更タグを解析し、前記変更者ごとの変更タグの数を集計可能とする変更タグ変更者単位集計機能をさらに備えるものである。   The requirement management apparatus according to claim 9 of the present invention is the requirement management apparatus according to claim 1 or 6 or 7 or 8, wherein the change tag has a keyword for classifying a changer, and the management means It further comprises a change tag changer unit counting function that analyzes the change tag included in the management data held and makes it possible to count the number of change tags for each changer.

また、本発明の請求項10に係わる要件管理装置は、請求項1に記載の要件管理装置において、前記バージョン管理ツールは前記管理手段と一体となっているものである。   A requirement management apparatus according to claim 10 of the present invention is the requirement management apparatus according to claim 1, wherein the version management tool is integrated with the management means.

また、本発明の請求項11に係わる要件管理装置は、請求項1に記載の要件管理装置において、前記プログラム変更履歴書は前記管理手段と一体となっているものである。   The requirement management apparatus according to claim 11 of the present invention is the requirement management apparatus according to claim 1, wherein the program change history is integrated with the management means.

本発明によれば、変更する内容を示す要件と、要件一つに対して一つ紐付けされ、ソースファイルを変更するとき、ソースファイルの変更箇所すべてにしるしとして記録される変更タグと、全ソースファイルに対して一つ紐付けされるバージョンとの紐付けを行う要件管理装置を一意に定め、さらに従来プログラム変更履歴書へ入力していた時間と比べて、開発者の負担を大幅に軽減することができる。また、誤入力や記入漏れがなく正確に紐付けすることができるため、確実なソフトウェアの品質保証を可能とする格別の効果を奏する。   According to the present invention, there is a requirement indicating the contents to be changed, a change tag that is linked to one requirement, and that is recorded as an indicia for all changed portions of the source file when changing the source file, A requirement management device that uniquely associates a source file with a version associated with one source is uniquely defined, and the burden on the developer is greatly reduced compared to the time previously input to the program change resume. can do. In addition, since there is no erroneous input or omission, it can be accurately linked, and there is a special effect that enables reliable quality assurance of software.

以下、本発明を実施するための最良の形態について、図面を参照しながら説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

(実施の形態1)
本発明の実施の形態1に係わる要件管理装置について、図1〜6を用いて説明する。
(Embodiment 1)
A requirement management apparatus according to Embodiment 1 of the present invention will be described with reference to FIGS.

図1は管理手段を用いた要件管理装置のブロック図である。要件管理装置はソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4で構成される。以下それらのブロックについて説明する。   FIG. 1 is a block diagram of a requirement management apparatus using management means. The requirement management apparatus includes a source file 1, a version management tool 2, a program change resume 3, and management means 4. These blocks will be described below.

ソースファイル1はテキストとして記述され、一つ以上のソースファイル1を機械語で記述された実行用のオブジェクトコードに変換すると、一つのアプリケーション1Cあるいは実行用のファイルあるいはライブラリファイルが生成される。   The source file 1 is described as text, and when one or more source files 1 are converted into an execution object code described in a machine language, one application 1C or an execution file or library file is generated.

バージョン管理ツール2はソースファイル1に対して変更があれば、リビジョン2Cを更新・管理し、前記アプリケーション1Cを構成する全ソースファイル1Aの全リビジョン2Cに対して一つのバージョン2Aを付与し、バージョン2Aを指定し、アプリケーション1Cを構成する全ソースファイル1Aを取得できる。リビジョン2Cはソースファイル1をバージョン管理ツール2に登録したときに生成され、一つのソースファイル1に対して一つ保有するものである。バージョン管理ツール2にチェックインするとき、ソースファイル1の内容に変更があるすべてのソースファイル1Bのリビジョン2Cはバージョン管理ツール2により自動的に更新される。バージョン2Aは全ソースファイル1Aが保有する全リビジョン2Cに対して、一つ付与することができる。バージョン2Aを指定してバージョン管理ツール2にソースファイル1を取得する要求を送信すれば、指定したバージョン2Aが付与された全ソースファイル1Aの全リビジョン2Cに対応する全ソースファイル1Aを取得することができる。また、バージョン管理ツール2にはソースファイル1のバックアップにバージョン2Aを付与しただけのバックアップ環境を含む。   If there is a change to the source file 1, the version management tool 2 updates and manages the revision 2C, assigns one version 2A to all revisions 2C of all the source files 1A constituting the application 1C, and By specifying 2A, all source files 1A constituting the application 1C can be acquired. The revision 2C is generated when the source file 1 is registered in the version management tool 2, and one revision 2C is held for each source file 1. When checking in the version management tool 2, the revision 2C of all source files 1B whose contents are changed is automatically updated by the version management tool 2. One version 2A can be assigned to all revisions 2C held by all source files 1A. If version 2A is specified and a request to acquire source file 1 is sent to version management tool 2, all source files 1A corresponding to all revisions 2C of all source files 1A to which the specified version 2A is assigned are acquired. Can do. The version management tool 2 includes a backup environment in which the version 2A is simply added to the backup of the source file 1.

プログラム変更履歴書3は要件3Aと変更タグ3Cを複数管理し、一つの要件3Aに対して一つ変更タグ3Cが紐付けされる。要件3Aが1件発生すると、プログラム変更履歴書3に一つの要件3Aが新規に登録され、要件3Aに対して一つの変更タグ3Cが新規に登録され、紐付けされる。要件3Aは変更する内容を示す。変更タグ3Cは要件3Aにしたがってソースファイル1を変更するとき、ソースファイル1の変更箇所すべてにしるしとして記録される。   The program change resume 3 manages a plurality of requirements 3A and change tags 3C, and one change tag 3C is associated with one requirement 3A. When one requirement 3A occurs, one requirement 3A is newly registered in the program change resume 3 and one change tag 3C is newly registered and linked to the requirement 3A. Requirement 3A indicates the contents to be changed. When the source file 1 is changed according to the requirement 3A, the change tag 3C is recorded as a mark for all the changed portions of the source file 1.

管理手段4はソフトウェアであって、ソースファイル1に対し、一つのバージョン2Aの全ソースファイル1Aにしるしとして記録されている全変更タグ3Dを前記全ソースファイル1Aから検索して登録される管理データ4Aを複数登録し、要件3Aと変更タグ3Cとバージョン2Aを紐付けする。管理データ4Aは一つのバージョン2Aに対して一つ紐付けされる。   The management means 4 is software, and for the source file 1, management data registered by searching all source files 1A for all change tags 3D recorded as marks of all source files 1A of one version 2A. A plurality of 4A are registered, and requirement 3A, change tag 3C, and version 2A are linked. One piece of management data 4A is associated with one version 2A.

図2は要件3Aにしたがってソースファイル1を変更するフロー図であり、一つの要件3Aに対して本フローを1回実行する。複数の要件3Bに対して本フローを並行して実行する場合もある。以下、フローの各ステップについて説明する。本フローにおいて、要件3Aが1件発生すると(S21)、プログラム変更履歴書3に一つの要件3Aが新規に登録され、要件3Aに対して一つの変更タグ3Bが新規に登録され、紐付けされる(S22)。次に要件3Aにしたがってソースファイル1を変更するとき、ソースファイル1の変更箇所すべてにしるしとして変更タグ3Cが記録される(S23)。次に変更したソースファイル1をバージョン管理ツール2に対してチェックインする。これにより、変更したすべてのソースファイル1Bのリビジョン2Cが更新される(S24)。次に全ソースファイル1Aのリビジョン2Cに対して一つのバージョン2Aを付与する(S25)。   FIG. 2 is a flowchart for changing the source file 1 in accordance with the requirement 3A. This flow is executed once for one requirement 3A. This flow may be executed in parallel for a plurality of requirements 3B. Hereinafter, each step of the flow will be described. In this flow, when one requirement 3A occurs (S21), one requirement 3A is newly registered in the program change resume 3 and one change tag 3B is newly registered and linked to the requirement 3A. (S22). Next, when the source file 1 is changed in accordance with the requirement 3A, the change tag 3C is recorded as indicia for all the changed portions of the source file 1 (S23). Next, the changed source file 1 is checked into the version management tool 2. As a result, the revision 2C of all changed source files 1B is updated (S24). Next, one version 2A is assigned to revision 2C of all source files 1A (S25).

図3は管理データ4Aの作成と管理手段4に登録するフロー図であり、バージョン管理ツール2で付与した一つのバージョン2Aに対して本フローを1回実行し、開発中に付与したすべてのバージョン2Aに対して、本フローを実行する。例外的に、一度付与したバージョン2Aを異なるリビジョン2Cで再度付与しなおす場合もあるため、同じバージョン2Aに対して本フローを複数回実行することもある。以下、フローの各ステップについて説明する。   FIG. 3 is a flowchart for creating the management data 4A and registering it in the management means 4. This version is executed once for one version 2A assigned by the version management tool 2, and all versions assigned during development are shown. This flow is executed for 2A. Exceptionally, version 2A once assigned may be reassigned again with a different revision 2C, so this flow may be executed multiple times for the same version 2A. Hereinafter, each step of the flow will be described.

図3において、バージョン管理ツール2で付与したバージョン2Aをバージョン管理ツール2に対して指定してソースファイル1を取得する(S31)。次に指定したバージョン2Aの全ソースファイル1Aにしるしとして記録されている全変更タグ3Dを全ソースファイル1Aから検索して登録し、一つの管理データ4Aを作成する(S32)。次に作成した管理データ4Aを管理手段4に登録する(S33)。   In FIG. 3, the version 2A assigned by the version management tool 2 is designated to the version management tool 2 to acquire the source file 1 (S31). Next, all the change tags 3D recorded as marks of all the source files 1A of the designated version 2A are searched from all the source files 1A and registered, and one management data 4A is created (S32). Next, the created management data 4A is registered in the management means 4 (S33).

本フローにおいて管理データ4Aを作成する際、図4に示すように、ソースファイル1を変更する前のバージョン2BBと変更した後のバージョン2BA(指定したバージョン2BAと、指定したバージョン2BAの一つ前のバージョン2BB)のソースファイル1を取得して(S41)、内容の比較を行って、差分のある部分から新規に発生して変更された要件3Aに対する変更タグ3Cを検索して(S42)、作業を効率的に行う場合もありうる。ソースファイル1内容の比較については既存の技術である。なお、管理データ作成(S43)は図3のS32と同様であり、作成した管理データを管理手段に登録(S44)は図3のS33と同様であり、説明を省略する。   When creating the management data 4A in this flow, as shown in FIG. 4, the version 2BB before the source file 1 is changed and the version 2BA after the change (the specified version 2BA and the one before the specified version 2BA) Version 2BB) of the source file 1 is obtained (S41), the contents are compared, and a change tag 3C corresponding to the requirement 3A newly generated and changed from the difference portion is searched (S42). There may be cases where the work is performed efficiently. The comparison of the contents of the source file 1 is an existing technique. The management data creation (S43) is the same as S32 in FIG. 3, and the created management data is registered in the management means (S44) is the same as S33 in FIG.

本フローにおいて、図5に示すように、変更する前のバージョン2Aの管理データ4Aを複製し(S52)、新規に発生して変更された要件3Aに対する変更タグ3Cのみを追加して、指定したバージョン2Aに対する管理データ4Aを作成する(S53)、という場合もありうる。管理データ4Aを複製するステップとソースファイル1を取得するステップは順序不同である。なお、バージョンを指定してソースファイル取得(S51)は図3のS31と同様であり、作成した管理データを管理手段に登録(S54)は図3のS33と同様であり、説明を省略する。   In this flow, as shown in FIG. 5, the management data 4A of the version 2A before the change is copied (S52), and only the change tag 3C for the newly generated and changed requirement 3A is added and designated. In some cases, management data 4A for version 2A is created (S53). The step of copying the management data 4A and the step of acquiring the source file 1 are in no particular order. The source file acquisition (S51) by designating the version is the same as S31 in FIG. 3, and the created management data is registered in the management means (S54) is the same as S33 in FIG.

すなわち、図1では、プログラム変更履歴書3において、変更する内容を示す要件3Aと要件3A一つに対して一つ紐付けされる変更タグ3Cが紐付けされ、管理手段4において、変更タグ3Cとバージョン管理ツール2にて付与するバージョン2Aが紐付けされる。これにより、変更する内容を示す要件3Aと要件3A一つに対して一つ紐付けされる変更タグ3Cとバージョン管理ツール2にて付与するバージョン2Aが紐付けされる。   That is, in FIG. 1, in the program change resume 3, the requirement 3 </ b> A indicating the content to be changed and one change tag 3 </ b> C associated with one requirement 3 </ b> A are associated with each other. And the version 2A assigned by the version management tool 2 are linked. Thus, the requirement 3A indicating the contents to be changed and the change tag 3C associated with one requirement 3A and the version 2A assigned by the version management tool 2 are associated.

図1の例では、図6のような紐付け状態となる。   In the example of FIG. 1, it will be in the tied state as shown in FIG.

本実施の形態の要件管理装置を用いることで、厳しいスケジュールの中、要求を実現することを優先してしまい、すなわちソフトウェアの動作を優先し、やむをえずプログラム変更履歴書3へバージョン2Aを記録することを後回しにした場合でも、管理手段4に登録していないバージョン2Aから一つずつ管理データ4Aを作成し、管理手段4に登録しておけば、変更する内容を示す要件3Aと要件3A一つに対して一つ紐付けされる変更タグ3Cとバージョン管理ツール2にて付与するバージョン2Aを効率的かつ着実に紐付けすることができる。複数の担当者で開発するケースにおいても、管理データ4Aをネットワーク上で共有しておけば、各担当者が全バージョン2Bの全ソースファイル1Aを取得して検索するという大きな作業と工数ロスを削減することができる。   By using the requirement management apparatus of the present embodiment, priority is given to fulfilling the request in a strict schedule, that is, priority is given to the operation of the software, and unavoidably recording version 2A in the program change resume 3 Even if this is postponed, if the management data 4A is created one by one from the version 2A not registered in the management means 4 and registered in the management means 4, the requirements 3A and the requirements 3A indicating the contents to be changed It is possible to efficiently and steadily associate the change tag 3 </ b> C associated with one version and the version 2 </ b> A assigned by the version management tool 2. Even in the case of development by multiple persons in charge, if management data 4A is shared on the network, each person in charge acquires and searches all source files 1A of all versions 2B and reduces man-hour loss. can do.

また、図1において、プログラム変更履歴書3により確認したい要件3Aに対する変更タグ3Cを特定し、管理手段4により変更タグ3Cに対する要件3Aがいつのバージョン2Aで変更されたかを特定し、図40の評価仕様書によりいつのバージョン2Aで評価されたかを特定することにより、要件3Aが適切なタイミングで評価されたと判断して、アプリケーション1Cの品質を保証することができる。   Further, in FIG. 1, the change tag 3C corresponding to the requirement 3A to be confirmed is specified by the program change resume 3 and the version 3A of the requirement 3A for the change tag 3C is specified by the management means 4 and the evaluation of FIG. By specifying when the version 2A was evaluated by the specification, it can be judged that the requirement 3A was evaluated at an appropriate timing, and the quality of the application 1C can be guaranteed.

(実施の形態2)
本発明の実施の形態2に係わる要件管理装置について、図7〜9を用いて説明する。
(Embodiment 2)
A requirement management apparatus according to Embodiment 2 of the present invention will be described with reference to FIGS.

図7は要件管理装置のブロック図であり、実施の形態1において説明したソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4において、変更タグ3Cに変更タグ3Cであることを示すキーワードを保有し、全ソースファイル1Aから、変更タグ3Cであることを示すキーワードを検索し、一つの管理データ4Aを自動的に作成する管理データ作成機能5を追加した構成である。なお、管理データ作成機能5は、ソフトウェアである管理手段4が有する機能として提供される。   FIG. 7 is a block diagram of the requirement management apparatus. In the source file 1, version management tool 2, program change history 3, and management means 4 described in the first embodiment, the change tag 3 C is changed to the change tag 3 C. The management data creation function 5 for automatically creating one management data 4A by searching for a keyword indicating the change tag 3C from all source files 1A. The management data creation function 5 is provided as a function of the management means 4 that is software.

以下、変更タグ3Cが保有する、変更タグ3Cであることを示すキーワードと、管理データ作成機能5について説明する。   Hereinafter, the keyword indicating that the change tag 3C is the change tag 3C and the management data creation function 5 will be described.

変更タグ3Cであることを示すキーワードは、要件3Aにしたがってソースファイル1を変更するとき、変更タグ3Cと同様にソースファイル1の変更箇所すべてにしるしとして記録される。   When the source file 1 is changed in accordance with the requirement 3A, the keyword indicating the change tag 3C is recorded as an indicia in all the changed portions of the source file 1 in the same manner as the change tag 3C.

管理データ作成機能5は、全ソースファイル1Aから、変更タグ3Cであることを示すキーワードを検索し、一つの管理データ4Aを自動的に作成する。   The management data creation function 5 searches a keyword indicating the change tag 3C from all source files 1A, and automatically creates one management data 4A.

図8は変更タグ3Cに変更タグ3Cであることを示すキーワードを用いて、要件3Aにしたがってソースファイル1を変更するフロー図である。図2のフローに対し、ソースファイル1を変更するステップS23は、ソースファイル1を変更するとき、変更タグ3Cと同様に変更タグ3Cであることを示すキーワードをソースファイル1の変更箇所すべてにしるしとして記録するステップS83に変更されている。なお、その他のステップS81,82,84,85は、図2のステップS21,22,24,25と同様であり、説明を省略する。   FIG. 8 is a flowchart for changing the source file 1 in accordance with the requirement 3A using a keyword indicating that the change tag 3C is the change tag 3C. In step S23 for changing the source file 1 in the flow of FIG. 2, when changing the source file 1, the keyword indicating the change tag 3C is set to all the changed portions of the source file 1 in the same way as the change tag 3C. Is recorded in step S83. The other steps S81, 82, 84, 85 are the same as steps S21, 22, 24, 25 in FIG.

図9は変更タグ3Cに変更タグ3Cであることを示すキーワードを用いて管理データの4A作成と管理手段4に登録するフロー図である。図3のフローに対し、管理データ4Aの作成のステップS32は、検索対象を変更タグ3Cであることを示すキーワードとし、管理データ4Aを作成する際、変更タグ3Cであることを示すキーワードを検索した結果から作成するステップS92に変更されている。検索に用いる技術は既存の技術である。なお、その他のステップS91,93は、図3のステップS31,33と同様であり、説明を省略する。   FIG. 9 is a flowchart for creating management data 4A and registering it in the management means 4 using a keyword indicating that the change tag 3C is the change tag 3C. In the flow of FIG. 3, the management data 4A creation step S32 sets the search target as a keyword indicating the change tag 3C, and searches for the keyword indicating the change tag 3C when creating the management data 4A. Step S92 is created from the result. The technology used for the search is an existing technology. The other steps S91 and 93 are the same as steps S31 and 33 in FIG.

すなわち、図8において、変更タグ3Cと同様にソースファイル1を変更するとき、変更タグ3Cであることを示すキーワードをソースファイル1の変更箇所すべてにしるしとして記録することで、図9の全ソースファイル1Aから検索するステップを自動化することを可能としている。   That is, in FIG. 8, when the source file 1 is changed in the same manner as the change tag 3C, a keyword indicating the change tag 3C is recorded as an indicia in all the changed portions of the source file 1, so that all the sources in FIG. It is possible to automate the step of searching from the file 1A.

本実施の形態の要件管理装置を用いることで、管理データ4Aを作成するステップを自動化し、管理データ4Aを作成するステップを効率化することができる。   By using the requirement management apparatus of this embodiment, the step of creating the management data 4A can be automated, and the step of creating the management data 4A can be made efficient.

(実施の形態3)
本発明の実施の形態3に係わる要件管理装置について、図10〜12を用いて説明する。
(Embodiment 3)
A requirement management apparatus according to Embodiment 3 of the present invention will be described with reference to FIGS.

実施の形態2のように全ソースファイル1Aから変更タグ3Cであることを示すキーワードを用いて自動的に管理データ4Aを作成すると、ソースファイル1の変更方法によっては、作成したバージョン2A以前の全変更タグ3Dを含んだ管理データ4Aが作成されないケースがある。これは、ソースファイル1を変更または削除したときに、以前に記録した変更タグ3Cを削除すると発生する。   When the management data 4A is automatically created from the entire source file 1A using the keyword indicating that it is the change tag 3C as in the second embodiment, depending on the method of changing the source file 1, all the versions before the created version 2A may be used. There is a case where the management data 4A including the change tag 3D is not created. This occurs when the previously recorded change tag 3C is deleted when the source file 1 is changed or deleted.

ソースファイル1を変更または削除したときに、以前に記録した変更タグ3Cを削除した場合でも、作成したバージョン2A以前の全変更タグ3Dを含んだ管理データ4Aを作成することを可能とする変更タグ集計機能6について説明する。   Change tag that makes it possible to create management data 4A including all change tags 3D created before version 2A, even if the previously recorded change tag 3C is deleted when the source file 1 is changed or deleted The aggregation function 6 will be described.

図10は指定したバージョン2A以前の全管理データ4Bに登録されている全変更タグ3Dから、指定したバージョン2Aの管理データ4Aを作成するブロック図であり、実施の形態1において説明した管理手段4において、変更タグ集計機能6を追加した構成である。なお、変更タグ集計機能6は、ソフトウェアである管理手段4が有する機能として提供される。   FIG. 10 is a block diagram for creating the management data 4A of the specified version 2A from all the change tags 3D registered in the all management data 4B before the specified version 2A. The management means 4 described in the first embodiment is shown in FIG. In FIG. 5, the change tag totaling function 6 is added. The change tag totaling function 6 is provided as a function of the management means 4 that is software.

図11は変更タグ集計機能6が、指定したバージョン2A以前の全管理データ4Bに登録されている全変更タグ3Dから、指定したバージョン2Aの管理データ4Aを作成または、提供するフロー図である。最初に全管理データ4Bに登録されている変更タグ3Cを取得する(S111)。次に取得した変更タグ3Cの重複をなくす(S112)。次にこれらの変更タグ3Cを、指定したバージョン2Aの管理データ4Aとして保存するかビューア等で表示する(S113)。   FIG. 11 is a flowchart in which the change tag totaling function 6 creates or provides the specified version 2A management data 4A from all the change tags 3D registered in the all management data 4B before the specified version 2A. First, the change tag 3C registered in the entire management data 4B is acquired (S111). Next, duplication of the acquired change tag 3C is eliminated (S112). Next, these change tags 3C are stored as the management data 4A of the designated version 2A or displayed by a viewer or the like (S113).

図12は変更タグ集計機能6を用いて管理データ4Aの作成と管理手段4に登録するフローである。図3のフローに対し、変更タグ集計機能6が指定したバージョン2A以前の全管理データ4Bに登録されている全変更タグ3Dから、指定したバージョン2Aの管理データ4Aを作成するステップS123が追加されている。なお、その他のステップS121,122,124は、図3のステップS31,32,33と同様であり、説明を省略する。   FIG. 12 is a flow for creating the management data 4 </ b> A and registering it in the management means 4 using the change tag totaling function 6. In the flow of FIG. 3, step S123 for creating the management data 4A of the specified version 2A from all the change tags 3D registered in the all management data 4B before the version 2A specified by the change tag totaling function 6 is added. ing. The other steps S121, 122, and 124 are the same as steps S31, 32, and 33 in FIG.

すなわち、変更タグ集計機能6を用いれば、以前に記録した変更タグ3Cを意識せずに、ソースファイル1を変更または削除でき、実施の形態2のように全ソースファイル1Aから変更タグ3Cであることを示すキーワードを用いて自動的に管理データ4Aを作成することもできる。これにより要件管理装置を自動化し、効率を向上させ、さらに確実性を保障することができる。   That is, if the change tag totaling function 6 is used, the source file 1 can be changed or deleted without being conscious of the previously recorded change tag 3C, and the change tag 3C can be changed from all the source files 1A as in the second embodiment. It is also possible to automatically create the management data 4A using a keyword indicating this. As a result, the requirement management apparatus can be automated, efficiency can be improved, and further certainty can be ensured.

(実施の形態4)
本発明の実施の形態4に係わる要件管理装置について、図13、図14を用いて説明する。
(Embodiment 4)
A requirement management apparatus according to Embodiment 4 of the present invention will be described with reference to FIGS.

図13は複数のバージョン2Aを指定して、管理手段4が保有する指定したバージョン2Aの複数の管理データ4Aを比較して、複数のバージョン2A間で追加された変更タグ3Cを追跡可能とする変更タグ差分抽出機能7を追加した構成である。なお、変更タグ差分抽出機能7は、ソフトウェアである管理手段4が有する機能として提供される。   FIG. 13 designates a plurality of versions 2A, compares a plurality of management data 4A of the designated version 2A held by the management means 4, and makes it possible to trace the change tag 3C added between the plurality of versions 2A. In this configuration, a change tag difference extraction function 7 is added. The change tag difference extraction function 7 is provided as a function of the management means 4 that is software.

変更タグ差分抽出機能7は、実施の形態3で説明した変更タグ集計機能6が作成または、提供する管理データ4Aの差分を抽出することも可能とする。   The change tag difference extraction function 7 can also extract the difference of the management data 4A created or provided by the change tag totaling function 6 described in the third embodiment.

以下、変更タグ差分抽出機能7を用いて、複数のバージョン2A間で追加された変更タグ3Cを追跡可能とするフローについて図14を用いて説明する。   Hereinafter, a flow for enabling the change tag 3C added between a plurality of versions 2A to be tracked using the change tag difference extraction function 7 will be described with reference to FIG.

最初に新旧に関わらず任意に1番目のバージョン2B1を指定する。n番目まで繰り返し、バージョン2Bnを指定する(S141)。次に1番目に指定したバージョン2B1の管理データ4A1に登録されている変更タグ3C1を取得する。n番目まで繰り返し、バージョンごとに変更タグ3Cnを取得する(S142)。次に1番目の管理データ4A1に登録されている変更タグ3C1と、n番目の管理データ4Anに登録されている変更タグ3Cnの有無を比較して差分を出力する(S143)。次に出力した結果を保存するかビューア等で表示する(S144)。   First, the first version 2B1 is arbitrarily designated regardless of the old and new. The process repeats up to the n-th and designates version 2Bn (S141). Next, the change tag 3C1 registered in the management data 4A1 of the first designated version 2B1 is acquired. It repeats up to the n-th and obtains a change tag 3Cn for each version (S142). Next, the change tag 3C1 registered in the first management data 4A1 is compared with the presence / absence of the change tag 3Cn registered in the nth management data 4An, and a difference is output (S143). Next, the output result is stored or displayed on a viewer or the like (S144).

すなわち、複数のバージョン2A間の全変更タグ3Dの差分をとることで、複数のバージョン2A間で追加された変更タグ3Cに対応する要件3Aを追跡可能とし、要件3Aのバージョン2A管理を効率化することができる。   That is, by taking the difference of all change tags 3D between a plurality of versions 2A, the requirement 3A corresponding to the change tag 3C added between the plurality of versions 2A can be tracked, and the version 2A management of the requirement 3A is made efficient can do.

(実施の形態5)
本発明の実施の形態5に係わる要件管理装置について、図15、図16を用いて説明する。
(Embodiment 5)
A requirement management apparatus according to Embodiment 5 of the present invention will be described with reference to FIGS.

図15は変更タグ3Cを指定して、管理手段4が保有する全管理データ4Bに含まれる変更タグ3Cを検索し、変更タグ3Cがソースファイル1に記録された最初のバージョン2Aを特定して変更タグ3Cに対応する要件3Aがいつのバージョン2Aで変更されたかを追跡可能とする変更バージョン特定機能8を追加した構成である。なお、変更バージョン特定機能8は、ソフトウェアである管理手段4が有する機能として提供される。   15 designates the change tag 3C, searches the change tag 3C included in all the management data 4B held by the management means 4, and specifies the first version 2A recorded in the source file 1 by the change tag 3C. This is a configuration in which a change version specifying function 8 that enables tracking of when the requirement 3A corresponding to the change tag 3C is changed in which version 2A is added. The changed version specifying function 8 is provided as a function of the management means 4 that is software.

以下、変更バージョン特定機能8を用いて、変更タグ3Cに対応する要件3Aがいつのバージョン2Aで変更されたかを追跡可能とするフローについて図16を用いて説明する。   Hereinafter, a flow that enables tracking of when the requirement 3A corresponding to the change tag 3C is changed in which version 2A using the changed version specifying function 8 will be described with reference to FIG.

最初に変更タグ3Cを指定する(S161)。次に管理手段4が保有する1番目にバージョン2Aが古い管理データ4Aから指定した変更タグ3Cが登録されているかを検索する。これを1番目にバージョン2Aが新しい管理データ4Aまで繰り返して検索する(S162〜164)。変更タグ3Cを最初に検出したとき、検索を終了する場合も考えられる。次に指定した変更タグ3Cが登録されていた最初のバージョン2Aを保存するかビューア等で表示する(S165)。   First, the change tag 3C is designated (S161). Next, it is searched whether the change tag 3C designated from the management data 4A having the first version 2A possessed by the management means 4 is registered. First, version 2A repeatedly searches for new management data 4A (S162 to 164). The search may be terminated when the change tag 3C is first detected. Next, the first version 2A in which the designated change tag 3C is registered is stored or displayed by a viewer or the like (S165).

すなわち、指定した変更タグ3Cに対応する要件3Aがいつのバージョン2Aで変更されたかを追跡可能とすることができ、要件3Aのバージョン2Aの管理を効率化することができる。   That is, it is possible to track when the requirement 3A corresponding to the designated change tag 3C is changed in the version 2A, and the management of the version 2A of the requirement 3A can be made efficient.

(実施の形態6)
本発明の実施の形態6に係わる要件管理装置について、図17〜21を用いて説明する。
(Embodiment 6)
A requirement management apparatus according to Embodiment 6 of the present invention will be described with reference to FIGS.

図17は要件管理装置のブロック図であり、実施の形態1において説明したソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4において、変更タグ3Cは開発工程を分類するキーワードを保有し、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dを解析して、開発工程ごとの変更タグ3Cの数を集計可能とする変更タグ工程単位集計機能9を追加した構成である。なお、変更タグ工程単位集計機能9は、ソフトウェアである管理手段4が有する機能として提供される。   FIG. 17 is a block diagram of the requirement management apparatus. In the source file 1, version management tool 2, program change history 3, and management means 4 described in the first embodiment, the change tag 3 C is a keyword for classifying the development process. It has a configuration in which a change tag process unit totaling function 9 is added which analyzes all change tags 3D included in the management data 4A held by the management means 4 and can count the number of change tags 3C for each development process. is there. The change tag process unit totaling function 9 is provided as a function of the management means 4 that is software.

以下、変更タグ3Cが保有する開発工程を分類するキーワードと、変更タグ工程単位集計機能9について説明する。   Hereinafter, the keywords for classifying the development process possessed by the change tag 3C and the change tag process unit totaling function 9 will be described.

変更タグ3Cが保有する開発工程を分類するキーワードは、要件3Aにしたがってソースファイル1を変更するとき、変更タグ3Cと同様にソースファイル1の変更箇所すべてにしるしとして記録される。図18に示すような開発工程を分類する。   The keywords for classifying the development process possessed by the change tag 3C are recorded as indicia in all the changed portions of the source file 1 in the same manner as the change tag 3C when the source file 1 is changed according to the requirement 3A. The development process as shown in FIG. 18 is classified.

変更タグ工程単位集計機能9は、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dに対して、各変更タグ3Cが保有する開発工程を分類するキーワードの分類を特定し、開発工程の分類ごとの変更タグ3Cの数を集計または、提供することを可能とする。   The change tag process unit totaling function 9 specifies the classification of keywords for classifying the development process held by each change tag 3C for all change tags 3D included in the management data 4A held by the management means 4, and the development process It is possible to count or provide the number of change tags 3C for each category.

図19は変更タグ3Cに開発工程を分類するキーワードを用いて、要件3Aにしたがってソースファイル1を変更するフロー図である。図2のフロー図に対し、ソースファイル1を変更するステップS23は、ソースファイル1を変更するとき、変更タグ3Cと同様に開発工程を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録するステップS193に変更されている。なお、その他のステップS191,192,194,195は、図2のステップS21,22,24,25と同様であり、説明を省略する。   FIG. 19 is a flowchart for changing the source file 1 in accordance with the requirement 3A using the keywords for classifying the development process in the change tag 3C. In step S23 for changing the source file 1 in the flowchart of FIG. 2, when the source file 1 is changed, the keywords for classifying the development process are recorded as marks for all the changed portions of the source file 1 in the same manner as the change tag 3C. Step S193 is changed. The other steps S191, 192, 194, and 195 are the same as steps S21, 22, 24, and 25 in FIG.

図20は変更タグ3Cに開発工程を分類するキーワードを用いて、管理データ4Aの作成と管理手段4に登録するフロー図である。図3のフロー図に対し、管理データ4Aの作成のステップS32は、管理データ4Aを作成する際、変更タグ3Cと同様に開発工程を分類するキーワードを登録するステップS202に変更されている。なお、その他のステップS201,203は、図3のステップS31,33と同様であり、説明を省略する。   FIG. 20 is a flowchart for creating management data 4A and registering it in the management means 4 using keywords for classifying the development process in the change tag 3C. Compared to the flowchart of FIG. 3, step S32 for creating management data 4A is changed to step S202 for registering keywords for classifying development processes in the same way as change tag 3C when creating management data 4A. The other steps S201 and 203 are the same as steps S31 and 33 in FIG.

図21は変更タグ工程単位集計機能9が、変更タグ3Cの開発工程ごとの発生回数を集計するフロー図である。最初に、登録された管理データ4Aから全変更タグ3Dを取得する(S211)。このとき、実施の形態3で説明した変更タグ集計機能6を用いる場合も考えられる。次に最初の変更タグ3Cが保有するキーワードに対する開発工程を特定し、開発工程に対する発生回数に1を足す(S212)。これを全変更タグ3Dに行う(S213)。次にキーワードに対する開発工程の分類の発生回数を集計した結果を保存、またはビューア等で表示する(S214)。   FIG. 21 is a flowchart in which the change tag process unit totaling function 9 totals the number of occurrences for each development process of the change tag 3C. First, all change tags 3D are acquired from the registered management data 4A (S211). At this time, the case where the change tag totaling function 6 described in the third embodiment is used may be considered. Next, the development process for the keyword held by the first change tag 3C is specified, and 1 is added to the number of occurrences for the development process (S212). This is performed on all change tags 3D (S213). Next, the result of totalizing the number of occurrences of the development process classification for the keyword is stored or displayed by a viewer or the like (S214).

ただし、図19のようにソースファイル1を変更するとき、変更タグ3Cと同様に開発工程を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録せずに、開発工程を分類するキーワードをプログラム変更履歴書3に記録し、プログラム変更履歴書3から開発工程を分類するキーワードを参照して、図20の管理データ4Aを作成し、図21の発生回数の集計を行う場合も考えられる。   However, when the source file 1 is changed as shown in FIG. 19, the keywords for classifying the development process are not recorded as all the changed portions of the source file 1 as in the change tag 3C. It is also conceivable that the management data 4A shown in FIG. 20 is created by referring to the keywords that are recorded in the program change history 3 and classify the development process from the program change history 3, and the number of occurrences shown in FIG.

すなわち、図19でソースファイル1を変更するとき、変更タグ3Cと同様に開発工程を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録し、図20で管理データ4Aを作成する際、変更タグ3Cと同様に開発工程を分類するキーワードを登録し、図21で開発工程ごとの発生回数を集計することができる。   That is, when the source file 1 is changed in FIG. 19, the keywords for classifying the development process are recorded as marks for all the changed portions of the source file 1 in the same manner as the change tag 3C, and when the management data 4A is created in FIG. Like the change tag 3C, keywords for classifying development processes are registered, and the number of occurrences for each development process can be totaled in FIG.

本実施の形態の要件管理装置を用いることで、要件3Aがどの開発工程に属しているかを集計することで、プロジェクトの要件3Aの傾向を分析することができる。一例として、評価工程の要件3Aが多い場合は、開発初期で仕様が確立されておらず、後戻り工数が増大するリスクが高いこと等がわかる。   By using the requirement management apparatus of the present embodiment, it is possible to analyze the tendency of the requirement 3A of the project by totaling which development process the requirement 3A belongs to. As an example, when there are many requirements 3A of an evaluation process, it turns out that the specification is not established in the early stage of development, and there is a high risk that the number of man-hours to go back increases.

(実施の形態7)
本発明の実施の形態7に係わる要件管理装置について、図22〜26を用いて説明する。
(Embodiment 7)
A requirement management apparatus according to Embodiment 7 of the present invention will be described with reference to FIGS.

図22は要件管理装置のブロック図であり、実施の形態1において説明したソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4において、変更タグ3Cは発生要因を分類するキーワードを保有し、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dを解析して発生要因ごとの変更タグ3Cの数を集計可能とする変更タグ発生要因単位集計機能10を追加した構成である。なお、変更タグ発生要因単位集計機能10は、ソフトウェアである管理手段4が有する機能として提供される。   FIG. 22 is a block diagram of the requirement management apparatus. In the source file 1, version management tool 2, program change history 3, and management means 4 described in the first embodiment, the change tag 3 C is a keyword for classifying the cause of occurrence. It has a configuration in which a change tag generation factor unit totaling function 10 is added that allows the total number of change tags 3C for each generation factor to be totaled by analyzing all the change tags 3D included in the management data 4A held by the management means 4 is there. The change tag generation factor unit aggregation function 10 is provided as a function of the management means 4 that is software.

以下、変更タグ3Cが保有する発生要因を分類するキーワードと、変更タグ発生要因単位集計機能10について説明する。   Hereinafter, the keywords for classifying the generation factors held by the change tag 3C and the change tag generation factor unit totaling function 10 will be described.

変更タグ3Cが保有する発生要因を分類するキーワードは、要件3Aにしたがってソースファイル1を変更するとき、変更タグ3Cと同様にソースファイル1の変更箇所すべてにしるしとして記録される。図23のような発生要因を分類する。   The keywords for classifying the generation factors possessed by the change tag 3C are recorded as indicia in all the changed portions of the source file 1 in the same manner as the change tag 3C when the source file 1 is changed according to the requirement 3A. The generation factors as shown in FIG. 23 are classified.

変更タグ発生要因単位集計機能10は、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dに対して、各変更タグ3Cが保有する発生要因を分類するキーワードの分類を特定し、発生要因の分類ごとの変更タグ3Cの数を集計または、提供することを可能とする。   The change tag generation factor unit totaling function 10 specifies the classification of keywords for classifying the generation factors held by each change tag 3C for all change tags 3D included in the management data 4A held by the management means 4, and generates It is possible to count or provide the number of change tags 3C for each factor classification.

図24は変更タグ3Cに発生要因を分類するキーワードを用いて、要件3Aにしたがってソースファイル1を変更するフロー図である。図2のフローに対し、ソースファイル1を変更するステップS23は、ソースファイル1を変更するとき、変更タグ3Cと同様に発生要因を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録するステップS243に変更されている。なお、その他のステップS241,242,244,245は、図2のステップS21,22,24,25と同様であり、説明を省略する。   FIG. 24 is a flowchart for changing the source file 1 in accordance with the requirement 3A using a keyword for classifying the cause of occurrence in the change tag 3C. In step S23 of changing the source file 1 in the flow of FIG. 2, when changing the source file 1, the keywords for classifying the occurrence factors are recorded as marks of all the changed portions of the source file 1 in the same manner as the change tag 3C. Step S243 is changed. The other steps S241, 242, 244, and 245 are the same as steps S21, 22, 24, and 25 in FIG.

図25は変更タグ3Cに発生要因を分類するキーワードを用いて、管理データ4Aの作成と管理手段4に登録するフロー図である。図3のフローに対し、管理データ4Aの作成のステップS32は、管理データ4Aを作成する際、変更タグ3Cと同様に発生要因を分類するキーワードを登録するステップS252に変更されている。なお、その他のステップS251,253は、図3のステップS31,33と同様であり、説明を省略する。   FIG. 25 is a flowchart for creating the management data 4A and registering it in the management means 4 using a keyword for classifying the cause of occurrence in the change tag 3C. With respect to the flow of FIG. 3, the step S32 for creating the management data 4A is changed to step S252 for registering keywords for classifying the occurrence factors in the same way as the change tag 3C when creating the management data 4A. The other steps S251 and 253 are the same as steps S31 and 33 in FIG.

図26は変更タグ発生要因単位集計機能10が、変更タグ3Cの発生要因ごとの発生回数を集計するフローである。最初に、登録された管理データ4Aから全変更タグ3Dを取得する(S261)。このとき、実施の形態3で説明した変更タグ集計機能6を用いる場合も考えられる。次に最初の変更タグ3Cが保有するキーワードに対する発生要因を特定し、発生要因に対する発生回数に1を足す(S262)。これを全変更タグ3Dに行う(S263)。次にキーワードに対する発生要因の分類の発生回数を集計した結果を保存、またはビューア等で表示する(S264)。   FIG. 26 is a flow in which the change tag generation factor unit totaling function 10 totals the number of occurrences for each generation factor of the change tag 3C. First, all change tags 3D are acquired from the registered management data 4A (S261). At this time, the case where the change tag totaling function 6 described in the third embodiment is used may be considered. Next, an occurrence factor for the keyword held by the first change tag 3C is specified, and 1 is added to the number of occurrences for the occurrence factor (S262). This is performed for all the change tags 3D (S263). Next, the result of totalizing the number of occurrences of the classification of the generation factor for the keyword is stored or displayed by a viewer or the like (S264).

ただし、図24のようにソースファイル1を変更するとき、変更タグ3Cと同様に発生要因を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録せずに、発生要因を分類するキーワードをプログラム変更履歴書3に記録し、プログラム変更履歴書3から発生要因を分類するキーワードを参照して、図25の管理データ4Aの作成、図26の発生回数の集計を行う場合も考えられる。   However, when the source file 1 is changed as shown in FIG. 24, the keywords for classifying the generation factors are not recorded as all the changed portions of the source file 1 as in the change tag 3C. It is also conceivable that the management data 4A shown in FIG. 25 is created and the number of occurrences shown in FIG. 26 is totaled by referring to the keywords that are recorded in the program change history 3 and classify the occurrence factors from the program change history 3.

すなわち、図24でソースファイル1を変更するとき、変更タグ3Cと同様に発生要因を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録し、図25で管理データ4Aを作成する際、変更タグ3Cと同様に発生要因を分類するキーワードを登録し、図26で発生要因ごとの発生回数を集計することができる。   That is, when the source file 1 is changed in FIG. 24, the keywords for classifying the occurrence factors are recorded as marks in all the changed portions of the source file 1 similarly to the change tag 3C, and when the management data 4A is created in FIG. Like the change tag 3C, keywords for classifying the generation factors are registered, and the number of occurrences for each generation factor can be totaled in FIG.

本実施の形態の要件管理装置を用いることで、要件3Aがどの発生要因に属しているかを集計することで、プロジェクトの要件3Aの傾向を分析することができる。一例として、コーディングミスの発生要因が多い場合は、品質確保のための評価のボリュームアップをする必要があること等がわかる。   By using the requirement management apparatus of the present embodiment, it is possible to analyze the tendency of the requirement 3A of the project by totaling to which generation factor the requirement 3A belongs. As an example, it can be seen that when there are many causes of coding errors, it is necessary to increase the volume of evaluation for ensuring quality.

(実施の形態8)
本発明の実施の形態8に係わる要件管理装置について、図27〜30を用いて説明する。
(Embodiment 8)
A requirement management apparatus according to Embodiment 8 of the present invention will be described with reference to FIGS.

図27は要件管理装置のブロック図であり、実施の形態1において説明したソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4において、変更タグ3Cは時間情報を保有し、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dを解析して時系列に変更タグ3Cの数を集計可能とする変更タグ時系列集計機能21を追加した構成である。なお、変更タグ時系列集計機能21は、ソフトウェアである管理手段4が有する機能として提供される。   FIG. 27 is a block diagram of the requirement management apparatus. In the source file 1, the version management tool 2, the program change history 3, and the management means 4 described in the first embodiment, the change tag 3C has time information and is managed. This is a configuration in which a change tag time series totaling function 21 that analyzes all change tags 3D included in the management data 4A held by the means 4 and can count the number of change tags 3C in a time series is added. The change tag time series totaling function 21 is provided as a function of the management means 4 that is software.

以下、変更タグ3Cが保有する時間情報と、変更タグ時系列集計機能21について説明する。   Hereinafter, the time information possessed by the change tag 3C and the change tag time series counting function 21 will be described.

変更タグ3Cが保有する時間情報は、要件3Aにしたがってソースファイル1を変更するとき、変更タグ3Cと同様にソースファイル1の変更箇所すべてにしるしとして記録される。時間情報として、年・月・日を使用する。   The time information held by the change tag 3C is recorded as indicia for all the changed portions of the source file 1 in the same manner as the change tag 3C when the source file 1 is changed according to the requirement 3A. Use year / month / day as time information.

変更タグ時系列集計機能21は、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dに対して、各変更タグ3Cが保有する時間情報を特定し、時間情報ごとの変更タグ3Cの数を集計または、提供することを可能とする。   The change tag time series counting function 21 specifies the time information held by each change tag 3C for all the change tags 3D included in the management data 4A held by the management means 4, and the change tag 3C for each time information is specified. It is possible to count or provide numbers.

図28は変更タグ3Cに時間情報を用いて、要件3Aにしたがってソースファイル1を変更するフロー図である。図2のフロー図に対し、ソースファイル1を変更するステップ23は、ソースファイル1を変更するとき、変更タグ3Cと同様に時間情報をソースファイル1の変更箇所すべてにしるしとして記録するステップS283に変更されている。なお、その他のステップS281,282,284,285は、図2のステップS21,22,24,25と同様であり、説明を省略する。   FIG. 28 is a flowchart for changing the source file 1 according to the requirement 3A using time information for the change tag 3C. In step 23 for changing the source file 1 in the flowchart of FIG. 2, when changing the source file 1, the time information is recorded as an indicia for all changed portions of the source file 1 in the same manner as the change tag 3 </ b> C. has been edited. The other steps S281, 282, 284, and 285 are the same as steps S21, 22, 24, and 25 in FIG.

図29は変更タグ3Cに時間情報を用いて、管理データ4Aの作成と管理手段4に登録するフロー図である。図3のフローに対し、管理データ4Aの作成のステップS32は、管理データ4Aを作成する際、変更タグ3Cと同様に時間情報を登録するステップS292に変更されている。なお、その他のステップS291,293は、図3のステップS31,33と同様であり、説明を省略する。   FIG. 29 is a flowchart for creating the management data 4A and registering it in the management means 4 using the time information for the change tag 3C. In the flow of FIG. 3, the step S32 for creating the management data 4A is changed to step S292 for registering time information in the same manner as the change tag 3C when creating the management data 4A. The other steps S291 and 293 are the same as steps S31 and 33 in FIG.

図30は変更タグ時系列集計機能21が、変更タグ3Cの時系列に発生回数を集計するフロー図である。最初に、登録された管理データ4Aから全変更タグ3Dを取得する(S301)。このとき、実施の形態3で説明した変更タグ集計機能6を用いる場合も考えられる。次に最初の変更タグ3Cが保有する時間情報を特定し、時間情報に対する発生回数に1を足す(S302)。これを全変更タグ3Dに行う(S303)。次に時系列に発生回数を集計した結果を保存、またはビューア等で表示する(S304)。   FIG. 30 is a flowchart in which the change tag time series totaling function 21 totals the number of occurrences in the time series of the change tag 3C. First, all change tags 3D are acquired from the registered management data 4A (S301). At this time, the case where the change tag totaling function 6 described in the third embodiment is used may be considered. Next, the time information held by the first change tag 3C is specified, and 1 is added to the number of occurrences for the time information (S302). This is performed for all the change tags 3D (S303). Next, the result of counting the number of occurrences in time series is stored or displayed on a viewer or the like (S304).

ただし、図28のようにソースファイル1を変更するとき、変更タグ3Cと同様に時間情報をソースファイル1の変更箇所すべてにしるしとして記録せずに、時間情報をプログラム変更履歴書3に記録し、プログラム変更履歴書3から時間情報を参照して、図29の管理データ4Aの作成、図30の発生回数の集計を行う場合も考えられる。   However, when the source file 1 is changed as shown in FIG. 28, the time information is recorded in the program change resume 3 without recording the time information as a mark for all the changed portions of the source file 1 in the same manner as the change tag 3C. Referring to the time information from the program change resume 3, the management data 4 </ b> A shown in FIG. 29 may be created and the number of occurrences shown in FIG. 30 may be counted.

すなわち、図28でソースファイル1を変更するとき、変更タグ3Cと同様に時間情報をソースファイル1の変更箇所すべてにしるしとして記録し、図29で管理データ4Aを作成する際、変更タグ3Cと同様に時間情報を登録し、図30で時系列に発生回数を集計することができる。   That is, when the source file 1 is changed in FIG. 28, the time information is recorded as a mark for all changed portions of the source file 1 in the same manner as the change tag 3C, and when the management data 4A is created in FIG. Similarly, time information can be registered, and the number of occurrences can be totaled in time series in FIG.

本実施の形態の要件管理装置を用いることで、要件3Aを時系列に集計することで、プロジェクトの要件3Aの傾向を分析することができる。一例として、開発終盤に要件3Aが多数発生している場合は、初期段階の要件3A定義における品質を改善する必要があること等がわかる。   By using the requirement management apparatus according to the present embodiment, the trend of the requirement 3A of the project can be analyzed by counting the requirement 3A in time series. As an example, when many requirements 3A are generated at the end of development, it is understood that the quality in the definition of requirements 3A in the initial stage needs to be improved.

(実施の形態9)
本発明の実施の形態9に係わる要件管理装置について、図31〜35を用いて説明する。
(Embodiment 9)
A requirement management apparatus according to Embodiment 9 of the present invention will be described with reference to FIGS.

図31は要件管理装置のブロック図であり、実施の形態1において説明したソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4において、変更タグ3Cは変更者を分類するキーワードを保有し、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dを解析して変更者ごとの変更タグ3Cの数を集計可能とする変更タグ変更者単位集計機能22を追加した構成である。なお、変更タグ変更者単位集計機能22は、ソフトウェアである管理手段4が有する機能として提供される。   FIG. 31 is a block diagram of the requirement management apparatus. In the source file 1, the version management tool 2, the program change history 3, and the management means 4 described in the first embodiment, the change tag 3C is a keyword for classifying the changer. It has a configuration in which a change tag changer unit totaling function 22 is added that allows the total number of change tags 3C for each changer to be totaled by analyzing all change tags 3D included in the management data 4A held by the management means 4 is there. The change tag changer unit totaling function 22 is provided as a function of the management means 4 that is software.

以下、変更タグ3Cが保有する変更者を分類するキーワードと、変更タグ変更者単位集計機能22について説明する。   Hereinafter, the keywords for classifying the changers held by the change tag 3C and the change tag changer unit aggregation function 22 will be described.

変更タグ3Cが保有する変更者を分類するキーワードは、要件3Aにしたがってソースファイル1を変更するとき、変更タグ3Cと同様にソースファイル1の変更箇所すべてにしるしとして記録される。図32のような変更者を分類する。   The keywords that classify the changers possessed by the change tag 3C are recorded as indicia in all the changed portions of the source file 1 in the same way as the change tag 3C when the source file 1 is changed according to the requirement 3A. The changers as shown in FIG. 32 are classified.

変更タグ変更者単位集計機能22は、管理手段4が保有する管理データ4Aに含まれる全変更タグ3Dに対して、各変更タグ3Cが保有する変更者を分類するキーワードの分類を特定し、変更者の分類ごとの変更タグ3Cの数を集計または、提供することを可能とする。   The change tag changer unit totaling function 22 identifies the keyword classification for classifying the changer held by each change tag 3C for all change tags 3D included in the management data 4A held by the management means 4, and changes the change tag 3D. It is possible to count or provide the number of change tags 3C for each person's classification.

図33は変更タグ3Cに変更者を分類するキーワードを用いて、要件3Aにしたがってソースファイル1を変更するフロー図である。図2のフローに対し、ソースファイル1を変更するステップS23は、ソースファイル1を変更するとき、変更タグ3Cと同様に変更者を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録するステップS333に変更されている。なお、その他のステップS331,332,334,335は、図2のステップS21,22,24,25と同様であり、説明を省略する。   FIG. 33 is a flowchart for changing the source file 1 in accordance with the requirement 3A using the keyword for classifying the changer in the change tag 3C. In step S23 for changing the source file 1 in the flow of FIG. 2, when changing the source file 1, the keyword for classifying the changer is recorded as a mark for all the changed portions of the source file 1 in the same manner as the change tag 3C. Step S333 is changed. The other steps S331, 332, 334, and 335 are the same as steps S21, 22, 24, and 25 in FIG.

図34は変更タグ3Cに変更者を分類するキーワードを用いて、管理データ4Aの作成と管理手段4に登録するフロー図である。図3のフローに対し、管理データ4Aの作成のステップS32は、管理データ4Aを作成する際、変更タグ3Cと同様に変更者を分類するキーワードを登録するステップS342に変更されている。なお、その他のステップS341,343は、図3のステップS31,33と同様であり、説明を省略する。   FIG. 34 is a flowchart for creating management data 4A and registering it in the management means 4 using a keyword for classifying the changer in the change tag 3C. In contrast to the flow of FIG. 3, step S32 for creating management data 4A is changed to step S342 for registering a keyword for classifying a changer as in the case of change tag 3C when creating management data 4A. The other steps S341 and 343 are the same as steps S31 and 33 in FIG.

図35は変更タグ変更者単位集計機能22が、変更タグ3Cの変更者ごとの発生回数を集計するフロー図である。最初に、登録された管理データ4Aから全変更タグ3Dを取得する(S351)。このとき、実施の形態3で説明した変更タグ集計機能6を用いる場合も考えられる。次に最初の変更タグ3Cが保有するキーワードに対する変更者を特定し、変更者に対する発生回数に1を足す(S352)。これを全変更タグ3Dに行う(S353)。次にキーワードに対する変更者の分類の発生回数を集計した結果を保存、またはビューア等で表示する(S354)。   FIG. 35 is a flowchart in which the change tag changer unit totaling function 22 totalizes the number of occurrences of each change tag 3C for each changer. First, all change tags 3D are acquired from the registered management data 4A (S351). At this time, the case where the change tag totaling function 6 described in the third embodiment is used may be considered. Next, a changer for the keyword held by the first change tag 3C is specified, and 1 is added to the number of occurrences for the changer (S352). This is performed for all the change tags 3D (S353). Next, the result of totalizing the number of occurrences of the changer's classification for the keyword is stored or displayed by a viewer or the like (S354).

ただし、図33のようにソースファイル1を変更するとき、変更タグ3Cと同様に変更者を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録せずに、変更者を分類するキーワードをプログラム変更履歴書3に記録し、プログラム変更履歴書3から変更者を分類するキーワードを参照して、図34の管理データ4Aの作成、図35の発生回数の集計を行う場合も考えられる。   However, when the source file 1 is changed as shown in FIG. 33, the keyword for classifying the changer is not recorded as a mark for all the changed portions of the source file 1 as in the change tag 3C. It is also conceivable that the management data 4A shown in FIG. 34 is created and the number of occurrences shown in FIG. 35 is totaled by referring to the keywords that are recorded in the program change history 3 and classify the changers from the program change history 3.

すなわち、図33でソースファイル1を変更するとき、変更タグ3Cと同様に変更者を分類するキーワードをソースファイル1の変更箇所すべてにしるしとして記録し、図34で管理データ4Aを作成する際、変更タグ3Cと同様に変更者を分類するキーワードを登録し、図35で変更者ごとの発生回数を集計することができる。   That is, when the source file 1 is changed in FIG. 33, the keywords for classifying the changer are recorded as all the changed portions of the source file 1 in the same manner as the change tag 3C, and when the management data 4A is created in FIG. Similar to the change tag 3C, keywords for classifying the changers can be registered, and the number of occurrences for each changer can be totaled in FIG.

本実施の形態の要件管理装置を用いることで、要件3Aがどの変更者によって変更されたかを集計することで、プロジェクトの要件3Aの傾向を分析することができる。一例として、一人の変更者による変更が多い場合は、負担が一人に集中しており、作業を分散させる必要があること等がわかる。   By using the requirement management apparatus according to the present embodiment, it is possible to analyze the tendency of the requirement 3A of the project by totalizing which changer changed the requirement 3A. As an example, when there are many changes by one changer, it can be seen that the burden is concentrated on one person and the work needs to be distributed.

また、実施の形態6〜9を任意に組み合わせた場合に、プロジェクトの分析を詳細化することができる。   Moreover, when Embodiments 6 to 9 are arbitrarily combined, the project analysis can be detailed.

例えば、実施の形態6〜9を組み合わせた場合に、変更者ごとにいつ、どのようなフェーズで、またどのような要因で不具合を作り込んだかを分析する不具合収束曲線をビューア等で表示することができる(図36)。   For example, when the embodiments 6 to 9 are combined, a failure convergence curve for analyzing when, in what phase and for what reason the failure is created for each changer is displayed in a viewer or the like. (FIG. 36).

例えば、実施の形態6〜8を組み合わせた場合に、プロジェクトの不具合収束曲線をビューア等で表示することができる。   For example, when the sixth to eighth embodiments are combined, the failure convergence curve of the project can be displayed with a viewer or the like.

例えば、実施の形態6、7を組み合わせた場合に、プロジェクトの要件3Aがどの開発工程、発生要因で多く発生するかを分析することができる。   For example, when the sixth and seventh embodiments are combined, it is possible to analyze which development process and generation factor cause a lot of the project requirement 3A.

例えば、実施の形態7、9を組み合わせた場合に、変更者ごとの不具合の要因を分析することができる。   For example, when the seventh and ninth embodiments are combined, the cause of the malfunction for each changer can be analyzed.

例えば、実施の形態7、8を組み合わせた場合に、プロジェクトの要件3Aの発生要因と発生時期を分析することができる。   For example, when the seventh and eighth embodiments are combined, the generation factor and generation time of the requirement 3A of the project can be analyzed.

(実施の形態10)
本発明の実施の形態10に係わる要件管理装置について、図37を用いて説明する。
(Embodiment 10)
A requirement management apparatus according to Embodiment 10 of the present invention will be described with reference to FIG.

図37は要件管理装置のブロック図であり、実施の形態1において説明したソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4において、管理手段4とバージョン管理ツール2が一体となって動作する構成である。すなわち、バージョン管理ツール2という管理プログラムに、管理手段4というソフトウェアによる機能を組み込んで、一体となって動作するようにしたものである。   FIG. 37 is a block diagram of the requirement management apparatus. In the source file 1, the version management tool 2, the program change history 3, and the management means 4 described in the first embodiment, the management means 4 and the version management tool 2 are integrated. It is the composition which operates. In other words, the management program called the version management tool 2 is integrated with a software function called the management means 4 so as to operate integrally.

本形態のバージョン管理ツール2を用いることで、チェックイン後に管理データ4Aの作成と管理手段4に登録するステップを、バージョン管理ツール2が自動的に行うことを可能とし、要件管理装置を効率化できる。   By using the version management tool 2 of this embodiment, the version management tool 2 can automatically perform the steps of creating the management data 4A and registering it in the management means 4 after check-in, thereby improving the efficiency of the requirement management apparatus. it can.

(実施の形態11)
本発明の実施の形態11に係わる要件管理装置について、図38を用いて説明する。
(Embodiment 11)
A requirement management apparatus according to Embodiment 11 of the present invention will be described with reference to FIG.

図38は要件管理装置のブロック図であり、実施の形態1において説明したソースファイル1、バージョン管理ツール2、プログラム変更履歴書3、管理手段4において、管理手段4とプログラム変更履歴書3が一体となって動作する構成である。すなわち、プログラム変更履歴書3という履歴書作成プログラムに、管理手段4というソフトウェアによる機能を組み込んで、一体となって動作するようにしたものである。   FIG. 38 is a block diagram of the requirement management apparatus. In the source file 1, version management tool 2, program change history 3, and management means 4 described in the first embodiment, the management means 4 and the program change history 3 are integrated. It is the structure which becomes and becomes. In other words, the function of the management means 4 is incorporated into the resume creation program called the program change resume 3 so as to operate integrally.

本実施の形態のプログラム変更履歴書3を用いることで、変更する内容を示す要件3Aと、要件3A一つに対して一つ紐付けされる変更タグ3Cと、バージョン管理ツール2にて付与するバージョン2Aとが、正確に紐付けされた状態となり可視性を向上することができる。   By using the program change resume 3 of the present embodiment, the requirement 3A indicating the contents to be changed, the change tag 3C associated with one requirement 3A, and the version management tool 2 Version 2A can be accurately linked to improve visibility.

なお、実施の形態1〜5を任意に組み合わせてもよく、さらにそれらに実施の形態6〜9を組み合わせてもよい。また、実施の形態1〜9ならびにそれらを任意に組み合わせたものにおいて、さらに実施の形態10,11の一体化の構成を組み合わせてもよい。   Embodiments 1 to 5 may be arbitrarily combined, and further Embodiments 6 to 9 may be combined with them. In addition, in the first to ninth embodiments and any combination thereof, the integrated configurations of the tenth and eleventh embodiments may be combined.

本発明の要件管理装置は、厳しいスケジュールの中でも、変更する内容を示す要件と、要件一つに対して一つ紐付けされる変更タグと、バージョン管理ツールにて付与するバージョンとを効率的かつ着実に紐付けすることができ、変更タグを用いたソフトウェア開発において有効である。   The requirement management apparatus according to the present invention efficiently and efficiently includes a requirement indicating contents to be changed, a change tag associated with one requirement, and a version assigned by a version management tool even in a strict schedule. It can be linked steadily and is effective in software development using change tags.

本発明の実施の形態1における管理手段を用いた要件管理装置のブロック図The block diagram of the requirements management apparatus using the management means in Embodiment 1 of this invention 本発明の実施の形態1における要件にしたがってソースファイルを変更するフロー図The flowchart which changes a source file according to the requirements in Embodiment 1 of this invention 本発明の実施の形態1における管理データの作成と管理手段に登録するフロー図Flow chart for creating management data and registering in management means in Embodiment 1 of the present invention 本発明の実施の形態1における差分を抽出して管理データ作成と管理手段に登録するフロー図The flowchart which extracts the difference in Embodiment 1 of this invention, and registers with management data preparation and a management means 本発明の実施の形態1における管理データの複製を利用して管理データ作成と管理手段に登録するフロー図FIG. 5 is a flowchart of management data creation and registration in management means using a copy of management data according to Embodiment 1 of the present invention. 図1における紐付け状態を示す図The figure which shows the tied state in FIG. 本発明の実施の形態2における変更タグに変更タグであることを示すキーワードを用いた要件管理装置のブロック図The block diagram of the requirement management apparatus using the keyword which shows that it is a change tag in the change tag in Embodiment 2 of this invention 本発明の実施の形態2における変更タグに変更タグであることを示すキーワードを用いて要件にしたがってソースファイルを変更するフロー図The flowchart which changes a source file according to a requirement using the keyword which shows that it is a change tag in the change tag in Embodiment 2 of this invention 本発明の実施の形態2における変更タグに変更タグであることを示すキーワードを用いて管理データの作成と管理手段に登録するフロー図Flow chart for creating management data and registering in management means using a keyword indicating that the change tag is a change tag in the second embodiment of the present invention 本発明の実施の形態3における指定したバージョン以前の全管理データに登録されている全変更タグから、指定したバージョンの管理データを作成する要件管理装置のブロック図The block diagram of the requirement management apparatus which produces the management data of the designated version from all the change tags registered in all the management data before the designated version in Embodiment 3 of this invention 本発明の実施の形態3における変更タグ集計機能が指定したバージョン以前の全管理データに登録されている全変更タグから、指定したバージョンの管理データを作成または、提供するフロー図Flow chart for creating or providing management data of a specified version from all change tags registered in all management data of a version before the version specified by the change tag aggregation function in the third embodiment of the present invention 本発明の実施の形態3における変更タグ集計機能を用いて管理データの作成と管理手段に登録するフロー図Flow chart for creating management data and registering in management means using change tag tabulation function in embodiment 3 of the present invention 本発明の実施の形態4における変更タグ差分抽出機能を用いて、複数のバージョン間で追加された変更タグを追跡可能とする要件管理装置の部分ブロック図The partial block diagram of the requirement management apparatus which can track the change tag added between several versions using the change tag difference extraction function in Embodiment 4 of this invention 本発明の実施の形態4における変更タグ差分抽出機能を用いて、複数のバージョン間で追加された変更タグを追跡可能とするフロー図The flowchart which enables the change tag added between several versions to be tracked using the change tag difference extraction function in Embodiment 4 of this invention 本発明の実施の形態5における変更バージョン特定機能を用いて、変更タグに対応する要件がいつのバージョンで変更されたかを追跡可能とする要件管理装置の部分ブロック図Partial block diagram of a requirement management apparatus capable of tracking when a requirement corresponding to a change tag is changed by using the change version specifying function in the fifth embodiment of the present invention 本発明の実施の形態5における変更バージョン特定機能を用いて、変更タグに対応する要件がいつのバージョンで変更されたかを追跡可能とするフロー図Flow chart that makes it possible to track when a requirement corresponding to a change tag is changed by using the change version specifying function in the fifth embodiment of the present invention. 本発明の実施の形態6における変更タグに開発工程を分類するキーワードを用いた要件管理装置のブロック図The block diagram of the requirement management apparatus using the keyword which classifies a development process in the change tag in Embodiment 6 of this invention 本発明の実施の形態6における開発工程を分類するキーワードの説明図Explanatory drawing of the keyword which classifies the development process in Embodiment 6 of this invention 本発明の実施の形態6における変更タグに開発工程を分類するキーワードを用いて、要件にしたがってソースファイルを変更するフロー図The flowchart which changes a source file according to a requirement using the keyword which classifies a development process in the change tag in Embodiment 6 of this invention 本発明の実施の形態6における変更タグに開発工程を分類するキーワードを用いて、管理データの作成と管理手段に登録するフロー図Flowchart for creating management data and registering in management means using keywords for classifying development process in change tag in embodiment 6 of the present invention 本発明の実施の形態6における変更タグ工程単位集計機能が変更タグの開発工程ごとの発生回数を集計するフロー図Flow chart in which the change tag process unit totaling function in the sixth embodiment of the present invention counts the number of occurrences of each change tag development process 本発明の実施の形態7における変更タグに発生要因を分類するキーワードを用いた要件管理装置のブロック図The block diagram of the requirement management apparatus using the keyword which classifies an occurrence factor in the change tag in Embodiment 7 of this invention 本発明の実施の形態7における発生要因を分類するキーワードの説明図Explanatory drawing of the keyword which classifies the generation factor in Embodiment 7 of this invention 本発明の実施の形態7における変更タグに発生要因を分類するキーワードを用いて、要件にしたがってソースファイルを変更するフロー図The flowchart which changes a source file according to a requirement using the keyword which classify | categorizes an occurrence factor in the change tag in Embodiment 7 of this invention 本発明の実施の形態7における変更タグに発生要因を分類するキーワードを用いて、管理データの作成と管理手段に登録するフロー図Flowchart for creating management data and registering in management means using keywords for classifying occurrence factors in change tags in embodiment 7 of the present invention 本発明の実施の形態7における変更タグ発生要因単位集計機能が変更タグの発生要因ごとの発生回数を集計するフロー図Flow chart in which the change tag generation factor unit totaling function in the seventh embodiment of the present invention totals the number of occurrences for each change tag generation factor 本発明の実施の形態8における変更タグに時間情報を用いた要件管理装置のブロック図The block diagram of the requirements management apparatus which used time information for the change tag in Embodiment 8 of this invention 本発明の実施の形態8における変更タグに時間情報を用いて、要件にしたがってソースファイルを変更するフロー図The flowchart which changes a source file according to a requirement, using time information for the change tag in Embodiment 8 of this invention 本発明の実施の形態8における変更タグに時間情報を用いて、管理データの作成と管理手段に登録するフロー図Flow chart for creating management data and registering in management means using time information for change tag in embodiment 8 of the present invention 本発明の実施の形態8における変更タグ時系列集計機能が変更タグの時系列に発生回数を集計するフロー図Flow chart in which the change tag time-series totaling function in the eighth embodiment of the present invention counts the number of occurrences in the time series of change tags 本発明の実施の形態9における変更タグに変更者を分類するキーワードを用いた要件管理装置のブロック図The block diagram of the requirement management apparatus using the keyword which classifies a changer in the change tag in Embodiment 9 of this invention 本発明の実施の形態9における変更者を分類するキーワードの説明図Explanatory drawing of the keyword which classifies the changer in Embodiment 9 of this invention 本発明の実施の形態9における変更タグに変更者を分類するキーワードを用いて、要件にしたがってソースファイルを変更するフロー図The flowchart which changes a source file according to a requirement using the keyword which classifies a changer in the change tag in Embodiment 9 of this invention 本発明の実施の形態9における変更タグに変更者を分類するキーワードを用いて、管理データの作成と管理手段に登録するフロー図Flow chart for creating management data and registering in management means using keywords for classifying a changer in a change tag in Embodiment 9 of the present invention 本発明の実施の形態9における変更タグ変更者単位集計機能が変更タグの変更者ごとの発生回数を集計するフロー図Flow chart in which the change tag changer unit totaling function according to the ninth embodiment of the present invention counts the number of occurrences of each change tag changer 本発明における不具合収束曲線の説明図Explanatory diagram of failure convergence curve in the present invention 本発明の実施の形態10における管理手段の機能をバージョン管理ツールが保有した要件管理装置のブロック図The block diagram of the requirement management apparatus which the version management tool had the function of the management means in Embodiment 10 of this invention 本発明の実施の形態11における管理手段の機能をプログラム変更履歴書が保有した要件管理装置のブロック図The block diagram of the requirement management apparatus which the program change resume possessed the function of the management means in Embodiment 11 of this invention 従来例における変更タグを用いた要件管理装置のブロック図Block diagram of requirement management apparatus using change tag in conventional example 従来例における評価仕様書の構成図Configuration diagram of evaluation specifications in the conventional example 従来例における変更タグを用いて要件にしたがってソースファイルを変更するフロー図Flow diagram of changing source file according to requirements using change tag in conventional example 従来例における評価を実行するフロー図Flow chart for executing evaluation in the conventional example 従来例における変更タグを用いない要件管理装置のブロック図Block diagram of a requirement management apparatus that does not use a change tag in the conventional example 従来例における変更タグを用いず要件にしたがってソースファイルを変更するフロー図Flow diagram to change source file according to requirements without using change tag in conventional example

符号の説明Explanation of symbols

1 ソースファイル
1A 全ソースファイル
1B 要件にしたがって変更されたソースファイル
1C アプリケーション
2 バージョン管理ツール
2A バージョン
2B 全バージョン
2C リビジョン
3 プログラム変更履歴書
3A 要件
3B 複数の要件
3C 変更タグ
3D 全変更タグ
4 管理手段
4A 管理データ
4B 全管理データ
5 管理データ作成機能
6 変更タグ集計機能
7 変更タグ差分抽出機能
8 変更バージョン特定機能
9 変更タグ工程単位集計機能
10 変更タグ発生要因単位集計機能
21 変更タグ時系列集計機能
22 変更タグ変更者単位集計機能
1 Source file 1A All source files 1B Source file 1C modified according to requirements 2 Application 2 Version management tool 2A Version 2B All versions 2C Revision 3 Program change resume 3A Requirements 3B Multiple requirements 3C Change tags 3D All change tags 4 Management means 4A Management data 4B All management data 5 Management data creation function 6 Change tag aggregation function 7 Change tag difference extraction function 8 Change version specification function 9 Change tag process unit aggregation function 10 Change tag generation factor unit aggregation function 21 Change tag time series aggregation function 22 Change tag changer unit aggregation function

Claims (11)

一つのアプリケーションを構成する一つ以上のソースファイルと、
前記ソースファイルに対し変更する内容を示す要件を一つ以上管理するとともに、前記ソースファイルを変更するとき前記ソースファイルの変更箇所すべてにしるしとして記録される変更タグを前記要件一つに対して一つ紐付して管理するプログラム変更履歴書と、
前記ソースファイルに対して変更があればリビジョンを更新・管理し、前記ソースファイルのリビジョンに対して前記アプリケーションを構成する全ソースファイルに対して一つのバージョンを付与し、前記バージョンを指定することにより前記全ソースファイルのリビジョンを取得可能なバージョン管理ツールと、
一つのバージョンの前記全ソースファイルにしるしとして記録されている前記変更タグを前記全ソースファイルから検索して管理データとして登録するとともに、前記管理データを複数登録し前記要件と前記変更タグと前記バージョンを紐付けすることを可能とする管理手段と、
を備えることを特徴とする要件管理装置。
One or more source files that make up one application,
One or more requirements indicating contents to be changed with respect to the source file are managed, and when the source file is changed, a change tag recorded as an indicia for all the changed portions of the source file is assigned to the one requirement. Program change resumes that are linked and managed,
If there is a change to the source file, the revision is updated and managed, one version is assigned to all source files constituting the application for the revision of the source file, and the version is designated. A version control tool capable of obtaining revisions of all the source files;
The change tag recorded as a mark in all the source files of one version is searched from all the source files and registered as management data, and a plurality of the management data are registered, and the requirement, the change tag, and the version are registered. A management means that makes it possible to link
A requirement management device comprising:
前記変更タグは変更タグであることを示すキーワードを保有し、
前記全ソースファイルから前記変更タグであることを示すキーワードを検索し、一つの管理データを自動的に作成する管理データ作成機能を、さらに備えることを特徴とする請求項1に記載の要件管理装置。
The change tag has a keyword indicating that it is a change tag,
The requirement management apparatus according to claim 1, further comprising a management data creation function for retrieving a keyword indicating the change tag from all the source files and automatically creating one management data. .
前記管理手段が保有する指定したバージョン以前の管理データに登録されている変更タグを検索して取得することで、指定したバージョン以前に埋め込まれた全変更タグを追跡可能とする変更タグ集計機能を、さらに備えることを特徴とする請求項1に記載の要件管理装置。   A change tag totaling function that makes it possible to track all change tags embedded before the specified version by searching and acquiring change tags registered in the management data of the specified version or earlier held by the management means The requirement management apparatus according to claim 1, further comprising: 複数のバージョンを指定して指定したバージョンごとに前記管理手段が保有する指定したバージョン以前の管理データに登録されている変更タグを検索して取得し、複数のバージョン間の全変更タグの差分をとることで複数のバージョン間で追加された変更タグを追跡可能とする変更タグ差分抽出機能を、さらに備えることを特徴とする請求項1に記載の要件管理装置。   For each version specified by specifying multiple versions, search for and acquire change tags registered in the management data prior to the specified version held by the management means, and find the difference of all change tags between multiple versions The requirement management apparatus according to claim 1, further comprising a change tag difference extraction function that enables tracking of change tags added between a plurality of versions. 前記変更タグを指定して前記管理手段が保有する全管理データに含まれる変更タグを検索し、前記変更タグがソースファイルに記録された最初のバージョンを特定して前記変更タグに対応する要件がいつのバージョンで変更されたかを追跡可能とする変更バージョン特定機能を、さらに備えることを特徴とする請求項1に記載の要件管理装置。   There is a requirement to specify the change tag, search for a change tag included in all management data held by the management means, identify the first version recorded in the source file, and correspond to the change tag. The requirement management apparatus according to claim 1, further comprising a changed version specifying function that enables tracking of when the version is changed. 前記変更タグは開発工程を分類するキーワードを保有し、
前記管理手段が保有する管理データに含まれる前記変更タグを解析し、前記開発工程ごとの変更タグの数を集計可能とする変更タグ工程単位集計機能を、さらに備えることを特徴とする請求項1に記載の要件管理装置。
The change tag has keywords that classify the development process,
The change tag process unit totaling function which analyzes the said change tag contained in the management data which the said management means hold | maintains, and can count the number of the change tags for every said development process is further provided. Requirements management device described in 1.
前記変更タグは発生要因を分類するキーワードを保有し、
前記管理手段が保有する管理データに含まれる前記変更タグを解析し、前記発生要因ごとの変更タグの数を集計可能とする変更タグ発生要因単位集計機能を、さらに備えることを特徴とする請求項1または6に記載の要件管理装置。
The change tag has a keyword for classifying the cause of occurrence,
The change tag generation factor unit totaling function capable of analyzing the change tag included in the management data held by the management unit and counting the number of change tags for each generation factor is further provided. The requirement management apparatus according to 1 or 6.
前記変更タグは変更タグに係る日付を保有し、
前記管理手段が保有する管理データに含まれる前記変更タグを解析し、時系列に変更タグの数を集計可能とする変更タグ時系列集計機能を、さらに備えることを特徴とする請求項1または6または7に記載の要件管理装置。
The change tag has a date related to the change tag,
The change tag time series totaling function which analyzes the change tag contained in the management data which the management means holds and makes it possible to count the number of change tags in time series is further provided. Or the requirement management apparatus of 7.
前記変更タグは変更者を分類するキーワードを保有し、
前記管理手段が保有する管理データに含まれる前記変更タグを解析し、前記変更者ごとの変更タグの数を集計可能とする変更タグ変更者単位集計機能を、さらに備えることを特徴とする請求項1または6または7または8に記載の要件管理装置
The change tag has a keyword for classifying the changer,
The change tag changer unit totaling function which makes it possible to analyze the change tag included in the management data held by the management unit and to totalize the number of change tags for each of the changers. The requirement management apparatus according to 1 or 6 or 7 or 8
前記バージョン管理ツールは前記管理手段と一体となっていることを特徴とする請求項1に記載の要件管理装置。   The requirement management apparatus according to claim 1, wherein the version management tool is integrated with the management unit. 前記プログラム変更履歴書は前記管理手段と一体となっていることを特徴とする請求項1に記載の要件管理装置。   The requirement management apparatus according to claim 1, wherein the program change resume is integrated with the management unit.
JP2008140784A 2008-05-29 2008-05-29 Requirement management apparatus Pending JP2009289024A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008140784A JP2009289024A (en) 2008-05-29 2008-05-29 Requirement management apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008140784A JP2009289024A (en) 2008-05-29 2008-05-29 Requirement management apparatus

Publications (1)

Publication Number Publication Date
JP2009289024A true JP2009289024A (en) 2009-12-10

Family

ID=41458184

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008140784A Pending JP2009289024A (en) 2008-05-29 2008-05-29 Requirement management apparatus

Country Status (1)

Country Link
JP (1) JP2009289024A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9892107B2 (en) 2013-07-31 2018-02-13 International Business Machines Corporation Associating mentioned items between documents
JP2020115317A (en) * 2019-01-18 2020-07-30 株式会社東芝 Management device, method, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9892107B2 (en) 2013-07-31 2018-02-13 International Business Machines Corporation Associating mentioned items between documents
JP2020115317A (en) * 2019-01-18 2020-07-30 株式会社東芝 Management device, method, and program
JP7086873B2 (en) 2019-01-18 2022-06-20 株式会社東芝 Management equipment, methods and programs

Similar Documents

Publication Publication Date Title
US9703692B2 (en) Development supporting system
US10860312B1 (en) Defect ownership assignment system and predictive analysis for codebases
US10621212B2 (en) Language tag management on international data storage
US10175969B2 (en) Data processing for upgrading medical equipment
US7624394B1 (en) Software installation verification
US20140365990A1 (en) Software evaluation device and method
CN103019718A (en) Use of distributed source control in centralized source control environment
US10768928B2 (en) Software development work item management system
JP2016126552A (en) Test selection program, test selection method, and test selection device
EP3497612B1 (en) Method for identifying critical parts in software code
Ostrand et al. A Tool for Mining Defect-Tracking Systems to Predict Fault-Prone Files.
JP2009289024A (en) Requirement management apparatus
JP2006294019A (en) Generic software requirement analyzer
US9396239B2 (en) Compiling method, storage medium and compiling apparatus
JPH09160765A (en) Production of software parts
US20030220939A1 (en) Information processing system, information processing method, and information processing program
JP2007172223A (en) Repository system, method for managing repository, and its program
Rose et al. Concordance: A framework for managing model integrity
CN117573564B (en) Method for automatically identifying differences based on gitlab code submitted log
US20230252107A1 (en) Management device, management method, and storage medium
JP2007164241A (en) Software component retrieval system and method
CN114490291A (en) Information processing method and device, electronic equipment and computer readable storage medium
CN114510404A (en) Information processing method and device, electronic equipment and computer readable storage medium
JP2000112800A (en) File history management system
CN117149180A (en) Application replication method, device, equipment and medium for low-code development