JP4868754B2 - Review support program - Google Patents

Review support program Download PDF

Info

Publication number
JP4868754B2
JP4868754B2 JP2005092997A JP2005092997A JP4868754B2 JP 4868754 B2 JP4868754 B2 JP 4868754B2 JP 2005092997 A JP2005092997 A JP 2005092997A JP 2005092997 A JP2005092997 A JP 2005092997A JP 4868754 B2 JP4868754 B2 JP 4868754B2
Authority
JP
Japan
Prior art keywords
review
information
source
function
approver
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2005092997A
Other languages
Japanese (ja)
Other versions
JP2006277132A (en
Inventor
考博 東條
憲明 和田
三緒 塚田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2005092997A priority Critical patent/JP4868754B2/en
Publication of JP2006277132A publication Critical patent/JP2006277132A/en
Application granted granted Critical
Publication of JP4868754B2 publication Critical patent/JP4868754B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、レビュー支援プログラムに係り、特にコンピュータにおいて実行される情報のレビューを支援するレビュー支援プログラムに関する。 The present invention relates to a review support program , and more particularly to a review support program that supports review of information executed in a computer.

作成者により入力された情報を承認者がレビューする例としては、例えばプログラマにより入力されたソースコード(以下、ソースという)をレビュアがレビューするソースレビュー(以下、レビューという)がある。レビューとは、プログラマがコーディングを行った段階で、そのソースをレビュアが見直す作業である。   As an example where the approver reviews the information input by the creator, for example, there is a source review (hereinafter referred to as a review) in which a reviewer reviews source code (hereinafter referred to as a source) input by a programmer. Review is the work that a reviewer reviews the source at the stage of coding by a programmer.

近年、このようなソースのレビューは、コンピュータ上で実行されるレビュー支援プログラムを用いて行われている。例えば特許文献1には、レビューすべき部分を明示する形でソースを表示してレビューを支援する内容が記載されている。ソースのレビューはプログラム開発工程における単体テスト時のプログラム品質を向上させ、結合テスト時に余計な作業を発生させない為に効果的である。
特開平11−134188号公報
In recent years, such a source review is performed using a review support program executed on a computer. For example, Patent Document 1 describes contents for supporting a review by displaying a source in a form that clearly indicates a portion to be reviewed. Reviewing the source is effective because it improves the program quality during unit testing in the program development process and does not generate extra work during integration testing.
Japanese Patent Laid-Open No. 11-134188

しかしながら、ソースのレビューはレビュアの選定が面倒または多忙等の理由により実施が徹底されていなかった。ソースのレビューが実施されないと、プログラム開発工程における単体テスト時のプログラム品質は確保されず、結合テスト以降に余計な作業が発生してしまうという問題があった。   However, the review of the source was not thoroughly implemented because the reviewer selection was cumbersome or busy. If the source is not reviewed, the program quality during unit testing in the program development process is not ensured, and there is a problem that extra work occurs after the integration test.

本発明は、上記の点に鑑みなされたもので、レビューの実施を徹底させることができるレビュー支援プログラムを提供することを目的とする。 The present invention has been made in view of the above points, and an object of the present invention is to provide a review support program capable of thoroughly implementing a review.

上記課題を解決するため、本発明は、作成者の入力に基づき記憶手段に記憶され承認者によるレビューが必要な情報が所定条件に達したか否かを監視し、前記記憶手段に記憶された情報が所定条件に達すると、前記作成者の過去のミス率に応じて前記情報のレビューを行なう承認者を選定し、前記情報に選定したレビューを設定し、前記選定された承認者による前記記憶手段に記憶された情報へのレビュー処理によりレビューの設定が解除されるまで、前記情報に対する編集を禁止する、処理をコンピュータに実行させるレビュー支援プログラムであることを特徴とする。 In order to solve the above problems, the present invention monitors whether or not information that needs to be reviewed by an approver reaches a predetermined condition and is stored in the storage unit based on the input of the creator. When the information reaches a predetermined condition, the approver who reviews the information according to the past error rate of the creator is selected, the selected review is set in the information, and the approver selected by the selected approver It is a review support program that causes a computer to execute a process that prohibits editing of the information until the review setting is canceled by the review process on the information stored in the storage unit.

本発明では、作成者により入力され承認者によるレビューが必要な情報が所定条件に達すると、作成者による情報の編集が禁止される。即ち、作成者は情報に対する編集ができなくなるため、情報の作成を進めることができなくなる。例えば承認者によるレビューが完了した時点で情報に対する編集を再び許可するようにすれば、レビューは迅速かつ確実に行われることになる。 In the present invention, when information that is input by the creator and requires review by the approver reaches a predetermined condition, editing of the information by the creator is prohibited. In other words, the creator cannot edit the information, and cannot create the information. For example, if the information is again allowed to be edited when the review by the approver is completed, the review can be performed quickly and reliably.

上述の如く、本発明によれば、レビューの実施を徹底させることができるレビュー支援プログラムを提供可能である。 As described above, according to the present invention, it is possible to provide a review support program capable of thoroughly implementing a review.

次に、本発明を実施するための最良の形態を、以下の実施例に基づき図面を参照しつつ説明していく。なお、本実施例では作成者により入力された情報を承認者がレビューする例として、プログラマにより入力されたソースをレビュアがレビューする例について説明するが、ソースのレビューに限定するものではない。本発明は、作成者により入力された情報を承認者がレビューする作業を支援する様々なプログラム、装置,機器などに適用可能である。   Next, the best mode for carrying out the present invention will be described based on the following embodiments with reference to the drawings. In this embodiment, an example in which a reviewer reviews a source input by a programmer will be described as an example in which an approver reviews information input by a creator. However, the present invention is not limited to reviewing a source. The present invention can be applied to various programs, devices, devices, and the like that support the work of an approver reviewing information input by a creator.

図1は本発明のレビュー支援方法の各ステップを実行するコンピュータのハードウェア構成図である。図1のコンピュータは、それぞれバスで相互に接続されている入力装置10,出力装置11,ドライブ装置12,補助記憶装置13,メモリ装置14,演算処理装置15及びインターフェース装置16を有するように構成される。なお、コンピュータを構成する各種デバイスは1つの筐体に収容してもよいし、複数の筐体に分散して収容するようにしてもよい。   FIG. 1 is a hardware configuration diagram of a computer that executes each step of the review support method of the present invention. The computer shown in FIG. 1 includes an input device 10, an output device 11, a drive device 12, an auxiliary storage device 13, a memory device 14, an arithmetic processing device 15, and an interface device 16 that are mutually connected by a bus. The Various devices constituting the computer may be housed in a single housing or may be housed in a plurality of housings.

入力装置10はキーボード,マウス,タブレットなどの入力機器で構成され、様々な操作指示や情報(データ,ソースなど)を入力するために用いられる。出力装置11はディスプレイやプリンタなどの出力機器で構成され、操作に必要な各種ウインドウや情報等を出力するために用いられる。インターフェース装置16は、ネットワーク等に接続する為のインターフェースであり、例えばモデム,ルータ,LANカード等で構成される。   The input device 10 includes input devices such as a keyboard, a mouse, and a tablet, and is used to input various operation instructions and information (data, source, etc.). The output device 11 includes output devices such as a display and a printer, and is used to output various windows and information necessary for operation. The interface device 16 is an interface for connecting to a network or the like, and includes, for example, a modem, a router, a LAN card, and the like.

コンピュータを制御するレビュー支援方法の各ステップをコンピュータに実行させるレビュー支援プログラムは、CD−ROM等の記録媒体17によって提供される。レビュー支援プログラムを記録した記録媒体17は、ドライブ装置12にセットされる。レビュー支援プログラムは、記録媒体17からドライブ装置12を介して補助記憶装置13にインストールされる。   A review support program for causing a computer to execute each step of the review support method for controlling the computer is provided by a recording medium 17 such as a CD-ROM. The recording medium 17 on which the review support program is recorded is set in the drive device 12. The review support program is installed in the auxiliary storage device 13 from the recording medium 17 via the drive device 12.

なお、レビュー支援プログラムを記録した記録媒体17は、CD−ROM、フレキシブルディスク、光磁気ディスク(MO)等の様に情報を光学的,電気的或いは磁気的に記録する記録媒体、又はROM、フラッシュメモリ等の様に情報を電気的に記録する半導体メモリ等、様々なタイプの記録媒体を用いることが可能である。   The recording medium 17 on which the review support program is recorded is a recording medium on which information is optically, electrically, or magnetically recorded, such as a CD-ROM, flexible disk, magneto-optical disk (MO), etc., or ROM, flash Various types of recording media such as a semiconductor memory that electrically records information, such as a memory, can be used.

また、レビュー支援プログラムはインターフェース装置16を介して接続される他のコンピュータの記録媒体等に記録されているものも含まれる。他のコンピュータの記録媒体等に記録されているレビュー支援プログラムはインターフェース装置16を介してダウンロードされて補助記憶装置13にインストールされる。補助記憶装置13はインストールされたレビュー支援プログラムと、そのレビュー支援プログラムの処理に必要な各種ファイル等を格納する。   The review support program includes a program recorded on a recording medium of another computer connected via the interface device 16. The review support program recorded on the recording medium of another computer is downloaded via the interface device 16 and installed in the auxiliary storage device 13. The auxiliary storage device 13 stores the installed review support program and various files necessary for processing the review support program.

メモリ装置14は、起動時に補助記憶装置13からレビュー支援プログラムを読み出して格納する。演算処理装置15は、メモリ装置14に格納されたレビュー支援プログラムに従ってソースのレビューに必要な一部又は全部の機能を実現することができる。   The memory device 14 reads and stores the review support program from the auxiliary storage device 13 at the time of activation. The arithmetic processing unit 15 can realize part or all of the functions necessary for the source review according to the review support program stored in the memory device 14.

レビュー支援プログラムを実行するコンピュータは、ネットワークに接続せず、単独で利用する形態(いわゆるスタンドアローン)としてもよいし、図2のようにネットワークに接続して利用する形態としてもよい。図2は、レビュー支援方法の各ステップを実行するコンピュータをネットワークに接続して利用するシステムの一実施例の構成図である。   The computer that executes the review support program may be used alone (so-called stand-alone) without being connected to the network, or may be connected to the network and used as shown in FIG. FIG. 2 is a configuration diagram of an embodiment of a system in which a computer that executes each step of the review support method is connected to a network and used.

図2のシステムは、レビュー支援方法の各ステップを実行するサーバ装置20,1つ以上のクライアント21a〜21nが、インターネットやLAN等の所定のネットワーク23を介して接続された構成である。なお、いずれかのクライアントを示す場合は、単に参照符号21を用いる。図2のシステムでは、プログラマとレビュアとが別々のクライアント21を操作することができる。なお、レビュー支援方法の各ステップを実行するコンピュータをスタンドアローンで利用する場合はプログラマとレビュアとが同じコンピュータを操作する。   The system of FIG. 2 has a configuration in which a server device 20 that executes each step of the review support method and one or more clients 21a to 21n are connected via a predetermined network 23 such as the Internet or a LAN. Note that reference numeral 21 is simply used to indicate any client. In the system of FIG. 2, a programmer and a reviewer can operate different clients 21. When a computer that executes each step of the review support method is used in a stand-alone manner, a programmer and a reviewer operate the same computer.

一方、図2のシステムの場合、プログラマは、必要に応じてプログラマ用クライアント21を操作してサーバ装置20に接続し、ソースの作成を行なう。サーバ装置20は、プログラマがログインしてきたときにソースの作成の為の各種機能をクライアント21に提供する。   On the other hand, in the case of the system shown in FIG. 2, the programmer operates the programmer client 21 as necessary to connect to the server device 20 to create a source. The server device 20 provides the client 21 with various functions for creating a source when a programmer logs in.

レビュアは、必要に応じてクライアント21を操作してサーバ装置20に接続し、レビューを行う。サーバ装置20は、レビュアがログインしてきたときにレビューを行なう為の各種機能をクライアント21に提供する。   The reviewer operates the client 21 as necessary to connect to the server device 20 and performs a review. The server device 20 provides the client 21 with various functions for performing a review when the reviewer logs in.

以下、レビュー支援プログラムを実行するコンピュータをスタンドアローンで利用する例を説明するが、レビュー支援方法の各ステップを実行するコンピュータをネットワークに接続して利用する場合も同様である。図2のシステムは、クライアント・サーバシステムを利用して、レビュー支援方法の各ステップを実行する例である。   Hereinafter, an example in which a computer that executes a review support program is used in a stand-alone manner will be described, but the same applies to a case where a computer that executes each step of the review support method is connected to a network and used. The system of FIG. 2 is an example in which each step of the review support method is executed using a client / server system.

レビュー支援方法の各ステップを実行するコンピュータは、例えば図3に示すような各種機能を実現する。図3は、レビュー支援方法の各ステップを実行するコンピュータの一例の機能図である。レビュー支援方法の各ステップを実行するコンピュータは、認証機能31,ソース管理機能32,テーブル管理機能33,コーディング機能34,レビュー機能35,ソース管理DB36,ミスカテゴリテーブル37,ミス発見カテゴリテーブル38およびミス統計情報テーブル39を有する構成である。図3に示した各種機能の動作は、後述する。   The computer that executes each step of the review support method realizes various functions as shown in FIG. 3, for example. FIG. 3 is a functional diagram of an example of a computer that executes each step of the review support method. The computer that executes each step of the review support method includes an authentication function 31, a source management function 32, a table management function 33, a coding function 34, a review function 35, a source management DB 36, a miss category table 37, a miss discovery category table 38, and a miss. This is a configuration having a statistical information table 39. The operation of the various functions shown in FIG. 3 will be described later.

図4は、レビュー支援方法の各ステップを実行するコンピュータの処理手順の一例を表した全体フローチャートである。ステップS1に進み、ソース管理機能32はソース管理DB36に記憶されているソースを読み出して図5のようなソース管理画面100を出力装置11に表示する。   FIG. 4 is an overall flowchart showing an example of a processing procedure of a computer that executes each step of the review support method. In step S <b> 1, the source management function 32 reads the source stored in the source management DB 36 and displays the source management screen 100 as shown in FIG. 5 on the output device 11.

図5は、ソース管理画面の一例のイメージ図である。ソース管理画面100は、画面左部分101に例えば一のプロジェクトが管理しているソースのファイル一覧、画面右部分102にファイル一覧で選択されているソースの内容が表示されている。プログラマおよびレビュアは、コーディングまたはレビューするソースを画面左部分101のファイル一覧から例えば右クリックにより選択する。   FIG. 5 is an image diagram of an example of a source management screen. In the source management screen 100, for example, a file list of sources managed by one project is displayed on the left portion 101 of the screen, and the contents of the source selected in the file list are displayed on the right portion 102 of the screen. The programmer and the reviewer select the source to be coded or reviewed from the file list in the left part 101 of the screen, for example, by right clicking.

ステップS2に進み、ソース管理機能32は画面左部分101のファイル一覧に含まれるソースが右クリックされたか否かを判定する。画面左部分101のファイル一覧に含まれるソースが右クリックされなければ(S2においてNO)、ソース管理機能32はステップS1,S2の処理を繰り返す。画面左部分101のファイル一覧に含まれるソースが右クリックされれば(S2においてYES)、ソース管理機能32はステップS3に進み、図6のような右クリックメニュー画面103を出力装置11に表示する。   In step S2, the source management function 32 determines whether or not a source included in the file list in the left portion 101 of the screen has been right-clicked. If the source included in the file list in the left portion 101 of the screen is not right-clicked (NO in S2), the source management function 32 repeats the processes in steps S1 and S2. If the source included in the file list in the left portion 101 of the screen is right-clicked (YES in S2), the source management function 32 proceeds to step S3 and displays the right-click menu screen 103 as shown in FIG. .

図6は、右クリックメニュー画面の一例のイメージ図である。右クリックメニュー画面103では、プログラマまたはレビュアが、画面左部分101のファイル一覧から選択したソースのコーディングまたはレビューを指定できる。   FIG. 6 is an image diagram of an example of a right-click menu screen. On the right-click menu screen 103, the programmer or reviewer can specify the coding or review of the source selected from the file list in the left portion 101 of the screen.

ステップS4に進み、ソース管理機能32は右クリックメニュー画面103からコーディングが指定されたか否かを判定する。コーディングが指定されたと判定すると(S4においてYES)、ソース管理機能32はステップS5に進み、後述するコーディング処理を行ったあと、ステップS1に戻る。   In step S 4, the source management function 32 determines whether or not coding is designated from the right-click menu screen 103. If it is determined that coding is designated (YES in S4), the source management function 32 proceeds to step S5, performs coding processing described later, and then returns to step S1.

一方、コーディングが指定されていないと判定すると(S4においてNO)、ソース管理機能32はステップS6に進み、右クリックメニュー画面103からレビューが指定されたか否かを判定する。レビューが指定されたと判定すると(S6においてYES)、ソース管理機能32はステップS7に進み、後述するレビュー処理を行ったあと、ステップS1に戻る。   On the other hand, if it is determined that coding is not specified (NO in S4), the source management function 32 proceeds to step S6 and determines whether or not a review is specified from the right-click menu screen 103. If it is determined that a review is designated (YES in S6), the source management function 32 proceeds to step S7, performs a review process described later, and then returns to step S1.

一方、レビューが指定されていないと判定すると(S6においてNO)、ソース管理機能32はステップS8に進み、終了か否かを判定する。終了でないと判定すると(S8においてNO)、ソース管理機能32はステップS1に戻る。終了であると判定すると(S8においてYES)、ソース管理機能32は図4に示す全体フローチャートを終了する。   On the other hand, if it is determined that the review is not designated (NO in S6), the source management function 32 proceeds to step S8 and determines whether or not the review is finished. If it is determined that the processing is not finished (NO in S8), the source management function 32 returns to step S1. If it is determined that the processing is finished (YES in S8), the source management function 32 finishes the overall flowchart shown in FIG.

次に、ステップS5のコーディング処理について説明する。図7は、コーディング処理の手順を表したフローチャートである。ステップS11に進み、ソース管理機能32はファイル一覧から選択されたソースがレビュー設定済みか否かを判定する。レビュー設定済みでないと判定すると(S11においてNO)、ソース管理機能32はステップS12に進み、図8に示すチェックアウト処理を行う。   Next, the coding process in step S5 will be described. FIG. 7 is a flowchart showing the procedure of the coding process. In step S11, the source management function 32 determines whether the source selected from the file list has been set for review. If it is determined that the review setting has not been completed (NO in S11), the source management function 32 proceeds to step S12 and performs the checkout process shown in FIG.

図8は、チェックアウト処理の手順を表したフローチャートである。ステップS31に進み、ソース管理機能32はソース管理DB36より対象となるソースを取得する。ステップS32に進み、ソース管理機能32はステップS31で取得したソースが同時編集不可か否かを判定する。同時編集不可であると判定すると(S32においてYES)、ソース管理機能32はステップS33に進み、ステップS31で取得したソースがロックされているか否かを判定する。ここで、ソースがロックされている状態とは、一人の編集しか認めないソースであるときに、そのソースが他のプログラマに割り当てられている状態を表している。   FIG. 8 is a flowchart showing the procedure of the checkout process. In step S31, the source management function 32 acquires the target source from the source management DB 36. In step S32, the source management function 32 determines whether or not the source acquired in step S31 cannot be edited simultaneously. If it is determined that simultaneous editing is not possible (YES in S32), the source management function 32 proceeds to step S33 and determines whether or not the source acquired in step S31 is locked. Here, the state in which the source is locked represents a state in which the source is assigned to another programmer when the source allows only one person to edit.

ロックされていないと判定すると(S33においてNO)、ソース管理機能32はステップS34に進み、ステップS31で取得したソースをロックする。そして、ソース管理機能32はステップS36に進む。なお、同時編集不可でないと判定したときも(S32においてNO)、ソース管理機能32はステップS36に進む。ここで、同時編集不可でないソースとは、複数人の協働編集を認めるソースをいう。   If it is determined that it is not locked (NO in S33), the source management function 32 proceeds to step S34 and locks the source acquired in step S31. Then, the source management function 32 proceeds to step S36. Even when it is determined that simultaneous editing is not possible (NO in S32), the source management function 32 proceeds to step S36. Here, a source that is not simultaneously editable means a source that allows collaborative editing of a plurality of people.

ステップS36では、ソース管理機能32が、ソース管理DB36に利用者IDと利用中である旨を記憶することで、ソースを現在のプログラマに割り当てる。なお、ロックされていると判定すると(S33においてYES)、ソース管理機能32はステップS35に進み、ステップS31で取得したソースが使用中であることを出力装置11に表示して警告する。そして、ソース管理機能32は図4のステップS1に戻る。   In step S36, the source management function 32 stores the user ID and the fact that it is in use in the source management DB 36, thereby allocating the source to the current programmer. If it is determined that the source is locked (YES in S33), the source management function 32 proceeds to step S35 and displays a warning on the output device 11 that the source acquired in step S31 is in use. Then, the source management function 32 returns to step S1 in FIG.

ステップS31で取得したソースが割り当てられると、ソース管理機能32は図7のステップS13に進み、コーティング機能34に処理の開始を指示する。コーディング機能34は、図9のようなコーディング画面110を出力装置11に表示する。   When the source acquired in step S31 is assigned, the source management function 32 proceeds to step S13 in FIG. 7 and instructs the coating function 34 to start processing. The coding function 34 displays a coding screen 110 as shown in FIG. 9 on the output device 11.

図9は、コーディング画面の一例のイメージ図である。コーディング画面110ではプログラマにより入力された行のうちレビューが未完の行が視認できるように、レビュー待ち色(例えば黄色)で塗りつぶされる。図9のコーディング画面110では、レビュー待ち色で塗りつぶされた部分を点線で囲っている。なお、実際のコーディング画面110では、文字背景に対してレビュー待ち色が塗りつぶされるため、文字の閲覧が可能である。   FIG. 9 is an image diagram of an example of a coding screen. The coding screen 110 is filled with a review wait color (for example, yellow) so that lines that have not been reviewed among the lines input by the programmer can be viewed. In the coding screen 110 of FIG. 9, a portion painted with the review wait color is surrounded by a dotted line. Note that, in the actual coding screen 110, the review wait color is painted over the character background, so that characters can be viewed.

コーディング機能34は、コーディング画面110に対するプログラマからの入力を受け付ける。ステップS14に進み、コーディング機能34はプログラマからの入力がチェックイン指示であるか否かを判定する。   The coding function 34 accepts input from the programmer to the coding screen 110. In step S14, the coding function 34 determines whether or not the input from the programmer is a check-in instruction.

チェックイン指示でなければ(S14においてNO)、コーディング機能34はステップS15に進み、プログラマからの入力が新規編集行であるか否かを判定する。プログラマからの入力が新規編集行であれば(S15においてYES)、コーディング機能34はステップS16に進む。   If it is not a check-in instruction (NO in S14), the coding function 34 proceeds to step S15, and determines whether or not the input from the programmer is a new edit line. If the input from the programmer is a new edit line (YES in S15), coding function 34 proceeds to step S16.

ステップS16では、コーディング機能34が、編集行数をカウントアップする。ステップS17に進み、コーディング機能34は残行数をカウントダウンする。ステップS18に進み、コーディング機能34はレビュー条件が満了したか否かを判定する。ステップS18に設定されているレビュー条件は、指定行数まで編集したこと及び残行数の警告に応答したことである。   In step S16, the coding function 34 counts up the number of edit lines. In step S17, the coding function 34 counts down the number of remaining lines. In step S18, the coding function 34 determines whether the review condition has expired. The review conditions set in step S18 are that the specified number of lines have been edited and that the remaining number of lines has been warned.

レビュー条件が満了していないと判定すると(S18においてNO)、コーディング機能34はステップS21に進み、警告すべき警告残行数であるか否かを判定する。警告残行数でなければ(S21においてNO)、コーディング機能34はステップS13に戻り、再びコーディング画面110に対するプログラマからの入力を受け付ける。   If it is determined that the review condition has not expired (NO in S18), the coding function 34 proceeds to step S21 and determines whether or not the number of remaining warning lines to be warned. If it is not the number of remaining warning lines (NO in S21), the coding function 34 returns to step S13 and accepts input from the programmer to the coding screen 110 again.

警告残行数であれば(S21においてYES)、コーディング機能34はステップS22に進み、図10のような残行数警告画面120を出力装置11に表示する。図10は、残行数警告画面の一例のイメージ図である。図10の残行数警告画面120は、残行数が5行となったときにプログラマに指定行数間近である旨を知らせるポップアップメッセージである。なお、指定行数の何行前に残行数警告画面120を出力装置11に表示するかはカスタマイズ可能である。   If it is the number of warning remaining lines (YES in S21), the coding function 34 proceeds to step S22, and displays the remaining number of lines warning screen 120 as shown in FIG. FIG. 10 is an image diagram of an example of the remaining row number warning screen. The remaining line number warning screen 120 in FIG. 10 is a pop-up message notifying the programmer that the number of remaining lines is approaching when the remaining line number reaches 5. Note that the number of remaining lines before the designated number of lines can be customized to display the remaining line number warning screen 120 on the output device 11.

ステップS23に進み、コーディング機能34は図10の残行数警告画面120の確認ボタンが押下されたか否かを判定する。確認ボタンが押下されたと判定すると(S23においてYES)、コーディング機能34はステップS13に戻り、再びコーディング画面110に対するプログラマからの入力を受け付ける。確認ボタンが押下されていないと判定すると(S23においてNO)、コーディング機能34はステップS22に戻る。   In step S23, the coding function 34 determines whether the confirmation button on the remaining row number warning screen 120 in FIG. 10 has been pressed. If it is determined that the confirmation button has been pressed (YES in S23), the coding function 34 returns to step S13 and accepts input from the programmer to the coding screen 110 again. If it is determined that the confirmation button has not been pressed (NO in S23), coding function 34 returns to step S22.

一方、レビュー条件が満了していると判定すると(S18においてNO)、コーディング機能34はステップS19に進み、図11に示すレビュア設定処理を行う。図11は、レビュア設定処理の手順を表したフローチャートである。ステップS41に進み、コーディング機能34はレビュー機能35にレビュア設定処理の開始を指示する。   On the other hand, if it is determined that the review condition has expired (NO in S18), the coding function 34 proceeds to step S19 and performs the reviewer setting process shown in FIG. FIG. 11 is a flowchart showing the procedure of the reviewer setting process. In step S41, the coding function 34 instructs the review function 35 to start the reviewer setting process.

ステップS41に進み、レビュー機能35はテーブル管理機能33に対し、プログラマの利用者IDをキー情報としたミスカテゴリテーブル37の検索を依頼する。図12はミスカテゴリテーブルの一例の構成図である。図12のミスカテゴリテーブル37は、プログラマ名,利用者ID,ミスのカテゴリ,ミスの回数および最後のミス年月日から成るレコードにより構成されている。ミスカテゴリテーブル37は、プログラマが犯したミスをカテゴリ毎にカウントするものである。   In step S41, the review function 35 requests the table management function 33 to search the miss category table 37 using the programmer user ID as key information. FIG. 12 is a configuration diagram of an example of the miss category table. The miss category table 37 shown in FIG. 12 includes a record including a programmer name, a user ID, a miss category, the number of misses, and the last miss date. The miss category table 37 counts mistakes made by the programmer for each category.

ステップS42に進み、レビュー機能35はテーブル管理機能33からプログラマの利用者IDをキー情報としたミスカテゴリテーブル37の検索結果として、そのプログラマが過去に犯したミスの回数をミスのカテゴリ毎に取得できる。また、レビュー機能35はテーブル管理機能33から、そのプログラマのレビュー回数を取得する。   In step S42, the review function 35 obtains the number of mistakes the programmer has made in the past for each category of mistakes as a search result of the mistake category table 37 using the user ID of the programmer as key information from the table management function 33. it can. Further, the review function 35 acquires the number of reviews by the programmer from the table management function 33.

ステップS43に進み、レビュー機能35は最もミスの多いカテゴリのミスの回数とレビュー回数とで、そのプログラマのミス率を算出する。ステップS43で算出されたミス率は、他のプログラマのミス率との比較により「ミス率が高い」,「ミス率が中位」,「ミス率が低い」に分けることができる。   In step S43, the review function 35 calculates the error rate of the programmer based on the number of mistakes in the category with the most mistakes and the number of reviews. The miss rate calculated in step S43 can be divided into “high miss rate”, “medium miss rate”, and “low miss rate” by comparison with the miss rate of other programmers.

ステップS44に進み、レビュー機能35はテーブル管理機能33に対し、最もミスの多いカテゴリの発見回数をキー情報としたミス発見カテゴリテーブル38のソートを依頼する。図13は、ミス発見カテゴリテーブルの一例の構成図である。図13のミス発見カテゴリテーブル38は、レビュア名,発見ミスカテゴリ,発見回数,最後の発見年月日から成るレコードにより構成されている。ミス発見カテゴリテーブル38は、レビュアが発見したミスをカテゴリ毎にカウントするものである。   In step S44, the review function 35 requests the table management function 33 to sort the miss-discovery category table 38 using the number of discoveries of the category with the most mistakes as key information. FIG. 13 is a configuration diagram of an example of the miss finding category table. The miss-discovery category table 38 in FIG. 13 is composed of records including reviewer names, discovery-miss categories, discovery times, and the last discovery date. The miss discovery category table 38 counts mistakes discovered by reviewers for each category.

ステップS45に進み、レビュー機能35は、そのプログラマのミス率が高いか否かを判定する。ミス率が高いと判定すると(S45においてYES)、レビュー機能35はステップS46に進み、そのプログラマが最も犯しやすいミスのカテゴリの発見回数の多い上級レビュアを割り当てたあと、ステップS51に進む。一方、ミス率が高くないと判定すると(S45においてNO)、レビュー機能35はステップS47に進む。   In step S45, the review function 35 determines whether the error rate of the programmer is high. If it is determined that the error rate is high (YES in S45), the review function 35 proceeds to step S46, and after assigning an advanced reviewer who finds the category of mistakes most likely to be committed by the programmer, proceeds to step S51. On the other hand, if it is determined that the error rate is not high (NO in S45), review function 35 proceeds to step S47.

ステップS47に進み、レビュー機能35は、そのプログラマのミス率が中位か否かを判定する。ミス率が中位と判定すると(S47においてYES)、レビュー機能35はステップS48に進み、そのプログラマが最も犯しやすいミスのカテゴリの発見回数の中位の中級レビュアを割り当てたあと、ステップS51に進む。一方、ミス率が中位でないと判定すると(S47においてNO)、レビュー機能35はステップS50に進む。   In step S47, the review function 35 determines whether the error rate of the programmer is medium. If the error rate is determined to be medium (YES in S47), the review function 35 proceeds to step S48, and after assigning an intermediate reviewer of the number of miss categories found most likely to be committed by the programmer, the process proceeds to step S51. . On the other hand, if it is determined that the miss rate is not medium (NO in S47), review function 35 proceeds to step S50.

ステップS50に進み、レビュー機能35は、そのプログラマのミス率が高くも中位でもなかったので、そのプログラマが最も犯しやすいミスのカテゴリの発見回数の少ない初級レビュアを割り当てたあと、ステップS51に進む。   Proceeding to step S50, the review function 35 assigns a beginner reviewer who finds the category of the mistake category most likely to be committed by the programmer because the error rate of the programmer is neither high nor medium, and then proceeds to step S51. .

ステップS51に進み、レビュー機能35はレビューの対象となるソースにレビューを設定すると共に、ステップS46,S48,S50で割り当てたレビュアの利用者IDを例えばソース管理DB36に記憶させる。図11のレビュア設定処理では、プログラマが過去に起こしたミスのカテゴリ毎の回数とレビュアが発見したミスのカテゴリ毎の発見回数とに応じて自動的にレビュアを割り当て可能である。   In step S51, the review function 35 sets a review for the source to be reviewed, and stores the reviewer user ID assigned in steps S46, S48, and S50 in the source management DB 36, for example. In the reviewer setting process of FIG. 11, reviewers can be automatically assigned according to the number of mistakes made by the programmer for each category and the number of mistakes found by the reviewer for each category.

なお、ステップS19のレビュア設定処理は、必ずしも自動的にレビュアを割り当てなくてもよく、プロジェクト管理者(リーダ)がレビュアを選定する際に、図14のようなレビュア候補表示画面130を出力装置11に表示するようにしてもよい。   The reviewer setting process in step S19 does not necessarily have to automatically assign reviewers. When a project manager (leader) selects a reviewer, a reviewer candidate display screen 130 as shown in FIG. May be displayed.

図14は、レビュア候補表示画面の一例のイメージ図である。図14のレビュア候補表示画面130は、そのプログラマのミスの特徴と、選定したレビュア候補のミス発見率の特徴とを情報として含んでいる。なお、プログラマのミスの特徴と選定したレビュア候補のミス発見率の特徴とは、ミスカテゴリテーブル37およびミス発見カテゴリテーブル38から得ることができる。プロジェクト管理者は、レビュア候補表示画面130に含まれる情報を参考に、そのプログラマに適したレビュアを容易に選定できる。   FIG. 14 is an image diagram of an example of a reviewer candidate display screen. The reviewer candidate display screen 130 of FIG. 14 includes information on the characteristics of the programmer's mistakes and the characteristics of the mistaken discovery rate of the selected reviewer candidate. The characteristics of the programmer's mistake and the characteristics of the selected reviewer candidate's error detection rate can be obtained from the error category table 37 and the error detection category table 38. The project manager can easily select a reviewer suitable for the programmer with reference to information included in the reviewer candidate display screen 130.

ステップS19のレビュア設定処理が終了すると、コーディング機能34はステップS20に進み、図15に示すチェックイン処理を行う。なお、ステップS14においてチェックイン指示であると判定した場合も(S14においてYES)、コーディング機能34はステップS20に進み、図15に示すチェックイン処理を行う。   When the reviewer setting process in step S19 is completed, the coding function 34 proceeds to step S20 and performs the check-in process shown in FIG. Even when it is determined in step S14 that the instruction is a check-in instruction (YES in S14), the coding function 34 proceeds to step S20 and performs the check-in process shown in FIG.

図15は、チェックイン処理の手順を表したフローチャートである。ステップS61に進み、コーディング機能34はソース管理機能32に依頼して、コーディング処理の内容をソース管理DB36の対象となるソースに反映させる。   FIG. 15 is a flowchart showing the procedure of the check-in process. In step S61, the coding function 34 requests the source management function 32 to reflect the contents of the coding process in the source that is the target of the source management DB 36.

ステップS62に進み、ソース管理機能32は対象となるソースが同時編集不可か否かを判定する。同時編集不可であると判定すると(S62においてYES)、ソース管理機能32はステップS63に進み、対象となるソースのロック解除を行なう。同時編集不可でない判定すると(S62においてNO)、ソース管理機能32はステップS64に進み、コンフリクト処理を行う。ここでコンフリクト処理とは、複数のプログラマによる同時編集時に編集箇所の整合性を取る処理であって、異なるプログラマから同一箇所の編集が行われていないかチェックするものであるが、従来技術であって、本願の本質ではないため詳述しない。   In step S62, the source management function 32 determines whether the target source cannot be edited simultaneously. If it is determined that simultaneous editing is not possible (YES in S62), the source management function 32 proceeds to step S63 and unlocks the target source. If it is determined that simultaneous editing is not possible (NO in S62), the source management function 32 proceeds to step S64 and performs conflict processing. Here, the conflict process is a process for ensuring consistency of editing parts at the time of simultaneous editing by a plurality of programmers, and checks whether the same part is being edited by different programmers. Since it is not the essence of the present application, it will not be described in detail.

ステップS63,S64に続いてステップS65に進み、ソース管理機能32はソース管理DB36の対象となるソースに、コーディング処理の内容を反映させたプログラマの利用者IDを記憶する。   Proceeding to step S65 following steps S63 and S64, the source management function 32 stores the programmer user ID reflecting the contents of the coding process in the source of the source management DB 36.

ステップS20のチェックイン処理が終了すると、コーディング機能34はコーディング処理を終了する。なお、ステップS11において、ソース管理機能32はレビュー設定済みであると判定すると(S11においてYES)、ステップS24に進み、レビュー待ち警告の画面を出力装置11に表示したあと、コーディング処理を終了する。   When the check-in process in step S20 ends, the coding function 34 ends the coding process. If it is determined in step S11 that the source management function 32 has been set for review (YES in S11), the process proceeds to step S24, a review wait warning screen is displayed on the output device 11, and the coding process is terminated.

即ち、プログラマによる編集行数がレビュー条件を満了したソースは、レビュー設定済みとなるため、後述するレビュー処理によりレビュー設定解除が行われるまで、コーディング処理が禁止される。したがって、プログラマはレビュアによるレビューを迅速かつ確実に行なうようになる。   That is, the source whose number of edit lines by the programmer has expired the review condition is already set for review, so that the coding process is prohibited until the review setting is canceled by the review process described later. Therefore, the programmer can quickly and surely review the reviewer.

次に、ステップS7のレビュー処理について説明する。図16,図17は、レビュー処理の手順を表したフローチャートである。ステップS71に進み、ソース管理機能32はファイル一覧から選択されたソースがレビュー対象であるか否かを判定する。レビュー対象であれば(S71においてYES)、ソース管理機能32は認証機能31を利用してレビュアの利用者IDを取得し、レビューの対象であるソースに割り当てたレビュアの利用者IDと合致するか否かを判定する。   Next, the review process in step S7 will be described. 16 and 17 are flowcharts showing the procedure of the review process. In step S71, the source management function 32 determines whether or not the source selected from the file list is a review target. If it is a review target (YES in S71), the source management function 32 uses the authentication function 31 to acquire the reviewer's user ID, and matches the reviewer's user ID assigned to the review target source. Determine whether or not.

レビューの対象であるソースに割り当てたレビュアの利用者IDと合致すれば(S72においてYES)、ソース管理機能32はステップS73に進み、図8を参照しつつ前述したチェックアウト処理を行う。ファイル一覧から選択されたソースがレビュアに割り当てられると、ソース管理機能32はステップS74に進み、レビュー機能35にレビュー処理の開始を指示する。レビュー機能35は、図18に示すようなレビュー画面140を出力装置11に表示する。   If it matches the user ID of the reviewer assigned to the source to be reviewed (YES in S72), the source management function 32 proceeds to step S73 and performs the checkout process described above with reference to FIG. When the source selected from the file list is assigned to the reviewer, the source management function 32 proceeds to step S74 and instructs the review function 35 to start the review process. The review function 35 displays a review screen 140 as shown in FIG.

図18は、レビュー画面の一例のイメージ図である。レビュー画面140はレビュー完了の行が視認できるように、承認色またはミス回数対応色で塗りつぶされる。図18のレビュー画面140では、承認色またはミス回数対応色で塗りつぶされた部分を点線で囲って表している。なお、実際のレビュー画面140では、文字背景に対して承認色(例えば青色)またはミス回数対応色(例えば赤色)が塗りつぶされるため、文字の閲覧が可能である。   FIG. 18 is an image diagram of an example of a review screen. The review screen 140 is filled with an approval color or a color corresponding to the number of mistakes so that a review completion line can be visually recognized. In the review screen 140 of FIG. 18, a portion painted with an approval color or a color corresponding to the number of mistakes is surrounded by a dotted line. In the actual review screen 140, the character color can be browsed because the approval color (for example, blue) or the error frequency corresponding color (for example, red) is painted on the character background.

ここで、承認色とはレビューによりレビュアが正常だと確認したソースの行を塗りつぶす色である。ミス回数対応色とは、レビューによりレビュアが異常を確認したソースの行を塗りつぶす、ミスの回数に応じて変化する色である。レビュー機能35は、レビュー画面140に対するレビュアからの入力を受け付ける。   Here, the approval color is a color that fills a source line that is confirmed to be normal by review. The color corresponding to the number of misses is a color that changes in accordance with the number of misses, which fills the source line in which the reviewer has confirmed the abnormality by review. The review function 35 receives input from the reviewer for the review screen 140.

ステップS75に進み、レビュー機能35はレビュアからの入力がチェックイン指示であるか否かを判定する。チェックイン指示でなければ(S75においてNO)、レビュー機能35はステップS76に進み、レビュアからの入力がミスの指摘であるか否かを判定する。レビュアからの入力がミスの指摘であれば(S76においてYES)、レビュー機能35はステップS77に進む。   In step S75, the review function 35 determines whether or not the input from the reviewer is a check-in instruction. If it is not a check-in instruction (NO in S75), the review function 35 proceeds to step S76 and determines whether or not the input from the reviewer is an indication of a mistake. If the input from the reviewer indicates a mistake (YES in S76), review function 35 proceeds to step S77.

ステップS77では、レビュー機能35が、レビュアからのミスの指摘をミスカテゴリテーブル37,ミス発見カテゴリテーブル38,図19に示すミス統計情報テーブル39に反映するように、テーブル管理機能33に依頼する。テーブル管理機能33は、ミスカテゴリテーブル37,ミス発見カテゴリテーブル38及びミス統計情報テーブル39の該当するカテゴリのミスの回数,発見回数または発生回数をカウントアップする。   In step S77, the review function 35 requests the table management function 33 to reflect the indication of the mistake from the reviewer in the miss category table 37, the miss discovery category table 38, and the miss statistical information table 39 shown in FIG. The table management function 33 counts up the number of misses, the number of discovery times, or the number of occurrences of the corresponding category in the miss category table 37, the miss discovery category table 38, and the miss statistics information table 39.

図19は、ミス統計情報テーブルの一例の構成図である。図19のミス統計情報テーブル39は、ミスのカテゴリ,発生回数,最後の発見年月日から成るレコードにより構成されている。ミス統計情報テーブル39は、個々のプログラマが犯したミスを集計し、プログラマ全体の統計情報としてカテゴリ毎にカウントするものである。   FIG. 19 is a configuration diagram of an example of the miss statistics information table. The miss statistical information table 39 in FIG. 19 is composed of records including miss categories, the number of occurrences, and the last discovery date. The miss statistical information table 39 is used to count mistakes made by individual programmers and count them for each category as statistical information of the entire programmer.

ステップS78に進み、レビュー機能35は該当する行にミス回数対応色を設定してステップS79に進み、ソースの全ての行が着色されたか否かを判定する。ソースの全ての行が着色されていなければ(S79においてNO)、レビュー機能35はステップS74に戻り、レビュアからの次の入力を待ち受ける。   Proceeding to step S78, the review function 35 sets a color corresponding to the number of misses for the corresponding line, and proceeds to step S79 to determine whether or not all the lines of the source are colored. If all the lines of the source are not colored (NO in S79), the review function 35 returns to step S74 and waits for the next input from the reviewer.

ステップS76において、レビュアからの入力がミスの指摘でなければ(S76においてNO)、レビュー機能35はステップS82に進む。ステップS82に進み、レビュー機能35はレビュアからの入力が承認であるか否かを判定する。レビュアからの入力が承認であれば(S82においてYES)、レビュー機能35はステップS83に進み、該当する行に承認色を設定してステップS79に進む。   In step S76, if the input from the reviewer is not an indication of a mistake (NO in S76), the review function 35 proceeds to step S82. In step S82, the review function 35 determines whether or not the input from the reviewer is approval. If the input from the reviewer is approval (YES in S82), the review function 35 proceeds to step S83, sets the approval color in the corresponding line, and proceeds to step S79.

ステップS79に進み、ビュー機能35はソースの全ての行が着色されたか否かを判定する。なお、レビュアからの入力が承認でなければ(S82においてNO)、レビュー機能35はステップS74に戻り、レビュアからの次の入力を待ち受ける。   In step S79, the view function 35 determines whether all the rows of the source have been colored. If the input from the reviewer is not approved (NO in S82), the review function 35 returns to step S74 and waits for the next input from the reviewer.

ステップS79において、ソースの全ての行が着色されていれば(S79においてYES)、レビュー機能35はステップS80に進み、ミスカテゴリテーブル37及びミス発見カテゴリテーブル38のレビュー回数(図示せず)をカウントアップさせる。ステップS81に進み、レビュー機能35はレビューの対象であるソースのレビュー設定を解除したあとステップS85に進む。なお、ステップS75において、チェックイン指示であった場合も(S75においてYES)、レビュー機能35はステップS85に進む。   If all the lines of the source are colored in step S79 (YES in S79), the review function 35 proceeds to step S80 and counts the number of reviews (not shown) in the miss category table 37 and the miss discovery category table 38. Let me up. In step S81, the review function 35 cancels the review setting of the source to be reviewed, and then proceeds to step S85. Note that also in the case of a check-in instruction in step S75 (YES in S75), the review function 35 proceeds to step S85.

ステップS85に進み、レビュー機能35はソースをソース管理DB36に反映させるようにチェックイン警告画面を出力装置11に表示するチェックイン警告処理を行う。ステップS86に進み、レビュー機能35はチェックイン警告画面の確認ボタンが押下されたか否かを判定する。   In step S85, the review function 35 performs a check-in warning process for displaying a check-in warning screen on the output device 11 so that the source is reflected in the source management DB 36. In step S86, the review function 35 determines whether the confirmation button on the check-in warning screen has been pressed.

確認ボタンが押下されたと判定すると(S86においてYES)、レビュー機能35はステップS87に進み、図15を参照しつつ前述したチェックイン処理を行ったあと、処理を終了する。なお、レビュー機能35は確認ボタンが押下されなければ(S86においてNO)、ステップS85に戻る。   If it is determined that the confirmation button has been pressed (YES in S86), the review function 35 proceeds to step S87, performs the check-in process described above with reference to FIG. 15, and ends the process. The review function 35 returns to step S85 if the confirmation button is not pressed (NO in S86).

ステップS71において、ファイル一覧から選択されたソースがレビュー対象でないと判定されると(S71においてNO)、ソース管理機能32はステップS84に進む。ステップS72において、レビューの対象であるソースに割り当てたレビュアの利用者IDと合致しなければ(S72においてNO)、ソース管理機能32はステップS84に進む。   If it is determined in step S71 that the source selected from the file list is not a review target (NO in S71), the source management function 32 proceeds to step S84. In step S72, if the user ID of the reviewer assigned to the source to be reviewed does not match (NO in S72), the source management function 32 proceeds to step S84.

ステップS84に進み、ソース管理機能32はレビュー機能35にレビュー対象外警告画面を出力装置11に表示するレビュー対象外警告処理を依頼する。レビュー対象外警告画面にはファイル一覧から選択されたソースをレビューできない旨の情報が含まれる。ステップS84のレビュー対象外警告処理のあと、レビュー機能35は処理を終了する。   In step S84, the source management function 32 requests the review function 35 to perform a review non-review warning process for displaying a review non-review warning screen on the output device 11. The non-review target warning screen includes information indicating that the source selected from the file list cannot be reviewed. After the review out-of-review warning process in step S84, the review function 35 ends the process.

なお、レビュー機能35はミスカテゴリテーブル37,ミス統計情報テーブル39を利用することにより、そのプログラマ自身が過去に犯したミスや、他のプログラマも含めて統計的に犯しやすいミスに合致する行を色や点滅などにより示すこともできる。そのプログラマ自身が過去に犯したミスや、他のプログラマも含めて統計的に犯しやすいミスに合致する行を色や点滅などにより示すことにより、レビュアはミスを発見し易くなる。   The review function 35 uses the miss category table 37 and the miss statistics information table 39 to select lines that match mistakes that the programmer has made in the past or that are statistically easy to make, including other programmers. It can also be indicated by color or blinking. By showing lines that match mistakes that the programmer himself has made in the past or mistakes that are statistically easy to make, including other programmers, by color or blinking, the reviewer can easily find mistakes.

本発明のレビュー支援方法の各ステップを実行するコンピュータは、プログラマによる編集行数が指定行数に達すると、レビュアによるレビューが行われるまでコーディング処理を進めることができなくなる。その結果、本発明によればレビュー間隔の短縮、レビュー回数の増加が期待できる。   When the number of lines edited by the programmer reaches the specified number of lines, the computer that executes each step of the review support method of the present invention cannot proceed with the coding process until the review is performed by the reviewer. As a result, according to the present invention, it is possible to expect a reduction in the review interval and an increase in the number of reviews.

例えばレビュー間隔の延長は、プログラマが犯したミスをレビュアが発見するまでの時間を延長してしまう。ソースにミスがあると手戻り作業が発生するが、手戻り作業量はミスが発見されるまでの時間に比例して大きくなる。また、ミスがプログラム全体に影響を及ぼすような重要性の高いものである場合、手戻り作業量は更に大きくなる。   For example, extending the review interval extends the time it takes for the reviewer to find a mistake made by the programmer. If there is a mistake in the source, a reworking operation occurs, but the amount of reworking work increases in proportion to the time until a mistake is discovered. In addition, when the mistake has a high importance that affects the entire program, the amount of rework is further increased.

本発明によればレビュー間隔を短縮できるので、プログラマが犯したミスはレビュアにより早期に発見されやすい。したがって、ミスがプログラム全体に影響を及ぼすような重要性の高いものであっても、手戻り作業量は従来よりも小さくなる。   According to the present invention, since the review interval can be shortened, mistakes made by the programmer are likely to be detected early by the reviewer. Therefore, even if the mistake has a high importance that affects the entire program, the amount of reworking work is smaller than the conventional amount.

また、レビュー回数の減少は、レビューによるグループ内の相互コミュニケーションが不足して、グループ作業において重要な情報の共有が消極的なものとなってしまう。   In addition, the reduction in the number of reviews results in a lack of mutual communication within the group due to reviews, and negative sharing of important information in group work.

本発明によればレビュー回数を増加できるので、グループ内の相互コミュニケーションが密となり、グループ作業において重要な情報の共有が積極的なものとなる。また、性格や人格を考慮してプログラマに合ったレビュアを選定することにより、グループ内の相互コミュニケーションは更に向上することが見込まれる。   According to the present invention, since the number of reviews can be increased, mutual communication within the group becomes dense, and sharing of important information in group work becomes positive. In addition, mutual communication within the group is expected to be further improved by selecting reviewers that suit the programmer in consideration of personality and personality.

さらに、レビュー回数の減少は、レビューによるグループ内の相互コミュニケーションが不足して、知識やノウハウの伝搬が遅くなり、上級プログラマから初級プログラマへの知識やノウハウの伝搬がされずらい。   Furthermore, the reduction in the number of reviews results in a lack of mutual communication within the group due to reviews, slowing the propagation of knowledge and know-how, making it difficult to propagate knowledge and know-how from advanced programmers to beginner programmers.

本発明によればレビュー回数を増加できるので、上級プログラマから初級プログラマへの知識やノウハウの伝搬がスムーズに行われるようになる。初級プログラマは、新しい知識やノウハウを獲得しやすくなる。上級プログラマは、基本的な知識やノウハウを再確認することができる。   According to the present invention, since the number of reviews can be increased, knowledge and know-how can be smoothly transmitted from an advanced programmer to an elementary programmer. Beginner programmers can easily acquire new knowledge and know-how. Advanced programmers can reaffirm basic knowledge and know-how.

なお、プログラマとレビュアとの組み合わせは、作成するモジュールの重要度や学習効果を考慮して決定できる。例えば重要度の高いモジュールはミスが許されないため、上級プログラマ同士でプログラマとレビュアとを選定する。それほど重要でないモジュールは教育のため、初級プログラマと上級プログラマとでプログラマとレビュアとを選定することができる。また、必要などうか微妙なモジュールは初級プログラマ同士でプログラマとレビュアとを選定することができる。   Note that the combination of the programmer and the reviewer can be determined in consideration of the importance of the module to be created and the learning effect. For example, since a module with high importance cannot be mistaken, a programmer and a reviewer are selected between advanced programmers. For less important modules, beginner and advanced programmers can choose programmers and reviewers for education. Also, if necessary, subtle modules can be selected between programmers and reviewers among beginner programmers.

したがって、本発明によれば、プログラム開発工程において、レビュー必須の作業環境を整えることができる。この結果、単体テスト時ではプログラム品質を確保して、品質向上が実現できる。また、結合テスト時では手戻り作業の発生を防ぎ、作業期間の短縮が実現できる。
(実施例のバリエーション)
本実施例では、図7のステップS18等に示すように、レビュー条件として行数を利用しているが、文字数や命令数であってもよい。また、本発明のレビュー支援方法の各ステップを実行するコンピュータは、指紋認証機器などの認証機器を接続することにより、プログラマ及びレビュアの認証を行なうようにしてもよい。
Therefore, according to the present invention, it is possible to prepare a review-necessary working environment in the program development process. As a result, program quality can be ensured during unit testing, and quality improvement can be realized. In addition, during the integration test, it is possible to prevent occurrence of reworking work and shorten the work period.
(Example variation)
In this embodiment, the number of lines is used as the review condition as shown in step S18 in FIG. 7, but the number of characters or the number of instructions may be used. In addition, the computer executing each step of the review support method of the present invention may authenticate the programmer and the reviewer by connecting an authentication device such as a fingerprint authentication device.

指紋認証機器が接続された本発明のレビュー支援方法の各ステップを実行するコンピュータではプログラマ及びレビュアのなりすましを防ぐと共に、例えば指紋認証機器にプログラマ及びレビュアが同時に触れていないとレビューが行えないようにすることで、レビューが確実に行われたかを正確に把握できる。   The computer executing each step of the review support method of the present invention connected to the fingerprint authentication device prevents impersonation of the programmer and the reviewer, and for example, the review cannot be performed unless the programmer and the reviewer are simultaneously touching the fingerprint authentication device. By doing so, it is possible to accurately grasp whether the review has been performed reliably.

また、図7のステップS19等に示すように、本実施例ではプログラマが過去に起こしたミスのカテゴリ毎の回数とレビュアが発見したミスのカテゴリ毎の発見回数とに応じてレビュアまたはレビュア候補を選定しているが、ランダムに選定してもよい。   Further, as shown in step S19 in FIG. 7 and the like, in this embodiment, reviewers or reviewer candidates are selected according to the number of mistakes made by the programmer in the past and the number of mistakes found by the reviewer for each category. Although selected, it may be selected at random.

なお、本発明のレビュー支援方法は、コーディング処理用のエディタの一機能として実現してもよいし、コンパイラの機能として実現してもよいし、コンパイラと連携して動作するチェッカの機能として実現してもよいし、エディタ,コンパイラ又はチェッカとは別のツールの機能として実現してもよい。   The review support method of the present invention may be realized as a function of a coding processing editor, a compiler function, or a checker function that operates in cooperation with the compiler. Alternatively, it may be realized as a function of a tool different from the editor, compiler, or checker.

本発明は、以下に記載する付記のような構成が考えられる。
(付記1)
コンピュータが、
作成者の入力に基づき承認者によるレビューが必要な情報を記憶手段に記憶する記憶ステップと、
前記記憶手段に記憶した情報が所定条件に達したか否かを監視する監視ステップと、
前記記憶手段に記憶した情報が所定条件に達すると、前記作成者の入力を禁止する禁止ステップと
を実行するレビュー支援方法。
(付記2)
前記コンピュータが、
前記記憶手段に記憶した情報が所定条件に達すると、該情報のレビューを行なう承認者を選定する選定ステップと、
前記選定された承認者による前記記憶手段に記憶した情報へのレビューが完了すると、該情報への入力を許可する許可ステップと
を更に実行する付記1記載のレビュー支援方法。
(付記3)
前記記憶ステップは、更に、全ての作成者および承認者について、過去に承認者に指摘された情報の内容および作成者に対して指摘した情報の内容をテーブルとして前記記憶手段に記憶し、
前記選定ステップは、前記記憶手段に記憶されている前記テーブルを参照して該記憶手段に記憶した情報のレビューを行なう承認者を選定することを特徴とする付記2記載のレビュー支援方法。
(付記4)
前記コンピュータが、
前記承認者からレビュー要求を受け付けると前記記憶手段に記憶されている前記テーブルを参照して、前記情報のうち統計的に指摘され易い情報の内容を視覚的に異なるように出力する参考出力ステップ
を更に実行する付記2記載のレビュー支援方法。
(付記5)
前記記憶ステップは、更に、前記情報のうちレビューが未完の部分とレビューが完了した部分とを識別可能に前記記憶手段に記憶し、
前記承認者からレビュー要求を受け付けると、前記レビューが未完の部分を視覚的に異なるように出力する明示出力ステップ
を更に実行する付記1乃至4何れか一項記載のレビュー支援方法。
(付記6)
前記コンピュータが、
前記選定された承認者によるレビューが完了したあと、前記作成者から入力要求を受け付けると前記記憶手段に記憶されている前記テーブルを参照して、前記承認者により指摘された情報の内容を前記指摘の頻度に応じて視覚的に異なるように出力するレビュー結果出力ステップ
を更に実行する付記1乃至4何れか一項記載のレビュー支援方法。
(付記7)
前記監視ステップは、作成者により入力された情報のうち承認者によるレビューが未完の部分の情報量が所定の情報量に達したか否かを監視する
ことを特徴とする付記1乃至6何れか一項記載のレビュー支援方法。
The present invention may have the following configurations as described below.
(Appendix 1)
Computer
A storage step of storing in the storage means information that requires review by the approver based on the creator's input;
A monitoring step of monitoring whether the information stored in the storage means has reached a predetermined condition;
A review support method for executing a prohibiting step for prohibiting the creator's input when the information stored in the storage means reaches a predetermined condition.
(Appendix 2)
The computer is
When the information stored in the storage means reaches a predetermined condition, a selection step for selecting an approver to review the information;
The review support method according to appendix 1, further comprising a permission step of permitting input to the information when the selected approver completes the review of the information stored in the storage unit.
(Appendix 3)
The storage step further stores, for all creators and approvers, the contents of information pointed out to the approver in the past and the contents of information pointed out to the creator as a table in the storage means,
The review support method according to appendix 2, wherein the selecting step selects an approver who reviews the information stored in the storage unit with reference to the table stored in the storage unit.
(Appendix 4)
The computer is
A reference output step of outputting the contents of the information that is statistically easily pointed out among the information in a visually different manner by referring to the table stored in the storage means when a review request is received from the approver The review support method according to supplementary note 2, further executed.
(Appendix 5)
The storing step further stores in the storage means such that a part of the information that has not been reviewed and a part that has been reviewed can be identified,
5. The review support method according to any one of appendices 1 to 4, further comprising an explicit output step of outputting a part where the review is incomplete so as to be visually different when a review request is received from the approver.
(Appendix 6)
The computer is
After the review by the selected approver is completed, upon receipt of an input request from the creator, the table stored in the storage means is referred to and the content of the information pointed out by the approver is pointed out The review support method according to any one of appendices 1 to 4, further comprising: executing a review result output step of outputting the image so as to be visually different depending on the frequency of.
(Appendix 7)
Any one of appendices 1 to 6, wherein the monitoring step monitors whether or not the amount of information that has not been reviewed by the approver of the information input by the creator has reached a predetermined amount of information. The review support method according to one item.

本発明は、具体的に開示された実施例に限定されるものではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。   The present invention is not limited to the specifically disclosed embodiments, and various modifications and changes can be made without departing from the scope of the claims.

本発明のレビュー支援プログラムを実行するコンピュータのハードウェア構成図である。It is a hardware block diagram of the computer which performs the review assistance program of this invention. レビュー支援プログラムを実行するコンピュータをネットワークに接続して利用するシステムの一実施例の構成図である。1 is a configuration diagram of an embodiment of a system that uses a computer that executes a review support program by connecting to a network. レビュー支援プログラムを実行するコンピュータの一例の機能図である。It is a functional diagram of an example of a computer that executes a review support program. レビュー支援プログラムを実行するコンピュータの処理手順の一例を表した全体フローチャートである。It is a whole flowchart showing an example of the processing procedure of the computer which executes a review support program. ソース管理画面の一例のイメージ図である。It is an image figure of an example of a source management screen. 右クリックメニュー画面の一例のイメージ図である。It is an image figure of an example of a right click menu screen. コーディング処理の手順を表したフローチャートである。It is a flowchart showing the procedure of the coding process. チェックアウト処理の手順を表したフローチャートである。It is a flowchart showing the procedure of the checkout process. コーディング画面の一例のイメージ図である。It is an image figure of an example of a coding screen. 残行数警告画面の一例のイメージ図である。It is an image figure of an example of a remaining line number warning screen. レビュア設定処理の手順を表したフローチャートである。It is a flowchart showing the procedure of the reviewer setting process. ミスカテゴリテーブルの一例の構成図である。It is a block diagram of an example of a miss category table. ミス発見カテゴリテーブルの一例の構成図である。It is a block diagram of an example of a mistake discovery category table. レビュア候補表示画面の一例のイメージ図である。It is an image figure of an example of a reviewer candidate display screen. チェックイン処理の手順を表したフローチャートである。It is a flowchart showing the procedure of the check-in process. レビュー処理の手順を表したフローチャート(1/2)である。It is a flowchart (1/2) showing the procedure of the review process. レビュー処理の手順を表したフローチャート(2/2)である。It is a flowchart (2/2) showing the procedure of the review process. レビュー画面の一例のイメージ図である。It is an image figure of an example of a review screen. ミス統計情報テーブルの一例の構成図である。It is a block diagram of an example of a miss statistics information table.

符号の説明Explanation of symbols

10 入力装置
11 出力装置
12 ドライブ装置
13 補助記憶装置
14 メモリ装置
15 演算処理装置
16 インターフェース装置
17 記録媒体
20 サーバ装置
21a〜21n クライアント
23 ネットワーク
31 認証機能
32 ソース管理機能
33 テーブル管理機能
34 コーディング機能
35 レビュー機能
36 ソース管理DB
37 ミスカテゴリテーブル
38 ミス発見カテゴリテーブル
39 ミス統計情報テーブル
DESCRIPTION OF SYMBOLS 10 Input device 11 Output device 12 Drive device 13 Auxiliary storage device 14 Memory device 15 Arithmetic processing device 16 Interface device 17 Recording medium 20 Server device 21a-21n Client 23 Network 31 Authentication function 32 Source management function 33 Table management function 34 Coding function 35 Review function 36 Source control DB
37 Miss Category Table 38 Miss Found Category Table 39 Miss Statistics Information Table

Claims (2)

作成者の入力に基づき記憶手段に記憶され承認者によるレビューが必要な情報が所定条件に達したか否かを監視し、
前記記憶手段に記憶された情報が所定条件に達すると、前記作成者の過去のミス率に応じて前記情報のレビューを行なう承認者を選定し、
前記情報に選定したレビューを設定し、
前記選定された承認者による前記記憶手段に記憶された情報へのレビュー処理によりレビューの設定が解除されるまで、前記情報に対する編集を禁止する、
処理をコンピュータに実行させるレビュー支援プログラム。
Based on the creator's input, it is stored in the storage means, and it is monitored whether the information that needs to be reviewed by the approver has reached a predetermined condition.
When the information stored in the storage means reaches a predetermined condition, select an approver to review the information according to the past error rate of the creator,
Set the selected review for the information,
Prohibit editing of the information until the review setting is canceled by the review process to the information stored in the storage means by the selected approver,
A review support program that causes a computer to execute processing.
前記承認者を選定する処理は、前記規則手段に記憶された前記作成者が過去に承認者に指摘された情報のカテゴリごとのミスの回数を保持したミスカテゴリテーブルと、前記承認者が過去に作成者に対して指摘した情報のカテゴリごとのミスの発見回数を保持したミス発見カテゴリテーブルとを参照して、前記作成者の最もミスの多いカテゴリのミス率を算出し、
前記作成者のミス率と他の作成者のミス率との比較により前記作成者のミス率の高低を判定して、前記作成者のミス率が高いほど前記カテゴリのミスの発見回数が多い承認者を選定し、前記作成者のミス率が低いほど前記カテゴリのミスの発見回数が少ない承認者を選定する
ことを特徴とする請求項1記載のレビュー支援プログラム。
The process of selecting the approver includes a mistake category table in which the creator stored in the rule means stores the number of mistakes for each category of information pointed out to the approver in the past, and the approver in the past With reference to a mistake discovery category table holding the number of mistakes found for each category of information pointed out to the creator, calculate the mistake rate of the category with the most mistakes of the creator,
The author's error rate is compared with other creators' error rates to determine whether the creator's error rate is high or low, and the higher the creator's error rate, the higher the number of mistakes found in the category. The review support program according to claim 1, wherein an approver is selected, and an approver having a lower number of mistakes in the category is selected as the error rate of the creator is lower.
JP2005092997A 2005-03-28 2005-03-28 Review support program Expired - Fee Related JP4868754B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005092997A JP4868754B2 (en) 2005-03-28 2005-03-28 Review support program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005092997A JP4868754B2 (en) 2005-03-28 2005-03-28 Review support program

Publications (2)

Publication Number Publication Date
JP2006277132A JP2006277132A (en) 2006-10-12
JP4868754B2 true JP4868754B2 (en) 2012-02-01

Family

ID=37211856

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005092997A Expired - Fee Related JP4868754B2 (en) 2005-03-28 2005-03-28 Review support program

Country Status (1)

Country Link
JP (1) JP4868754B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6272032A (en) * 1985-09-25 1987-04-02 Toshiba Corp Graphing method for software manufacture state
JPH08305557A (en) * 1995-04-28 1996-11-22 Toshiba Corp Programming management aid device and programming management aid method
JP2003173388A (en) * 2001-09-28 2003-06-20 Toshiba Corp Design support device and design support method
US7257612B2 (en) * 2002-09-30 2007-08-14 Cognos Incorporated Inline compression of a network communication within an enterprise planning environment

Also Published As

Publication number Publication date
JP2006277132A (en) 2006-10-12

Similar Documents

Publication Publication Date Title
Franzago et al. Collaborative model-driven software engineering: a classification framework and a research map
Ambler Process patterns: building large-scale systems using object technology
US8930833B2 (en) Method and apparatus to present an integrated process modeler
US8434058B1 (en) Integrated system and method for validating the functionality and performance of software applications
US7251787B2 (en) Method and apparatus for an integrated process modeller
US7234140B2 (en) Method for creating a workflow
US8407670B2 (en) Collaborative code conflict detection, notification and resolution
US20090100406A1 (en) Software factory specification and execution model
Galal From contexts to constructs: the use of grounded theory in operationalising contingent process models
Guzzi et al. Supporting developers' coordination in the IDE
JP2018067286A (en) Model validity confirmation system and method
KR101137067B1 (en) System and method for checking and resolving publication design problems
JP2007025497A (en) Educational assistance program and educational assistant device
JP2006512670A (en) Method and apparatus for an integrated process modeler
Ellis et al. Task and social visualization in software development: evaluation of a prototype
Richards et al. A Human-Centered Methodology for Creating AI FactSheets.
JP4868754B2 (en) Review support program
White Intelligent futures in task assistance
Brad et al. A comparative study of agile project management software tools
Wirfs-Brock et al. More patterns for the magic backlog
Wirfs-Brock et al. Even more patterns for the magic backlog
Cu et al. Architecture-centric derivation of products in a software product line
Echeverria et al. Usability evaluation of variability modeling by means of common variability language
CN116860227B (en) Data development system and method based on big data ETL script arrangement
Ramanigopal et al. Mind mapping and knowledge management: coding and implementation of KM system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080125

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110124

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110708

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110802

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110929

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111018

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111115

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141125

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees