JP2009099111A - Rule inspection program, rule inspection method, and rule inspection device - Google Patents

Rule inspection program, rule inspection method, and rule inspection device Download PDF

Info

Publication number
JP2009099111A
JP2009099111A JP2008058168A JP2008058168A JP2009099111A JP 2009099111 A JP2009099111 A JP 2009099111A JP 2008058168 A JP2008058168 A JP 2008058168A JP 2008058168 A JP2008058168 A JP 2008058168A JP 2009099111 A JP2009099111 A JP 2009099111A
Authority
JP
Japan
Prior art keywords
check
inspection
rule
framework
procedure
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
JP2008058168A
Other languages
Japanese (ja)
Inventor
Takashi Nishiomote
孝史 西面
Yasutaka Shirane
康貴 白根
Takeshi Hoshi
武史 星
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.)
WEB TECHNOLOGY Ltd
Fujitsu Marketing Ltd
Original Assignee
WEB TECHNOLOGY Ltd
Fujitsu Marketing 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 WEB TECHNOLOGY Ltd, Fujitsu Marketing Ltd filed Critical WEB TECHNOLOGY Ltd
Priority to JP2008058168A priority Critical patent/JP2009099111A/en
Publication of JP2009099111A publication Critical patent/JP2009099111A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To check whether or not a source program is created in conformity with framework specifications. <P>SOLUTION: A check engine 120 checks whether or not the source program is created in conformity with the framework specifications on the basis of a check rule stored by a check rule storing part 125. A tool adapter 110 activates an external tool to carry out checking by the external tool, and a report output part 130 collects a check result by the external tool and a check result by the check engine 120, and outputs a report. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

この発明は、フレームワークを利用して作成されるフレームワーク利用文書の品質を診断する規則検査プログラム、規則検査方法および規則検査装置に関する。   The present invention relates to a rule inspection program, a rule inspection method, and a rule inspection device for diagnosing the quality of a framework use document created using a framework.

ソフトウェアの開発では、Java(登録商標、以下同様)やC++などのプログラム言語を用いて作成したソースプログラムをコンパイラによってチェックした後、ロードモジュールを作成し、作成したロードモジュールを実行することによってテストが行われる。   In software development, after checking a source program created using a programming language such as Java (registered trademark, the same applies below) or C ++ with a compiler, a load module is created and a test is performed by executing the created load module. Done.

これまで、かかるソフトウェア開発を支援する様々な技術やツールが開発されている。例えば、特許文献1には、プログラムを構成する各命令のデータ型に関する制約が正しく守られているか否かの検査を効率良く行うプログラム検査システムが記載されている。   Various technologies and tools that support such software development have been developed so far. For example, Patent Document 1 describes a program inspection system that efficiently performs an inspection of whether or not restrictions on the data type of each instruction constituting a program are correctly observed.

特許第3360635号明細書Japanese Patent No. 3360635

近年、ソフトウェアの開発においては、プログラム言語を用いてソースプログラムを一から開発する代わりに、フレームワークを利用した開発が行われるようになってきた。ここで、フレームワークとは、ソフトウェアを開発する場合の枠組みであり、コーディング規則、部品の利用規約、テンプレートなどを含むものである。例えば、JavaやVB.NETそれぞれにデータベースアクセス用のフレームワーク、画面動作記述用のフレームワーク、帳票処理用のフレームワークなどがある。   In recent years, in the development of software, instead of developing a source program from scratch using a programming language, development using a framework has been performed. Here, the framework is a framework for developing software, and includes coding rules, component usage rules, templates, and the like. For example, Java or VB. Each NET includes a database access framework, a screen operation description framework, a form processing framework, and the like.

フレームワーク仕様に則ってソースプログラムを開発するか否かは、ソフトウェアの開発効率に影響するだけでなく、ソースプログラムの標準化にも大きく影響する。また、フレームワーク仕様に則ってソースプログラムを開発しないと、実行性能が大きく低下する場合もあり、フレームワーク仕様に則ってソースプログラムを開発することが非常に重要となっている。   Whether or not to develop a source program according to the framework specification not only affects the software development efficiency, but also greatly affects the standardization of the source program. In addition, if the source program is not developed according to the framework specification, the execution performance may be greatly reduced, and it is very important to develop the source program according to the framework specification.

プログラム言語を用いて作成されたソースプログラムが言語仕様に則って作成されているか否かの検査はコンパイラによって行うことができる。しかしながら、フレームワークを利用して作成されたソースプログラムがフレームワーク仕様に則って作成されているか否かの検査は、コンパイラによっては行うことができない。   A compiler can check whether a source program created using a programming language is created in accordance with the language specification. However, it is impossible for a compiler to check whether a source program created using a framework is created according to the framework specification.

したがって、ソースプログラムがフレームワーク仕様に則って作成されているか否かの検査は、人手で行う必要があるが、様々なフレームワーク仕様を人手で正確に検査することは困難であるという問題がある。   Therefore, it is necessary to manually check whether the source program is created according to the framework specification, but it is difficult to accurately check various framework specifications manually. .

この発明は、上述した従来技術による問題点を解消するためになされたものであり、フレームワークを利用して作成されたソースプログラムなどのフレームワーク利用文書を検査して品質を診断し、フレームワーク利用文書の品質を向上させることができる規則検査プログラム、規則検査方法および規則検査装置を提供することを目的とする。   The present invention has been made to solve the above-described problems caused by the prior art, and examines a framework use document such as a source program created using the framework to diagnose the quality, and It is an object of the present invention to provide a rule inspection program, a rule inspection method, and a rule inspection device that can improve the quality of a used document.

上述した課題を解決し、目的を達成するため、本発明は、業務アプリケーションに関してフレームワークを利用して作成されるソースプログラムがフレームワーク仕様に則って作成されているか否かを、記憶装置に格納されたチェックルールを読み出し、該読み出したチェックルールで指定されるチェックモジュールを起動することにより検査するフレームワーク検査手順と、前記フレームワーク検査手順により検査された結果を出力する検査結果出力手順と、をコンピュータに実行させ、前記フレームワーク検査手順は、フレームワーク仕様に則って作成されているか否かの検査として、共通部品同士の使用方法の整合性、業務ロジックと共通部品の使用方法との整合性を含む検査を行うことを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention stores in a storage device whether or not a source program created using a framework for a business application is created according to the framework specification. A framework inspection procedure for inspecting the read check rule by invoking the check module specified by the read check rule, and an inspection result output procedure for outputting a result inspected by the framework inspection procedure; As a check whether or not the framework inspection procedure has been created in accordance with the framework specifications, the consistency of the usage method between the common parts, the consistency between the business logic and the usage method of the common parts It is characterized by performing a test including sex.

また、本発明は、業務アプリケーションに関してフレームワークを利用して作成されるソースプログラムがフレームワーク仕様に則って作成されているか否かを、記憶装置に格納されたチェックルールを読み出し、該読み出したチェックルールで指定されるチェックモジュールを起動することにより検査するフレームワーク検査ステップと、前記フレームワーク検査ステップにより検査された結果を出力する検査結果出力ステップと、を含み、前記フレームワーク検査ステップは、フレームワーク仕様に則って作成されているか否かの検査として、共通部品同士の使用方法の整合性、業務ロジックと共通部品の使用方法との整合性を含む検査を行うことを特徴とする。   In addition, the present invention reads a check rule stored in a storage device to check whether a source program created using a framework for a business application is created according to the framework specification, and the read check A framework inspection step for inspecting by activating a check module specified by a rule; and an inspection result output step for outputting a result inspected by the framework inspection step. As an inspection of whether or not it is created in accordance with the work specification, an inspection including consistency of the usage method of the common parts and consistency of the business logic and the usage method of the common part is performed.

また、本発明は、業務アプリケーションに関してフレームワークを利用して作成されるソースプログラムがフレームワーク仕様に則って作成されているか否かを、記憶装置に格納されたチェックルールを読み出し、該読み出したチェックルールで指定されるチェックモジュールを起動することにより検査するフレームワーク検査手段と、前記フレームワーク検査手段により検査された結果を出力する検査結果出力手段と、を備え、前記フレームワーク検査手段は、フレームワーク仕様に則って作成されているか否かの検査として、共通部品同士の使用方法の整合性、業務ロジックと共通部品の使用方法との整合性を含む検査を行うことを特徴とする。   In addition, the present invention reads a check rule stored in a storage device to check whether a source program created using a framework for a business application is created according to the framework specification, and the read check A framework inspection unit that inspects by activating a check module specified by a rule; and an inspection result output unit that outputs a result inspected by the framework inspection unit. As an inspection of whether or not it is created in accordance with the work specification, an inspection including consistency of the usage method of the common parts and consistency of the business logic and the usage method of the common part is performed.

かかる発明によれば、ソースプログラムがフレームワーク仕様に則って作成されているか否かを検査し、検査検果を出力するよう構成したので、ソースプログラムの品質を診断することができる。   According to this invention, it is configured to inspect whether or not the source program is created in accordance with the framework specification and to output the inspection result, so that the quality of the source program can be diagnosed.

本発明によれば、ソースプログラムの品質を診断するので、ソフトウェア開発者のスキルを評価することができるとともに、品質を向上することができるという効果を奏する。   According to the present invention, since the quality of the source program is diagnosed, the software developer's skill can be evaluated and the quality can be improved.

以下に添付図面を参照して、この発明に係る規則検査プログラム、規則検査方法および規則検査装置の好適な実施例を詳細に説明する。   Exemplary embodiments of a rule inspection program, a rule inspection method, and a rule inspection apparatus according to the present invention will be described below in detail with reference to the accompanying drawings.

まず、本実施例1に係る品質診断の概念について説明する。図1は、本実施例1に係る品質診断の概念を説明するための説明図である。同図(a)に示すように、本実施例1に係る品質診断では、業務アプリケーションなどフレームワークを利用して作成されたソースプログラムが、言語仕様に則って作成されているか否かを検査するだけでなく、フレームワーク仕様に則って作成されているか否かを検査し、ソースプログラムの品質を診断する。すなわち、フレームワークを使用する際に守るべき規則にしたがってソースプログラムが作成されているか否かを検査する。   First, the concept of quality diagnosis according to the first embodiment will be described. FIG. 1 is an explanatory diagram for explaining the concept of quality diagnosis according to the first embodiment. As shown in FIG. 6A, in the quality diagnosis according to the first embodiment, it is checked whether a source program created using a framework such as a business application is created in accordance with the language specification. In addition, the quality of the source program is diagnosed by checking whether it is created according to the framework specifications. That is, it is checked whether or not the source program is created according to the rules to be observed when using the framework.

このように、ソースプログラムがフレームワーク仕様に則って作成されているか否かを検査して、ソースプログラムの品質を診断することによって、アプリケーション開発の標準化を推進するとともに、開発者の技術スキルを評価することができる。また、アプリケーションの開発を委託する場合には、本実施例1に係る品質診断を、納品されたソースプログラムの受入検査に利用することができ、委託先のスキル評価にも利用することができる。   In this way, by checking whether the source program is created according to the framework specification and diagnosing the quality of the source program, the standardization of the application development is promoted and the technical skill of the developer is evaluated. can do. In the case of outsourcing application development, the quality diagnosis according to the first embodiment can be used for acceptance inspection of a delivered source program, and can also be used for skill evaluation of a consignee.

また、本実施例1に係る品質診断では、図1(b)に示すように、フレームワーク仕様に基づく品質診断を行う基本品質診断装置に、Java、PL/SQLなど言語に依存する部分をプラグインして品質診断装置を構成する。したがって、本実施例1に係る品質診断装置は、どのような言語で作成されたソースプログラムに対しても柔軟に対応することができる。   In the quality diagnosis according to the first embodiment, as shown in FIG. 1B, a language-dependent part such as Java or PL / SQL is plugged into a basic quality diagnosis apparatus that performs quality diagnosis based on a framework specification. To configure the quality diagnosis apparatus. Therefore, the quality diagnosis apparatus according to the first embodiment can flexibly cope with a source program created in any language.

また、本実施例1に係る品質診断では、ソースプログラムの品質診断をチェックルールを用いて行う。したがって、固有のチェックルールを追加することによって、品質診断装置を簡単にカスタマイズすることができる。   In the quality diagnosis according to the first embodiment, the quality diagnosis of the source program is performed using check rules. Therefore, the quality diagnostic apparatus can be easily customized by adding a specific check rule.

次に、本実施例1に係る品質診断装置の構成について説明する。図2は、本実施例1に係る品質診断装置の構成を示す機能ブロック図である。同図に示すように、この品質診断装置100は、ツールアダプタ110と、チェックエンジン120と、チェックルール記憶部125と、レポート出力部130と、共通メッセージ管理部140と、メインコントローラ150とを有する。   Next, the configuration of the quality diagnostic apparatus according to the first embodiment will be described. FIG. 2 is a functional block diagram illustrating the configuration of the quality diagnostic apparatus according to the first embodiment. As shown in the figure, the quality diagnosis apparatus 100 includes a tool adapter 110, a check engine 120, a check rule storage unit 125, a report output unit 130, a common message management unit 140, and a main controller 150. .

ツールアダプタ110は、FxCop、.TESTなどの他のチェックツールの起動、チェック結果のデータ変換などを行う処理部であり、品質診断装置100から様々なチェックツールの利用を可能とする。このツールアダプタ110が、他のチェックツールのアダプタとして動作することによって、様々なチェックツールを品質診断装置100から利用することができる。   Tool adapter 110 includes FxCop,. This is a processing unit that activates other check tools such as TEST, converts check result data, and the like, and makes it possible to use various check tools from the quality diagnosis apparatus 100. The tool adapter 110 operates as an adapter for other check tools, so that various check tools can be used from the quality diagnosis apparatus 100.

チェックエンジン120は、ソースプログラムがフレームワーク仕様に則って作成されているか否かをチェックルールに基づいてチェックする処理部である。チェックルール記憶部125は、チェックルールを記憶する記憶部である。チェックエンジン120は、チェックルール記憶部125からチェックルールを読み出し、読み出した順番にチェックルールを用いてソースプログラムのチェックを行う。なお、チェックルールを用いたチェックエンジン120の処理の詳細については後述する。   The check engine 120 is a processing unit that checks whether a source program is created according to the framework specification based on the check rule. The check rule storage unit 125 is a storage unit that stores check rules. The check engine 120 reads the check rules from the check rule storage unit 125, and checks the source program using the check rules in the read order. Details of the processing of the check engine 120 using the check rule will be described later.

レポート出力部130は、ツールアダプタ110から起動されたツールおよびチェックエンジン120によるチェック結果を一つのレポートとして統一した形式で出力する処理部である。共通メッセージ管理部140は、品質診断装置100が扱うメッセージを共通に管理する管理部である。   The report output unit 130 is a processing unit that outputs a tool activated from the tool adapter 110 and a check result by the check engine 120 in a unified format as one report. The common message management unit 140 is a management unit that manages messages handled by the quality diagnosis apparatus 100 in common.

メインコントローラ150は、品質診断装置100全体の処理を制御する制御部であり、品質診断装置100の初期化やツールアダプタ110、チェックエンジン120、レポート出力部130の起動などを行う。   The main controller 150 is a control unit that controls processing of the entire quality diagnosis apparatus 100, and performs initialization of the quality diagnosis apparatus 100, activation of the tool adapter 110, the check engine 120, the report output unit 130, and the like.

次に、チェックルールを用いたチェックエンジン120の処理の詳細について説明する。図3は、チェックルールを用いたチェックエンジン120の処理を説明するための説明図である。同図に示すように、チェックエンジン120は、各チェックルールに対応するチェックモジュールを順番に起動することによってソースプログラムの静的チェックを行う。チェックルールはXMLで記述され、各チェックルールには、起動するチェックモジュール名、チェックモジュールに渡すパラメータなどが記述される。図3では、ルールA〜ルールDに対応するチェックモジュールがチェックエンジン120によって順番に起動されることによって、品質診断が行われる。   Next, details of processing of the check engine 120 using the check rule will be described. FIG. 3 is an explanatory diagram for explaining processing of the check engine 120 using check rules. As shown in the figure, the check engine 120 performs a static check of the source program by sequentially starting check modules corresponding to the respective check rules. The check rule is described in XML, and each check rule describes a name of a check module to be activated, a parameter passed to the check module, and the like. In FIG. 3, the check modules corresponding to the rules A to D are sequentially activated by the check engine 120 to perform quality diagnosis.

図4は、チェックルールおよびチェックモジュールの作成方法を示す図である。同図に示すように、新たなチェックルールを作成する場合には、各チェックルールを識別するルールIDを採番し、チェックルールが行うチェック処理を定義する。そして、チェック処理の具体的な手順を文書で記述し、この記述に基づいてチェック処理を行うチェックモジュールを作成する。   FIG. 4 is a diagram showing a method for creating check rules and check modules. As shown in the figure, when a new check rule is created, a rule ID for identifying each check rule is assigned and a check process performed by the check rule is defined. Then, a specific procedure of the check process is described in a document, and a check module for performing the check process is created based on this description.

例えば、ルールIDが「20102」であるチェックルールは、「View層(*.aspx.vb)ファイルに、"*ManagerParam"以外のパラメータクラスの記述があるか確認する」ルールであり、具体的には、「*.aspx.vbファイルを処理対象にして、変数宣言している場所の変数の型を取得し、変数の型がManagerParam以外ならNGとする」というチェック処理を行う。なお、図4では、対応するチェックモジュールは、Ruby言語で記述されている。   For example, a check rule whose rule ID is “20102” is a rule that “confirms whether there is a description of a parameter class other than“ * ManagerParam ”in the View layer (* .aspx.vb) file”. Performs the check process of “getting the * .aspx.vb file as the processing target, obtaining the type of the variable where the variable is declared, and NG if the type of the variable is other than ManagerParam”. In FIG. 4, the corresponding check module is described in the Ruby language.

図5は、チェックルールの例を示す図である。同図に示すように、各チェックルールには、ルールID、チェックモジュール名などが含まれる。図5では、ルールIDが「20102」、「20103」、「20104」であるチェックルールが示されている。   FIG. 5 is a diagram illustrating an example of a check rule. As shown in the figure, each check rule includes a rule ID, a check module name, and the like. FIG. 5 shows check rules having rule IDs “20102”, “20103”, and “20104”.

図6は、図5に示したチェックルールのうちルールIDが「20102」であるチェックルールに対応するチェックモジュールを示す図である。このチェックモジュールによって、「View層(*.aspx.vb)ファイルに、"*ManagerParam"以外のパラメータクラスの記述があるか確認する」処理が行われる。   FIG. 6 is a diagram illustrating a check module corresponding to a check rule having a rule ID “20102” among the check rules illustrated in FIG. 5. By this check module, the process of “check if there is a description of a parameter class other than“ * ManagerParam ”in the View layer (* .aspx.vb) file” is performed.

図7は、ルールIDが「20102」であるチェックルールの具体的な処理と、対応するチェックモジュールのソースコードとの対応を示す図である。同図に示すように、「*.aspx.vbファイルを処理対象とする」は、「if getFileName.execute・・・」に対応し、「変数宣言している場所の変数の型を取得する」は、「variables=getVariableType.execute・・・」に対応し、「変数の型がManagerParam以外ならNG」は「re=Regexp.new(/ManagerParam/)・・・findWordResult.result」に対応する。   FIG. 7 is a diagram showing the correspondence between the specific processing of the check rule whose rule ID is “20102” and the source code of the corresponding check module. As shown in the figure, “* .aspx.vb file is the target of processing” corresponds to “if getFileName.execute ...” and “gets the type of the variable where the variable is declared” Corresponds to “variables = getVariableType.execute...” And “NG if the variable type is other than ManagerParam” corresponds to “re = Regexp.new (/ ManagerParam /)... FindWordResult.result”.

なお、図8−1〜図8−3に他のチェックルールの概要(一部)を示す。図8−1は、コーディングスタイル、コメント、データベースなどに関するチェックルールの概要を示し、図8−2は、SQL、例外処理に関するチェックルールの概要を示し、図8−3は、命名規則、宣言などに関するチェックルールの概要を示す。   FIGS. 8-1 to 8-3 show an outline (part) of other check rules. FIG. 8-1 shows an overview of check rules related to coding style, comments, databases, etc., FIG. 8-2 shows an overview of check rules related to SQL and exception processing, and FIG. 8-3 shows naming rules, declarations, etc. The outline of the check rule about is shown.

例えば、SQLに関するチェックルールとしては、図8−2に示すように、「SQL文の記述ルールをチェックする為、SQLの予約語の記述で大文字、小文字が統一されているかを検出する」、「テーブル名の後に短縮名が指定されているかを検出する」、「SELECT句内に*が存在するかを検出する」、「WHERE句内で、算術演算したものを比較対象にしているかを検出する」、「JOINの記述があるかを検出する」といったルールがある。   For example, as a check rule related to SQL, as shown in FIG. 8-2, “in order to check the description rule of the SQL statement, detect whether uppercase and lowercase letters are unified in the description of the reserved word of SQL”, “ Detect whether a short name is specified after the table name, Detect whether * is present in the SELECT clause, Detect whether an arithmetic operation is targeted for comparison in the WHERE clause ”And“ Detect whether there is a description of JOIN ”.

次に、本実施例1に係る品質診断装置100の処理手順について説明する。図9は、本実施例1に係る品質診断装置100の処理手順を示すフローチャートである。同図に示すように、この品質診断装置100は、メインコントローラ150が初期化処理を行い(ステップS1)、ツールアダプタ110、チェックエンジン120、レポート出力部130を順に起動して品質診断処理を行う。   Next, a processing procedure of the quality diagnostic apparatus 100 according to the first embodiment will be described. FIG. 9 is a flowchart illustrating the processing procedure of the quality diagnostic apparatus 100 according to the first embodiment. As shown in the figure, in the quality diagnosis apparatus 100, the main controller 150 performs initialization processing (step S1), and starts the tool adapter 110, the check engine 120, and the report output unit 130 in order to perform quality diagnosis processing. .

すなわち、ツールアダプタ110が、他のチェックツールを起動してチェックを行い(ステップS2)、チェックエンジン120が、チェックルールに基づいて静的チェックを行い(ステップS3)、レポート出力部130が他のチェックツールによるチェック結果およびチェックエンジン120によるチェック結果をまとめてレポート出力を行う(ステップS4)。   That is, the tool adapter 110 activates another check tool to perform a check (step S2), the check engine 120 performs a static check based on the check rule (step S3), and the report output unit 130 performs another check. The check result by the check tool and the check result by the check engine 120 are collected and output as a report (step S4).

このように、メインコントローラ150がツールアダプタ110、チェックエンジン120、レポート出力部130を順に起動して品質診断処理を行うことによって、各ツールを個別に実行する場合と比較して、ユーザは簡単な操作で効率良く様々なチェックを行うことができる。   As described above, the main controller 150 sequentially activates the tool adapter 110, the check engine 120, and the report output unit 130 to perform quality diagnosis processing, thereby making it easier for the user to execute each tool individually. Various checks can be performed efficiently by operation.

次に、チェックエンジン120による静的チェック処理の処理手順について説明する。図10は、チェックエンジン120による静的チェック処理の処理手順を示すフローチャートである。同図に示すように、チェックエンジン120は、チェック対象のソースプログラムであるターゲットソースの一覧を取得する(ステップS31)。また、チェックルールの一覧およびチェックモジュールの一覧を取得する(ステップS32〜ステップS33)。   Next, a processing procedure of static check processing by the check engine 120 will be described. FIG. 10 is a flowchart showing a processing procedure of static check processing by the check engine 120. As shown in the figure, the check engine 120 acquires a list of target sources which are source programs to be checked (step S31). Also, a list of check rules and a list of check modules are acquired (steps S32 to S33).

そして、チェックルールが存在する間(ステップS34、Yes)は、各チェックルールに対応するチェックモジュールを実行し(ステップS35)、各チェックモジュールの実行結果を一時的に保存する(ステップS36)。   Then, while the check rule exists (step S34, Yes), the check module corresponding to each check rule is executed (step S35), and the execution result of each check module is temporarily saved (step S36).

そして、全てのチェックルールのチェックが終了する(ステップS34、No)と、一時的に保存したチェック結果をまとめてファイルに保存し(ステップS37)、処理を終了する。   When all the check rules have been checked (No in step S34), the temporarily saved check results are collectively stored in a file (step S37), and the process is terminated.

このように、チェックエンジン120が各チェックルールに対応するチェックモジュールを順番に実行することによって、ソースプログラムがフレームワーク仕様に則って作成されているか否かのチェックを行うことができる。   As described above, the check engine 120 sequentially executes the check modules corresponding to the respective check rules, thereby making it possible to check whether or not the source program is created in accordance with the framework specification.

次に、レポート出力部130によるレポート出力処理の処理手順について説明する。図11は、レポート出力部130によるレポート出力処理の処理手順を示すフローチャートである。同図に示すように、レポート出力部130は、ターゲットソースの一覧を取得する(ステップS41)。   Next, a processing procedure of report output processing by the report output unit 130 will be described. FIG. 11 is a flowchart illustrating a processing procedure of report output processing by the report output unit 130. As shown in the figure, the report output unit 130 acquires a list of target sources (step S41).

そして、ターゲットソースに対する結果ファイルが存在する間(ステップS42、Yes)は、結果ファイルを読み出して結果の一覧を取得し(ステップS43)、レポートの出力を行う(ステップS44)。レポートは、CSV形式、HTML形式、XML形式の中からユーザに指定された形式(複数可)で出力する。   And while the result file with respect to a target source exists (step S42, Yes), a result file is read, a list of results is acquired (step S43), and a report is output (step S44). The report is output in the format (s) specified by the user from the CSV format, HTML format, and XML format.

そして、全ての結果ファイルの処理が終了する(ステップS42、No)と、HTML形式の出力があるか否かを判定し(ステップS45)、HTML形式の出力がある場合には、Index.htmを出力する(ステップS46)。   When processing of all the result files is completed (No at Step S42), it is determined whether or not there is HTML format output (Step S45). If there is HTML format output, Index.htm is set. Output (step S46).

上述してきたように、本実施例1では、チェックエンジン120が、ソースプログラムがフレームワーク仕様に則って作成されているか否かをチェックして、ソースプログラムの品質を診断することとしたので、開発者のスキルレベルを評価するとともに、ソースプログラムの品質を向上することができる。また、ソースプログラムの開発を委託する場合には、委託先のスキルを評価することができるとともに、受入検査を効率良く行うことができる。   As described above, in the first embodiment, the check engine 120 checks whether the source program is created according to the framework specification and diagnoses the quality of the source program. As well as assessing the skill level of the person, the quality of the source program can be improved. Further, when entrusting the development of the source program, it is possible to evaluate the skill of the entrusted party and perform the acceptance inspection efficiently.

また、本実施例1では、チェックエンジン120が、チェックルール記憶部125が記憶するチェックルールに基づいてソースプログラムをチェックすることとしたので、チェックルールを作成するだけで様々なチェックを柔軟に行うことができる。   In the first embodiment, since the check engine 120 checks the source program based on the check rules stored in the check rule storage unit 125, various checks can be flexibly performed only by creating the check rules. be able to.

また、本実施例1では、ツールアダプタ110が他のチェックツールを起動して他のチェックツールによるチェックを行い、レポート出力部130が他のチェックツールによるチェック結果とチェックエンジン120によるチェック結果をまとめてレポート出力することとしたので、ユーザは各ツールを個別に実行する必要がなく、効率良くソースプログラムのチェックを行うことができる。   In the first embodiment, the tool adapter 110 activates another check tool and performs a check using another check tool, and the report output unit 130 summarizes the check result obtained by the other check tool and the check result obtained by the check engine 120. Therefore, the user need not execute each tool individually, and can efficiently check the source program.

なお、本実施例1では、品質診断装置について説明したが、品質診断装置が有する構成をソフトウェアによって実現することで、同様の機能を有する品質診断プログラムを得ることができる。そこで、この品質診断プログラムを実行するコンピュータについて説明する。   Although the quality diagnosis apparatus has been described in the first embodiment, a quality diagnosis program having the same function can be obtained by realizing the configuration of the quality diagnosis apparatus with software. Therefore, a computer that executes the quality diagnosis program will be described.

図12は、本実施例1に係る品質診断プログラムを実行するコンピュータの構成を示す機能ブロック図である。同図に示すように、このコンピュータ200は、RAM210と、CPU220と、HDD230と、LANインタフェース240と、入出力インタフェース250と、DVDドライブ260とを有する。   FIG. 12 is a functional block diagram illustrating the configuration of the computer that executes the quality diagnosis program according to the first embodiment. As shown in the figure, the computer 200 includes a RAM 210, a CPU 220, an HDD 230, a LAN interface 240, an input / output interface 250, and a DVD drive 260.

RAM210は、プログラムやプログラムの実行途中結果などを記憶するメモリであり、CPU220は、RAM210からプログラムを読み出して実行する中央処理装置である。HDD230は、プログラムやデータを格納するディスク装置であり、LANインタフェース240は、コンピュータ200をLAN経由で他のコンピュータに接続するためのインタフェースである。入出力インタフェース250は、マウスやキーボードなどの入力装置および表示装置を接続するためのインタフェースであり、DVDドライブ260は、DVDの読み書きを行う装置である。   The RAM 210 is a memory that stores a program and a program execution result, and the CPU 220 is a central processing unit that reads the program from the RAM 210 and executes the program. The HDD 230 is a disk device that stores programs and data, and the LAN interface 240 is an interface for connecting the computer 200 to other computers via the LAN. The input / output interface 250 is an interface for connecting an input device such as a mouse or a keyboard and a display device, and the DVD drive 260 is a device for reading / writing a DVD.

そして、このコンピュータ200において実行される品質診断プログラム211は、DVDに記憶され、DVDドライブ260によってDVDから読み出されてコンピュータ200にインストールされる。あるいは、この品質診断プログラム211は、LANインタフェース240を介して接続された他のコンピュータシステムのデータベースなどに記憶され、これらのデータベースから読み出されてコンピュータ200にインストールされる。そして、インストールされた品質診断プログラム211は、HDD230に記憶され、RAM210に読み出されてCPU220によって実行される。   The quality diagnosis program 211 executed in the computer 200 is stored in the DVD, read from the DVD by the DVD drive 260, and installed in the computer 200. Alternatively, the quality diagnosis program 211 is stored in a database or the like of another computer system connected via the LAN interface 240, read from these databases, and installed in the computer 200. The installed quality diagnosis program 211 is stored in the HDD 230, read into the RAM 210, and executed by the CPU 220.

また、本実施例1では、フレームワークを利用して作成されるソースプログラムの品質をチェックする場合について説明したが、本発明はこれに限定されるものではなく、フレームワークを利用して作成される任意のフレームワーク利用文書の品質をチェックする場合にも同様に適用することができる。   In the first embodiment, the case where the quality of a source program created using a framework is checked has been described. However, the present invention is not limited to this and is created using a framework. The same can be applied to checking the quality of any framework-based document.

なお、以下に本実施例1に係るフレームワークの詳細について説明する。図13は、本実施例1に係るフレームワークを説明するための説明図である。同図(a)は一般的なフレームワークを示し、同図(b)は本実施例1に係るフレームワークを示す。   Details of the framework according to the first embodiment will be described below. FIG. 13 is an explanatory diagram for explaining the framework according to the first embodiment. FIG. 2A shows a general framework, and FIG. 2B shows a framework according to the first embodiment.

同図(a)に示すように、一般的に、プログラムは個々のプログラムで異なる処理を行う部分とどのプログラムでも共通的な処理を行う部分とから構成される。個々のプログラムで異なる処理を行う部分はプログラムごとに開発する必要があるが、どのプログラムでも共通的な処理を行う部分は共通部品として開発されたものを利用することができる。このような共通部品を一般的にはフレームワークと呼んでいる。   As shown in FIG. 2A, generally, a program is composed of a portion that performs different processing in each program and a portion that performs common processing in any program. A part that performs different processing in each program needs to be developed for each program, but a part that performs common processing in any program can be developed as a common part. Such common parts are generally called frameworks.

これに対して、同図(b)に示すように、本実施例1に係るフレームワークは、共通部品以外に、開発標準や開発ツールを含む。ここで、開発標準とは、ソフトウェア開発の標準を示す文書であり、特に、共通部品の理想的な使用方法や行ってはいけない処理方法などを記述した方式設計書が重要となる。また、開発ツールは、自動的に共通部品を利用するソースコードを生成する。例えば、開発ツールは、入力チェック部品を使用する上で、入力チェックを行う画面項目と、入力チェックの型を設定すると、共通部品の理想的な使用方法で記述されたプログラムを自動生成する。   On the other hand, as shown in FIG. 5B, the framework according to the first embodiment includes development standards and development tools in addition to the common parts. Here, the development standard is a document indicating a standard for software development, and in particular, a system design document describing an ideal usage method of common parts and a processing method that should not be performed is important. The development tool automatically generates source code that uses common parts. For example, when using the input check component, the development tool automatically generates a program described in an ideal usage method of the common component when the screen item for input check and the input check type are set.

このように、本実施例1に係るフレームワークは、共通部品以外に開発標準や開発ツールを含むことから、品質診断装置100は、一般的なフレームワークのチェックとして行われる共通部品の使用方法のチェック以外のチェックも行う。   As described above, since the framework according to the first embodiment includes development standards and development tools in addition to the common parts, the quality diagnosis apparatus 100 uses the common parts used as a general framework check. Perform checks other than checks.

図14は、品質診断装置100が共通部品の使用方法のチェック以外に行うチェックを説明するための説明図である。同図(a)は、二つの入力チェックを行う共通部品に対して品質診断装置100が行う整合性チェックを示しており、品質診断装置100は、共通部品同士の整合性、利用方法のチェックを行う。入力チェックAおよび入力チェックBそれぞれの利用方法が正しい場合でも、両者を組み合わせることによって不整合や意図しない動作が発生する場合があり、品質診断装置100は、このような共通部品同士の整合性のチェックを行う。   FIG. 14 is an explanatory diagram for explaining a check performed by the quality diagnosis apparatus 100 other than the check of the usage method of the common parts. FIG. 2A shows a consistency check performed by the quality diagnosis apparatus 100 for a common part for which two input checks are performed. The quality diagnosis apparatus 100 checks the consistency of common parts and the usage method. Do. Even when the usage methods of the input check A and the input check B are correct, there is a case where inconsistency or unintentional operation occurs by combining the both, and the quality diagnosis apparatus 100 has the consistency of such common parts. Check.

同図(b)は、業務ロジックとの関係で共通部品の使用方法をチェックする例を示している。この例では、品質診断装置100は、業務ロジックでA画面項目は「文字型」と記述されているのに対して、入力チェックで「数字型」のチェックが行われているといったチェックを行う。   FIG. 5B shows an example of checking the usage method of common parts in relation to business logic. In this example, the quality diagnosis apparatus 100 performs a check such that the “screen type” is checked by the input check while the A screen item is described as “character type” in the business logic.

同図(c)は、業務ロジックとの関係で共通部品の使用方法をチェックする他の例を示している。この例では、品質診断装置100は、本来、共通部品を利用すべき入力チェック等を業務ロジックで独自に実装していないかといったチェックを行う。   FIG. 5C shows another example of checking the usage method of common parts in relation to business logic. In this example, the quality diagnosis apparatus 100 performs a check as to whether an input check or the like that should use a common component is originally implemented by business logic.

同図(d)は、方式設計書に基づいて行うチェックを示している。品質診断装置100は、方式設計書で定義されている内容が正しくソースコードに反映されているかといったチェックを行う。   FIG. 4D shows a check performed based on the system design document. The quality diagnosis apparatus 100 checks whether the contents defined in the system design document are correctly reflected in the source code.

図15は、図14に示したチェックを行うチェックルールの例を示す図である。各チェックルールは、チェックルール番号、チェックルールの分類情報、チェック内容から構成される。図15(a)は、入力チェック同士の不整合をチェックするチェックルールを示す。このチェックルールは、例えば、数値チェックと文字チェックの両方を行っていないかといったチェックを行う。   FIG. 15 is a diagram illustrating an example of a check rule for performing the check illustrated in FIG. Each check rule includes a check rule number, check rule classification information, and check contents. FIG. 15A shows a check rule for checking inconsistencies between input checks. For example, this check rule checks whether both a numerical check and a character check are performed.

図15(b)は、業務ロジックとの関係で共通部品の使用方法をチェックするチェックルールを示す。このチェックルールは、例えば、業務ロジック部分で、画面の文字位置の揃えを右寄せに設定した場合、想定される入力文字は「数値(金額等)」が想定されるのに、入力チェック部品で「文字チェック」を行っていないかといったチェックを行う。   FIG. 15B shows a check rule for checking the usage method of common parts in relation to business logic. For example, in the business logic part, when the screen character position alignment is set to right alignment, the expected input character is assumed to be “numeric value (amount etc.)”, but the input check component “ Check whether or not “character check” is performed.

図15(c)は、業務ロジックとの関係で共通部品の使用方法をチェックする他のチェックルールを示す。このチェックルールは、画面のデータを変数に代入するときに、画面項目転記部品を使用しているかをチェックする。画面項目の変数への代入は、代入文を使っても行えるが、大量の画面項目を転記する場合には、画面項目転記部品を使用した方が効率が良い。   FIG. 15C shows another check rule for checking the usage method of common parts in relation to business logic. This check rule checks whether screen item transcription parts are used when substituting screen data into variables. You can assign a screen item to a variable by using an assignment statement. However, when transferring a large number of screen items, it is more efficient to use a screen item transfer component.

図15(d)は、方式設計書に基づいてチェックを行うチェックルールを示している。このチェックルールは、コントローラCとマネージャMとの間でデータを受け渡すときに、5つ以上の引数を渡していないかをチェックする。5つ以上のデータを渡す場合には、オブジェクトの中に変数を組み込み、代入を行うことが、方式設計書に記載されている。   FIG. 15D shows a check rule for performing a check based on the method design document. This check rule checks whether or not five or more arguments are passed when data is transferred between the controller C and the manager M. When passing 5 or more data, it is described in the system design document that a variable is incorporated into an object and assigned.

図16は、品質診断装置100による品質チェックの効果を示す図である。同図に示すように、品質診断装置100による品質チェックを行わない場合には個人によって記述方法が異なっていたプログラムが、品質診断装置100による品質チェックを行うことによって、統一的な記述方法に基づいて記述されたプログラムとなる。したがって、プログラムの可読性、保守性を向上させることができる。   FIG. 16 is a diagram illustrating the effect of the quality check performed by the quality diagnostic apparatus 100. As shown in the figure, when the quality check by the quality diagnosis apparatus 100 is not performed, a program whose description method is different depending on the individual performs the quality check by the quality diagnosis apparatus 100, so that the program is based on a unified description method. The program is described as follows. Therefore, the readability and maintainability of the program can be improved.

ところで、上記実施例1では、全てのチェックルールをチェックする場合について説明した。しかしながら、全てのチェックルールを全てのプログラムに対して適用しようとすると、図17に示すような問題がある。同図(a)は、全てのチェックルールを全てのプログラムに対して適用する場合を示し、この場合には、品質診断の処理時間が長いという問題がある。   In the first embodiment, the case where all the check rules are checked has been described. However, if all check rules are applied to all programs, there is a problem as shown in FIG. FIG. 5A shows a case where all check rules are applied to all programs. In this case, there is a problem that the processing time of quality diagnosis is long.

そこで、同図(b)に示すように、プログラムの種類を大まかに判定し、プログラム種類に応じて適用するチェックルールを変えることが考えられる。同図(b)は、画面系プログラムに対して画面系のチェックルールを適用する場合を示している。しかしながら、大まかに判定されたプログラム種類に応じて適用するチェックルールを変えることとすると、チェックルールの適用漏れが発生する可能性がある。   Therefore, as shown in FIG. 5B, it is conceivable to roughly determine the type of program and change the check rule to be applied according to the program type. FIG. 4B shows a case where a screen system check rule is applied to a screen system program. However, if the check rule to be applied is changed according to the roughly determined program type, there is a possibility that the check rule may be omitted.

また、同図(c)に示すように、使用するチェックルールをルールごとに使用者が選択することも考えられるが、チェックルールの数が多くなると選択する作業が煩雑になる。   In addition, as shown in FIG. 5C, the user may select a check rule to be used for each rule. However, when the number of check rules increases, the operation of selecting becomes complicated.

そこで、本実施例2では、使用するチェックルールを自動的に選択して品質診断を行う品質診断装置について説明する。図18は、本実施例2に係る品質診断装置によるチェックルールの自動選択を説明するための説明図である。同図に示すように、本実施例2に係る品質診断装置は、診断の対象となる全プログラムの特性をチェックし、全チェックルールの中から必要なチェックルールだけを自動的に選択し、選択したチェックルールのみを適用して品質診断を行う。このように、品質診断装置が必要なチェックルールだけを自動的に選択して品質診断を行うことによって、正確な品質診断を効率よく行うことができる。   Therefore, in the second embodiment, a quality diagnosis apparatus that automatically selects a check rule to be used and performs a quality diagnosis will be described. FIG. 18 is an explanatory diagram for explaining automatic selection of a check rule by the quality diagnostic apparatus according to the second embodiment. As shown in the figure, the quality diagnostic apparatus according to the second embodiment checks the characteristics of all programs to be diagnosed, and automatically selects and selects only the necessary check rules from all the check rules. Apply the check rule only and perform quality diagnosis. As described above, the quality diagnosis is performed by automatically selecting only the check rules that are required by the quality diagnosis apparatus, so that accurate quality diagnosis can be performed efficiently.

図19は、本実施例2に係るチェックルールの構造を示す図である。同図に示すように、各チェックルールは、自動選択機能部とチェック処理実装部とから構成される。自動選択機能部は、チェックルールの選択に使用され、チェック処理実装部はプログラムのチェックに使用される。   FIG. 19 is a diagram illustrating the structure of the check rule according to the second embodiment. As shown in the figure, each check rule includes an automatic selection function unit and a check processing implementation unit. The automatic selection function unit is used to select check rules, and the check processing implementation unit is used to check programs.

例えば、通常の業務アプリケーションプログラムは、「画面」、「コントローラ」、「ロジック」の三階層に分類され、画面系のプログラムのファイルは必ずファイル名が「.aspx.vb」で終わっている。そこで、画面系のプログラムのチェックに使用されるチェックルールの自動選択機能部には、ファイル名が「.aspx.vb」で終わっているファイルに対してチェック処理を実施することが記述されている。   For example, a normal business application program is classified into three layers of “screen”, “controller”, and “logic”, and the file name of the screen system program always ends with “.aspx.vb”. Therefore, the automatic selection function part of the check rule used for checking the screen system program describes that the check process is performed for the file whose file name ends with ".aspx.vb". .

したがって、本実施例2に係る品質診断装置は、自動選択機能部にファイル名が「.aspx.vb」で終わっているファイルに対してチェック処理を実施することが記述されているかを判定することによって、画面系のプログラムのチェックに使用するチェックルールを自動的に選択することができる。   Therefore, the quality diagnosis apparatus according to the second embodiment determines whether or not the automatic selection function unit describes that the check process is performed on the file whose file name ends with “.aspx.vb”. By this, it is possible to automatically select a check rule to be used for checking screen programs.

図20は、本実施例2に係る品質診断装置の処理手順を説明するための説明図である。同図に示すように、本実施例2に係る品質診断装置は、まずチェックルールを選択するルール自動選択機能を実行し、診断の対象プログラムのチェックに必要なチェックルールを選択する。ここでは、対象プログラムが画面系のプログラムであるため、ファイル名が「.aspx.vb」で終わっているファイルをチェック対象とするチェックルールが選択する。   FIG. 20 is an explanatory diagram for explaining the processing procedure of the quality diagnostic apparatus according to the second embodiment. As shown in the figure, the quality diagnostic apparatus according to the second embodiment first executes a rule automatic selection function for selecting a check rule, and selects a check rule necessary for checking a program to be diagnosed. Here, since the target program is a screen-type program, a check rule for checking a file whose file name ends with “.aspx.vb” is selected.

そして、本実施例2に係る品質診断装置は、選択したチェックルールだけを実行する。ここでは、画面系のプログラムをチェックするチェックルールだけを実行する。このように、本実施例2に係る品質診断装置は、診断の対象プログラムのチェックに必要なチェックルールを選択し、選択したチェックルールだけを実行することによって、効率良く品質診断を行うことができる。   Then, the quality diagnosis apparatus according to the second embodiment executes only the selected check rule. Here, only the check rule for checking the screen program is executed. As described above, the quality diagnosis apparatus according to the second embodiment can efficiently perform a quality diagnosis by selecting a check rule necessary for checking a diagnosis target program and executing only the selected check rule. .

図21は、本実施例2に係る品質診断装置の構成を示す機能ブロック図である。なお、ここでは説明の便宜上、図2に示した各部と同様の役割を果たす機能部については同一符号を付すこととしてその詳細な説明を省略する。   FIG. 21 is a functional block diagram illustrating the configuration of the quality diagnostic apparatus according to the second embodiment. Here, for convenience of explanation, functional units that play the same functions as the respective units shown in FIG.

図21に示すように、本実施例2に係る品質診断装置300は、図2に示した品質診断装置100と比較して、チェックエンジン120およびチェックルール記憶部125の代わりにチェックエンジン320およびチェックルール記憶部325をそれぞれ有する。   As illustrated in FIG. 21, the quality diagnosis apparatus 300 according to the second embodiment is different from the quality diagnosis apparatus 100 illustrated in FIG. 2 in that a check engine 320 and a check are used instead of the check engine 120 and the check rule storage unit 125. Each has a rule storage unit 325.

チェックルール記憶部325は、図19に示した構成のチェックルールを記憶する記憶部である。チェックエンジン320は、チェックルール記憶部325に記憶されたチェックルールの中から、診断対象プログラムのチェックに必要なチェックルールだけを選択して実行する。   The check rule storage unit 325 is a storage unit that stores the check rule having the configuration illustrated in FIG. The check engine 320 selects and executes only the check rules necessary for checking the diagnosis target program from the check rules stored in the check rule storage unit 325.

このように、本実施例2では、チェックルール記憶部325が自動選択機能部とチェック処理実装部とから構成されるチェックルールを記憶し、チェックエンジン320がチェックルール記憶部325に記憶されたチェックルールの中から診断対象プログラムのチェックに必要なチェックルールだけを選択して実行することとしたので、効率良く正確に品質診断を行うことができる。   As described above, in the second embodiment, the check rule storage unit 325 stores the check rule including the automatic selection function unit and the check processing implementation unit, and the check engine 320 stores the check rule stored in the check rule storage unit 325. Since only the check rules necessary for checking the diagnosis target program are selected and executed from the rules, the quality diagnosis can be performed efficiently and accurately.

チェックルールを用いた品質診断では、ユーザに特化したチェックルールをユーザごとに追加することによって、各ユーザに適したフレームワークのチェックを行うことが可能となる。   In quality diagnosis using check rules, it is possible to check a framework suitable for each user by adding a check rule specialized for each user.

しかしながら、図22に示すように、ユーザごとに作成されるチェックルールは、共通に使用されるチェックルールと比較して、厳密な検証・検査がされない可能性が高く、チェックルール自体の精度・品質が高くない場合もある。このため、ユーザが定義したチェックルールを用いて行われた品質診断は、必ずしも結果が正しいとは限らない。したがって、精度の高い品質診断を行うためには、チェックルール自体の品質をチェックすることが必要となる。   However, as shown in FIG. 22, the check rule created for each user is more likely not to be strictly verified / inspected as compared to the commonly used check rule, and the accuracy / quality of the check rule itself is high. May not be expensive. For this reason, the result of the quality diagnosis performed using the check rule defined by the user is not always correct. Therefore, in order to perform a quality diagnosis with high accuracy, it is necessary to check the quality of the check rule itself.

そこで、本実施例3では、チェックルールの品質を評価する機能を備えた品質診断装置について説明する。図23は、本実施例3に係る品質診断装置によるチェックルールの自動評価を説明するための説明図である。   Therefore, in the third embodiment, a quality diagnostic apparatus having a function for evaluating the quality of a check rule will be described. FIG. 23 is an explanatory diagram for explaining automatic evaluation of check rules by the quality diagnostic apparatus according to the third embodiment.

同図に示すように、本実施例3に係る品質診断装置は、チェックルールごとにプログラムのチェック結果を集計する。例えば、図23では、「ルールA」について、適用回数、チェック結果がOK(+)であった回数、チェック結果がNG(−)であった回数が集計されている。   As shown in the figure, the quality diagnosis apparatus according to the third embodiment totals the check results of the program for each check rule. For example, in FIG. 23, for “rule A”, the number of times of application, the number of times that the check result is OK (+), and the number of times that the check result is NG (−) are tabulated.

そして、本実施例3に係る品質診断装置は、OKとNGの合計値すなわち適用回数と所定の閾値範囲とを比較し、適用回数が所定の閾値範囲外にある場合には、チェックルールが不適切に多く適用された場合または不適切に少なく適用された場合であるので、チェックルールに問題があると判定する。   Then, the quality diagnosis apparatus according to the third embodiment compares the total value of OK and NG, that is, the number of times of application with the predetermined threshold range, and if the number of times of application is outside the predetermined threshold range, the check rule is invalid. It is determined that there is a problem with the check rule because it is a case where a large amount is applied appropriately or a case where a small amount is applied inappropriately.

一方、適用回数が所定の閾値範囲内にある場合には、OKが多いときは、チェック対象となったプログラムの品質が高いと判定し、NGが多いときは、チェック対象となったプログラムの品質が低いと判定する。   On the other hand, when the number of applications is within a predetermined threshold range, it is determined that the quality of the program to be checked is high when OK is high, and the quality of the program to be checked is high when NG is high. Is determined to be low.

また、本実施例3に係る品質診断装置は、OKおよびNGをそれぞれの所定の閾値と比較し、両方がそれぞれの所定の閾値以上である場合には、チェックルールの適用によってプログラムが良いと判定している場合も悪いと判定している場合も多い場合であるので、チェックルールに問題があると判定する。   Further, the quality diagnosis apparatus according to the third embodiment compares OK and NG with respective predetermined threshold values, and determines that the program is good by applying the check rule when both are equal to or higher than the respective predetermined threshold values. Since there are many cases where it is determined that the check rule is bad, it is determined that there is a problem with the check rule.

また、本実施例3に係る品質診断装置は、チェックルールをカテゴリ別に分類し、カテゴリごとに適用回数を集計する。そして、あるカテゴリに属するチェックルールの適用回数とそのカテゴリに属する全チェックルールの適用回数の平均値との差を所定の閾値と比較し、所定の閾値以上であれがそのチェックルールに問題があると判定する。   In addition, the quality diagnosis apparatus according to the third embodiment classifies the check rules into categories, and totals the number of application times for each category. Then, the difference between the number of times of applying the check rule belonging to a certain category and the average value of the number of times of applying all the check rules belonging to the category is compared with a predetermined threshold value, and if it exceeds the predetermined threshold value, there is a problem with the check rule. Is determined.

そして、本実施例3に係る品質診断装置は、チェックルールの判定結果、プログラム品質の判定結果をレポート出力する。このように、本実施例3に係る品質診断装置は、各チェックルールの適用結果を集計し、集計結果に基づいてチェックルールを評価することによって、チェックルール自体の品質を向上することができる。   The quality diagnosis apparatus according to the third embodiment outputs a check rule determination result and a program quality determination result as a report. Thus, the quality diagnostic apparatus according to the third embodiment can improve the quality of the check rule itself by counting the application results of the check rules and evaluating the check rules based on the total results.

図24は、本実施例3に係る品質診断装置の構成を示す機能ブロック図である。なお、ここでは説明の便宜上、図21に示した各部と同様の役割を果たす機能部については同一符号を付すこととしてその詳細な説明を省略する。   FIG. 24 is a functional block diagram of the configuration of the quality diagnostic apparatus according to the third embodiment. Here, for convenience of explanation, functional units that play the same functions as the respective units shown in FIG.

図24に示すように、本実施例3に係る品質診断装置400は、図21に示した品質診断装置300と比較して、チェックエンジン320の代わりにチェックエンジン420を有し、新たに適用結果記憶部460とルール評価部470とを有する。   As shown in FIG. 24, the quality diagnosis apparatus 400 according to the third embodiment has a check engine 420 instead of the check engine 320 as compared with the quality diagnosis apparatus 300 shown in FIG. A storage unit 460 and a rule evaluation unit 470 are included.

チェックエンジン420は、プログラムのチェックを行うとともに、適用したチェックルールについて、適用結果(OKとNG)ごとに回数を集計し適用結果記憶部460に格納する。   The check engine 420 checks the program and counts the number of applied check rules for each application result (OK and NG) and stores it in the application result storage unit 460.

適用結果記憶部460は、各チェックルールについて適用結果ごとに回数を記憶する記憶部である。また、この適用結果記憶部460は、チェックルールのカテゴリ分類結果を記憶する。   The application result storage unit 460 is a storage unit that stores the number of times for each application result for each check rule. Further, the application result storage unit 460 stores the category classification result of the check rule.

ルール評価部470は、適用結果記憶部460に記憶されたデータに基づいて各チェックルールを評価する処理部である。すなわち、このルール評価部470は、各チェックルールの適用回数と所定の閾値範囲とを比較し、各チェックルールの評価を行う。また、このルール評価部470は、OKおよびNGを所定の閾値と比較することによって、プログラムの品質やチェックルールの評価を行う。   The rule evaluation unit 470 is a processing unit that evaluates each check rule based on the data stored in the application result storage unit 460. In other words, the rule evaluation unit 470 compares the number of times each check rule is applied with a predetermined threshold range, and evaluates each check rule. Also, the rule evaluation unit 470 evaluates the quality of the program and the check rules by comparing OK and NG with a predetermined threshold value.

また、このルール評価部470は、カテゴリごとに適用回数の平均値を算出し、そのカテゴリに属する各チェックルールの適用回数との差を所定の閾値と比較し、各チェックルールの評価を行う。そして、このルール評価部470は、チェックルールの評価結果、プログラム品質の判定結果をレポート出力する。   Further, the rule evaluation unit 470 calculates an average value of the number of application times for each category, compares the difference between the number of application times of each check rule belonging to the category with a predetermined threshold value, and evaluates each check rule. The rule evaluation unit 470 outputs a check rule evaluation result and a program quality determination result as a report.

このように、チェックエンジン420が適用したチェックルールについて適用結果(OKとNG)ごとに回数を集計し、ルール評価部470が、各チェックルールの適用結果の集計結果に基づいて各チェックルールを評価することによって、チェックルールの品質を向上することができる。   As described above, the number of times is calculated for each application result (OK and NG) for the check rule applied by the check engine 420, and the rule evaluation unit 470 evaluates each check rule based on the total result of the application result of each check rule. By doing so, the quality of the check rule can be improved.

(付記1)フレームワークを利用して作成されるフレームワーク利用文書がフレームワーク仕様に則って作成されているか否かを検査するフレームワーク検査手順と、
前記フレームワーク検査手順により検査された結果を出力する検査結果出力手順と、
をコンピュータに実行させることを特徴とする品質診断プログラム。
(Appendix 1) A framework inspection procedure for inspecting whether a framework use document created using the framework is created in accordance with the framework specification;
An inspection result output procedure for outputting a result inspected by the framework inspection procedure;
A quality diagnosis program characterized by causing a computer to execute.

(付記2)前記フレームワーク検査手順は、フレームワーク利用文書がフレームワーク仕様に則って作成されているか否かを検査するチェックルールに基づいてフレームワーク利用文書を検査することを特徴とする付記1に記載の品質診断プログラム。 (Additional remark 2) The said framework test | inspection procedure test | inspects a framework utilization document based on the check rule which inspects whether the framework utilization document is produced according to framework specification, It is characterized by the above-mentioned. The quality diagnostic program described in

(付記3)前記チェックルールは、チェックを実行するチェックモジュールの識別する識別子を含み、
前記フレームワーク検査手順は、チェックルールに含まれる識別子で識別されるチェックモジュールを実行することによりフレームワーク利用文書を検査することを特徴とする付記2に記載の品質診断プログラム。
(Supplementary Note 3) The check rule includes an identifier for identifying a check module that executes a check,
The quality diagnosis program according to appendix 2, wherein the framework inspection procedure inspects a framework use document by executing a check module identified by an identifier included in a check rule.

(付記4)前記フレームワーク検査手順が検査するフレームワーク利用文書は、ソースプログラムであることを特徴とする付記1、2または3に記載の品質診断プログラム。 (Supplementary Note 4) The quality diagnosis program according to Supplementary Note 1, 2, or 3, wherein the framework use document inspected by the framework inspection procedure is a source program.

(付記5)前記フレームワーク検査手順による検査は、データベースへのアクセスがフレームワーク仕様に則って行われているか否かの検査を含むことを特徴とする付記4に記載の品質診断プログラム。 (Additional remark 5) The quality diagnostic program of Additional remark 4 characterized by the test | inspection by the said framework test | inspection procedure including the test | inspection of whether the access to a database is performed according to framework specification.

(付記6)他のチェックツールを起動して他のチェックツールによる検査を行う他ツール実行手順をさらにコンピュータに実行させ、
前記検査結果出力手順は、前記フレームワーク検査手順により検査された結果および前記他ツール実行手順によるチェック結果をまとめてレポートとして出力することを特徴とする付記4または5に記載の品質診断プログラム。
(Additional remark 6) The other tool execution procedure which starts other check tools and inspects with other check tools is made to perform further on a computer,
6. The quality diagnosis program according to appendix 4 or 5, wherein the inspection result output procedure collectively outputs a result of the inspection by the framework inspection procedure and a check result by the other tool execution procedure as a report.

(付記7)フレームワークを利用して作成されるフレームワーク利用文書がフレームワーク仕様に則って作成されているか否かを検査するフレームワーク検査ステップと、
前記フレームワーク検査ステップにより検査された結果を出力する検査結果出力ステップと、
を含んだことを特徴とする品質診断方法。
(Appendix 7) A framework inspection step for inspecting whether a framework use document created using the framework is created in accordance with the framework specification;
An inspection result output step for outputting a result of inspection by the framework inspection step;
A quality diagnostic method characterized by comprising

(付記8)前記フレームワーク検査ステップは、フレームワーク利用文書がフレームワーク仕様に則って作成されているか否かを検査するチェックルールに基づいてフレームワーク利用文書を検査することを特徴とする付記7に記載の品質診断方法。 (Additional remark 8) The said framework inspection step inspects a framework utilization document based on the check rule which inspects whether the framework utilization document is produced according to framework specification, It is characterized by the above-mentioned. The quality diagnosis method described in 1.

(付記9)前記チェックルールは、チェックを実行するチェックモジュールの識別する識別子を含み、
前記フレームワーク検査ステップは、チェックルールに含まれる識別子で識別されるチェックモジュールを実行することによりフレームワーク利用文書を検査することを特徴とする付記8に記載の品質診断方法。
(Supplementary note 9) The check rule includes an identifier for identifying a check module that executes a check,
9. The quality diagnosis method according to appendix 8, wherein the framework inspection step inspects the framework use document by executing a check module identified by an identifier included in the check rule.

(付記10)前記フレームワーク検査ステップが検査するフレームワーク利用文書は、ソースプログラムであることを特徴とする付記7、8または9に記載の品質診断方法。 (Supplementary note 10) The quality diagnosis method according to supplementary note 7, 8 or 9, wherein the framework utilization document inspected by the framework inspection step is a source program.

(付記11)前記フレームワーク検査ステップによる検査は、データベースへのアクセスがフレームワーク仕様に則って行われているか否かの検査を含むことを特徴とする付記10に記載の品質診断方法。 (Supplementary note 11) The quality diagnosis method according to supplementary note 10, wherein the inspection in the framework inspection step includes an inspection of whether or not access to the database is performed in accordance with a framework specification.

(付記12)他のチェックツールを起動して他のチェックツールによる検査を行う他ツール実行ステップをさらに含み、
前記検査結果出力ステップは、前記フレームワーク検査ステップにより検査された結果および前記他ツール実行ステップによるチェック結果をまとめてレポートとして出力することを特徴とする付記10または11に記載の品質診断方法。
(Additional remark 12) The other tool execution step which starts other check tools and inspects with other check tools is further included,
12. The quality diagnosis method according to appendix 10 or 11, wherein the inspection result output step collectively outputs a result of the inspection in the framework inspection step and a check result in the other tool execution step as a report.

(付記13)フレームワークを利用して作成されるフレームワーク利用文書がフレームワーク仕様に則って作成されているか否かを検査するフレームワーク検査手段と、
前記フレームワーク検査手段により検査された結果を出力する検査結果出力手段と、
を備えたことを特徴とする品質診断装置。
(Supplementary note 13) Framework checking means for checking whether or not a framework use document created using the framework is created in accordance with the framework specification;
Inspection result output means for outputting the result of inspection by the framework inspection means;
A quality diagnosis apparatus comprising:

(付記14)前記フレームワーク検査手段は、フレームワーク利用文書がフレームワーク仕様に則って作成されているか否かを検査するチェックルールに基づいてフレームワーク利用文書を検査することを特徴とする付記13に記載の品質診断装置。 (Additional remark 14) The said framework inspection means inspects a framework utilization document based on the check rule which inspects whether the framework utilization document is produced according to framework specification, The additional remark 13 characterized by the above-mentioned. The quality diagnostic apparatus described in 1.

(付記15)前記チェックルールは、チェックを実行するチェックモジュールの識別する識別子を含み、
前記フレームワーク検査手段は、チェックルールに含まれる識別子で識別されるチェックモジュールを実行することによりフレームワーク利用文書を検査することを特徴とする付記14に記載の品質診断装置。
(Supplementary note 15) The check rule includes an identifier for identifying a check module that executes a check,
15. The quality diagnosis apparatus according to appendix 14, wherein the framework inspection unit inspects a framework use document by executing a check module identified by an identifier included in a check rule.

(付記16)前記フレームワーク検査手段が検査するフレームワーク利用文書は、ソースプログラムであることを特徴とする付記13、14または15に記載の品質診断装置。 (Supplementary note 16) The quality diagnosis apparatus according to supplementary note 13, 14 or 15, wherein the framework utilization document inspected by the framework inspection means is a source program.

(付記17)前記フレームワーク検査手段による検査は、データベースへのアクセスがフレームワーク仕様に則って行われているか否かの検査を含むことを特徴とする付記16に記載の品質診断装置。 (Supplementary note 17) The quality diagnosis apparatus according to supplementary note 16, wherein the inspection by the framework inspection unit includes an inspection of whether or not access to the database is performed in accordance with a framework specification.

(付記18)他のチェックツールを起動して他のチェックツールによる検査を行う他ツール実行手段をさらに備え、
前記検査結果出力手段は、前記フレームワーク検査手段により検査された結果および前記他ツール実行手段によるチェック結果をまとめてレポートとして出力することを特徴とする付記16または17に記載の品質診断装置。
(Additional remark 18) The other tool execution means which starts other check tools and inspects with other check tools is further provided,
18. The quality diagnosis apparatus according to appendix 16 or 17, wherein the inspection result output unit collectively outputs a result of the inspection by the framework inspection unit and a check result by the other tool execution unit as a report.

以上のように、本発明に係る規則検査プログラム、規則検査方法および規則検査装置は、フレームワークを用いたソフトウェアの開発などに有用である。   As described above, the rule inspection program, the rule inspection method, and the rule inspection apparatus according to the present invention are useful for software development using a framework.

本実施例1に係る品質診断の概念を説明するための説明図である。It is explanatory drawing for demonstrating the concept of the quality diagnosis which concerns on the present Example 1. FIG. 本実施例1に係る品質診断装置の構成を示す機能ブロック図である。1 is a functional block diagram illustrating a configuration of a quality diagnostic apparatus according to a first embodiment. チェックルールを用いたチェックエンジンの処理を説明するための説明図である。It is explanatory drawing for demonstrating the process of the check engine using a check rule. チェックルールおよびチェックモジュールの作成方法を示す図である。It is a figure which shows the creation method of a check rule and a check module. チェックルールの例を示す図である。It is a figure which shows the example of a check rule. 図5に示したチェックルールのうちルールIDが「20102」であるチェックルールに対応するチェックモジュールを示す図である。FIG. 6 is a diagram illustrating a check module corresponding to a check rule having a rule ID “20102” among the check rules illustrated in FIG. 5. ルールIDが「20102」であるチェックルールの具体的な処理と、対応するチェックモジュールのソースコードとの対応を示す図である。It is a figure which shows a response | compatibility with the specific process of the check rule whose rule ID is "20102", and the source code of a corresponding check module. 他のチェックルールの概要(一部)を示す図(1)である。It is a figure (1) which shows the outline (part) of other check rules. 他のチェックルールの概要(一部)を示す図(2)である。It is a figure (2) which shows the outline (part) of other check rules. 他のチェックルールの概要(一部)を示す図(3)である。It is FIG. (3) which shows the outline | summary (part) of another check rule. 本実施例1に係る品質診断装置の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the quality diagnostic apparatus which concerns on the present Example 1. FIG. チェックエンジンによる静的チェック処理の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the static check process by a check engine. レポート出力部によるレポート出力処理の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the report output process by a report output part. 本実施例1に係る品質診断プログラムを実行するコンピュータの構成を示す機能ブロック図である。FIG. 2 is a functional block diagram illustrating a configuration of a computer that executes a quality diagnosis program according to the first embodiment. 本実施例1に係るフレームワークを説明するための説明図である。It is explanatory drawing for demonstrating the framework which concerns on the present Example 1. FIG. 品質診断装置が共通部品の使用方法のチェック以外に行うチェックを説明するための説明図である。It is explanatory drawing for demonstrating the check which a quality diagnostic apparatus performs other than the check of the usage method of a common component. 図14に示したチェックを行うチェックルールの例を示す図である。It is a figure which shows the example of the check rule which performs the check shown in FIG. 品質診断装置によるチェックの効果を示す図である。It is a figure which shows the effect of the check by a quality diagnostic apparatus. チェックルールを用いた品質診断の課題を説明するための説明図である。It is explanatory drawing for demonstrating the subject of the quality diagnosis using a check rule. チェックルールの自動選択を説明するための説明図である。It is explanatory drawing for demonstrating the automatic selection of a check rule. 本実施例2に係るチェックルールの構造を示す図である。It is a figure which shows the structure of the check rule which concerns on the present Example 2. FIG. 本実施例2に係る品質診断装置の処理手順を説明するための説明図である。It is explanatory drawing for demonstrating the process sequence of the quality diagnostic apparatus which concerns on the present Example 2. FIG. 本実施例2に係る品質診断装置の構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the quality diagnostic apparatus which concerns on the present Example 2. チェックルールを用いた品質診断の他の課題を説明するための説明図である。It is explanatory drawing for demonstrating the other subject of the quality diagnosis using a check rule. チェックルールの自動評価を説明するための説明図である。It is explanatory drawing for demonstrating the automatic evaluation of a check rule. 本実施例3に係る品質診断装置の構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the quality diagnostic apparatus which concerns on the present Example 3.

符号の説明Explanation of symbols

100,300,400 品質診断装置
110 ツールアダプタ
120,320,420 チェックエンジン
125,325 チェックルール記憶部
130 レポート出力部
140 共通メッセージ管理部
150 メインコントローラ
200 コンピュータ
210 RAM
211 品質診断プログラム
220 CPU
230 HDD
240 LANインタフェース
250 入出力インタフェース
260 DVDドライブ
460 適用結果記憶部
470 ルール評価部
100, 300, 400 Quality diagnosis device 110 Tool adapter 120, 320, 420 Check engine 125, 325 Check rule storage unit 130 Report output unit 140 Common message management unit 150 Main controller 200 Computer 210 RAM
211 Quality diagnosis program 220 CPU
230 HDD
240 LAN interface 250 Input / output interface 260 DVD drive 460 Application result storage unit 470 Rule evaluation unit

Claims (7)

業務アプリケーションに関してフレームワークを利用して作成されるソースプログラムがフレームワーク仕様に則って作成されているか否かを、記憶装置に格納されたチェックルールを読み出し、該読み出したチェックルールで指定されるチェックモジュールを起動することにより検査するフレームワーク検査手順と、
前記フレームワーク検査手順により検査された結果を出力する検査結果出力手順と、
をコンピュータに実行させ、
前記フレームワーク検査手順は、フレームワーク仕様に則って作成されているか否かの検査として、共通部品同士の使用方法の整合性、業務ロジックと共通部品の使用方法との整合性を含む検査を行うことを特徴とする規則検査プログラム。
Reads the check rule stored in the storage device and checks whether the source program created using the framework for the business application is created according to the framework specification and specified by the read check rule A framework inspection procedure to inspect by launching the module;
An inspection result output procedure for outputting a result inspected by the framework inspection procedure;
To the computer,
In the framework inspection procedure, as an inspection whether or not it is created according to the framework specification, an inspection including consistency of the usage method of the common parts and consistency of the business logic and the usage method of the common part is performed. A rule inspection program characterized by that.
前記フレームワーク検査手順は、検査対象のソースプログラムの特性に基づいてチェックルールを選択してソースプログラムを検査することを特徴とする請求項1に記載の規則検査プログラム。   The rule inspection program according to claim 1, wherein the framework inspection procedure selects a check rule based on characteristics of a source program to be inspected to inspect the source program. 前記チェックルールは、ルール選択に使用される自動選択機能部と検査を実行するチェク処理実装部から構成され、
前記フレームワーク検査手順は、
前記自動選択機能部を使用してチェックルールを選択するルール選択手順と、
前記ルール選択手順により選択されたチェックルールのチェク処理実装部に基づいて検査を実行する検査実行手順と
をコンピュータに実行させることを特徴とする請求項2に記載の規則検査プログラム。
The check rule is composed of an automatic selection function unit used for rule selection and a check processing implementation unit that executes inspection,
The framework inspection procedure includes:
A rule selection procedure for selecting a check rule using the automatic selection function unit;
The rule inspection program according to claim 2, further comprising: causing a computer to execute an inspection execution procedure for executing an inspection based on a check processing implementation unit of a check rule selected by the rule selection procedure.
前記フレームワーク検査手順は、チェックルールの適用結果に関するデータを収集し、適用したチェックルールごとに記憶装置に書き込み、
前記フレームワーク検査手順によりチェックルールごとに書き込まれたデータを記憶装置から読み出して各チェックルールを評価するルール評価手順
をさらにコンピュータに実行させることを特徴とする請求項1に記載の規則検査プログラム。
The framework inspection procedure collects data related to the application result of the check rule and writes it to the storage device for each applied check rule.
The rule inspection program according to claim 1, further causing a computer to execute a rule evaluation procedure for reading data written for each check rule by the framework inspection procedure from a storage device and evaluating each check rule.
前記フレームワーク検査手順は、各チェックルールの適用回数を記憶装置に書き込み
前記ルール評価手順は、各チェックルールの適用回数が所定の閾値範囲から外れているか否かに基づいて各チェックルールを評価することを特徴とする請求項4に記載の規則検査プログラム。
The framework inspection procedure writes the number of times each check rule is applied to a storage device. The rule evaluation procedure evaluates each check rule based on whether or not the number of times each check rule is applied falls outside a predetermined threshold range. The rule inspection program according to claim 4, wherein:
業務アプリケーションに関してフレームワークを利用して作成されるソースプログラムがフレームワーク仕様に則って作成されているか否かを、記憶装置に格納されたチェックルールを読み出し、該読み出したチェックルールで指定されるチェックモジュールを起動することにより検査するフレームワーク検査ステップと、
前記フレームワーク検査ステップにより検査された結果を出力する検査結果出力ステップと、
を含み、
前記フレームワーク検査ステップは、フレームワーク仕様に則って作成されているか否かの検査として、共通部品同士の使用方法の整合性、業務ロジックと共通部品の使用方法との整合性を含む検査を行うことを特徴とする規則検査方法。
Reads the check rule stored in the storage device and checks whether the source program created using the framework for the business application is created according to the framework specification and specified by the read check rule A framework inspection step for inspecting by invoking the module;
An inspection result output step for outputting a result of inspection by the framework inspection step;
Including
In the framework inspection step, as an inspection of whether or not it is created according to the framework specification, an inspection including consistency of the usage method of the common parts and consistency of the business logic and the usage method of the common parts is performed. A rule inspection method characterized by that.
業務アプリケーションに関してフレームワークを利用して作成されるソースプログラムがフレームワーク仕様に則って作成されているか否かを、記憶装置に格納されたチェックルールを読み出し、該読み出したチェックルールで指定されるチェックモジュールを起動することにより検査するフレームワーク検査手段と、
前記フレームワーク検査手段により検査された結果を出力する検査結果出力手段と、
を備え、
前記フレームワーク検査手段は、フレームワーク仕様に則って作成されているか否かの検査として、共通部品同士の使用方法の整合性、業務ロジックと共通部品の使用方法との整合性を含む検査を行うことを特徴とする規則検査装置。
Reads the check rule stored in the storage device and checks whether the source program created using the framework for the business application is created according to the framework specification and specified by the read check rule Framework inspection means for inspecting by activating the module;
Inspection result output means for outputting the result of inspection by the framework inspection means;
With
The framework inspection means performs an inspection including consistency between the usage methods of the common components and consistency between the business logic and the usage methods of the common components as an inspection whether or not the framework is created according to the framework specification. A rule inspection device characterized by that.
JP2008058168A 2007-09-28 2008-03-07 Rule inspection program, rule inspection method, and rule inspection device Pending JP2009099111A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008058168A JP2009099111A (en) 2007-09-28 2008-03-07 Rule inspection program, rule inspection method, and rule inspection device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2007254341 2007-09-28
JP2008058168A JP2009099111A (en) 2007-09-28 2008-03-07 Rule inspection program, rule inspection method, and rule inspection device

Publications (1)

Publication Number Publication Date
JP2009099111A true JP2009099111A (en) 2009-05-07

Family

ID=40702021

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008058168A Pending JP2009099111A (en) 2007-09-28 2008-03-07 Rule inspection program, rule inspection method, and rule inspection device

Country Status (1)

Country Link
JP (1) JP2009099111A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008781A (en) * 2009-05-29 2011-01-13 Toshiba Corp Sql static analysis program and sql static analyzer
JP2011154662A (en) * 2010-01-28 2011-08-11 Ntt Data Corp Evaluation support device, evaluation support method, and computer program
JP2012033017A (en) * 2010-07-30 2012-02-16 Fujitsu Marketing Ltd Rule inspection device, rule inspection method and rule inspection program
JP2012118609A (en) * 2010-11-29 2012-06-21 Hitachi Systems Ltd Sql verification system, method and program thereof
CN103699490A (en) * 2014-01-16 2014-04-02 北京航空航天大学 GPS (Global Position System) RNP (Required Navigation Performance) flight program checking method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011008781A (en) * 2009-05-29 2011-01-13 Toshiba Corp Sql static analysis program and sql static analyzer
JP2011154662A (en) * 2010-01-28 2011-08-11 Ntt Data Corp Evaluation support device, evaluation support method, and computer program
JP2012033017A (en) * 2010-07-30 2012-02-16 Fujitsu Marketing Ltd Rule inspection device, rule inspection method and rule inspection program
JP2012118609A (en) * 2010-11-29 2012-06-21 Hitachi Systems Ltd Sql verification system, method and program thereof
CN103699490A (en) * 2014-01-16 2014-04-02 北京航空航天大学 GPS (Global Position System) RNP (Required Navigation Performance) flight program checking method

Similar Documents

Publication Publication Date Title
CN105701008B (en) System and method for test case generation
US8589884B2 (en) Method and system for identifying regression test cases for a software
JP5659238B2 (en) Source code conversion method and source code conversion program
US9535821B1 (en) Displaying violated coding rules in source code
Ould et al. Testing in software development
US8397104B2 (en) Creation of test plans
US11386154B2 (en) Method for generating a graph model for monitoring machinery health
JP2017033562A (en) System and method for model based technology and process for safety-critical software development
US8291372B2 (en) Creating graphical models representing control flow of a program manipulating data resources
JP2022501734A (en) How to definitively report a cause and effect in a software system
US20120324414A1 (en) Bdd-based functional modeling
US20140214396A1 (en) Specification properties creation for a visual model of a system
Granda et al. What do we know about the defect types detected in conceptual models?
JP2009099111A (en) Rule inspection program, rule inspection method, and rule inspection device
Feichtinger et al. Guiding feature model evolution by lifting code-level dependencies
US20110041116A1 (en) Formal analysis driven based evolution of requirements specifications
US8589734B2 (en) Verifying correctness of processor transactions
US11099978B2 (en) Modeling system for software-implemented testing using domain specific profiles to translate tests for a subset of paths included in a UML test model
Illes et al. Criteria for Software Testing Tool Evaluation–A Task Oriented View
JP2008305079A (en) Requirement specification automatic verification method
KR20110067418A (en) System and method for monitoring and evaluating a self-healing system
Heck A Software product certification model for dependable systems
JP5736588B2 (en) Source code conversion method and source code conversion program
US11782682B2 (en) Providing metric data for patterns usable in a modeling environment
König Execution Semantics of Process Models with Data

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090602

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090708

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090929